CONFIG_MBEDTLS_LEGACY_CRYPTO_C
Enable (legacy) mbed TLS crypto APIs
Type: bool
Help
Enable support for legacy mbed TLS APIs.
Note that this is a configuration that may be removed at some point.
It is only provided during a transition period while PSA Crypto APIs become
the defacto front-end. Enabling this will enable nrf_oberon for all features that
are supported and builtin for the remaining functionality.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y if
BUILD_WITH_TFM
Symbols that select this symbol
Kconfig definition
At <nrfxlib>/nrf_security/Kconfig.legacy:257
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:111
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module → Legacy mbed TLS crypto APIs
config MBEDTLS_LEGACY_CRYPTO_C
bool "Enable (legacy) mbed TLS crypto APIs"
default y if BUILD_WITH_TFM
depends on NRF_SECURITY
help
Enable support for legacy mbed TLS APIs.
Note that this is a configuration that may be removed at some point.
It is only provided during a transition period while PSA Crypto APIs become
the defacto front-end. Enabling this will enable nrf_oberon for all features that
are supported and builtin for the remaining functionality.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)