summaryrefslogtreecommitdiff
path: root/random
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Fix building random-drbg for Win32/64Jussi Kivilinna1-17/+15
2016-02-19random: Remove ANSI X9.31 DRNGStephan Mueller2-26/+0
2016-02-19random: Allow DRBG_REINIT before initialization.Werner Koch1-8/+13
2016-02-19Add new private header gcrypt-testapi.h.Werner Koch2-36/+16
2016-02-19random: Make the DRBG C-90 clean and use a flag string.Werner Koch2-261/+311
2016-02-19random: Symbol name cleanup for random-drbg.c.Werner Koch1-551/+565
2016-02-19random: Use our symbol name pattern also for drbg functions.Werner Koch4-48/+50
2016-02-19random: Rename drbg.c to random-drbg.c.Werner Koch2-1/+1
2016-02-19random: Remove the new API introduced by the new DRBG.Werner Koch2-26/+173
2016-02-18random: Remove DRBG constants from the public API.Werner Koch1-0/+69
2016-02-18random: Add SP800-90A DRBGStephan Mueller5-49/+2386
2016-01-15Fix build problem for rndegd.cWerner Koch1-2/+2
2016-01-15random: Fix possible AIX problem with sysconf in rndunix.Werner Koch1-3/+12
2015-12-27random: Take at max 25% from RDRANDWerner Koch1-3/+11
2015-12-02random: Drop fake entropy gathering function.Justus Winter1-53/+3
2015-12-02random: Fix selection of entropy gathering function.Justus Winter1-2/+2
2015-11-17Fix typos found using codespellJustus Winter3-6/+6
2015-09-04w32: Avoid a few compiler warnings.Werner Koch1-1/+1
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