aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg-agent: add new CACHE_MODE_EXPORTdkg/fix-T4522Daniel Kahn Gillmor2019-05-204-44/+19
* 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-174-5/+10
* gpg: Improve the photo image viewer selection.Werner Koch2019-05-173-36/+113
* kbx: Fix an endless loop under Windows due to an incomplete fix.Werner Koch2019-05-161-2/+2
* gpgconf: Before --launch check that the config file is fine.Werner Koch2019-05-162-4/+15
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-164-78/+14
* agent,scd: Scan and load all public keys for availability.NIIBE Yutaka2019-05-162-7/+18
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-155-34/+215
* scd: Don't put newline at the end of status.NIIBE Yutaka2019-05-151-1/+1
* doc: Do not mention gpg's deprecated --keyserver option.Werner Koch2019-05-151-19/+15
* gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor2019-05-151-1/+4
* gpgconf: Support --homedir for --launch.Werner Koch2019-05-152-16/+11
* sm: Add a couple of debug calls to the keydb module.Werner Koch2019-05-155-42/+226
* scd: Fix return value for KEYINFO command.NIIBE Yutaka2019-05-151-1/+4
* kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch2019-05-143-14/+42
* sm: Change keydb code to use the keybox locking.Werner Koch2019-05-146-50/+54
* agent: Replace most assert by log_assert.Werner Koch2019-05-1417-60/+42
* agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor2019-05-141-2/+5
* doc: Minor edit for a gpg option.Werner Koch2019-05-141-2/+2
* 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-137-44/+48
* build: Update m4/iconv.m4.NIIBE Yutaka2019-05-131-57/+165
* doc: correct documentation for gpgconf --killDaniel Kahn Gillmor2019-05-101-5/+6
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-092-3/+4
* agent: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-072-25/+82
* common: New functions nvc_delete_named and nvc_get_string.Werner Koch2019-05-073-0/+65
* scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka2019-05-071-11/+76
* doc: Minor doc fix to dirmngr.Werner Koch2019-05-031-3/+1
* agent: Put Token lines into the key files.Werner Koch2019-05-039-32/+121
* common: In private key mode write "Key:" always last in name-value.Werner Koch2019-05-031-13/+40
* gpg: Use just the addrspec from the Signer's UID.Werner Koch2019-05-031-0/+9
* tools: Some changes to the ccidmon.c debug helper.Werner Koch2019-04-301-16/+31
* sm: Add yet inactive options to support authenticodeWerner Koch2019-04-304-3/+142
* common,w32: Breakaway detached childs when in jobAndre Heinecke2019-04-291-0/+45
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-255-1/+159
* po: Update Japanese Translation.NIIBE Yutaka2019-04-231-149/+267
* scd: Allow KEYGRIP as KEYIDSTR.NIIBE Yutaka2019-04-231-15/+52
* scd: Factor out a function to check keyidstr.NIIBE Yutaka2019-04-221-126/+59
* gpgconf: correct capitalization of "Tor"Daniel Kahn Gillmor2019-04-191-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
* common: Fix AWK portability.NIIBE Yutaka2019-04-162-7/+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