aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card-tool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-25card: Rename gpg-card-tool to gpg-card.Werner Koch1-3452/+0
2019-02-21card: Print usage info for each key.Werner Koch1-1/+19
2019-02-21card: Print the keyref in the listing.Werner Koch1-0/+1
2019-02-13card: New command "yubikey".Werner Koch1-47/+84
2019-02-08card: Make "generate" work for PIV cards.Werner Koch1-18/+130
2019-02-07card: Print the used algorithm of all keys.Werner Koch1-0/+9
2019-02-07card: Fix a NULL-ptr deref in key listings.Werner Koch1-2/+2
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 Koch1-6/+6
2019-01-31card: Implement non-interactive mode.Werner Koch1-72/+244
2019-01-31card: New command 'authenticate'.Werner Koch1-6/+82
2019-01-30card: Cache the results from gpg and gpgsm.Werner Koch1-0/+4
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch1-7/+85
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch1-68/+128
2019-01-29card: Print keyinfo for PIV cards.Werner Koch1-2/+41
2019-01-29card: Make printing of key information more flexible.Werner Koch1-41/+99
2019-01-27card: Implement the bulk of OpenPGP stuff into gpg-card-tool.Werner Koch1-368/+2228
2019-01-22card-tool: Add skeleton for new toolWerner Koch1-0/+869