aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-15gpg: Extend --quick-gen-key for creating keys from a card.Werner Koch1-60/+271
2019-10-15gpg: The first key should be in candidates.NIIBE Yutaka1-1/+8
2019-10-15gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka1-1/+4
2019-10-03gpg: Be prepared for chosen-prefix SHA-1 collisions in key signatures.Werner Koch1-15/+27
2019-09-06gpg: Make --quiet work on --send-keys.Werner Koch1-3/+4
2019-08-23gpg: Implement keybox compression runWerner Koch1-5/+18
2019-08-23gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch3-1/+35
2019-08-23gpg: Silence some warning messages during -Kv.Werner Koch3-10/+19
2019-08-23gpg: Do not show an informational diagnostics with quiet.Werner Koch1-1/+3
2019-08-22gpg: Use modern spelling for the female salutation.Werner Koch1-2/+2
2019-08-21sm: Show the usage flags when generating a key from a card.Werner Koch1-2/+18
2019-08-21gpg: Allow decryption using non-OpenPGP cards.Werner Koch5-174/+400
2019-08-21scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-1/+1
2019-08-21gpg: Allow direct key generation from card with --full-gen-key.Werner Koch3-20/+204
2019-08-21gpg: New option --use-only-openpgp-cardWerner Koch3-1/+15
2019-08-21gpg: Prepare card code to allow other than OpenPGP cards.Werner Koch2-16/+30
2019-08-21gpg: New card function agent_scd_keypairinfo.Werner Koch2-3/+82
2019-08-21gpg: Remove two unused card related functions.Werner Koch3-98/+76
2019-08-21gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch1-6/+7
2019-08-21gpg: Remove unused arg in a card related function.Werner Koch4-33/+34
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