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

TFM_MINIMAL || NORDIC_SECURITY_BACKEND

(Includes any dependencies from ifs and menus.)

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:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:39

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)

config MBEDTLS_TLS_LIBRARY
    bool
    default n
    depends on TFM_MINIMAL

At <nrfxlib>/nrf_security/Kconfig:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:86<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend

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 NORDIC_SECURITY_BACKEND
    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.)