diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-05 23:08:35 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-13 18:36:15 +0200 |
commit | 7d92bb0509615550b98e2dc71091073c8258d564 (patch) | |
tree | 363f7c25307fe988de221cab03b282db850eccc7 /package/libs/wolfssl/patches/200-ecc-rng.patch | |
parent | ba59466bf4978c977c6860c8f9ba4b2de1c3ab2c (diff) | |
download | upstream-7d92bb0509615550b98e2dc71091073c8258d564.tar.gz upstream-7d92bb0509615550b98e2dc71091073c8258d564.tar.bz2 upstream-7d92bb0509615550b98e2dc71091073c8258d564.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>
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); |