From: Kurt Roeckx Date: Wed, 25 Apr 2018 19:47:20 +0000 (+0200) Subject: Change the number of Miller-Rabin test for DSA generation to 64 X-Git-Tag: OpenSSL_1_1_1-pre9~86 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=74ee379651fb2bb12c6f7eb9fa10e70be89ac7c8;hp=74ee379651fb2bb12c6f7eb9fa10e70be89ac7c8 Change the number of Miller-Rabin test for DSA generation to 64 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 Reviewed-by: Matthias St. Pierre Reviewed-by: Paul Dale GH: #6075 ---