Release Notes: https://www.wolfssl.com/wolfssl-5-9-0-released/ Fixes CVEs: - CVE-2026-3548 - CVE-2026-3549 - CVE-2026-3547 - CVE-2026-2646 - CVE-2026-3849 - CVE-2026-0819 - CVE-2026-1005 - CVE-2026-2645 - CVE-2026-3230 - CVE-2026-3229 - CVE-2026-3579 - CVE-2026-3580 - CVE-2026-3503 - CVE-2026-4159 - CVE-2026-4395 Signed-off-by: Ignat Loskutov <ignat.loskutov@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22595 Signed-off-by: Nick Hainke <vincent@systemli.org>
12 lines
545 B
Diff
12 lines
545 B
Diff
--- a/wolfssl/wolfcrypt/settings.h
|
|
+++ b/wolfssl/wolfcrypt/settings.h
|
|
@@ -4122,7 +4122,7 @@ extern void uITRON4_free(void *p) ;
|
|
|
|
/* warning for not using harden build options (default with ./configure) */
|
|
/* do not warn if big integer support is disabled */
|
|
-#if !defined(WC_NO_HARDEN) && !defined(NO_BIG_INT)
|
|
+#if 0
|
|
#if (defined(USE_FAST_MATH) && !defined(TFM_TIMING_RESISTANT)) || \
|
|
(defined(HAVE_ECC) && !defined(ECC_TIMING_RESISTANT)) || \
|
|
(!defined(NO_RSA) && !defined(WC_RSA_BLINDING) && !defined(HAVE_FIPS) && \
|