-
CONFIG_TLS_CREDENTIAL_FILENAMES
¶
Specify TLS credential filenames
Type: bool
Help¶
Allows clients of the socket APIs to specify filenames of security certificates and private keys to use during subsequent TLS/SSL negotiations. The secure files will have been previously provisioned to the device’s secure file system; eg, via a vendor tool or by executing a separate binary. This option is currently only available for secure socket offload devices.
Direct dependencies¶
NET_SOCKETS_OFFLOAD
&& TLS_CREDENTIALS
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/tls_credentials/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:31
Menu path: (top menu) → Networking → Network Libraries → TLS credentials management
config TLS_CREDENTIAL_FILENAMES bool prompt "Specify TLS credential filenames" ifNET_SOCKETS_OFFLOAD
&&TLS_CREDENTIALS
&&NETWORKING
depends onNET_SOCKETS_OFFLOAD
&&TLS_CREDENTIALS
&&NETWORKING
help Allows clients of the socket APIs to specify filenames of security certificates and private keys to use during subsequent TLS/SSL negotiations. The secure files will have been previously provisioned to the device's secure file system; eg, via a vendor tool or by executing a separate binary. This option is currently only available for secure socket offload devices.
(Definitions include propagated dependencies, including from if’s and menus.)