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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Symbols implied by this symbol
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/net/lib/sockets/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/lib/Kconfig:30
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API
config NET_SOCKETS_SOCKOPT_TLS
bool "Enable TCP TLS socket option support [EXPERIMENTAL]"
select MBEDTLS if NET_NATIVE
select EXPERIMENTAL
imply TLS_CREDENTIALS
depends on NET_SOCKETS && NETWORKING
help
Enable TLS socket option support which automatically establishes
a TLS connection to the remote host.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)