-
CONFIG_MBEDTLS_X509_LIBRARY
¶
Create mbed TLS x509 library
Type: bool
Help¶
Create the mbed x509 library for handling of certificates.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:51
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_X509_LIBRARY
bool "Create mbed TLS x509 library"
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.)