-
CONFIG_NET_APP_TLS
¶
Enable TLS support for TCP applications
Type: bool
Help¶
Enables net app library to use TLS for encrypted communication.
Direct dependencies¶
NET_TCP
&& NET_APP
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
MBEDTLS
ifNET_TCP
&&NET_APP
&&NETWORKING
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/lib/app/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:29
Menu path: (top menu) → Networking → Network Libraries → Network application API support [EXPERIMENTAL]
config NET_APP_TLS bool prompt "Enable TLS support for TCP applications" ifNET_TCP
&&NET_APP
&&NETWORKING
selectMBEDTLS
ifNET_TCP
&&NET_APP
&&NETWORKING
depends onNET_TCP
&&NET_APP
&&NETWORKING
help Enables net app library to use TLS for encrypted communication.
(Definitions include propagated dependencies, including from if’s and menus.)