summaryrefslogtreecommitdiff
path: root/cipher
AgeCommit message (Expand)AuthorFilesLines
2011-02-13First take on using AES-NI instructionsWerner Koch3-53/+332
2011-02-11Renamed existing flag for AES-NI and fixed detection.Werner Koch1-0/+10
2011-02-11Small tweak to the ECC debug output.Werner Koch2-7/+7
2011-02-04Nuked almost all trailing whitespace.Werner Koch34-1534/+1521
2011-02-02Add ChangeLog Entry for Andrey's changes.Werner Koch2-104/+83
2011-02-01Add function gcry_pk_get_param.Werner Koch3-104/+176
2011-02-01Add gcry_pk_get_curve.Werner Koch3-1/+170
2011-01-31Changed ecdh parameter names and fixed MPI allocation.Werner Koch3-32/+17
2011-01-31Return used curve name with ECC key generationWerner Koch3-17/+56
2011-01-27Reverted the API to the old one.Werner Koch2-308/+206
2011-01-26Begin of changing the ECDH API.Werner Koch3-59/+51
2011-01-20Editorial changes.Werner Koch2-202/+254
2011-01-12Fixed a typo, added logging.Andrey Jivsov1-3/+13
2011-01-10'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov1-24/+144
2011-01-05Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2-123/+365
2010-11-04Doc fixes.Werner Koch1-2/+2
2010-08-31typo fixWerner Koch1-1/+1
2010-08-19Fix bug 1263Werner Koch2-1/+5
2010-08-16Insert sys/select.h to be POSIXly correct.Werner Koch1-1/+1
2010-06-10Allow transient-key for ecdsa.Werner Koch2-4/+23
2010-04-12Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch12-23/+27
2010-03-26Add new TIGER variantsWerner Koch3-22/+97
2010-01-21Add an identifier for ECDH.Werner Koch3-3/+3
2009-12-11Boost performance of SHA-512 and SHA-256.Werner Koch3-20/+175
2009-12-10Add option --disable-O-flag-munging.Werner Koch2-2/+11
2009-12-10Cleaned up the cipher encrypy/decrypt constraints checks.Werner Koch2-177/+227
2009-12-09Implemented the AES-Wrap algorithmWerner Koch2-112/+330
2009-11-29Fix detection of cpuid statement.Werner Koch1-1/+1
2009-08-21Fix memleak in dsa key generationWerner Koch2-0/+6
2009-07-02Minor bug fixes.Werner Koch2-4/+12
2009-05-10Doc fixes.Werner Koch2-1/+6
2009-02-16Portability fixes.Werner Koch10-15/+25
2009-01-22PreparingWerner Koch2-1/+5
2009-01-21Fix for dsa signature verifciation in fipsdrv.Werner Koch2-2/+8
2008-12-10Allow speicification of domain parameters for DSA key generation.Werner Koch3-69/+180
2008-12-05Allow (transient-key) for DSA.Werner Koch2-10/+39
2008-12-02Re-indented some code.Werner Koch1-2/+1
2008-11-28Fixed the fips 186 dsa key generation.Werner Koch3-10/+35
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