openssl/crypto/dsa
Richard Levitte 8a05c4d3b5 Fix DSA parameter generation control error
When setting the digest parameter for DSA parameter generation, the
signature MD was set instead of the parameter generation one.
Fortunately, that's also the one that was used for parameter
generation, but it ultimately meant the parameter generator MD and the
signature MD would always be the same.

Fixes github issue #2016

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2250)
2017-01-20 08:29:46 +01:00
..
build.info Make DSA_METHOD opaque 2016-04-03 00:23:56 +01:00
dsa_ameth.c Constify private key decode. 2016-08-17 12:01:29 +01:00
dsa_asn1.c Don't allocate r/s in DSA_SIG and ECDSA_SIG 2016-07-20 14:02:54 +01:00
dsa_depr.c Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_err.c dsa/dsa_gen: add error message for seed_len < 0 2016-11-14 08:56:09 -05:00
dsa_gen.c dsa/dsa_gen: add error message for seed_len < 0 2016-11-14 08:56:09 -05:00
dsa_key.c Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_lib.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
dsa_locl.h Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
dsa_meth.c Raise an error on memory alloc failure. 2016-11-16 20:54:53 -05:00
dsa_ossl.c Don't allocate r/s in DSA_SIG and ECDSA_SIG 2016-07-20 14:02:54 +01:00
dsa_pmeth.c Fix DSA parameter generation control error 2017-01-20 08:29:46 +01:00
dsa_prn.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
dsa_sign.c Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_vrf.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00