From: Eugene Syromiatnikov Date: Sun, 5 Apr 2026 11:18:25 +0000 (+0200) Subject: CHANGES.md: move SSL_CTX_is_server() entry to the 4.0 section X-Git-Tag: openssl-4.0.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e17519173ef0622189aeedef3ce054f51ea907;p=thirdparty%2Fopenssl.git CHANGES.md: move SSL_CTX_is_server() entry to the 4.0 section Also reword it to match the style of other entries. Complements: ca20e54e8674 "SSL_CTX_is_server() was added." Signed-off-by: Eugene Syromiatnikov Reviewed-by: Paul Yang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz MergeDate: Wed Apr 8 10:00:05 2026 (Merged from https://github.com/openssl/openssl/pull/30686) (cherry picked from commit 4c189a095412822d43aec66abbd3672c76f5d226) --- diff --git a/CHANGES.md b/CHANGES.md index c6b1975defb..06b96d97dc8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 -----------