summaryrefslogtreecommitdiff
path: root/src/global.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Disable non-allowed algorithms in FIPS modeVitezslav Cizek1-0/+3
2016-02-19random: Add a test case for DRBG_REINIT.Werner Koch1-0/+2
2016-02-19Add new private header gcrypt-testapi.h.Werner Koch1-6/+7
2016-02-19random: Use our symbol name pattern also for drbg functions.Werner Koch1-3/+3
2016-02-19random: Remove the new API introduced by the new DRBG.Werner Koch1-4/+7
2016-02-18random: Add SP800-90A DRBGStephan Mueller1-26/+19
2015-11-17Fix typos found using codespellJustus Winter1-2/+2
2015-10-14Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka1-1/+1
2014-01-29Reserve control code for FIPS extensions.Werner Koch1-0/+5
2014-01-24tests: Add a test for the internal lockingWerner Koch1-1/+49
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-14/+5
2013-12-12Move list of hardware features to hwfeatures.c.Werner Koch1-43/+8
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-29/+29
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+4
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch1-100/+32
2013-11-20Add Intel PCLMUL acceleration for GCMJussi Kivilinna1-0/+1
2013-08-31Add ARM HW feature detection module and add NEON detectionJussi Kivilinna1-0/+1
2013-06-09Add detection for Intel AVX2 instruction setJussi Kivilinna1-0/+1
2013-05-22Add control commands to disable mlock and setuid dropping.Werner Koch1-0/+13
2013-03-20Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch1-2/+3
2013-03-13Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch1-0/+3
2013-02-19Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna1-0/+1
2012-12-21Prepare for hardware feature detection on other platforms.Werner Koch1-0/+17
2012-12-18Add support for using DRNG random number generatorDmitry Kasatkin1-0/+1
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-2/+56
2012-04-04Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz1-0/+10
2012-01-03Fix pthread locking and remove defunctional support for static lock init.Marcus Brinkmann1-0/+3
2011-12-01Completed switch to a simpler thread model.Werner Koch1-4/+13
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch1-9/+0
2011-04-01Make sure that gcry_realloc (NULL, n) works on all platforms.Werner Koch1-0/+10
2011-03-28Fixed a few warnings emitted by gcc 4.6.Werner Koch1-0/+11
2011-02-21Final changes for 1.5.0-beta1Werner Koch1-12/+8
2011-02-16Add GCRYCTL_DISABLE_HWFWerner Koch1-14/+37
2011-02-11Renamed existing flag for AES-NI and fixed detection.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-37/+37
2010-11-04Doc fixes.Werner Koch1-1/+1
2010-08-27Prepare support of ia32 AES instructionsWerner Koch1-0/+1
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch1-3/+3
2010-01-21Support WindowsCE.Werner Koch1-7/+9
2008-12-05Allow (transient-key) for DSA.Werner Koch1-2/+11
2008-11-05Add a method to disable the weak key detection.Werner Koch1-3/+3
2008-10-24Do no restrtc usage of MD5 in fips mode.Werner Koch1-17/+5
2008-09-18Syntax fix.Werner Koch1-1/+1
2008-09-18Implemented an Enforced FIPS mode.Werner Koch1-8/+44
2008-09-16Another tweak for the RNG test code.Werner Koch1-1/+4
2008-09-15Use syslog to log important messages.Werner Koch1-2/+76
2008-09-12Only run required tests during power-up self-test.Werner Koch1-4/+6
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch1-0/+7
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch1-28/+37
2008-08-27Allow getting out of the FIPS error state by running a self-test.Werner Koch1-1/+1