summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add function gcry_pk_get_param.Werner Koch2011-02-017-8/+33
* Add gcry_pk_get_curve.Werner Koch2011-02-017-6/+36
* Changed ecdh parameter names and fixed MPI allocation.Werner Koch2011-01-312-25/+69
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-051-0/+1
* Doc fixes.Werner Koch2010-11-042-26/+150
* Prepare support of ia32 AES instructionsWerner Koch2010-08-274-5/+38
* Insert sys/select.h to be POSIXly correct.Werner Koch2010-08-162-0/+5
* Minor changes for MSVC.Werner Koch2010-07-092-2/+11
* fixes for msvc compilerWerner Koch2010-06-293-3/+8
* 2010-04-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-192-1/+7
* 2010-04-16 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-162-30/+46
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-1210-16/+20
* Add new TIGER variantsWerner Koch2010-03-262-2/+6
* Help not to edit a generated buffer.Werner Koch2010-03-152-0/+10
* Support WindowsCE.Werner Koch2010-01-217-24/+78
* Add an identifier for ECDH.Werner Koch2010-01-212-1/+6
* Implemented the AES-Wrap algorithmWerner Koch2009-12-092-1/+6
* 2009-12-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2009-12-082-10/+21
* Fix detection of cpuid statement.Werner Koch2009-11-292-1/+7
* Include sys/msg.h if needed.Werner Koch2009-08-052-0/+7
* Get more in sync to the Fedora version.Werner Koch2009-07-022-0/+4
* Minor bug fixes.Werner Koch2009-07-023-8/+42
* Doc fixes.Werner Koch2009-05-101-4/+4
* Portability fixes.Werner Koch2009-02-164-10/+24
* fix for bug#993.Werner Koch2009-02-022-1/+7
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-224-3/+9
* Fix for big endian hosts.Werner Koch2008-12-102-6/+4
* Allow speicification of domain parameters for DSA key generation.Werner Koch2008-12-101-1/+1
* Allow (transient-key) for DSA.Werner Koch2008-12-053-4/+17
* Prepare for FIPS186-3.Werner Koch2008-11-261-2/+8
* Implement FIPS 186-2 key generation.Werner Koch2008-11-251-0/+6
* Finished RSA X9.31 key generation.Werner Koch2008-11-254-6/+71
* Cleaned up the public key module calling conventions.Werner Koch2008-11-244-15/+22
* Add a method to disable the weak key detection.Werner Koch2008-11-056-6/+20
* Autodetect useful gcc warnings in maintainer-mode.Werner Koch2008-10-302-1/+15
* Do no restrtc usage of MD5 in fips mode.Werner Koch2008-10-244-18/+70
* Add CAVS test.Werner Koch2008-10-028-9/+34
* fix sigbusWerner Koch2008-09-201-1/+3
* Preparing a releaseWerner Koch2008-09-182-0/+6
* Syntax fix.Werner Koch2008-09-181-1/+1
* Implemented an Enforced FIPS mode.Werner Koch2008-09-185-27/+138
* Another tweak for the RNG test code.Werner Koch2008-09-162-1/+6
* Allow transition to Error states from thye Init state.Werner Koch2008-09-162-1/+8
* Changed error text.Werner Koch2008-09-151-1/+1
* Log a failed intgetrity check with filename.Werner Koch2008-09-152-0/+7
* Use syslog to log important messages.Werner Koch2008-09-155-3/+141
* Only run required tests during power-up self-test.Werner Koch2008-09-125-25/+39
* Changed the HMAC binary check file format.Werner Koch2008-09-113-18/+53
* Implemented more self-tests.Werner Koch2008-09-112-2/+9
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-055-7/+28