aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-02-09 00:53:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-02-10 00:23:45 +0100
commitd5a8e8587893e63d97d59b51287972959cb73154 (patch)
tree0450e033fdea8c036e2b0ccb6605701aeaba36ba /package/libs/wolfssl/Makefile
parentcf5e5204d976be00618f809b90c9c2156657903a (diff)
downloadupstream-d5a8e8587893e63d97d59b51287972959cb73154.tar.gz
upstream-d5a8e8587893e63d97d59b51287972959cb73154.tar.bz2
upstream-d5a8e8587893e63d97d59b51287972959cb73154.zip
wolfssl: Backport fix for CVE-2021-3336
This should fix CVE-2021-3336: DoTls13CertificateVerify in tls13.c in wolfSSL through 4.6.0 does not cease processing for certain anomalous peer behavior (sending an ED22519, ED448, ECC, or RSA signature without the corresponding certificate). The patch is backported from the upstream wolfssl development branch. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 1f559cafe5cc1193a5962d40a2d938c66c783171)
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r--package/libs/wolfssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 8bd9189e5e..9bc7e671b2 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wolfssl
PKG_VERSION:=4.6.0-stable
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION)