diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-14 12:06:32 -0300 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-22 16:34:11 -1000 |
commit | 16414718f9ae57f294a8a9f70f766e0d170fae05 (patch) | |
tree | a3106c878e0f2f21e7b28e34b9764727ed67effc /package/libs/wolfssl/patches/200-ecc-rng.patch | |
parent | 5a02760c8f9c3b5ff2af8e6ba457b3a91d27d4e1 (diff) | |
download | upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.tar.gz upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.tar.bz2 upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.zip |
wolfssl: update to 4.8.1-stable
Changes from 4.7.0:
Fix one high (OCSP verification issue) and two low vulnerabilities
Improve compatibility layer
Other improvements and fixes
For detailed changes refer to https://github.com/wolfSSL/wolfssl/releases
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
(cherry picked from commit 7d92bb0509615550b98e2dc71091073c8258d564)
[Added patch to allow compilation with libtool 2.4]
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches/200-ecc-rng.patch')
-rw-r--r-- | package/libs/wolfssl/patches/200-ecc-rng.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/patches/200-ecc-rng.patch b/package/libs/wolfssl/patches/200-ecc-rng.patch index 2d33c06209..d8581be7eb 100644 --- a/package/libs/wolfssl/patches/200-ecc-rng.patch +++ b/package/libs/wolfssl/patches/200-ecc-rng.patch @@ -11,7 +11,7 @@ RNG regardless of the built settings for wolfssl. --- a/wolfcrypt/src/ecc.c +++ b/wolfcrypt/src/ecc.c -@@ -10293,21 +10293,21 @@ void wc_ecc_fp_free(void) +@@ -10938,21 +10938,21 @@ void wc_ecc_fp_free(void) #endif /* FP_ECC */ @@ -37,7 +37,7 @@ RNG regardless of the built settings for wolfssl. --- a/wolfssl/wolfcrypt/ecc.h +++ b/wolfssl/wolfcrypt/ecc.h -@@ -584,10 +584,8 @@ WOLFSSL_API +@@ -616,10 +616,8 @@ WOLFSSL_API void wc_ecc_fp_free(void); WOLFSSL_LOCAL void wc_ecc_fp_init(void); |