summaryrefslogtreecommitdiff
path: root/random/random-fips.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found using codespellJustus Winter2015-11-171-2/+2
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-14/+9
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-14/+14
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-0/+13
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-28/+28
* Make random-fips.c work multi-threaded.Werner Koch2012-12-031-1/+1
* Completed switch to a simpler thread model.Werner Koch2011-12-011-1/+1
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-36/+34
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-2/+2
* Another tweak for the RNG test code.Werner Koch2008-09-161-16/+34
* Make fipsrngdriv more pretty.Werner Koch2008-09-161-4/+4
* Finish FIPS random test driver.Werner Koch2008-09-161-2/+3
* Use syslog to log important messages.Werner Koch2008-09-151-8/+116
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-051-0/+3
* Prepare a release candidatelibgcrypt-1.4.2rc2Werner Koch2008-09-011-15/+28
* Changed the way the FIPS RNG is seeded.Werner Koch2008-08-291-73/+157
* Implement a KAT for the fips random module.Werner Koch2008-08-251-22/+202
* Completed the RNG implementaion switching.Werner Koch2008-08-221-2/+20
* Finished the X9.31 RNG implementations.Werner Koch2008-08-211-8/+599
* A whole bunch of changes to eventually support Werner Koch2008-08-191-0/+102