1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package/libs/openssl
ValdikSS ValdikSS 2fc170cc21 openssl: fix VIA Padlock AES-192 and 256 encryption
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.

Upstream: 2bcf8e69bd

Acked-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
2023-01-22 01:33:33 +01:00
..
files openssl: configure engines with uci 2022-02-22 16:37:23 +01:00
patches openssl: fix VIA Padlock AES-192 and 256 encryption 2023-01-22 01:33:33 +01:00
Config.in openssl: always build with GOST engine support 2021-02-23 21:10:56 +01:00
Makefile openssl: bump to 1.1.1s 2022-11-05 14:07:46 +00:00