aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-272-1/+17
* doc: Minor doc updates and a typo fix.Werner Koch2019-09-251-2/+2
* gpg: First rough implementation of keyboxd access for key lookup.Werner Koch2019-09-105-95/+367
* common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-102-2/+2
* gpg: New option --use-keyboxd.Werner Koch2019-09-0926-292/+1221
* kbx: Allow writing using a estream.Werner Koch2019-08-061-1/+1
* gpg: Don't try decryption by session key when NULL.NIIBE Yutaka2019-07-121-3/+6
* gpg: Fix getting User ID.NIIBE Yutaka2019-07-113-83/+88
* gpg: Improve import slowness.NIIBE Yutaka2019-07-101-5/+13
* gpg: Fix keyring retrieval.NIIBE Yutaka2019-07-101-3/+6
* gpg: Do not try the import fallback if the options are already used.Werner Koch2019-07-091-1/+3
* gpg: Fix regression in option "self-sigs-only".Werner Koch2019-07-091-1/+11
* gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2019-07-052-53/+65
* gpg: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-052-18/+25
* 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-011-21/+102
* gpg: New import and keyserver option "self-sigs-only"Werner Koch2019-07-012-3/+40
* 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: Very minor code cleanup.Werner Koch2019-06-211-2/+2
* g10: Block signals in g10_exit.NIIBE Yutaka2019-06-041-0/+1
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-2/+64
* 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-9/+101
* g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka2019-05-231-1/+5
* gpg: Do not bail on an invalid packet in the local keyring.Werner Koch2019-05-211-0/+7
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-214-22/+32
* gpg: Unify the the use of the print_pubkey_info functions.Werner Koch2019-05-217-59/+70
* 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
* sm: Change keydb code to use the keybox locking.Werner Koch2019-05-141-4/+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/+11
* gpg: Cleanup use of make_keysig_packet.Werner Koch2019-05-136-40/+40
* gpg: Use just the addrspec from the Signer's UID.Werner Koch2019-05-031-0/+9
* sm: Add yet inactive options to support authenticodeWerner Koch2019-04-301-1/+1
* g10: Fix double free when locating by mboxAndre Heinecke2019-04-181-2/+1
* g10: Fix a memory leak.NIIBE Yutaka2019-04-171-0/+7
* gpg: New caching functions.Werner Koch2019-04-135-119/+702
* gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2019-04-122-72/+51
* 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
* gpg: Fix printing of the user id during import.Werner Koch2019-04-053-14/+17
* gpg: Improve the code to decrypt using PIV cards.Werner Koch2019-04-034-25/+26