openssl/include
Richard Levitte 8bee651213 PROV: Fix the DSA SIGNATURE implementation for better digests handling
Refactor the DSA SIGNATURE digest setup to be uniform, and to happen
in two places:

1. when given through the digestsign and digestverify inits
2. when given through the set_ctx_params function.

When setting up the digest, we also check that the digest is one of
the officially accepted for DSA.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10947)
2020-02-04 19:32:37 +01:00
..
crypto Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
internal Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
openssl PROV: Fix the DSA SIGNATURE implementation for better digests handling 2020-02-04 19:32:37 +01:00