[openssl/openssl] 2af7ec: Fix EC ASM flag passing

Tomas Mraz noreply at reply.github.openssl.org
Thu Jul 14 12:03:41 UTC 2022


  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 2af7ec5997730d4624d19814be1131ce5dd14304
      https://github.openssl.org/openssl/openssl/commit/2af7ec5997730d4624d19814be1131ce5dd14304
  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)

(cherry picked from commit 12186377cb987c4527d286e91e735e8261a45669)




More information about the openssl-commits mailing list