Skip to content

Commit d6a255a

Browse files
madanm3andrewkdinh
authored andcommitted
Add CHANGES.md entry for AES-CBC AVX-512/VAES decryption
Document the AVX-512 and VAES optimizations for AES-CBC decryption, which improve decryption performance for large inputs (1024 bytes or more) by 3.5x to 3.8x. Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andrew Dinh <andrewd@openssl.org> MergeDate: Fri Jul 31 16:33:42 2026 (Merged from openssl#30902)
1 parent 62fe048 commit d6a255a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ OpenSSL Releases
262262

263263
*Helen Zhang*
264264

265+
* Added AVX-512 and VAES optimizations for AES-CBC decryption. Decryption
266+
performance for large inputs (1024 bytes or more) improved by 3.5x to 3.8x.
267+
268+
*Madan Mohan Manokar*
269+
265270
* Deprecated `ASN1_BIT_STRING_set()` in favour of `ASN1_BIT_STRING_set1()`.
266271

267272
*Norbert Pócs*

0 commit comments

Comments
 (0)