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)
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*
*Beat Bolli*
- * The deprecated function ASN1_STRING_data has been removed.
+ * The deprecated function `ASN1_STRING_data` has been removed.
*Bob Beck*
*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
-----------