diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-02-21 18:33:30 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-02-23 21:10:56 +0100 |
commit | d1dfb577f1c0d5b1f1fa35000c9ad7abdb7d10ed (patch) | |
tree | ef79b64bbfa36d57587f1a65fb5de9308913d1b2 /package/libs/wolfssl/patches/120-enable-secret-callback.patch | |
parent | 920eaab1d8179035d0ae1047e75cf9a50da6a6eb (diff) | |
download | upstream-d1dfb577f1c0d5b1f1fa35000c9ad7abdb7d10ed.tar.gz upstream-d1dfb577f1c0d5b1f1fa35000c9ad7abdb7d10ed.tar.bz2 upstream-d1dfb577f1c0d5b1f1fa35000c9ad7abdb7d10ed.zip |
wolfssl: bump to v4.7.0-stable
Biggest fix for this version is CVE-2021-3336, which has already been
applied here. There are a couple of low severity security bug fixes as
well.
Three patches are no longer needed, and were removed; the one remaining
was refreshed.
This tool shows no ABI changes:
https://abi-laboratory.pro/index.php?view=objects_report&l=wolfssl&v1=4.6.0&v2=4.7.0
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches/120-enable-secret-callback.patch')
-rw-r--r-- | package/libs/wolfssl/patches/120-enable-secret-callback.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libs/wolfssl/patches/120-enable-secret-callback.patch b/package/libs/wolfssl/patches/120-enable-secret-callback.patch deleted file mode 100644 index 9c9b361d01..0000000000 --- a/package/libs/wolfssl/patches/120-enable-secret-callback.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -943,6 +943,7 @@ then - AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI" - AM_CFLAGS="$AM_CFLAGS -DHAVE_EX_DATA" - AM_CFLAGS="$AM_CFLAGS -DHAVE_EXT_CACHE" -+ AM_CFLAGS="$AM_CFLAGS -DHAVE_SECRET_CALLBACK" - AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_EITHER_SIDE" - AM_CFLAGS="$AM_CFLAGS -DOPENSSL_EXTRA_X509_SMALL" - |