[openssl/openssl] 6e0a9b: Fix SHA, SHAKE, and KECCAK ASM flag passing

pauli noreply at reply.github.openssl.org
Sun Jul 10 23:29:09 UTC 2022


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

(cherry picked from commit a8b238f0e4c1198935e066ef19579ca694253286)




More information about the openssl-commits mailing list