aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-27card: Update card info after "generate".Werner Koch1-0/+8
2020-05-27card: Add command "bye"Werner Koch1-0/+1
2020-05-27card: Take care of removed and re-inserted cards.Werner Koch1-4/+18
2020-05-26card: Implement UID command and print capabilities.Werner Koch1-3/+86
2020-05-07card: Allow listing of NKS cards.Werner Koch1-1/+39
2020-04-03gpg,card: Use the new MANUFACTURER attribute.Werner Koch1-44/+8
2020-03-03card: Add yet another vendor.Werner Koch1-0/+1
2020-03-03card: Add new vendor.Werner Koch1-0/+1
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch1-9/+8
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-19card: New option --info for command list and select by s/n.Werner Koch1-39/+92
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-4/+4
2020-02-13card: Fix openpgp subkey listing.Werner Koch1-8/+12
2020-02-12card: List more info for an OpenPGP key.Werner Koch1-12/+16
2020-02-12card: New option --no-key-lookup.Werner Koch1-22/+38
2020-02-11card: First code to actually create openpgp keys.Werner Koch1-16/+2
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+2
2020-02-10card: Remove command "key-attr" and hack on "generate".Werner Koch1-372/+154
2020-02-09card: Support brainpool curves in the generate command.Werner Koch1-11/+26
2020-01-28card: Add new OpenPGP card vendor.Werner Koch1-0/+1
2020-01-21card: Add new OpenPGP card vendorWerner Koch1-0/+1
2020-01-16card: Allow switching of cards and applications.Werner Koch1-20/+96
2019-08-22gpg: Use modern spelling for the female salutation.Werner Koch1-2/+2
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