openssl: Update to 1.1.1e

Fixed an overflow bug in the x64_64 Montgomery squaring procedure used
in exponentiation with 512-bit moduli (CVE-2019-1551).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-18 14:04:27 +00:00
committed by Arne Fitzenreiter
parent c8870ddc01
commit 3a17ab3893
2 changed files with 76 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.1.1d
VER = 1.1.1e
THISAPP = openssl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -87,7 +87,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 3be209000dbc7e1b95bcdf47980a3baa
$(DL_FILE)_MD5 = baeff2a64d2f3d7e0a69b677c9977b57
install : $(TARGET)