mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
7331e7ef79
Byte swapping code incorrectly uses the number of AES rounds to swap expanded AES key, while swapping only a single dword in a loop, resulting in swapped key and partially swapped expanded keys, breaking AES encryption and decryption on VIA Padlock hardware. This commit correctly sets the number of swapping loops to be done. Fixes #20073 CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20077) |
||
---|---|---|
.. | ||
e_padlock-x86_64.pl | ||
e_padlock-x86.pl |