X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=8fa6f44e0f19dda472fcdd6848fc5b18016678c7;hp=792f602d767eab30643c83db54f4e2a6ddb468b9;hb=98370c2dd7dc32cecd7bb7d940383846fa435f25;hpb=5584f65a1027b06fe0cfc4be28d1a232cf180e42 diff --git a/CHANGES b/CHANGES index 792f602d76..8fa6f44e0f 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,17 @@ Changes between 1.0.2h and 1.1.0 [xx XXX 2016] + *) The method for finding the storage location for the Windows RAND seed file + has changed. First we check %RANDFILE%. If that is not set then we check + the directories %TMP%, %TEMP%, %USERPROFILE%, %SYSTEMROOT% and %HOME% in + that order. If all else fails we fall back to "C:". + [Matt Caswell] + + *) The EVP_EncryptUpdate() function has had its return type changed from void + to int. A return of 0 indicates and error while a return of 1 indicates + success. + [Matt Caswell] + *) The flags RSA_FLAG_NO_CONSTTIME, DSA_FLAG_NO_EXP_CONSTTIME and DH_FLAG_NO_EXP_CONSTTIME which previously provided the ability to switch off the constant time implementation for RSA, DSA and DH have been made