]> 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:36:03 +0000 (15:36 +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)

CHANGES.md

index a66ce7654dcdfbbe6a439858c8c43e62bad27317..d2cc795e31b4d56df514a5875c28c86285234fc7 100644 (file)
@@ -6624,6 +6624,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
 -------------