diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-01 13:39:59 -0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-07-07 13:02:05 +0200 |
commit | 2792daab5ad26e916619052fc7f581cddc1ea53c (patch) | |
tree | e730b400c5dcaf3e13445c8a5360b4de0efaed1f /package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | |
parent | 7f79882d44baf7d63fd6f2040deb4fca8e78fb24 (diff) | |
download | upstream-2792daab5ad26e916619052fc7f581cddc1ea53c.tar.gz upstream-2792daab5ad26e916619052fc7f581cddc1ea53c.tar.bz2 upstream-2792daab5ad26e916619052fc7f581cddc1ea53c.zip |
wolfssl: update to 3.15.7, fix Makefile
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>
Diffstat (limited to 'package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch')
-rw-r--r-- | package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch index 66582cfc46..6b0861288f 100644 --- a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch +++ b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -4198,7 +4198,6 @@ AC_CONFIG_FILES([stamp-h], [echo timesta +@@ -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 |