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:57

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend

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