mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
3167a57f72
This includes a fix for a medium-level potential cache attack with a
variant of Bleichenbacher’s attack. Patches were refreshed.
Increased FP_MAX_BITS to allow 4096-bit RSA keys.
Fixed poly1305 build option, and some Makefile updates.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 2792daab5a
)
22 lines
512 B
Diff
22 lines
512 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -4614,7 +4614,6 @@ AC_CONFIG_FILES([stamp-h], [echo timesta
|
|
AC_CONFIG_FILES([Makefile wolfssl/version.h wolfssl/options.h cyassl/options.h support/wolfssl.pc rpm/spec])
|
|
|
|
AX_CREATE_GENERIC_CONFIG
|
|
-AX_AM_JOBSERVER([yes])
|
|
|
|
AC_OUTPUT
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -20,8 +20,6 @@ dist_noinst_SCRIPTS =
|
|
noinst_SCRIPTS =
|
|
check_SCRIPTS =
|
|
|
|
-#includes additional rules from aminclude.am
|
|
-@INC_AMINCLUDE@
|
|
DISTCLEANFILES+= aminclude.am
|
|
|
|
CLEANFILES+= cert.der \
|