CONFIG_MBEDTLS_X509_USE_C

X.509 core for using certificates.

Type: bool

Help

Enable X.509 core for using certificates.

Direct dependencies

MBEDTLS_X509_LIBRARY && NRF_SECURITY

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig.tls:17

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 → Create mbed TLS x509 library

config MBEDTLS_X509_USE_C
    bool "X.509 core for using certificates."
    default y
    depends on MBEDTLS_X509_LIBRARY && NRF_SECURITY
    help
      Enable X.509 core for using certificates.

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