[openssl/openssl] a8b238: Fix SHA, SHAKE, and KECCAK ASM flag passing
pauli
noreply at reply.github.openssl.org
Sun Jul 10 23:28:46 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: a8b238f0e4c1198935e066ef19579ca694253286
https://github.openssl.org/openssl/openssl/commit/a8b238f0e4c1198935e066ef19579ca694253286
Author: Juergen Christ <jchrist at linux.ibm.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M crypto/sha/build.info
Log Message:
-----------
Fix SHA, SHAKE, and KECCAK ASM flag passing
Flags for ASM implementations of SHA, SHAKE, and KECCAK were only passed to
the FIPS provider and not to the default or legacy provider. This left some
potential for optimization. Pass the correct flags also to these providers.
Signed-off-by: Juergen Christ <jchrist at linux.ibm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer at de.ibm.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18747)
More information about the openssl-commits
mailing list