aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-30tools: Add some code for a future gpg-signcode tool.wk/signcodeWerner Koch2-1/+602
2019-04-30tools: Some changes to the ccidmon.c debug helper.Werner Koch1-16/+31
2019-04-19gpgconf: correct capitalization of "Tor"Daniel Kahn Gillmor1-1/+1
2019-04-03card: Allow card selection with LIST.Werner Koch2-37/+90
2019-04-02common: Extend function pubkey_algo_string.Werner Koch1-1/+1
2019-03-28scd: New option --application-priority.Werner Koch1-0/+4
2019-03-28card: For passwd add a PIV menu and make the OpenPGP menu optional.Werner Koch1-80/+101
2019-03-28card: Allow "yubikey disable" only for Yubikey-5 and later.Werner Koch3-3/+12
2019-03-25wkd: New command --print-wkd-url for gpg-wks-client.Werner Koch3-3/+44
2019-03-22wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch4-12/+125
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch2-4/+2
2019-03-06gpgtar: Make option -C work for archive creation.Werner Koch2-1/+9
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch1-0/+3
2019-03-06gpgtar: Improve error messages.Werner Koch4-43/+89
2019-03-06agent: Default to extended key format.Werner Koch1-3/+0
2019-03-06card: Allow PEM encoded certificates in "writecert".Werner Koch1-0/+14
2019-03-06card: Print the keyref also for non-initialized slots.Werner Koch1-21/+12
2019-03-05card: Print card version. Check for bad Yubikeys.Werner Koch3-7/+51
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch3-38/+77
2019-03-01card: Remove the "admin" command.Werner Koch1-114/+67
2019-02-26conf: New option --show-socket.Werner Koch3-29/+48
2019-02-25card: Rename gpg-card-tool to gpg-card.Werner Koch8-40/+44
2019-02-21card: Print usage info for each key.Werner Koch3-11/+60
2019-02-21card: Print the keyref in the listing.Werner Koch2-1/+2
2019-02-13card: New command "yubikey".Werner Koch6-50/+580
2019-02-08common: Provide function to get public key algo names in our format.Werner Koch2-60/+0
2019-02-08card: Make "generate" work for PIV cards.Werner Koch3-25/+141
2019-02-07card: Print the used algorithm of all keys.Werner Koch4-0/+108
2019-02-07card: Fix a NULL-ptr deref in key listings.Werner Koch2-5/+8
2019-02-07card: Support reading and writing PIV certificatesWerner Koch1-32/+44
2019-02-07card: Add readline completion for help argumentsWerner Koch1-1/+4
2019-02-06scd: Implement PIN changing and unblocking for PIV cards.Werner Koch1-32/+76
2019-02-05scd: Allow standard keyref scheme for app-openpgp.Werner Koch3-15/+10
2019-01-31card: Implement non-interactive mode.Werner Koch3-73/+248
2019-01-31card: New command 'authenticate'.Werner Koch3-6/+118
2019-01-30card: Cache the results from gpg and gpgsm.Werner Koch3-3/+90
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch4-10/+598
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch3-81/+158
2019-01-29card: Print keyinfo for PIV cards.Werner Koch3-11/+66
2019-01-29card: Make printing of key information more flexible.Werner Koch5-87/+294
2019-01-27card: Implement the bulk of OpenPGP stuff into gpg-card-tool.Werner Koch4-369/+3745
2019-01-22card-tool: Add skeleton for new toolWerner Koch4-6/+936
2018-12-18wks: Do not use compression for the encrypted data.Werner Koch2-0/+2
2018-12-17Silence a few compiler warnings new with gcc 8.Werner Koch1-2/+2
2018-12-11tools: Use POSIX compatible arguments for findTomi Leppänen1-1/+1
2018-12-04wks: Fix filter expression syntax flaw.Werner Koch1-4/+10
2018-12-04wks: Allow reading of --install-key arguments from stdin.Werner Koch3-7/+73
2018-12-04wks: Create sub-directoriesWerner Koch1-5/+25
2018-12-04wks: Add new commands --install-key and --remove-key to the client.Werner Koch1-0/+53
2018-12-04wks: Move a few server functions to wks-util.Werner Koch3-309/+317