]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Updated the change log to include SSLv3 being disabled by default.
authoremery <anr1629@rit.edu>
Mon, 7 Apr 2025 15:02:00 +0000 (11:02 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:37:04 +0000 (15:37 +0100)
This change was implemented into version 1.1.0 and onward. The last version that had SSLv3 enabled was version 1.0.2h, which is why the addition was made where it is.

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27289)

(cherry picked from commit 6509f18c9fdbf76a63e8c6056da989cd047a7fb2)

CHANGES.md

index ac68e8dffdef47e828fcccfdb25f68426487a56f..c8bd86f930f0e1563898c2b28d26742e39562183 100644 (file)
@@ -6305,6 +6305,11 @@ OpenSSL 1.1.0
 
    *Rob Percival <robpercival@google.com>*
 
+ * SSLv3 is by default disabled at build-time. Builds that are not
+   configured with "enable-ssl3" will not support SSLv3.
+
+   *Kurt Roeckx*
+
 OpenSSL 1.0.2
 -------------