Age | Commit message (Expand) | Author |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston |
2013-11-14 | use oldstyle comments | Matt Johnston |
2013-11-14 | - Some fixes for old compilers like tru64 v4 from Daniel Richard G. | Matt Johnston |
2013-10-21 | Fix shadowed "ret" variable | Matt Johnston |
2013-10-18 | Merge in changes from the past couple of releases | Matt Johnston |
2013-05-28 | limit how much we read from rt_cache etc | Matt Johnston |
2013-05-21 | merge in HEAD | Matt Johnston |
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston |
2013-04-02 | fix tabs | Matt Johnston |
2013-04-02 | Fix segfault when /dev/urandom isn't writable | Matt Johnston |
2013-03-29 | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, | Matt Johnston |
2013-03-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston |
2013-03-21 | Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings | Matt Johnston |
2013-03-19 | Include /proc/vmstat as another random source | Matt Johnston |
2013-03-11 | fix signedness error in prototype | Matt Johnston |
2013-02-23 | add loadavg and entropy_avail as sources | Matt Johnston |
2012-07-19 | /dev/random blocks on busy servers too. | Matt Johnston |
2012-06-30 | Add a few more files in /proc for Linux | Matt Johnston |
2012-06-29 | Improve RNG seeding. | Matt Johnston |
2011-02-27 | - Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect() | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2007-08-16 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a... | Matt Johnston |
2007-07-19 | Just use /dev/urandom since that's what everyone ends up using anyway. | Matt Johnston |
2007-04-16 | Add -u option to specify /dev/urandom instead | Matt Johnston |
2007-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston |
2007-02-03 | Remove extraneous tests in random mpint generation, | Matt Johnston |
2006-06-06 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182... | Matt Johnston |
2006-03-26 | A few more fixups, make sure that variable declarations are the | Matt Johnston |
2006-03-22 | minor cleanups for some warnings | Matt Johnston |
2006-03-21 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b... | Matt Johnston |
2006-02-11 | Only read /dev/random once when the program starts | Matt Johnston |
2005-07-18 | - progress towards client agent forwarding | Matt Johnston |
2005-05-10 | * add a "label" argument to printhex() | Matt Johnston |
2005-05-05 | merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dc | Matt Johnston |
2005-05-05 | - refactored random mp_int generation and byte->mp_int code | Matt Johnston |
2005-04-24 | * warn if we seem to be blocking on /dev/random | Matt Johnston |
2004-12-27 | random.c: fix missed instance of DROPBEAR_EGD_SOCKET | Matt Johnston |
2004-12-20 | Cleaned up the random code, use /dev/random by default, | Matt Johnston |
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston |
2004-06-01 | Makefile.in contains updated files required | Matt Johnston |