aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Add "self-sigs-only" and "import-clean" to the keyserver options.Werner Koch2019-07-041-1/+3
* gpg: Avoid printing false AKL error message.Werner Koch2019-07-041-4/+4
* gpg: New command --locate-external-key.Werner Koch2019-07-046-28/+54
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-046-32/+57
* gpg: Fallback to import with self-sigs-only on too large keyblocks.Werner Koch2019-07-021-22/+102
* gpg: New import and keyserver option "self-sigs-only"Werner Koch2019-07-012-2/+39
* gpg: Make read_block in import.c more flexible.Werner Koch2019-07-011-12/+11
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* gpg: Fixed i18n markup of some strings.Werner Koch2019-05-271-20/+12
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-273-8/+101
* gpg: Do not bail on an invalid packet in the local keyring.Werner Koch2019-05-211-4/+11
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-214-22/+32
* gpg: Do not delete any keys if --dry-run is passed.Werner Koch2019-05-201-3/+3
* gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch2019-05-173-4/+8
* gpg: Improve the photo image viewer selection.Werner Koch2019-05-172-27/+99
* gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor2019-05-151-1/+4
* gpg: Do not print a hint to use the deprecated --keyserver option.Werner Koch2019-05-141-3/+1
* g10: Fix possible null dereference.NIIBE Yutaka2019-05-141-2/+2
* gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch2019-05-131-0/+7
* gpg: Use just the addrspec from the Signer's UID.Werner Koch2019-05-031-0/+9
* g10: Fix double free when locating by mboxAndre Heinecke2019-04-181-2/+1
* gpg: Accept also armored data from the WKD.Werner Koch2019-04-111-2/+3
* gpg: Set a limit of 5 to the number of keys imported from the WKD.Werner Koch2019-04-111-4/+21
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-271-1/+1
* gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley2019-03-271-7/+18
* gpg: Do not bail out on v5 keys in the local keyring.Werner Koch2019-03-185-7/+18
* gpg: Allow import of PGP desktop exported secret keys.Werner Koch2019-03-183-79/+307
* gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-183-29/+108
* gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-184-16/+25
* gpg: Simplify an interactive import status line.Werner Koch2019-03-182-19/+34
* gpg: Make invalid primary key algos obvious in key listings.Werner Koch2019-03-071-1/+9
* gpg: Fix comparison.Neal H. Walfield2019-02-191-1/+1
* Release 2.2.13gnupg-2.2.13Werner Koch2019-02-121-3/+3
* gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch2019-02-111-0/+1
* gpg: Allow generating Ed25519 key from an existing key.Werner Koch2019-01-301-0/+1
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-5/+5
* gpg: Stop early when trying to create a primary Elgamal key.Werner Koch2019-01-221-0/+7
* gpg: In search-keys return "Not found" instead of "No Data".Werner Koch2018-12-111-1/+3
* scd: Make "learn" report about KDF data object.NIIBE Yutaka2018-12-061-0/+4
* card: Display if KDF is enabled or not.NIIBE Yutaka2018-12-063-2/+12
* g10: Fix memory leak for --card-status.NIIBE Yutaka2018-12-061-4/+3
* g10: Fix print_pubkey_info new line output.NIIBE Yutaka2018-12-051-1/+1
* gpg: New list-option "show-only-fpr-mbox".Werner Koch2018-12-053-1/+61
* g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna2018-12-051-3/+8
* gpg: Improve error message about failed keygrip computation.Werner Koch2018-12-051-1/+6
* doc: Clarify use of clear and nodefault in the AKL.Werner Koch2018-11-211-1/+1
* g10: Fix print_keygrip for smartcard.NIIBE Yutaka2018-11-061-1/+1
* gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch2018-11-051-4/+25
* gpg: Add new card vendorWerner Koch2018-11-051-0/+1
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-11-051-3/+10