]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add $AESDEF in libdefault.a to fix aes regression
authorXiaofei Bai <xiaofei.bai@arm.com>
Tue, 11 May 2021 05:42:51 +0000 (05:42 +0000)
committerPauli <pauli@openssl.org>
Thu, 13 May 2021 01:44:43 +0000 (11:44 +1000)
commit307a38fa5fafd715b02f31b2c861b47bd38ed509
tree13216f045a5dbf4da96b57e64bc6bf36bb7aa44f
parent36c5bb1affc299f94e6f0431f11e90b734eb31f9
Add $AESDEF in libdefault.a to fix aes regression

We recently noticed AES algorithms(like aes-xxx-ctr, aes-xxx-gcm,.etc)
have significant performance regression on x86_64 platform, and it is
because of the missing AES_ASM macro. This PR is to fix it by applying
$AESDEF to libdefault.a.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15225)
crypto/aes/build.info