Skip to content

Commit facee1b

Browse files
committed
Decode TLS1.3 transport security
Add the definition for TLS1.3 in the transport security attribute settings (tsas) field. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent cfc9f9b commit facee1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nvme/fabrics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const char *nvmf_eflags_str(__u16 eflags)
116116
static const char * const sectypes[] = {
117117
[NVMF_TCP_SECTYPE_NONE] = "none",
118118
[NVMF_TCP_SECTYPE_TLS] = "tls",
119+
[NVMF_TCP_SECTYPE_TLS13] = "tls13",
119120
};
120121

121122
const char *nvmf_sectype_str(__u8 sectype)

0 commit comments

Comments
 (0)