openssl/crypto/rand
Richard Levitte 0c61e299b3 Change RAND_poll for Unix to try a number of devices and only read
them for a short period of time (actually, poll them with select(),
then read() whatever is there), which is about 10ms (hard-coded value)
each.

Separate Windows and Unixly code, and start on a VMS variant that
currently just returns 0.
2001-01-08 10:59:26 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Change RAND_poll for Unix to try a number of devices and only read 2001-01-08 10:59:26 +00:00
md_rand.c Make sure that 'initialized' is zeroed as well when cleaning up. 2000-08-08 15:06:44 +00:00
rand_egd.c Undo the changes I just made. I'm not sure what I was thinking of. 2000-06-28 16:47:45 +00:00
rand_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
rand_lcl.h Move RNG initialization to RAND_poll(), and shared definitions to 2000-07-19 21:43:23 +00:00
rand_lib.c Merge the engine branch into the main trunk. All conflicts resolved. 2000-10-26 21:07:28 +00:00
rand_unix.c Change RAND_poll for Unix to try a number of devices and only read 2001-01-08 10:59:26 +00:00
rand_vms.c Change RAND_poll for Unix to try a number of devices and only read 2001-01-08 10:59:26 +00:00
rand_win.c Change RAND_poll for Unix to try a number of devices and only read 2001-01-08 10:59:26 +00:00
rand.h Merge the engine branch into the main trunk. All conflicts resolved. 2000-10-26 21:07:28 +00:00
randfile.c Don't include e_os.h before the system headers 2000-09-11 16:37:36 +00:00
randtest.c Do a favor to those who get weird compiles and report if RAND_pseudo_bytes 2000-10-10 15:08:30 +00:00