summaryrefslogtreecommitdiff
path: root/cipher
AgeCommit message (Expand)AuthorFilesLines
2008-11-26Prepare for FIPS186-3.Werner Koch3-16/+279
2008-11-25Implement FIPS 186-2 key generation.Werner Koch4-26/+434
2008-11-25Finished RSA X9.31 key generation.Werner Koch6-41/+218
2008-11-24Cleaned up the public key module calling conventions.Werner Koch7-268/+628
2008-11-19Minor cleanups.Werner Koch2-10/+14
2008-11-05Fixed HMAC for SHA-384 and SHA-512 with keys longer than 64 bytes.Werner Koch2-23/+29
2008-11-05Add a method to disable the weak key detection.Werner Koch3-5/+85
2008-10-24Do no restrtc usage of MD5 in fips mode.Werner Koch3-13/+50
2008-10-02Add CAVS test.Werner Koch1-1/+2
2008-09-30Fix bug #936.Werner Koch5-96/+140
2008-09-16Another tweak for the RNG test code.Werner Koch2-1/+7
2008-09-12Add a bad-case test for the key generation.Werner Koch3-0/+15
2008-09-12Only run required tests during power-up self-test.Werner Koch12-184/+264
2008-09-12Add files.Werner Koch2-0/+127
2008-09-12Improve selftest done after key generation.Werner Koch3-35/+96
2008-09-12Improved the encryption test.Werner Koch2-20/+85
2008-09-11Implemented more self-tests.Werner Koch3-16/+333
2008-09-09Add more selftests.Werner Koch7-41/+467
2008-08-29Overhauled the keygrip computation.Werner Koch4-37/+183
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch4-9/+36
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 Koch4-34/+110
2008-08-21Finished the X9.31 RNG implementations.Werner Koch2-2/+10
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch8-32/+24
2008-08-19Add fileWerner Koch1-0/+423
2008-08-19A whole bunch of changes to eventually support Werner Koch14-366/+1602
2008-07-05Moved random stuff into its own directory.Werner Koch11-4409/+8
2008-06-24Fixed memory leak inthe ac functions.Werner Koch2-3/+15
2008-04-25Preparing the releaseWerner Koch1-1/+1
2008-04-22Preapring a release candidateWerner Koch5-1813/+1780
2008-04-18Collected changes. See ChnageLogs.Werner Koch7-169/+381
2008-03-17Better AES performance.Werner Koch5-367/+696
2008-01-08Manual and comment fixes.Werner Koch4-4/+21
2007-12-10Preparing 1.4.0.Werner Koch3-7/+13
2007-12-05Fixed an internal bug in rsa.cWerner Koch3-20/+55
2007-12-03Preparing a releaseWerner Koch5-28/+190
2007-11-30Add support for the HW RNG. However i was not able to test it because itWerner Koch6-11/+44
2007-11-29The ACE engine of VIA processors is now used for AES-128.Werner Koch3-89/+259
2007-11-28Fixed SHA-224 DER template.Werner Koch2-2/+8
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch2-417/+30
2007-10-26Preparing a releaseWerner Koch2-1/+5
2007-10-25Updated the Windows entropy gatherer.Werner Koch2-463/+713
2007-08-23Use extra counter to check random pool filling.Werner Koch2-11/+41
2007-08-22Made all library code LGPL.Werner Koch2-13/+50
2007-08-22Changed rndw32 to LGPL.Werner Koch3-11/+39
2007-07-26Fixed symbol prefix detection.Werner Koch2-2/+2
2007-05-31Camellia is now LGPLedWerner Koch3-33/+47
2007-05-09src/Marcus Brinkmann2-23/+29
2007-05-02Changed amount of stack to burnWerner Koch2-7/+21
2007-05-02More info from GCRYCTL_PRINT_CONFIG.Werner Koch3-1/+37