diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-06-01 15:25:37 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-06-01 15:50:20 +0200 |
commit | 67619619195aa57b2d3169b659e677cd8b879e2a (patch) | |
tree | 8b7f2e82cedbb6f7a1b996c13eea801778c7ea03 | |
parent | 95911557371ab54e0215d701b1052882aaa14012 (diff) | |
download | upstream-67619619195aa57b2d3169b659e677cd8b879e2a.tar.gz upstream-67619619195aa57b2d3169b659e677cd8b879e2a.tar.bz2 upstream-67619619195aa57b2d3169b659e677cd8b879e2a.zip |
openssl: update to 1.0.2s
Highlights of this version:
- Change default RSA, DSA and DH size to 2048 bit
- Reject invalid EC point coordinates
This avoids CVE-2019-9498 and CVE-2019-9499 in hostapd
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
-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 2902ce15c7..99f1b861b4 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.0.2 -PKG_BUGFIX:=r +PKG_BUGFIX:=s PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ http://gd.tuwien.ac.at/infosys/security/openssl/source/ \ http://www.openssl.org/source/ \ http://www.openssl.org/source/old/$(PKG_BASE)/ -PKG_HASH:=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6 +PKG_HASH:=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |