aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-22gpg: fix keytocard and support ECC card for key attribute.NIIBE Yutaka2-4/+10
2013-02-21gpg: Fix a memory leak in batch key generationWerner Koch2-26/+40
2013-02-21gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch1-2/+3
2013-02-12gpg: Implement card_store_subkey again.NIIBE Yutaka3-147/+123
2013-02-07gpg: Add pinentry-mode feature.Werner Koch8-81/+279
2013-01-30gpg: Add status line PINENTRY_LAUNCHED.Werner Koch3-7/+42
2013-01-11gpg: Fix honoring --cert-digest-algo when recreating a certChristian Aistleitner1-0/+2
2013-01-08gpg: Cache keybox searches.Werner Koch2-6/+161
2013-01-08gpg: Remove a function wrapper.Werner Koch8-18/+18
2013-01-07gpg: Set the node flags while retrieving a keyblock.Werner Koch1-4/+29
2013-01-07New function log_clock.Werner Koch3-2/+14
2013-01-07gpg: Allow generation of more than 4096 keys in one run.Werner Koch1-6/+20
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-13/+100
2012-12-28gpg: First working support for keyboxes.Werner Koch2-19/+175
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch5-77/+219
2012-12-20gpg: Import only packets which are allowed in a keyblock.Werner Koch1-1/+22
2012-12-19gpg: Make commit 2b3cb2ee actually workWerner Koch1-2/+3
2012-12-19gpg: Suppress "public key already present" in quiet mode.Werner Koch1-3/+5
2012-11-29The keyserver search menu should honor --keyid-formatDavid Shaw1-5/+11
2012-11-27Fix printing of ECC algo names in hkp keyserver listings.Werner Koch1-2/+4
2012-11-16Add an OpenPGP card vendor.Werner Koch1-1/+2
2012-08-24Fix typos spotted during translationsDavid Prévot2-3/+3
2012-08-24Actually show translators comments in PO filesDavid Prévot2-6/+6
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch27-205/+205
2012-05-24Print the hash algorithm in colon mode key listing.Werner Koch1-6/+2
2012-05-24Fix type conflict warning.Werner Koch1-2/+2
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch8-58/+1
2012-03-27Print warning for arguments not considered an option.Werner Koch1-2/+12
2012-03-26Allow compress algorithm 0.Werner Koch1-3/+1
2012-02-06common: Add a global variable to for the default error source.Werner Koch2-0/+2
2012-02-01Honor --cert-digest-algo when recreating a cert.David Shaw1-2/+7
2012-01-20Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw6-18/+34
2012-01-11gpg: Fix segv with RSA_S keys.Werner Koch1-0/+8
2011-12-15Merge fix for issue 1331 from 1.4.David Shaw1-3/+2
2011-12-02Avoid possible double free in export.c.Werner Koch1-1/+1
2011-12-01Generate the ChangeLog from commit logs.Werner Koch2-6/+17
2011-11-30Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch2-20/+21
2011-11-30Increase the default buffer size for DNS certificates.Werner Koch2-2/+7
2011-11-22Don't print anonymous recipient messages in quiet mode.Werner Koch2-3/+10
2011-11-06Allow creating subkeys using an existing keyWerner Koch8-63/+246
2011-09-28Add a flag parameter to dotlock_create.Werner Koch5-7/+8
2011-09-23Renamed the lock functions.Werner Koch6-28/+37
2011-09-20Allow NULL for free_public_key.Werner Koch8-34/+36
2011-09-20avoid use of freed pointerJim Meyering2-1/+11
2011-09-20Replace gcry_md_start_debug by gcry_md_debug.Werner Koch5-9/+18
2011-08-10Fixed set but unused variable bugsWerner Koch6-31/+37
2011-07-29Do not print read-only trustdb warning with --quiet.Werner Koch2-1/+5
2011-07-18Print decoded S2K count in --list-packets mode.Werner Koch2-1/+15
2011-06-16Allow generation of card keys up to 4096 bit.Werner Koch3-16/+84
2011-06-13Fix for latest fix in Libgcrypt.Werner Koch2-1/+8