From: Gleb Popov <6yearold@gmail.com> Date: Thu, 21 May 2026 18:32:23 +0000 (+0300) Subject: Add entry about Elbrus2000 support into NEWS.md and CHANGES.md X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;p=thirdparty%2Fopenssl.git Add entry about Elbrus2000 support into NEWS.md and CHANGES.md Reviewed-by: Andrew Dinh Reviewed-by: Igor Ustinov MergeDate: Fri Jul 31 16:50:06 2026 (Merged from https://github.com/openssl/openssl/pull/31269) --- diff --git a/CHANGES.md b/CHANGES.md index 1674e39218..9b1dbcd979 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,11 @@ OpenSSL Releases ### Changes between 4.0 and 4.1 [xx XXX xxxx] + * Added various optimizations for the Elbrus2000 architecture in the + cryptographic and BN code. + + *Gleb Popov* + * Fixed TLS 1.3 external PSK connections being wrongly rejected when the client sets a non-empty session ID context. diff --git a/NEWS.md b/NEWS.md index 5b446f8d45..c3d44d6d02 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,6 +30,7 @@ OpenSSL 4.1 * API calls `CRYPTO_atomic_load_ptr`, `CRYPTO_atomic_store_ptr`, and `CRYPTO_atomic_cmp_exch_ptr` have been added. + * Initial support for the Elbrus2000 (e2k) architecture * Fixed verification of DSA certificates signed with SHA-384 or SHA-512.