aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-01Fix size_t vs int issues.Marcus Brinkmann5-10/+19
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch8-348/+403
2011-04-29Fix import stat counter and abort secret key import on merge-only error case.Marcus Brinkmann2-25/+36
2011-04-29Give sensible error messages when trying to delete secret key.Marcus Brinkmann2-11/+26
2011-04-28Removed memory leak in the ECDH code.Werner Koch2-32/+59
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch2-4/+8
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch7-10/+20
2011-04-202011-04-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
2011-03-28Detect premature EOF while parsing corrupted key packets.Werner Koch2-17/+31
2011-03-10Make use of gcry_kdf_derive.Werner Koch2-77/+24
2011-03-08Require libgcrypt 1.5Werner Koch3-18/+6
2011-03-03Print the secret keyinfo stuff with --card-status again.Werner Koch3-65/+79
2011-03-03Minor code cleanups.Werner Koch3-8/+10
2011-03-03Fix faulty gcc warningsWerner Koch2-6/+10
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch3-148/+5
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch2-16/+17
2011-02-09Replace printf by es_printf in keyserver.cWerner Koch2-27/+28
2011-02-08Add finger support to dirmngr.Werner Koch3-26/+89
2011-02-07Fix ECDSA 521 bit signing.Werner Koch2-15/+20
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch54-926/+906
2011-02-04Removed deprecated SIGEXPIRED status line.Werner Koch2-2/+5
2011-02-03Fix test for gcry_pk_get_curve.Werner Koch2-1/+4
2011-02-03Add a DECRYPTION_INFO status.Werner Koch2-25/+36
2011-02-03Relax mailbox name checking. Fixes bug#1315.Werner Koch2-41/+43
2011-02-03Extend algo selection menu.Werner Koch3-42/+75
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch5-191/+219
2011-02-02Compute the fingerprint for ECDH only on demand.Werner Koch4-79/+90
2011-02-02Sample ECC keys and message do now work.Werner Koch9-252/+504
2011-01-31Move OpenPGP OID helpers to common/.Werner Koch3-205/+3
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch7-144/+115
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch10-356/+613
2011-01-26Function name cleanupsWerner Koch7-141/+142
2011-01-25Started with some code cleanups in ECDH.Werner Koch5-136/+158
2011-01-25More ECDH code cleanupsWerner Koch4-101/+72
2011-01-25Editorial cleanups of keygen.cWerner Koch6-254/+163
2011-01-24Fix regression introduced by "editing only change".Werner Koch1-1/+1
2011-01-21Truncate the DSA hash; fixes regression.Werner Koch3-7/+8
2011-01-21Make most of the selftests work.Werner Koch3-19/+8
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch17-706/+801
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch6-694/+300
2011-01-18Keyserver search and get basically works again.Werner Koch7-305/+749
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-2/+2
2011-01-11'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov6-131/+73
2011-01-10Initial code checking for backup - not yet working.Werner Koch9-58/+436
2011-01-06Milestone: Data signing/verification and key signing/verification work with E...Andrey Jivsov1-1/+1
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov23-153/+1370
2010-12-09Change last change. Does now work.Werner Koch2-4/+19
2010-12-09Change dirmngr timer under W32CE.Werner Koch2-0/+23
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch2-1/+5
2010-11-23Change stack size for Wince.Werner Koch5-69/+96