]> git.ipfire.org Git - ipfire-2.x.git/commit
openssl: Update to 1.1.0h
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Mar 2018 14:59:04 +0000 (15:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Mar 2018 15:03:44 +0000 (16:03 +0100)
commit166ceacd6b375bc97eed722012a0f1fffd5a15e1
tree6dbf79d2b7e819d53007722e9338636a525e8a04
parentc98304604bfed3b29bb384ab0999596644573f2c
openssl: Update to 1.1.0h

CVE-2018-0739 (OpenSSL advisory) [Moderate severity] 27 March 2018:

Constructed ASN.1 types with a recursive definition (such as can be
found in PKCS7) could eventually exceed the stack given malicious
input with excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within SSL/TLS
that come from untrusted sources so this is considered safe.
Reported by OSS-fuzz.

This patch also entirely removes support for SSLv3. The patch to
disable it didn't apply and since nobody has been using this before,
we will not compile it into OpenSSL any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openssl
src/patches/openssl-1.1.0-disable-ssl3.patch [deleted file]