Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are
authorLutz Jänicke <jaenicke@openssl.org>
Tue, 9 Jan 2001 16:44:59 +0000 (16:44 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Tue, 9 Jan 2001 16:44:59 +0000 (16:44 +0000)
commit599c03530ae1b63df396d35b9227d239d451e8fd
tree81518ae1c99cdf7de23dfd4eaf8d50ae0ea7a5b8
parent56a67adb6486df1ab417217e9855a1acc07b40ba
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
CHANGES
crypto/rand/rand.h
crypto/rand/rand_egd.c
crypto/rand/rand_unix.c
e_os.h