]> 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:51:50 +0000 (09:51 +0200)
commit8cc0a97d60f4b77def4df9fee41740ffb2fb5563
tree86172c3df8aa28d4fc49b2e1be0015aa63c1ff65
parent5d6322741ad9977d6bfb82b0abb04146e3ecb21e
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)
crypto/ec/ecdsa_ossl.c
providers/implementations/signature/ecdsa_sig.c