]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: update to 1.1.1g
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 21 Apr 2020 13:43:38 +0000 (15:43 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 21 Apr 2020 13:47:43 +0000 (13:47 +0000)
CVE-2020-1967 (OpenSSL advisory) [High severity] 21 April 2020:
    Server or client applications that call the SSL_check_chain()
    function during or after a TLS 1.3 handshake may crash due
    to a NULL pointer dereference as a result of incorrect handling
    of the "signature_algorithms_cert" TLS extension.
    The crash occurs if an invalid or unrecognised signature algorithm
    is received from the peer. This could be exploited by a malicious
    peer in a Denial of Service attack.
https://www.openssl.org/news/secadv/20200421.txt

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/openssl

index 06b999a1501c885fdad81303e7257620646bb736..8fe3c28569873d24543e856f8b4524934b41f5e8 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.1f
+VER        = 1.1.1g
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -87,7 +87,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3f486f2f4435ef14b81814dbbc7b48bb
+$(DL_FILE)_MD5 = 76766e98997660138cdaf13a187bd234
 
 install : $(TARGET)