]> git.ipfire.org Git - thirdparty/openssl.git/commit
s390x: Fix prehash-by-caller handling for ED25519 and ED448
authorIngo Franzki <ifranzki@linux.ibm.com>
Mon, 2 Sep 2024 07:08:02 +0000 (09:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 3 Sep 2024 19:16:23 +0000 (21:16 +0200)
commitc23ce3522540735e51e047f81a171c9261a1ed23
tree3cd70a86ed868819566559adbdf8756257494031
parenta75d62637aa165a7f37e39a3a36e2a8b089913bc
s390x: Fix prehash-by-caller handling for ED25519 and ED448

In case of prehash or prehash-by-caller is set skip the s390x specific
acceleration an fallback to the non-accelerated code path.

Fixes: 66966827740a04249300b0b25735e9d4c9bcab26
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25351)
providers/implementations/signature/eddsa_sig.c