]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Added CHANGES.MD entry
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sat, 20 Dec 2025 05:04:15 +0000 (16:04 +1100)
committerAlexandr Nedvedicky <sashan@openssl.org>
Thu, 5 Feb 2026 09:09:18 +0000 (10:09 +0100)
Also added a couple of missing markdown quotes around strings with
internal liternal underscores.  More remain...

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
MergeDate: Thu Feb  5 09:09:46 2026
(Merged from https://github.com/openssl/openssl/pull/24551)

CHANGES.md

index 236eaf73e6f41843ee441d898ec4d3adc5ad3fb0..b9a544a10c5a967e03238366c65aff0f4b078908 100644 (file)
@@ -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
 -----------