aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-05-27gpg: Fixed i18n markup of some strings.Werner Koch1-20/+12
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch3-8/+101
2019-05-21gpg: Do not bail on an invalid packet in the local keyring.Werner Koch1-4/+11
2019-05-21gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch4-22/+32
2019-05-20gpg: Do not delete any keys if --dry-run is passed.Werner Koch1-3/+3
2019-05-17gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch3-4/+8
2019-05-17gpg: Improve the photo image viewer selection.Werner Koch2-27/+99
2019-05-15gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor1-1/+4
2019-05-14gpg: Do not print a hint to use the deprecated --keyserver option.Werner Koch1-3/+1
2019-05-14g10: Fix possible null dereference.NIIBE Yutaka1-2/+2
2019-05-13gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch1-0/+7
2019-05-03gpg: Use just the addrspec from the Signer's UID.Werner Koch1-0/+9
2019-04-18g10: Fix double free when locating by mboxAndre Heinecke1-2/+1
2019-04-11gpg: Accept also armored data from the WKD.Werner Koch1-2/+3
2019-04-11gpg: Set a limit of 5 to the number of keys imported from the WKD.Werner Koch1-4/+21
2019-03-27g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka1-1/+1
2019-03-27gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley1-7/+18
2019-03-18gpg: Do not bail out on v5 keys in the local keyring.Werner Koch5-7/+18
2019-03-18gpg: Allow import of PGP desktop exported secret keys.Werner Koch3-79/+307
2019-03-18gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch3-29/+108
2019-03-18gpg: During secret key import print "sec" instead of "pub".Werner Koch4-16/+25
2019-03-18gpg: Simplify an interactive import status line.Werner Koch2-19/+34
2019-03-07gpg: Make invalid primary key algos obvious in key listings.Werner Koch1-1/+9
2019-02-19gpg: Fix comparison.Neal H. Walfield1-1/+1
2019-02-12Release 2.2.13gnupg-2.2.13Werner Koch1-3/+3
2019-02-11gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch1-0/+1
2019-01-30gpg: Allow generating Ed25519 key from an existing key.Werner Koch1-0/+1
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch1-5/+5
2019-01-22gpg: Stop early when trying to create a primary Elgamal key.Werner Koch1-0/+7
2018-12-11gpg: In search-keys return "Not found" instead of "No Data".Werner Koch1-1/+3
2018-12-06scd: Make "learn" report about KDF data object.NIIBE Yutaka1-0/+4
2018-12-06card: Display if KDF is enabled or not.NIIBE Yutaka3-2/+12
2018-12-06g10: Fix memory leak for --card-status.NIIBE Yutaka1-4/+3
2018-12-05g10: Fix print_pubkey_info new line output.NIIBE Yutaka1-1/+1
2018-12-05gpg: New list-option "show-only-fpr-mbox".Werner Koch3-1/+61
2018-12-05g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna1-3/+8
2018-12-05gpg: Improve error message about failed keygrip computation.Werner Koch1-1/+6
2018-11-21doc: Clarify use of clear and nodefault in the AKL.Werner Koch1-1/+1
2018-11-06g10: Fix print_keygrip for smartcard.NIIBE Yutaka1-1/+1
2018-11-05gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch1-4/+25
2018-11-05gpg: Add new card vendorWerner Koch1-0/+1
2018-11-05dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch1-3/+10
2018-10-22gpg: Fix extra check for sign usage of a data signature.Werner Koch1-1/+2
2018-09-07g10: Fix memory leak.NIIBE Yutaka1-0/+2
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka1-1/+1
2018-08-29gpg: Explain error message in key generation with --batchWerner Koch1-1/+3
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch2-274/+4
2018-08-29gpg: New option --known-notation.Werner Koch3-7/+57
2018-08-28gpg: Refresh expired keys originating from the WKD.Werner Koch2-17/+99