Make the change log on the RAND_poll change a bit more explicit. Suggested by Bodo...
authorRichard Levitte <levitte@openssl.org>
Wed, 17 Jan 2001 13:43:18 +0000 (13:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 17 Jan 2001 13:43:18 +0000 (13:43 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d0e2699364df95c97aed36226472d6906d558598..569f8ce79d00a7523f2e4f5c59110fd983dbc9e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      [Lutz Jaenicke]
 
   *) Change the Unix RAND_poll() variant to be able to poll several
      [Lutz Jaenicke]
 
   *) Change the Unix RAND_poll() variant to be able to poll several
-     random devices and only read data for a small fragment of time
-     to avoid hangs.  Also separate out the Unix variant to it's own
-     file, rand_unix.c.  For VMS, there's a currently-empty rand_vms.c.
+     random devices, as specified by DEVRANDOM, until a sufficient amount
+     of data has been collected.   We spend at most 10 ms on each file
+     (select timeout) and read in non-blocking mode.  DEVRANDOM now
+     defaults to the list "/dev/urandom", "/dev/random", "/dev/srandom"
+     (previously it was just the string "/dev/urandom"), so on typical
+     platforms the 10 ms delay will never occur.
+     Also separate out the Unix variant to its own file, rand_unix.c.
+     For VMS, there's a currently-empty rand_vms.c.
      [Richard Levitte]
 
   *) Move OCSP client related routines to ocsp_cl.c. These
      [Richard Levitte]
 
   *) Move OCSP client related routines to ocsp_cl.c. These