X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=326b5cf7a1dfbb3f90df067b5980d6a3ab385942;hp=48053f22012dce13ad6eae4c5d2868a800460302;hb=0983760dfce8f6accfa257163dcfce9624dce373;hpb=a873356c0007c93de86b4e1360d4a9e7af151b22 diff --git a/CHANGES b/CHANGES index 48053f2201..326b5cf7a1 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,13 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 1999] *) Precautions against using the PRNG uninitialized: RAND_bytes() now - has a return value which indicated the quality of the random data - (1 = ok, 0 = not seeded). + has a return value which indicates the quality of the random data + (1 = ok, 0 = not seeded). Also an error is recorded on the thread's + error queue. + (TO DO: always check the result of RAND_bytes when it is used in the + library, because leaving the error in the error queue but reporting + success in a function that uses RAND_bytes could confuse things + considerably.) [Ulf Möller] *) Do more iterations of Rabin-Miller probable prime test (specifically,