summaryrefslogtreecommitdiff
path: root/src/global.c
Commit message (Expand)AuthorAgeFilesLines
...
* Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch2013-03-201-2/+3
* Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch2013-03-131-0/+3
* Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna2013-02-191-0/+1
* Prepare for hardware feature detection on other platforms.Werner Koch2012-12-211-0/+17
* Add support for using DRNG random number generatorDmitry Kasatkin2012-12-181-0/+1
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-031-2/+56
* Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz2012-04-041-0/+10
* Fix pthread locking and remove defunctional support for static lock init.Marcus Brinkmann2012-01-031-0/+3
* Completed switch to a simpler thread model.Werner Koch2011-12-011-4/+13
* Removed the AC interface (gcry_ac_*)Werner Koch2011-09-151-9/+0
* Make sure that gcry_realloc (NULL, n) works on all platforms.Werner Koch2011-04-011-0/+10
* Fixed a few warnings emitted by gcc 4.6.Werner Koch2011-03-281-0/+11
* Final changes for 1.5.0-beta1libgcrypt-1.5.0-beta1Werner Koch2011-02-211-12/+8
* Add GCRYCTL_DISABLE_HWFWerner Koch2011-02-161-14/+37
* Renamed existing flag for AES-NI and fixed detection.Werner Koch2011-02-111-1/+1
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-37/+37
* Doc fixes.Werner Koch2010-11-041-1/+1
* Prepare support of ia32 AES instructionsWerner Koch2010-08-271-0/+1
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-3/+3
* Support WindowsCE.Werner Koch2010-01-211-7/+9
* Allow (transient-key) for DSA.Werner Koch2008-12-051-2/+11
* Add a method to disable the weak key detection.Werner Koch2008-11-051-3/+3
* Do no restrtc usage of MD5 in fips mode.Werner Koch2008-10-241-17/+5
* Syntax fix.Werner Koch2008-09-181-1/+1
* Implemented an Enforced FIPS mode.Werner Koch2008-09-181-8/+44
* Another tweak for the RNG test code.Werner Koch2008-09-161-1/+4
* Use syslog to log important messages.Werner Koch2008-09-151-2/+76
* Only run required tests during power-up self-test.Werner Koch2008-09-121-4/+6
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-051-0/+7
* Changed the way the FIPS RNG is seeded.Werner Koch2008-08-291-28/+37
* Allow getting out of the FIPS error state by running a self-test.Werner Koch2008-08-271-1/+1
* Implemented transient-key flag as requested by the GNUNet folks.Werner Koch2008-08-261-2/+3
* Completed the RNG implementaion switching.Werner Koch2008-08-221-2/+5
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-201-1/+0
* A whole bunch of changes to eventually support Werner Koch2008-08-191-25/+92
* Reorganizatiosn to support the visibility attribute.Werner Koch2007-10-311-9/+46
* More info from GCRYCTL_PRINT_CONFIG.Werner Koch2007-05-021-2/+4
* Dropped GCRYCTL_DUMP_CONFIG in favor of GCRYCTL_PRINT_CONFIG.Werner Koch2007-04-301-19/+31
* Add support for setting the EGD socket.Werner Koch2007-04-301-2/+24
* ./Werner Koch2007-04-301-0/+9
* Some RNG cleanups.Werner Koch2007-03-131-1/+1
* A lot of cleanups as well as minor API changes.Werner Koch2007-02-211-0/+2
* Let secmem init return an error if the memeory could not be locked.Werner Koch2006-10-191-0/+2
* Various minor changes.Werner Koch2006-10-171-1/+2
* Fixed a problem with shifting MPIs by 0.Werner Koch2006-08-281-1/+8
* Collected changes - see ChangeLogsWerner Koch2006-07-261-1/+1
* Changed xmalloc style calls to proper malloc calls with error returns atWerner Koch2006-06-211-7/+28
* cipher/ChangeLog:Moritz Schulte2006-04-221-0/+11
* More changes.Werner Koch2006-03-171-1/+1
* src/ChangeLog:Moritz Schulte2005-10-311-11/+50