]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add entry about Elbrus2000 support into NEWS.md and CHANGES.md master
authorGleb Popov <6yearold@gmail.com>
Thu, 21 May 2026 18:32:23 +0000 (21:32 +0300)
committerAndrew Dinh <andrewd@openssl.org>
Fri, 31 Jul 2026 16:48:54 +0000 (23:48 +0700)
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)

CHANGES.md
NEWS.md

index 1674e39218163e933c5e2cce4dfce52fdca87c3f..9b1dbcd979e966adaa3071adabb3d9009b99526f 100644 (file)
@@ -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 5b446f8d45eef49a159be8c80fa06f90b02bc1bd..c3d44d6d0254bb58163a4182e7512aec4e0033b8 100644 (file)
--- 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.