]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md: move SSL_CTX_is_server() entry to the 4.0 section
authorEugene Syromiatnikov <esyr@openssl.org>
Sun, 5 Apr 2026 11:18:25 +0000 (13:18 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Wed, 8 Apr 2026 10:00:17 +0000 (12:00 +0200)
Also reword it to match the style of other entries.

Complements: ca20e54e8674 "SSL_CTX_is_server() was added."
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Wed Apr  8 10:00:05 2026
(Merged from https://github.com/openssl/openssl/pull/30686)

(cherry picked from commit 4c189a095412822d43aec66abbd3672c76f5d226)

CHANGES.md

index c6b1975defb26f7171f6f2bcede6cd75bd380b0d..06b96d97dc8dcaeb62e3f920c74aefcf76a2ac11 100644 (file)
@@ -155,6 +155,10 @@ OpenSSL Releases
 
    *Daniel Kubec*
 
+ * Added `SSL_CTX_is_server()`.
+
+   *Igor Ustinov*
+
  * Added `EVP_MD_CTX_serialize()`/`EVP_MD_CTX_deserialize()` functions.
    These functions allow to export the internal state of a Digest and re-import
    it later to continue a computation from a specific checkpoint.  Only SHA-2
@@ -986,10 +990,6 @@ OpenSSL 3.6
 
    *Dimitri John Ledkov*
 
- * `SSL_CTX_is_server()` was added.
-
-   *Igor Ustinov*
-
 OpenSSL 3.5
 -----------