]> git.ipfire.org Git - thirdparty/openssl.git/commit
Support EVP_DigestSqueeze() for in the digest provider for s390x.
authorHolger Dengler <dengler@linux.ibm.com>
Wed, 27 Sep 2023 13:40:47 +0000 (15:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 10 Nov 2023 14:31:29 +0000 (15:31 +0100)
commit94898923538f686b74b6ddef34571f804d9b3811
treea40efdb9cfffea135246bdcc1e64781908be3fa3
parent1022131d16e30cfbf896e02419019de48e8e1149
Support EVP_DigestSqueeze() for in the digest provider for s390x.

The new EVP_DigestSqueeze() API requires changes to all keccak-based
digest provider implementations. Update the s390x-part of the SHA3
digest provider.

Squeeze for SHA3 is not supported, so add an empty function pointer
(NULL).

Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22221)
providers/implementations/digests/sha3_prov.c