openssl/crypto/dsa
Tomas Mraz 871c675b85 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)

(cherry picked from commit cd4c83b524)
2019-05-28 17:22:14 +02:00
..
build.info Make DSA_METHOD opaque 2016-04-03 00:23:56 +01:00
dsa_ameth.c The SHA256 is not a mandatory digest for DSA. 2019-05-28 17:22:14 +02:00
dsa_asn1.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dsa_depr.c Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_err.c Pick a q size consistent with the digest for DSA param generation 2018-04-05 15:44:24 +01:00
dsa_gen.c Update copyright year 2019-05-28 14:49:38 +02:00
dsa_key.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dsa_lib.c Harmonize the error handling codepath 2018-09-05 15:22:35 +03:00
dsa_locl.h Act on deprecation of LONG and ZLONG, step 2 2017-04-10 12:11:00 +02:00
dsa_meth.c Update copyright year 2018-04-03 13:57:12 +01:00
dsa_ossl.c Update copyright year 2019-05-28 14:49:38 +02:00
dsa_pmeth.c Update copyright year 2019-05-28 14:49:38 +02:00
dsa_prn.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dsa_sign.c Update copyright year 2018-09-11 13:45:17 +01:00
dsa_vrf.c Remove email addresses from source code. 2017-10-13 10:06:59 -04:00