summaryrefslogtreecommitdiff
path: root/src/global.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-26Implemented transient-key flag as requested by the GNUNet folks.Werner Koch1-2/+3
2008-08-22Completed the RNG implementaion switching.Werner Koch1-2/+5
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch1-1/+0
2008-08-19A whole bunch of changes to eventually support Werner Koch1-25/+92
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch1-9/+46
2007-05-02More info from GCRYCTL_PRINT_CONFIG.Werner Koch1-2/+4
2007-04-30Dropped GCRYCTL_DUMP_CONFIG in favor of GCRYCTL_PRINT_CONFIG.Werner Koch1-19/+31
2007-04-30Add support for setting the EGD socket.Werner Koch1-2/+24
2007-04-30./Werner Koch1-0/+9
2007-03-13Some RNG cleanups.Werner Koch1-1/+1
2007-02-21A lot of cleanups as well as minor API changes.Werner Koch1-0/+2
2006-10-19Let secmem init return an error if the memeory could not be locked.Werner Koch1-0/+2
2006-10-17Various minor changes.Werner Koch1-1/+2
2006-08-28Fixed a problem with shifting MPIs by 0.Werner Koch1-1/+8
2006-07-26Collected changes - see ChangeLogsWerner Koch1-1/+1
2006-06-21Changed xmalloc style calls to proper malloc calls with error returns atWerner Koch1-7/+28
2006-04-22cipher/ChangeLog:Moritz Schulte1-0/+11
2006-03-17More changes.Werner Koch1-1/+1
2005-10-31src/ChangeLog:Moritz Schulte1-11/+50