summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
AgeCommit message (Collapse)Author
2003-05-16 - (djm) A few type mismatch fixes from Bug #565Damien Miller
2003-03-17 - (djm) Fix return value checks for RAND_bytes. Report fromDamien Miller
Steve G <linux_4ever@yahoo.com>
2002-10-21 - (djm) Kill ssh-rand-helper children on timeout, patch fromDamien Miller
dtucker@zip.com.au
2002-07-28 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsignedKevin Steves
char arg.
2002-06-09unexpandBen Lindstrom
2002-04-14 - (djm) ssh-rand-helper improvementsDamien Miller
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage
2002-02-10 - (djm) OpenBSD CVS SyncDamien Miller
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
2002-01-22 - (djm) Fix some bugs I introduced into ssh-rand-helper yesterdayDamien Miller
2002-01-21 - (djm) Rework ssh-rand-helper:Damien Miller
- 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
2001-12-25 - (stevesk) [Makefile.in ssh-rand-helper.c]Kevin Steves
portable lib and __progname support for ssh-rand-helper; ok djm@
2001-12-24 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller
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)