summaryrefslogtreecommitdiff
path: root/random/random-fips.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix typos found using codespellJustus Winter1-2/+2
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-14/+9
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-14/+14
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+13
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch1-28/+28
2012-12-03Make random-fips.c work multi-threaded.Werner Koch1-1/+1
2011-12-01Completed switch to a simpler thread model.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-36/+34
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch1-2/+2
2008-09-16Another tweak for the RNG test code.Werner Koch1-16/+34
2008-09-16Make fipsrngdriv more pretty.Werner Koch1-4/+4
2008-09-16Finish FIPS random test driver.Werner Koch1-2/+3
2008-09-15Use syslog to log important messages.Werner Koch1-8/+116
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch1-0/+3
2008-09-01Prepare a release candidateWerner Koch1-15/+28
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch1-73/+157
2008-08-25Implement a KAT for the fips random module.Werner Koch1-22/+202
2008-08-22Completed the RNG implementaion switching.Werner Koch1-2/+20
2008-08-21Finished the X9.31 RNG implementations.Werner Koch1-8/+599
2008-08-19A whole bunch of changes to eventually support Werner Koch1-0/+102