[openssl/openssl] 76aa4f: s390x: Fix keccak xofs via CPACF
Juergen Christ
noreply at github.com
Mon Jan 16 16:10:23 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 76aa4f3ac0d76e58f2111cbf87ae7f25c8766190
https://github.com/openssl/openssl/commit/76aa4f3ac0d76e58f2111cbf87ae7f25c8766190
Author: Juergen Christ <jchrist at linux.ibm.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M providers/implementations/digests/sha3_prov.c
Log Message:
-----------
s390x: Fix keccak xofs via CPACF
CPACF does not directly support xofs. Emulate this by using single block
operations on an empty input block.
Fixes: affc070aabc9 ("s390x: Optimize kmac")
Signed-off-by: Juergen Christ <jchrist at linux.ibm.com>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19983)
More information about the openssl-commits
mailing list