[openssl/openssl] 121863: Fix EC ASM flag passing
Tomas Mraz
noreply at reply.github.openssl.org
Thu Jul 14 12:03:25 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 12186377cb987c4527d286e91e735e8261a45669
https://github.openssl.org/openssl/openssl/commit/12186377cb987c4527d286e91e735e8261a45669
Author: Juergen Christ <jchrist at linux.ibm.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M crypto/ec/build.info
Log Message:
-----------
Fix EC ASM flag passing
Flags for ASM implementations of EC curves 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: Patrick Steuer <patrick.steuer at de.ibm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18791)
More information about the openssl-commits
mailing list