Skip to content

Commit a6e0411

Browse files
frkvrlubos
authored andcommitted
nrf_security: Relax dependencies for MBEDTLS_RSA_C
-This commit removes the dependency that MBEDTLS_USE_PSA_CRYPTO is not set when using MBEDTLS_RSA_C. This change is needed to allow for certain legacy features being enabled even when PSA is used for certificate support. -This bugfix is requested through tech support cases on the matter ref: NCSDK-34816 Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 4dca821 commit a6e0411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/nrf_security/Kconfig.legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ config MBEDTLS_HKDF_C
737737
config MBEDTLS_RSA_C
738738
bool
739739
prompt "RSA - Rivest-Shamir-Adleman cryptosystem"
740-
depends on !MBEDTLS_USE_PSA_CRYPTO
741740
select PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_IMPORT if PSA_CRYPTO_CLIENT
742741
select PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_EXPORT if PSA_CRYPTO_CLIENT
743742
select PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_DERIVE if PSA_CRYPTO_CLIENT

0 commit comments

Comments
 (0)