summaryrefslogtreecommitdiff
path: root/random/random-csprng.c
Commit message (Expand)AuthorAgeFilesLines
* Fix function prototypes.NIIBE Yutaka2022-09-081-1/+1
* random: Rename rndlinux module to rndoldlinux.NIIBE Yutaka2022-01-111-5/+5
* random: Remove random-daemon use remained.NIIBE Yutaka2021-12-171-4/+0
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-071-66/+0
* random: Extend semantics of _gcry_random_close_fds.NIIBE Yutaka2021-11-241-1/+11
* random: Fix rndgetentropy correctly uses rndjent.NIIBE Yutaka2021-11-181-1/+2
* random: Include getentropy random module.NIIBE Yutaka2021-11-151-2/+9
* Fix building for Win64 targetJussi Kivilinna2021-10-061-0/+3
* random: Allow for a Unicode random seed file on Windows.Werner Koch2020-10-231-7/+89
* random: Fix warnings on Windows.NIIBE Yutaka2017-08-291-0/+4
* indent: Typo fix.Werner Koch2017-08-241-1/+1
* random: Add more bytes to the pool in addition to the seed file.Werner Koch2017-08-021-8/+12
* random: Hash continuous areas in the csprng pool.Werner Koch2016-08-171-28/+24
* random: Improve the diagram showing the random mixingWerner Koch2016-08-171-40/+48
* random: Replace RMD160 by SHA-1 for mixing the CSPRNG pool.Werner Koch2016-03-311-19/+20
* random: Drop fake entropy gathering function.Justus Winter2015-12-021-53/+3
* random: Fix selection of entropy gathering function.Justus Winter2015-12-021-2/+2
* Fix typos found using codespellJustus Winter2015-11-171-3/+3
* random: Change initial extra seeding from 2400 bits to 128 bits.Werner Koch2015-05-211-2/+2
* random-csprng: fix compiler warnings on ARMJussi Kivilinna2014-12-251-2/+2
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-10/+5
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-7/+7
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-1/+15
* Move nonce creation from csprng backend to random main module.Werner Koch2012-12-031-96/+1
* Completed switch to a simpler thread model.Werner Koch2011-12-011-2/+2
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-50/+50
* Fix bug 1263Werner Koch2010-08-191-0/+2
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-6/+6
* Added an entropy gatherer for W32CE.Werner Koch2010-03-241-1/+9
* Support WindowsCE.Werner Koch2010-01-211-1/+2
* Fixed error cases in mpicoder.Werner Koch2008-12-051-4/+10
* Changed the way the FIPS RNG is seeded.Werner Koch2008-08-291-4/+8
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-201-10/+9
* A whole bunch of changes to eventually support Werner Koch2008-08-191-0/+1388