X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=7151e2bfb5797e365c706e785ced4d88eba49e4e;hb=a2f27fd750b9ae62a571a9212c7154889100bdb0;hp=a5d6950ad6dc710dac29784876de31b65bd1640f;hpb=07822c515574223c2958fcddd52191cfbf9aefcd;p=openssl.git diff --git a/CHANGES b/CHANGES index a5d6950ad6..7151e2bfb5 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,15 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Join the directories crypto/x509 and crypto/x509v3 + [Richard Levitte] + + *) 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]