openssl/crypto/dsa
Tomas Mraz cd4c83b524 The SHA256 is not a mandatory digest for DSA.
The #7408 implemented mandatory digest checking in TLS.
However this broke compatibility of DSS support with GnuTLS
which supports only SHA1 with DSS.

There is no reason why SHA256 would be a mandatory digest
for DSA as other digests in SHA family can be used as well.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9015)
2019-05-28 17:14:47 +02:00
..
build.info
dsa_ameth.c The SHA256 is not a mandatory digest for DSA. 2019-05-28 17:14:47 +02:00
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c
dsa_key.c
dsa_lib.c
dsa_locl.h
dsa_meth.c
dsa_ossl.c Reject obviously invalid DSA parameters during signing 2019-05-07 16:47:30 +01:00
dsa_pmeth.c EVP_Digest*: enable SHA3 pre-hashing for DSA 2019-05-22 16:49:49 +02:00
dsa_prn.c
dsa_sign.c
dsa_vrf.c