log random.c @ 825:deb211f75ca1

age author description
Tue, 28 May 2013 22:16:57 +0800 Matt Johnston limit how much we read from rt_cache etc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Fri, 29 Mar 2013 00:28:09 +0800 Matt Johnston More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc
Tue, 26 Mar 2013 01:35:22 +0800 Matt Johnston refactor kexdh code a bit, start working on ecdh etc ecc
Tue, 02 Apr 2013 18:59:00 +0800 Matt Johnston fix tabs
Tue, 02 Apr 2013 18:53:18 +0800 Matt Johnston Fix segfault when /dev/urandom isn't writable
Thu, 21 Mar 2013 21:23:34 +0800 Matt Johnston Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
Tue, 19 Mar 2013 19:47:29 +0800 Matt Johnston Include /proc/vmstat as another random source
Mon, 11 Mar 2013 23:07:45 +0800 Matt Johnston fix signedness error in prototype
Sat, 23 Feb 2013 10:27:49 +0800 Matt Johnston add loadavg and entropy_avail as sources
Thu, 19 Jul 2012 21:34:27 +0800 Matt Johnston /dev/random blocks on busy servers too.
Sat, 30 Jun 2012 22:12:28 +0800 Matt Johnston Add a few more files in /proc for Linux
Fri, 29 Jun 2012 23:19:43 +0800 Matt Johnston Improve RNG seeding.
Mon, 21 Nov 2011 19:52:28 +0800 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
Mon, 21 Nov 2011 19:19:57 +0800 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
Sun, 27 Feb 2011 13:12:17 +0000 Matt Johnston - Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Thu, 16 Aug 2007 13:34:37 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client
Thu, 19 Jul 2007 15:47:32 +0000 Matt Johnston Just use /dev/urandom since that's what everyone ends up using anyway.
Mon, 16 Apr 2007 13:39:50 +0000 Matt Johnston Add -u option to specify /dev/urandom instead
Fri, 16 Feb 2007 14:42:08 +0000 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Sat, 03 Feb 2007 13:23:18 +0000 Matt Johnston Remove extraneous tests in random mpint generation,
Wed, 09 Aug 2006 16:45:05 +0000 Matt Johnston make sure that random number generator is correct endian debug-unrandom
Tue, 08 Aug 2006 15:31:38 +0000 Matt Johnston some more debugging output debug-unrandom
Fri, 04 Aug 2006 17:37:45 +0000 Matt Johnston be sure not to include uninitialised buffers in the unrandom number debug-unrandom
Fri, 04 Aug 2006 17:15:05 +0000 Matt Johnston Remove actual randomness, to (hopefully) allow comparison between hosts debug-unrandom
Tue, 06 Jun 2006 15:40:09 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11) agent-client
Sun, 26 Mar 2006 09:26:43 +0000 Matt Johnston A few more fixups, make sure that variable declarations are the
Sat, 25 Mar 2006 17:10:27 +0000 matt-ucc A few changes for the 0.48 merge ucc-axis-hack
Wed, 22 Mar 2006 05:12:18 +0000 Matt Johnston minor cleanups for some warnings
Tue, 21 Mar 2006 16:20:59 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) agent-client
Sat, 11 Feb 2006 15:15:37 +0000 Matt Johnston Only read /dev/random once when the program starts
Mon, 18 Jul 2005 14:32:52 +0000 Matt Johnston - progress towards client agent forwarding agent-client
Tue, 10 May 2005 17:02:05 +0000 Matt Johnston * add a "label" argument to printhex()
Thu, 05 May 2005 04:00:10 +0000 Matt Johnston merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dc
Thu, 05 May 2005 03:58:21 +0000 Matt Johnston - refactored random mp_int generation and byte->mp_int code
Sun, 24 Apr 2005 15:56:36 +0000 Matt Johnston * warn if we seem to be blocking on /dev/random
Mon, 27 Dec 2004 16:38:44 +0000 Matt Johnston random.c: fix missed instance of DROPBEAR_EGD_SOCKET
Mon, 20 Dec 2004 13:11:15 +0000 Matt Johnston Cleaned up the random code, use /dev/random by default,
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required