X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=f3822758951e49f0720aa7b2527fde368c09bfc4;hp=10d4a47d2e3755449f006e16309fd63575198eeb;hb=24cc290b85e7fec364a7f927e9278da329164d22;hpb=8e264a933fa226233053ada4fe53f84d9de15a87 diff --git a/CHANGES b/CHANGES index 10d4a47d2e..f382275895 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,15 @@ *) applies to 0.9.6a (/0.9.6b) and 0.9.7 +) applies to 0.9.7 only + *) In versions up to 0.9.6, RAND_file_name() resorted to file ".rnd" + in the current directory if neither $RANDFILE nor $HOME was set. + RAND_file_name() in 0.9.6a returned NULL in this case. This has + caused some confusion to Windows users who haven't defined $HOME. + Thus RAND_file_name() is changed again: e_os.h can define a + DEFAULT_HOME, which will be used if $HOME is not set. + For Windows, we use "C:"; on other platforms, we still require + environment variables. + +) Add "ex_data" support to ENGINE so implementations can add state at a per-structure level rather than having to store it globally. [Geoff]