Skip to content

Commit df34853

Browse files
valeriosettikartben
authored andcommitted
modules: mbedtls: don't enable RSA support for UOSCORE or UEDHOC
uOSCORE and uEDHOC only use ECDSA and ECDH for signatures and key agreement respectively, so the support for RSA is not required. Signed-off-by: Valerio Setti <[email protected]>
1 parent 3534a23 commit df34853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/mbedtls/Kconfig.mbedtls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ config MBEDTLS_PSK_MAX_LEN
104104

105105
config MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
106106
bool "RSA-only based ciphersuite modes"
107-
default y if UOSCORE || UEDHOC
108107
depends on MBEDTLS_MD
109108
depends on PSA_CRYPTO_CLIENT || MBEDTLS_PKCS1_V15 || MBEDTLS_PKCS1_V21
110109
select PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY if PSA_CRYPTO_CLIENT

0 commit comments

Comments
 (0)