X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=71587e2494d851dbcd2305a25e8a82ee4865d4fe;hb=deb4d50e5125f7c26f36ac31b7c63ef805df9a85;hp=03b1f0059eabbfb445494578833700dca19255b4;hpb=ffb488781f60643d305b37d4614b57869e57e1c2;p=openssl.git diff --git a/CHANGES b/CHANGES index 03b1f0059e..71587e2494 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,13 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) RSA_get_default_method() will now cause a default + RSA_METHOD to be chosen if one doesn't exist already. + Previously this was only set during a call to RSA_new() + or RSA_new_method(NULL) meaning it was possible for + RSA_get_default_method() to return NULL. + [Geoff Thorpe] + *) Added native name translation to the existing DSO code that will convert (if the flag to do so is set) filenames that are sufficiently small and have no path information