diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-03-26 14:46:29 -0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-27 07:44:43 +0100 |
commit | 81266d900104d657275aa5df3fb7629f7892c57a (patch) | |
tree | 0e373318ce411cda252892b3b05bf5204fc20981 /package/libs/openssl/Makefile | |
parent | 6165bb0d6009283ffd8f330622b2155ee29c9c0b (diff) | |
download | upstream-81266d900104d657275aa5df3fb7629f7892c57a.tar.gz upstream-81266d900104d657275aa5df3fb7629f7892c57a.tar.bz2 upstream-81266d900104d657275aa5df3fb7629f7892c57a.zip |
openssl: bump to 1.1.1k
This version fixes 2 security vulnerabilities, among other changes:
- CVE-2021-3450: problem with verifying a certificate chain when using
the X509_V_FLAG_X509_STRICT flag.
- CVE-2021-3449: OpenSSL TLS server may crash if sent a maliciously
crafted renegotiation ClientHello message from a client.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 0bd0de7d43b3846ad0d7006294e1daaadfa7b532)
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index ac96e0a0de..8f74fbcf7d 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_BASE:=1.1.1 -PKG_BUGFIX:=j +PKG_BUGFIX:=k PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -26,7 +26,7 @@ PKG_SOURCE_URL:= \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/ -PKG_HASH:=aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf +PKG_HASH:=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |