summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
Commit message (Collapse)AuthorAge
* - (djm) Fix some bugs I introduced into ssh-rand-helper yesterdayDamien Miller2002-01-22
|
* - (djm) Rework ssh-rand-helper:Damien Miller2002-01-21
| | | | | | | | - Reduce quantity of ifdef code, in preparation for ssh_rand_conf - Always seed from system calls, even when doing PRNGd seeding - Tidy and comment #define knobs - Remove unused facility for multiple runs through command list - KNF, cleanup, update copyright
* - (stevesk) [Makefile.in ssh-rand-helper.c]Kevin Steves2001-12-25
| | | | portable lib and __progname support for ssh-rand-helper; ok djm@
* - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller2001-12-24
solar@openwall.com - (djm) Rework entropy code. If the OpenSSL PRNG is has not been internally seeded, execute a subprogram "ssh-rand-helper" to obtain some entropy for us. Rewrite the old in-process entropy collecter as an example ssh-rand-helper. - (djm) Always perform ssh_prng_cmds path lookups in configure, even if we don't end up using ssh_prng_cmds (so we always get a valid file)