CONFIG_MBEDTLS_HAS_RSA_CIPHERSUITE_REQUIREMENTS
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies
((MBEDTLS_RSA_C
&& MBEDTLS_PKCS1_V15
) || (PSA_WANT_ALG_RSA_PKCS1V15_CRYPT
&& PSA_WANT_ALG_RSA_PKCS1V15_SIGN
)) && MBEDTLS_TLS_LIBRARY
&& NRF_SECURITY
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nrfxlib>/nrf_security/Kconfig.tls:319
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 transport layer security library → TLS/DTL Cipher Suites
config MBEDTLS_HAS_RSA_CIPHERSUITE_REQUIREMENTS
bool
default y
depends on ((MBEDTLS_RSA_C && MBEDTLS_PKCS1_V15) || (PSA_WANT_ALG_RSA_PKCS1V15_CRYPT && PSA_WANT_ALG_RSA_PKCS1V15_SIGN)) && MBEDTLS_TLS_LIBRARY && NRF_SECURITY
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)