1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvmf_tcp_sectype - Transport Specific Address Subtype Definition
7 for NVMe/TCP Transport
8
10 enum nvmf_tcp_sectype {
11 NVMF_TCP_SECTYPE_NONE ,
12 NVMF_TCP_SECTYPE_TLS ,
13 NVMF_TCP_SECTYPE_TLS13
14
15 };
16
18 NVMF_TCP_SECTYPE_NONE
19 No Security
20
21 NVMF_TCP_SECTYPE_TLS
22 Transport Layer Security version 1.2
23
24 NVMF_TCP_SECTYPE_TLS13
25 Transport Layer Security version 1.3 or a subsequent ver‐
26 sion. The TLS protocol negotiates the version and cipher
27 suite for each TCP connection.
28
29
30
31April 2023 enum nvmf_tcp_sectype libnvme(9)