summaryrefslogtreecommitdiff
path: root/random
AgeCommit message (Expand)AuthorFilesLines
2015-05-21random: Change initial extra seeding from 2400 bits to 128 bits.Werner Koch1-2/+2
2015-05-01Fix rndhw for 64-bit Windows buildJussi Kivilinna1-2/+2
2015-05-01Prepare random/win32.c fast poll for 64-bit WindowsJussi Kivilinna1-31/+52
2015-01-05random: Silent warning under NetBSD using rndunixWerner Koch1-1/+18
2014-12-25random-csprng: fix compiler warnings on ARMJussi Kivilinna1-2/+2
2014-04-22random: Small patch for consistency and really burn the stack.Werner Koch1-7/+9
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch5-75/+34
2013-12-16random: Call random progress handler more often.Werner Koch1-7/+13
2013-12-13Fix W32 buildJussi Kivilinna1-3/+3
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch5-28/+28
2013-12-11random: Add a feature to close device file descriptors.Werner Koch7-12/+126
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch3-39/+39
2013-09-01Fix building for x32 targetJussi Kivilinna1-2/+2
2013-07-10Fix 'Please include winsock2.h before windows.h' warnings with mingw32Jussi Kivilinna1-0/+1
2013-07-10Fix i386/amd64 inline assembly "cc" clobbersJussi Kivilinna1-1/+2
2012-12-18Add support for using DRNG random number generatorDmitry Kasatkin1-0/+68
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch5-5/+375
2012-12-03Make random-fips.c work multi-threaded.Werner Koch1-1/+1
2012-12-03Move nonce creation from csprng backend to random main module.Werner Koch5-121/+105
2012-11-21Use configure test for aligned attribute.Werner Koch1-1/+1
2012-06-21Beautify last change.Werner Koch1-2/+5
2012-06-21Enable VIA Padlock on x86_64 platformsRafaël Carré1-1/+12
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-0/+11
2011-12-01Completed switch to a simpler thread model.Werner Koch3-3/+4
2011-09-08Fix a problem with select and high fds.Werner Koch3-21/+37
2011-02-04Nuked almost all trailing whitespace.Werner Koch14-182/+175
2010-11-04Doc fixes.Werner Koch1-2/+2
2010-10-18Look at GNUPG_RNDW32_NOPERFWerner Koch2-31/+49
2010-08-19Fix bug 1263Werner Koch1-0/+2
2010-04-272010-04-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-13/+24
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch8-16/+20
2010-03-24Added an entropy gatherer for W32CE.Werner Koch6-30/+226
2010-01-21Support WindowsCE.Werner Koch3-8/+41
2009-12-10Cleaned up the cipher encrypy/decrypt constraints checks.Werner Koch2-0/+16
2009-07-09[random/ChangeLog]Werner Koch3-39/+90
2009-07-02Get more in sync to the Fedora version.Werner Koch2-6/+9
2009-01-22PreparingWerner Koch2-1/+6
2008-12-05Fixed error cases in mpicoder.Werner Koch1-4/+10
2008-09-16Another tweak for the RNG test code.Werner Koch4-18/+42
2008-09-16Make fipsrngdriv more pretty.Werner Koch2-4/+5
2008-09-16Finish FIPS random test driver.Werner Koch2-2/+7
2008-09-15Use syslog to log important messages.Werner Koch5-8/+189
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch3-1/+9
2008-09-01Prepare a release candidateWerner Koch2-15/+36
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch6-84/+188
2008-08-25Implement a KAT for the fips random module.Werner Koch2-22/+210
2008-08-22Completed the RNG implementaion switching.Werner Koch5-27/+82
2008-08-21Finished the X9.31 RNG implementations.Werner Koch3-9/+604
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch4-15/+11
2008-08-19A whole bunch of changes to eventually support Werner Koch7-1269/+1657