summaryrefslogtreecommitdiff
path: root/random/random.c
Commit message (Expand)AuthorAgeFilesLines
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-071-22/+0
* New global config option "only-urandom".Werner Koch2017-06-161-0/+4
* Implement global config file /etc/gcrypt/random.confWerner Koch2017-06-161-0/+73
* random: Use our symbol name pattern also for drbg functions.Werner Koch2016-02-191-10/+10
* random: Add SP800-90A DRBGStephan Mueller2016-02-181-49/+10
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-18/+5
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-2/+2
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-0/+21
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-9/+9
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-031-5/+121
* Move nonce creation from csprng backend to random main module.Werner Koch2012-12-031-4/+103
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-4/+4
* Doc fixes.Werner Koch2010-11-041-2/+2
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-4/+4
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-221-1/+1
* Another tweak for the RNG test code.Werner Koch2008-09-161-1/+1
* Use syslog to log important messages.Werner Koch2008-09-151-0/+38
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-051-1/+1
* Completed the RNG implementaion switching.Werner Koch2008-08-221-25/+49
* Finished the X9.31 RNG implementations.Werner Koch2008-08-211-1/+1
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-201-1/+0
* A whole bunch of changes to eventually support Werner Koch2008-08-191-1263/+79
* Moved random stuff into its own directory.Werner Koch2008-07-051-0/+1446