CONFIG_MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE

X.509 - check extended key usage

Type: bool

Help

Enable verification of the extendedKeyUsage extension (leaf 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:34

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_CHECK_EXTENDED_KEY_USAGE
    bool "X.509 - check extended key usage"
    default y
    depends on MBEDTLS_X509_LIBRARY && NRF_SECURITY
    help
      Enable verification of the extendedKeyUsage extension (leaf certificates).

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