commit | 8a05c4d3b5a1bfb9193ea24e71735e11de7168d2 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Jan 18 16:19:26 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Fri Jan 20 08:29:46 2017 +0100 |
tree | a01c928e76708c5b55706aa591db11238b3747d3 | |
parent | 062540cbc511e38e25062fcd63a8c815ad071912 [diff] |
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)