Commit 254c4d7ae4 for openssl.org

commit 254c4d7ae4df9cd2aa4744fb1310237a6a122bf2
Author: Viktor Dukhovni <openssl-users@dukhovni.org>
Date:   Sat Dec 20 16:04:15 2025 +1100

    Added CHANGES.MD entry

    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)

diff --git a/CHANGES.md b/CHANGES.md
index 236eaf73e6..b9a544a10c 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
 -----------