summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* Fix building for x32 targetJussi Kivilinna2013-09-011-2/+2
* Fix 'Please include winsock2.h before windows.h' warnings with mingw32Jussi Kivilinna2013-07-101-0/+1
* Fix i386/amd64 inline assembly "cc" clobbersJussi Kivilinna2013-07-101-1/+2
* Add support for using DRNG random number generatorDmitry Kasatkin2012-12-181-0/+68
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-035-5/+375
* Make random-fips.c work multi-threaded.Werner Koch2012-12-031-1/+1
* Move nonce creation from csprng backend to random main module.Werner Koch2012-12-035-121/+105
* Use configure test for aligned attribute.Werner Koch2012-11-211-1/+1
* Beautify last change.Werner Koch2012-06-211-2/+5
* Enable VIA Padlock on x86_64 platformsRafaël Carré2012-06-211-1/+12
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-0/+11
* Completed switch to a simpler thread model.Werner Koch2011-12-013-3/+4
* Fix a problem with select and high fds.Werner Koch2011-09-083-21/+37
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-0414-182/+175
* Doc fixes.Werner Koch2010-11-041-2/+2
* Look at GNUPG_RNDW32_NOPERFWerner Koch2010-10-182-31/+49
* Fix bug 1263Werner Koch2010-08-191-0/+2
* 2010-04-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-272-13/+24
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-128-16/+20
* Added an entropy gatherer for W32CE.Werner Koch2010-03-246-30/+226
* Support WindowsCE.Werner Koch2010-01-213-8/+41
* Cleaned up the cipher encrypy/decrypt constraints checks.Werner Koch2009-12-102-0/+16
* [random/ChangeLog]Werner Koch2009-07-093-39/+90
* Get more in sync to the Fedora version.Werner Koch2009-07-022-6/+9
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-222-1/+6
* Fixed error cases in mpicoder.Werner Koch2008-12-051-4/+10
* Another tweak for the RNG test code.Werner Koch2008-09-164-18/+42
* Make fipsrngdriv more pretty.Werner Koch2008-09-162-4/+5
* Finish FIPS random test driver.Werner Koch2008-09-162-2/+7
* Use syslog to log important messages.Werner Koch2008-09-155-8/+189
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-053-1/+9
* Prepare a release candidatelibgcrypt-1.4.2rc2Werner Koch2008-09-012-15/+36
* Changed the way the FIPS RNG is seeded.Werner Koch2008-08-296-84/+188
* Implement a KAT for the fips random module.Werner Koch2008-08-252-22/+210
* Completed the RNG implementaion switching.Werner Koch2008-08-225-27/+82
* Finished the X9.31 RNG implementations.Werner Koch2008-08-213-9/+604
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-204-15/+11
* A whole bunch of changes to eventually support Werner Koch2008-08-197-1269/+1657
* Clarify license entry.Werner Koch2008-08-041-2/+2
* Moved random stuff into its own directory.Werner Koch2008-07-0511-0/+4457