aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-03card: Allow card selection with LIST.Werner Koch1-33/+81
2019-04-02common: Extend function pubkey_algo_string.Werner Koch1-1/+1
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 Koch1-1/+1
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 Koch1-6/+34
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch1-4/+63
2019-03-01card: Remove the "admin" command.Werner Koch1-114/+67
2019-02-25card: Rename gpg-card-tool to gpg-card.Werner Koch1-8/+8
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