aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-29include: Remove this directory.Werner Koch3-0/+242
2014-01-29gpg: Add another card vendor id.Werner Koch1-0/+1
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+1
2013-12-11gpg: Change --show-session-key to print the session key earlier.Werner Koch4-18/+46
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch3-6/+25
2013-11-18Make use of the *_NAME etc macros.Werner Koch9-24/+26
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-24/+44
2013-11-15Fix minor compiler warnings.Werner Koch3-2/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch12-127/+365
2013-10-04gpg: Limit the nesting level of I/O filters.Werner Koch1-30/+48
2013-10-02gpg: Fix bug with deeply nested compressed packets.Werner Koch1-9/+43
2013-08-30gpg: Use 2048 as the default keysize in batch mode.Werner Koch1-3/+3
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch3-8/+30
2013-08-02gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch1-7/+20
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch3-4/+5
2013-05-07w32: Add icons and version information.Werner Koch2-3/+56
2013-04-22Fix potential heap corruption in "gpg -v --version".Werner Koch1-43/+40
2013-03-20Add code to allow for late memory cleanup.Werner Koch1-18/+41
2013-03-19gpg: Print indicator for unknown key capability.Werner Koch1-0/+3
2013-03-19gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor1-3/+0
2013-03-19gpg: Distinguish between missing and cleared key flags.Werner Koch1-1/+7
2013-02-22Use has_leading_keyword in the assuan callbacks.Werner Koch2-9/+9
2013-02-22gpg: Fix a memory leak in batch key generationWerner Koch2-26/+40
2013-02-22gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch1-2/+3
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