Skip to content

Commit ddd725e

Browse files
authored
Merge pull request #152 from hreinecke/tsas
Decode TLS1.3 transport security
2 parents cfc9f9b + facee1b commit ddd725e

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)