]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a note about avx-512 support for XTS to CHANGES.md
authorDan Pittman <daniel.pittman@intel.com>
Tue, 25 Feb 2025 16:31:08 +0000 (08:31 -0800)
committerNeil Horman <nhorman@openssl.org>
Thu, 27 Feb 2025 13:31:16 +0000 (08:31 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26410)

CHANGES.md

index cbf490ae470360a54ef207b767613b4f5da546b9..9aeed1bd44bf50e04b92165d72aabbe8e05593cd 100644 (file)
@@ -224,6 +224,14 @@ OpenSSL 3.5
 
    *Zhiguo Zhou, Wangyang Guo (Intel Corp)*
 
+ * VAES/AVX-512 support for AES-XTS.
+
+   For capable processors (>= Intel Icelake), this provides a
+   vectorized implementation of AES-XTS with a throughput improvement
+   between 1.3x to 2x, depending on the block size.
+
+   *Pablo De Lara Guarch, Dan Pittman*
+
 OpenSSL 3.4
 -----------