openssl/crypto/dsa
Bryan Donlan 665d9d1c06 Remove DSA digest length checks when no digest is passed
FIPS 186-4 does not specify a hard requirement on DSA digest lengths,
and in any case the current check rejects the FIPS recommended digest
lengths for key sizes != 1024 bits.

Fixes: #6748

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6749)
2018-07-29 21:26:29 +02:00
..
build.info
dsa_ameth.c
dsa_asn1.c
dsa_depr.c
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 2018-04-17 15:18:40 +02:00
dsa_key.c
dsa_lib.c Update copyright year 2018-05-29 13:16:04 +01:00
dsa_locl.h
dsa_meth.c
dsa_ossl.c Add blinding to a DSA signature 2018-06-21 10:15:57 +01:00
dsa_pmeth.c Remove DSA digest length checks when no digest is passed 2018-07-29 21:26:29 +02:00
dsa_prn.c
dsa_sign.c Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration 2018-06-21 11:01:32 +01:00
dsa_vrf.c