aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add secp256k1.NIIBE Yutaka2014-01-151-0/+1
* gpg: Change --show-session-key to print the session key earlier.Werner Koch2013-12-114-18/+46
* gpg: Change armor Version header to emit only the major version.Werner Koch2013-11-273-6/+25
* Make use of the *_NAME etc macros.Werner Koch2013-11-189-24/+26
* kbx: Implement update operation for OpenPGP keyblocks.Werner Koch2013-11-151-24/+44
* Fix minor compiler warnings.Werner Koch2013-11-153-2/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-1512-127/+365
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-30/+48
* gpg: Fix bug with deeply nested compressed packets.Werner Koch2013-10-021-9/+43
* gpg: Use 2048 as the default keysize in batch mode.Werner Koch2013-08-301-3/+3
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-283-8/+30
* gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch2013-08-021-7/+20
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-223-4/+5
* w32: Add icons and version information.Werner Koch2013-05-072-3/+56
* Fix potential heap corruption in "gpg -v --version".Werner Koch2013-04-221-43/+40
* Merge branch 'master' into key-storage-workkey-storage-workWerner Koch2013-03-206-17/+29
|\
| * gpg: Print indicator for unknown key capability.Werner Koch2013-03-191-0/+3
| * gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor2013-03-191-3/+0
| * gpg: Distinguish between missing and cleared key flags.Werner Koch2013-03-191-1/+7
| * Use has_leading_keyword in the assuan callbacks.Werner Koch2013-02-222-9/+9
| * gpg: Fix a memory leak in batch key generationWerner Koch2013-02-222-26/+40
| * gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch2013-02-221-2/+3
| * gpg: fix keytocard and support ECC card for key attribute.NIIBE Yutaka2013-02-222-4/+10
* | Add code to allow for late memory cleanup.Werner Koch2013-03-201-18/+41
* | gpg: Fix a memory leak in batch key generationWerner Koch2013-02-212-26/+40
* | gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch2013-02-211-2/+3
* | Merge branch 'master' into key-storage-workWerner Koch2013-02-1211-232/+443
|\|
| * gpg: Implement card_store_subkey again.NIIBE Yutaka2013-02-123-147/+123
| * gpg: Add pinentry-mode feature.Werner Koch2013-02-078-81/+279
| * gpg: Add status line PINENTRY_LAUNCHED.Werner Koch2013-01-303-7/+42
| * gpg: Fix honoring --cert-digest-algo when recreating a certChristian Aistleitner2013-01-111-0/+2
* | gpg: Cache keybox searches.Werner Koch2013-01-082-6/+161
* | gpg: Remove a function wrapper.Werner Koch2013-01-088-18/+18
* | gpg: Set the node flags while retrieving a keyblock.Werner Koch2013-01-071-4/+29
* | New function log_clock.Werner Koch2013-01-073-2/+14
* | gpg: Allow generation of more than 4096 keys in one run.Werner Koch2013-01-071-6/+20
* | gpg: Add signature cache support to the keybox.Werner Koch2012-12-281-13/+100
* | gpg: First working support for keyboxes.Werner Koch2012-12-282-19/+175
* | gpg: First patches to support a keybox storage backend.Werner Koch2012-12-275-77/+219
|/
* gpg: Import only packets which are allowed in a keyblock.Werner Koch2012-12-201-1/+22
* gpg: Make commit 2b3cb2ee actually workWerner Koch2012-12-191-2/+3
* gpg: Suppress "public key already present" in quiet mode.Werner Koch2012-12-191-3/+5
* The keyserver search menu should honor --keyid-formatDavid Shaw2012-11-291-5/+11
* Fix printing of ECC algo names in hkp keyserver listings.Werner Koch2012-11-271-2/+4
* Add an OpenPGP card vendor.Werner Koch2012-11-161-1/+2
* Fix typos spotted during translationsDavid Prévot2012-08-242-3/+3
* Actually show translators comments in PO filesDavid Prévot2012-08-242-6/+6
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0527-205/+205
* Print the hash algorithm in colon mode key listing.Werner Koch2012-05-241-6/+2
* Fix type conflict warning.Werner Koch2012-05-241-2/+2