CONFIG_MBEDTLS_X509_LIBRARY

Create mbed TLS x509 library

Type: bool

Help

Create the mbed x509 library for handling of certificates.

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

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_X509_LIBRARY
    bool
    default n
    depends on TFM_MINIMAL

At <nrfxlib>/nrf_security/Kconfig:45

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

config MBEDTLS_X509_LIBRARY
    bool "Create mbed TLS x509 library"
    default y if MBEDTLS_PSA_CRYPTO_C && (MBEDTLS_ECDSA_C || MBEDTLS_ECDH_C)
    select NRF_SECURITY_ADVANCED
    select MBEDTLS_PK_C
    depends on NORDIC_SECURITY_BACKEND
    help
      Create the mbed x509 library for handling of certificates.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)