Skip to content

Commit 24f65ea

Browse files
frkvbjarki-andreasen
authored andcommitted
[nrf noup] mbedtls: Adding missing configuration for RSA key type derive
-This is a [nrf noup] because the upstream Zephyr is generated using a script and is not committed as-is as source-code. The relevant responsible person for this feature has received information about the missing configuration and this will be resolved upstream in Mbed TLS and will propagate down to zephyr. Once this has happened, this [nrf noup] can be dropped. -Add missing PSA_WANT_KEY_TYPE_RSA_KEY_DERIVE Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 4ba0539 commit 24f65ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/mbedtls/Kconfig.psa

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ config PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE
312312
bool "PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE" if !MBEDTLS_PROMPTLESS
313313
select PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY
314314
default y if PSA_CRYPTO_ENABLE_ALL
315+
316+
config PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_DERIVE
317+
bool "PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_DERIVE" if !MBEDTLS_PROMPTLESS
318+
select PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY
315319
default y if PSA_CRYPTO_ENABLE_ALL
316320

317321
endif # PSA_CRYPTO_CLIENT

0 commit comments

Comments
 (0)