CONFIG_MBEDTLS_TLS_LIBRARY
Create mbed TLS transport layer security library
Type: bool
Help
Create the mbed SSL/TLS library in addition to the mbed crypto
library.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
n
y if
MBEDTLS_PSA_CRYPTO_C
&& (MBEDTLS_ECDSA_C
||MBEDTLS_ECDH_C
)
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definitions
At <nRF>/modules/trusted-firmware-m/Kconfig.mbedtls_minimal.defconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:20
→ <nRF>/modules/trusted-firmware-m/Kconfig:55
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m)
config MBEDTLS_TLS_LIBRARY
bool
default n
depends on TFM_MINIMAL
At <nrfxlib>/nrf_security/Kconfig.tls:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:13
→ <nrfxlib>/nrf_security/Kconfig:105
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module
menuconfig MBEDTLS_TLS_LIBRARY
bool "Create mbed TLS transport layer security library"
default y if MBEDTLS_PSA_CRYPTO_C && (MBEDTLS_ECDSA_C || MBEDTLS_ECDH_C)
select MBEDTLS_X509_LIBRARY
depends on NRF_SECURITY
help
Create the mbed SSL/TLS library in addition to the mbed crypto
library.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)