Update changelog to reflect additional changes made to the egd-locations.
This commit is contained in:
parent
4b49bf6a93
commit
3351b8d007
9
CHANGES
9
CHANGES
@ -802,9 +802,12 @@
|
|||||||
[Geoff Thorpe]
|
[Geoff Thorpe]
|
||||||
|
|
||||||
+) Add automatic query of EGD sockets in RAND_poll() for the unix variant.
|
+) Add automatic query of EGD sockets in RAND_poll() for the unix variant.
|
||||||
If an EGD or PRNGD is running and enough entropy is returned, automatic
|
If /dev/[u]random devices are not available or do not return enough
|
||||||
seeding like with /dev/[u]random will be performed.
|
entropy, EGD style sockets (served by EGD or PRNGD) will automatically
|
||||||
Positions tried are: /etc/entropy, /var/run/egd-pool.
|
be queried.
|
||||||
|
The locations /var/run/egd-pool, /dev/egd-pool, /etc/egd-pool, and
|
||||||
|
/etc/entropy will be queried once each in this sequence, quering stops
|
||||||
|
when enough entropy was collected without querying more sockets.
|
||||||
[Lutz Jaenicke]
|
[Lutz Jaenicke]
|
||||||
|
|
||||||
+) Change the Unix RAND_poll() variant to be able to poll several
|
+) Change the Unix RAND_poll() variant to be able to poll several
|
||||||
|
Loading…
x
Reference in New Issue
Block a user