Commit 578ec637ee for openssl.org
commit 578ec637ee08024c2fdef3256154109559ff0086
Author: Gleb Popov <6yearold@gmail.com>
Date: Thu May 21 21:32:23 2026 +0300
Add entry about Elbrus2000 support into NEWS.md and CHANGES.md
Reviewed-by: Andrew Dinh <andrewd@openssl.org>
Reviewed-by: Igor Ustinov <igus@openssl.foundation>
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.