-
CONFIG_MBEDTLS_CFG_FILE
¶
mbed TLS configuration file
Type: string
Help¶
Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config.
Default¶
“config-tls-generic.h”
Kconfig definition¶
At modules/Kconfig.mbedtls:32
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:21
Menu path: (Top) → Modules → mbedTLS Support
config MBEDTLS_CFG_FILE string "mbed TLS configuration file" default "config-tls-generic.h" depends onMBEDTLS_BUILTIN
&&MBEDTLS
help Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)