summaryrefslogtreecommitdiff
path: root/random/random-csprng.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-02random: Drop fake entropy gathering function.Justus Winter1-53/+3
2015-12-02random: Fix selection of entropy gathering function.Justus Winter1-2/+2
2015-11-17Fix typos found using codespellJustus Winter1-3/+3
2015-05-21random: Change initial extra seeding from 2400 bits to 128 bits.Werner Koch1-2/+2
2014-12-25random-csprng: fix compiler warnings on ARMJussi Kivilinna1-2/+2
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-10/+5
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-7/+7
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-1/+15
2012-12-03Move nonce creation from csprng backend to random main module.Werner Koch1-96/+1
2011-12-01Completed switch to a simpler thread model.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-50/+50
2010-08-19Fix bug 1263Werner Koch1-0/+2
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch1-6/+6
2010-03-24Added an entropy gatherer for W32CE.Werner Koch1-1/+9
2010-01-21Support WindowsCE.Werner Koch1-1/+2
2008-12-05Fixed error cases in mpicoder.Werner Koch1-4/+10
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch1-4/+8
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch1-10/+9
2008-08-19A whole bunch of changes to eventually support Werner Koch1-0/+1388