CONFIG_MBEDTLS_VANILLA_BACKEND¶
Use Original mbed TLS backend
Type: bool
Help¶
Enable Original mbed TLS backend
This backend uses unaltered source code from the Arm mbed TLS project.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:179
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_VANILLA_BACKEND
bool "Use Original mbed TLS backend"
depends on NORDIC_SECURITY_BACKEND
help
Enable Original mbed TLS backend
This backend uses unaltered source code from the Arm mbed TLS project.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)