From: emery Date: Mon, 7 Apr 2025 15:02:00 +0000 (-0400) Subject: Updated the change log to include SSLv3 being disabled by default. X-Git-Tag: openssl-3.0.17~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3aa69ffb5203b51ff0edcb0067d926b3e7eb70d;p=thirdparty%2Fopenssl.git Updated the change log to include SSLv3 being disabled by default. 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 Reviewed-by: Paul Yang Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27289) (cherry picked from commit 6509f18c9fdbf76a63e8c6056da989cd047a7fb2) --- diff --git a/CHANGES.md b/CHANGES.md index 280d1e9f58d..69d9d50f07a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5344,6 +5344,11 @@ OpenSSL 1.1.0 *Rob Percival * + * 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 -------------