]> 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:41 +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 280d1e9f58d64479ec44e20e6d3d50a66a5415c5..69d9d50f07af148c4766857a3211c4151064d15c 100644 (file)
@@ -5344,6 +5344,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
 -------------