summaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-15agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka5-34/+215
2019-05-15scd: Don't put newline at the end of status.NIIBE Yutaka1-1/+1
2019-05-15doc: Do not mention gpg's deprecated --keyserver option.Werner Koch1-19/+15
2019-05-15gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor1-1/+4
2019-05-15gpgconf: Support --homedir for --launch.Werner Koch2-16/+11
2019-05-15sm: Add a couple of debug calls to the keydb module.Werner Koch5-42/+226
2019-05-15scd: Fix return value for KEYINFO command.NIIBE Yutaka1-1/+4
2019-05-14kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch3-14/+42
2019-05-14sm: Change keydb code to use the keybox locking.Werner Koch6-50/+54
2019-05-14agent: Replace most assert by log_assert.Werner Koch17-60/+42
2019-05-14agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor1-2/+5
2019-05-14doc: Minor edit for a gpg option.Werner Koch1-2/+2
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/+11
2019-05-13gpg: Cleanup use of make_keysig_packet.Werner Koch7-44/+48
2019-05-13build: Update m4/iconv.m4.NIIBE Yutaka1-57/+165
2019-05-10doc: correct documentation for gpgconf --killDaniel Kahn Gillmor1-5/+6
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch2-3/+4
2019-05-07agent: If a Label is make sure that label is part of the prompt.Werner Koch1-0/+40
2019-05-07agent: Allow the use of "Label:" in a key file.Werner Koch2-25/+82
2019-05-07common: New functions nvc_delete_named and nvc_get_string.Werner Koch3-0/+65
2019-05-07scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka1-11/+76
2019-05-03doc: Minor doc fix to dirmngr.Werner Koch1-3/+1
2019-05-03agent: Put Token lines into the key files.Werner Koch9-32/+121
2019-05-03common: In private key mode write "Key:" always last in name-value.Werner Koch1-13/+40
2019-05-03gpg: Use just the addrspec from the Signer's UID.Werner Koch1-0/+9
2019-04-30tools: Some changes to the ccidmon.c debug helper.Werner Koch1-16/+31
2019-04-30sm: Add yet inactive options to support authenticodeWerner Koch4-3/+142
2019-04-29common,w32: Breakaway detached childs when in jobAndre Heinecke1-0/+45
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka5-1/+159
2019-04-23po: Update Japanese Translation.NIIBE Yutaka1-149/+267
2019-04-23scd: Allow KEYGRIP as KEYIDSTR.NIIBE Yutaka1-15/+52
2019-04-22scd: Factor out a function to check keyidstr.NIIBE Yutaka1-126/+59
2019-04-19gpgconf: correct capitalization of "Tor"Daniel Kahn Gillmor1-1/+1
2019-04-18g10: Fix double free when locating by mboxAndre Heinecke1-2/+1
2019-04-17g10: Fix a memory leak.NIIBE Yutaka1-0/+7
2019-04-16common: Fix AWK portability.NIIBE Yutaka2-7/+7
2019-04-13gpg: New caching functions.Werner Koch5-119/+702
2019-04-12gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2-72/+51
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-04-11speedo,w32: Install gpg-card.exeAndre Heinecke1-0/+2
2019-04-05gpg: Fix printing of the user id during import.Werner Koch3-14/+17
2019-04-04scd:piv: Fix RSA decryption.Werner Koch1-6/+25
2019-04-04doc: Minor change to the included yat2m.Werner Koch2-12/+148
2019-04-04scd: Better handling of timeout and time extension.NIIBE Yutaka1-7/+4
2019-04-03gpg: Improve the code to decrypt using PIV cards.Werner Koch4-25/+26
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch7-50/+147
2019-04-03gpg: Allow decryption using PIV cards.Werner Koch4-8/+146