summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prepare a release candidatelibgcrypt-1.4.2rc2Werner Koch2008-09-014-114/+129
* Overhauled the keygrip computation.Werner Koch2008-08-293-3/+17
* Changed the way the FIPS RNG is seeded.Werner Koch2008-08-293-30/+52
* Allow getting out of the FIPS error state by running a self-test.Werner Koch2008-08-275-4/+33
* Implemented transient-key flag as requested by the GNUNet folks.Werner Koch2008-08-266-8/+38
* Completed the RNG implementaion switching.Werner Koch2008-08-227-25/+213
* Finished the X9.31 RNG implementations.Werner Koch2008-08-214-1/+32
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-206-18/+51
* Implemented gcry_mpi_lshift.Werner Koch2008-08-201-3/+4
* Adding gcry_mpi_lshift.libgcrypt-1.4.2rc1Werner Koch2008-08-197-2/+24
* Another forgotten file.Werner Koch2008-08-191-0/+586
* A whole bunch of changes to eventually support Werner Koch2008-08-1918-175/+1369