diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2019-04-13 12:32:48 +0200 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2019-05-21 16:44:02 +0200 |
commit | 70b0b977f73cd70e17538af3095d18e0cf59132e (patch) | |
tree | e494c91cc29c88b70a229d86ded54e3cb081a4c0 /CHANGES | |
parent | 2c23689402f1894861519d0c1ad762a3e52f4677 (diff) | |
download | openssl-new-70b0b977f73cd70e17538af3095d18e0cf59132e.tar.gz |
Change default RSA, DSA and DH size to 2048 bit
Fixes: #8737
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #8741
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Change the default RSA, DSA and DH size to 2048 bit instead of 1024. + This changes the size when using the genpkey app when no size is given. It + fixes an omission in earlier changes that changed all RSA, DSA and DH + generation apps to use 2048 bits by default. + [Kurt Roeckx] + *) Added command 'openssl kdf' that uses the EVP_KDF API. [Shane Lontis] |