From: Viktor Dukhovni Date: Sat, 20 Dec 2025 05:04:15 +0000 (+1100) Subject: Added CHANGES.MD entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254c4d7ae4df9cd2aa4744fb1310237a6a122bf2;p=thirdparty%2Fopenssl.git Added CHANGES.MD entry Also added a couple of missing markdown quotes around strings with internal liternal underscores. More remain... Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický MergeDate: Thu Feb 5 09:09:46 2026 (Merged from https://github.com/openssl/openssl/pull/24551) --- diff --git a/CHANGES.md b/CHANGES.md index 236eaf73e6f..b9a544a10c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -85,7 +85,7 @@ OpenSSL 4.0 is cleaned up automatically by the OS instead. Some memory leak detectors may report spurious allocated and reachable memory at application exit. To avoid such spurious leak detection reports the application may call - OPENSSL_cleanup() before the process exits. + `OPENSSL_cleanup()` before the process exits. *Alexandr Nedvedicky* @@ -106,7 +106,7 @@ OpenSSL 4.0 *Beat Bolli* - * The deprecated function ASN1_STRING_data has been removed. + * The deprecated function `ASN1_STRING_data` has been removed. *Bob Beck* @@ -187,6 +187,11 @@ OpenSSL 4.0 *Barry Fussell and Helen Zhang* + * Implemented RFC7919, adding support for negotiated FFDHE key exchange + in TLS 1.2. + + *Joachim Vandersmissen* (with additional support from *Viktor Dukhovni*) + OpenSSL 3.6 -----------