aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-07gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch3-2/+22
2015-08-06gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch1-12/+0
2015-08-06gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2-6/+71
2015-08-06gpg: Adjust UID line indentation for common key algos.Werner Koch2-3/+6
2015-08-06Curve25519 support.NIIBE Yutaka5-14/+36
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka4-6/+6
2015-08-04gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch1-1/+8
2015-08-04gpg: Properly handle legacy keys while looking for a secret key.Werner Koch1-1/+8
2015-07-31gpg: Fix endless loop for expired keys given by fpr.Werner Koch1-0/+5
2015-07-29gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch1-1/+2
2015-07-29gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch1-25/+77
2015-07-28gpg: Remove the edit-key toggle command.Werner Koch1-13/+2
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-07-25scd: support any curves defined by libgcrypt.NIIBE Yutaka3-13/+39
2015-07-23scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka1-1/+1
2015-07-16Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield1-0/+3
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka4-7/+9
2015-06-30Remove obsolete file g10/comment.c.Werner Koch1-108/+0
2015-06-30doc: Updated HACKING.Werner Koch2-2/+2
2015-06-30gpg: Make show-sig-subpackets work again.Werner Koch1-1/+1
2015-06-29agent: Prepare for Libassuan with Cygwin support.Werner Koch1-1/+0
2015-06-29Improve the description of old packets with an indeterminate length.Neal H. Walfield1-1/+1
2015-06-22gpg: Allow debug flag names for --debug.Werner Koch1-45/+35
2015-06-22gpg: Fix regression due to recent commit 6500f33Werner Koch1-28/+59
2015-06-20gpg: Print number of good signatures with --check-sigs.Werner Koch1-7/+15
2015-06-20gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch3-0/+101
2015-06-19gpg: Add more log_clock calls to keydb.cWerner Koch1-0/+9
2015-06-19gpg: Print available debug flags using "--debug-level help".Werner Koch1-18/+44
2015-06-19gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch1-1/+8
2015-06-17agent: Print a warning for obsolete options.Werner Koch2-15/+0
2015-06-16Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield1-0/+7
2015-06-04gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch4-66/+71
2015-06-04gpg: Cleanup error code path in case of a bad trustdb.Werner Koch1-26/+28
2015-06-04gpg: Fix output in case of a corrupted trustdb.Werner Koch4-13/+14
2015-06-04gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch2-965/+1267
2015-05-28g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-65/+56
2015-05-27g10: Remove g10/signal.c.NIIBE Yutaka3-211/+2
2015-05-19g10: detects public key encryption packet error properly.NIIBE Yutaka1-5/+3
2015-05-15build: Make --disable-gpgsm work.Werner Koch1-1/+4
2015-05-08gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-05-08gpg: Fix wrong output in list mode.Werner Koch1-1/+1
2015-05-08gpg: New command --quick-adduid.Werner Koch5-29/+174
2015-05-08gpg: Add push/pop found state feature to keydb.Werner Koch4-5/+88
2015-05-08gpg: Minor code merging in keyedit.Werner Koch1-17/+26
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch6-40/+35
2015-05-07gpg: Fix regression not displaying the card serial numberWerner Koch1-1/+1
2015-05-01g10: fix cmp_public_key.NIIBE Yutaka1-5/+8
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-1/+1
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-1/+0
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch7-37/+301