-
CONFIG_NET_SOCKETS_SOCKOPT_TLS
¶
Enable TCP TLS socket option support [EXPERIMENTAL]
Type: bool
Help¶
Enable TLS socket option support which automatically establishes a TLS connection to the remote host.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/lib/sockets/Kconfig:51
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:29
Menu path: (top menu) → Networking → Network Libraries → BSD Sockets compatible API
config NET_SOCKETS_SOCKOPT_TLS bool prompt "Enable TCP TLS socket option support [EXPERIMENTAL]" ifNET_SOCKETS
&&NETWORKING
selectTLS_CREDENTIALS
ifNET_SOCKETS
&&NETWORKING
depends onNET_SOCKETS
&&NETWORKING
help Enable TLS socket option support which automatically establishes a TLS connection to the remote host.
(Definitions include propagated dependencies, including from if’s and menus.)