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

NORDIC_SECURITY_BACKEND

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<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"
    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.)