]> git.ipfire.org Git - thirdparty/openssl.git/commit
Complain about a missing digest when doing deterministic ECDSA
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jul 2024 13:08:40 +0000 (14:08 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 9 Sep 2024 07:52:35 +0000 (09:52 +0200)
commit67f7d3dacd535077a0b588dc135b1ca2ca663bb4
tree1697d75080becb4c08fe2a1cd60efea59fa08409
parent39a6d70f83cad1dbdb0b64a04a4a926f0e7b220b
Complain about a missing digest when doing deterministic ECDSA

We need a digest for the none when doing deterministic ECDSA. Give a
better error message if one hasn't been supplied.

See openssl/openssl#25012

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25057)

(cherry picked from commit 8cc0a97d60f4b77def4df9fee41740ffb2fb5563)
crypto/ec/ecdsa_ossl.c
providers/implementations/signature/ecdsa_sig.c