Change the number of Miller-Rabin test for DSA generation to 64
authorKurt Roeckx <kurt@roeckx.be>
Wed, 25 Apr 2018 19:47:20 +0000 (21:47 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Thu, 26 Jul 2018 04:27:22 +0000 (06:27 +0200)
This changes the security level from 100 to 128 bit.
We only have 1 define, this sets it to the highest level supported for
DSA, and needed for keys larger than 3072 bit.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
GH: #6075


No differences found