openssl/crypto/rand
Lutz Jänicke 599c03530a Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are
only queried when the /dev/[u]random devices did not return enough
entropy. Only the amount of entropy missing to reach the required minimum
is queried, as EGD may be drained.
Queried locations are: /etc/entropy, /var/run/egd-pool
2001-01-09 16:44:59 +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 Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are 2001-01-09 16:44:59 +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 Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are 2001-01-09 16:44:59 +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 Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are 2001-01-09 16:44:59 +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