aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-12gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor1-5/+8
2019-08-12card: Fix showing KDF object attribute.NIIBE Yutaka3-5/+30
2019-07-22gpg: The option --passphrase= can be empty.NIIBE Yutaka1-2/+2
2019-07-15gpg: Improve import slowness.NIIBE Yutaka1-5/+13
2019-07-15gpg: Fix keyring retrieval.NIIBE Yutaka1-3/+6
2019-07-09gpg: Do not try the import fallback if the options are already used.Werner Koch1-1/+3
2019-07-09gpg: Fix regression in option "self-sigs-only".Werner Koch1-1/+11
2019-07-05gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2-51/+64
2019-07-04gpg: Add "self-sigs-only" and "import-clean" to the keyserver options.Werner Koch1-1/+3
2019-07-04gpg: Avoid printing false AKL error message.Werner Koch1-4/+4
2019-07-04gpg: New command --locate-external-key.Werner Koch6-28/+54
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch6-32/+57
2019-07-02gpg: Fallback to import with self-sigs-only on too large keyblocks.Werner Koch1-22/+102
2019-07-01gpg: New import and keyserver option "self-sigs-only"Werner Koch2-2/+39
2019-07-01gpg: Make read_block in import.c more flexible.Werner Koch1-12/+11
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