diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-02-09 00:53:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-02-09 23:12:49 +0100 |
commit | 1f559cafe5cc1193a5962d40a2d938c66c783171 (patch) | |
tree | a543aaa864e53d2421fe201d0e8193650b29a56a /package/libs/wolfssl/Makefile | |
parent | ff076f873f3bb01e4613f925315ae73c76a2d914 (diff) | |
download | upstream-1f559cafe5cc1193a5962d40a2d938c66c783171.tar.gz upstream-1f559cafe5cc1193a5962d40a2d938c66c783171.tar.bz2 upstream-1f559cafe5cc1193a5962d40a2d938c66c783171.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>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index dcc6aca40c..ff01fca663 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) |