summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-04-25 21:47:20 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-07-26 06:27:22 +0200
commit74ee379651fb2bb12c6f7eb9fa10e70be89ac7c8 (patch)
tree9bac3e6dc24c832cae98225e9c943ea5208848a8 /CHANGES
parent7c226dfc434dcd0c8a3240df166b7561a8b51b0f (diff)
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 <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> GH: #6075
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3cf312a98f..d6f0c94bd4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
+ *) Increase the number of Miller-Rabin rounds for DSA key generating to 64.
+ [Kurt Roeckx]
+
*) The 'tsget' script is renamed to 'tsget.pl', to avoid confusion when
moving between systems, and to avoid confusion when a Windows build is
done with mingw vs with MSVC. For POSIX installs, there's still a