]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Revise CHANGES.md
authorZhiguo Zhou <zhiguo.zhou@intel.com>
Mon, 10 Feb 2025 06:50:09 +0000 (14:50 +0800)
committerZhiguo Zhou <zhiguo.zhou@intel.com>
Mon, 10 Feb 2025 07:14:33 +0000 (15:14 +0800)
The performance impact on Intel Sierra Forest is documented.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25751)

CHANGES.md

index c390c708d9513b8bf995e3dc314a3cf404154269..e6b58c615079a603b2462cc07216c5a9efd47e97 100644 (file)
@@ -135,6 +135,15 @@ OpenSSL 3.5
 
    *Juhász Péter*
 
+ * Parallel dual-prime 1024/1536/2048-bit modular exponentiation for
+   AVX_IFMA capable processors (Intel Sierra Forest and its successor).
+
+   This optimization brings performance enhancement, ranging from 1.8 to 2.2
+   times, for the sign/decryption operations of rsaz-2k/3k/4k (`openssl speed rsa`)
+   on the Intel Sierra Forest.
+
+   *Zhiguo Zhou, Wangyang Guo (Intel Corp)*
+
 OpenSSL 3.4
 -----------
 
@@ -331,11 +340,6 @@ OpenSSL 3.4
 
    *Watson Ladd*
 
- * Parallel dual-prime 1024/1536/2048-bit modular exponentiation for
-   AVX_IFMA capable processors.
-
-   *Zhiguo Zhou, Wangyang Guo (Intel Corp)*
-
 OpenSSL 3.3
 -----------