[openwrt/openwrt] libmbedtls: disable older RSA ciphers

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 13 14:31:42 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/106425225953164ca45569c04d8147f16641a696

commit 106425225953164ca45569c04d8147f16641a696
Author: Glenn Strauss <gstrauss at gluelogic.com>
AuthorDate: Sat Oct 22 13:09:14 2022 -0400

    libmbedtls: disable older RSA ciphers
    
    disable older RSA ciphers
    
    Signed-off-by: Glenn Strauss <gstrauss at gluelogic.com>
---
 package/libs/mbedtls/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/mbedtls/Config.in b/package/libs/mbedtls/Config.in
index 067a9aeb78..ffabd799d3 100644
--- a/package/libs/mbedtls/Config.in
+++ b/package/libs/mbedtls/Config.in
@@ -62,11 +62,11 @@ config MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
 
 config MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
 	bool "MBEDTLS_KEY_EXCHANGE_RSA_ENABLED"
-	default y
+	default n
 
 config MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
 	bool "MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED"
-	default y
+	default n
 
 config MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
 	bool "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED"




More information about the lede-commits mailing list