summaryrefslogtreecommitdiff
path: root/cipher
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Allow for truncation in CTR mode.Werner Koch2-6/+11
2011-04-08Add a few comments to explain the generation of k.Werner Koch1-2/+14
2011-04-04Fix a small memory leak in gcry_pk_get_keygrip.Werner Koch3-4/+11
2011-03-28Fixed a few warnings emitted by gcc 4.6.Werner Koch4-7/+12
2011-03-09New function gcry_kdf_deriveWerner Koch3-1/+283
2011-02-22Use AES-NI insns for CTR mode.Werner Koch3-29/+378
2011-02-18Fix strict-aliasing problems in rijndael.cWerner Koch2-98/+112
2011-02-16Improved AES-CFB performance using AES-NI insn.Werner Koch2-15/+89
2011-02-15Add asm code to use aeskeygenassist.Werner Koch2-17/+71
2011-02-15Change more AES-NI code into plain asmWerner Koch2-102/+175
2011-02-14Use a better alignment.Werner Koch2-48/+83
2011-02-14Simplify context alignment and align the IV.Werner Koch3-62/+89
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