summaryrefslogtreecommitdiffhomepage
path: root/random.c
AgeCommit message (Expand)Author
2013-03-21Make sure "struct timeval" is initialised on OS X to avoid valgrind warningsMatt Johnston
2013-03-19Include /proc/vmstat as another random sourceMatt Johnston
2013-03-11fix signedness error in prototypeMatt Johnston
2013-02-23add loadavg and entropy_avail as sourcesMatt Johnston
2012-07-19/dev/random blocks on busy servers too.Matt Johnston
2012-06-30Add a few more files in /proc for LinuxMatt Johnston
2012-06-29Improve RNG seeding.Matt Johnston
2011-02-27- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()Matt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2007-02-03Remove extraneous tests in random mpint generation,Matt Johnston
2006-06-06propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182...Matt Johnston
2006-03-26A few more fixups, make sure that variable declarations are theMatt Johnston
2006-03-22minor cleanups for some warningsMatt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-05-10* add a "label" argument to printhex()Matt Johnston
2005-05-05merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dcMatt Johnston
2005-05-05- refactored random mp_int generation and byte->mp_int codeMatt Johnston
2005-04-24* warn if we seem to be blocking on /dev/randomMatt Johnston
2004-12-27random.c: fix missed instance of DROPBEAR_EGD_SOCKETMatt Johnston
2004-12-20Cleaned up the random code, use /dev/random by default,Matt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston