[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu May 13 01:45:12 UTC 2021
The branch master has been updated
via 307a38fa5fafd715b02f31b2c861b47bd38ed509 (commit)
from 36c5bb1affc299f94e6f0431f11e90b734eb31f9 (commit)
- Log -----------------------------------------------------------------
commit 307a38fa5fafd715b02f31b2c861b47bd38ed509
Author: Xiaofei Bai <xiaofei.bai at arm.com>
Date: Tue May 11 05:42:51 2021 +0000
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 at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15225)
-----------------------------------------------------------------------
Summary of changes:
crypto/aes/build.info | 1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/aes/build.info b/crypto/aes/build.info
index cc523c8f4f..66bff1ae73 100644
--- a/crypto/aes/build.info
+++ b/crypto/aes/build.info
@@ -70,6 +70,7 @@ SOURCE[../../providers/libfips.a]=$COMMON
# need to be applied to all affected libraries and modules.
DEFINE[../../libcrypto]=$AESDEF
DEFINE[../../providers/libfips.a]=$AESDEF
+DEFINE[../../providers/libdefault.a]=$AESDEF
GENERATE[aes-ia64.s]=asm/aes-ia64.S
More information about the openssl-commits
mailing list