summaryrefslogtreecommitdiff
path: root/random/random.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19random: Use our symbol name pattern also for drbg functions.Werner Koch1-10/+10
2016-02-18random: Add SP800-90A DRBGStephan Mueller1-49/+10
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-18/+5
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-2/+2
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+21
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch1-9/+9
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-5/+121
2012-12-03Move nonce creation from csprng backend to random main module.Werner Koch1-4/+103
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-4/+4
2010-11-04Doc fixes.Werner Koch1-2/+2
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch1-4/+4
2009-01-22PreparingWerner Koch1-1/+1
2008-09-16Another tweak for the RNG test code.Werner Koch1-1/+1
2008-09-15Use syslog to log important messages.Werner Koch1-0/+38
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch1-1/+1
2008-08-22Completed the RNG implementaion switching.Werner Koch1-25/+49
2008-08-21Finished the X9.31 RNG implementations.Werner Koch1-1/+1
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch1-1/+0
2008-08-19A whole bunch of changes to eventually support Werner Koch1-1263/+79
2008-07-05Moved random stuff into its own directory.Werner Koch1-0/+1446