From: Andrew Dinh Date: Fri, 12 Dec 2025 20:33:57 +0000 (+0400) Subject: Add entry to CHANGES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53d8bf16807690979c6eb59b2a7c05e24901810;p=thirdparty%2Fopenssl.git Add entry to CHANGES.md Explain the changes to configure Reviewed-by: Eugene Syromiatnikov Reviewed-by: Nikola Pajkovsky Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/29338) --- diff --git a/CHANGES.md b/CHANGES.md index 43019834e17..23046079ec6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,12 @@ OpenSSL 4.0 ### Changes between 3.6 and 4.0 [xx XXX xxxx] + * Removed configure options can now only be disabled. You may continue to use + `disable-`, which will remain supported. Using `enable-` + for a removed feature is no longer permitted. + + *Andrew Dinh* + * Support for SSLv3 was removed. SSLv3 has been deprecated since 2015, and OpenSSL had it disabled by default since 1.1.0 (2016).