]> 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:26 +0000 (09:52 +0200)
commit2f5308cd4c40b50dc5d770cadfbeeed53376bafe
tree3d9a4b25b9c370f6c49a4d81059ef826f0b34fc4
parenta8e6aaada3350fe0a864d1153f8939cde90b0b76
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