[openwrt/openwrt] wolfssl: enable ECC Curve 25519 by default

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 12 15:32:45 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7

commit 5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7
Author: Stan Grishin <stangri at melmac.net>
AuthorDate: Thu Oct 7 20:15:25 2021 +0000

    wolfssl: enable ECC Curve 25519 by default
    
    * fixes https://github.com/openwrt/packages/issues/16652
     see https://github.com/openwrt/packages/issues/16674#issuecomment-934983898
    
    Signed-off-by: Stan Grishin <stangri at melmac.net>
    (cherry picked from commit 05a7af9ca0dd9c42eafbca5aa988b141e0e06053)
---
 package/libs/wolfssl/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/wolfssl/Config.in b/package/libs/wolfssl/Config.in
index 5d1f119ac4..e78974c23d 100644
--- a/package/libs/wolfssl/Config.in
+++ b/package/libs/wolfssl/Config.in
@@ -49,7 +49,7 @@ config WOLFSSL_HAS_WPAS
 
 config WOLFSSL_HAS_ECC25519
 	bool "Include ECC Curve 25519 support"
-	default n
+	default y
 
 config WOLFSSL_HAS_DEVCRYPTO
 	bool



More information about the lede-commits mailing list