aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * app-openpgp.c (do_learn_status): Print more status information.Werner Koch2003-07-241-0/+1
| | | | | | | (app_select_openpgp): Store the card version. (store_fpr): Add argument card_version and fix DOs for old cards. (app_openpgp_storekey): Likewise.
* * command.c (cmd_pkauth): New.Werner Koch2003-07-231-0/+19
| | | | | | | | | (cmd_setdata): Check whether data was given at all to avoid passing 0 to malloc. * app.c (app_auth): New. * app-openpgp.c (do_auth): New.
* * Makefile.am: Add sc-copykeys program.Werner Koch2003-07-161-0/+18
| | | | | | | | | * sc-copykeys.c: New. * app-openpgp.c (app_openpgp_storekey): New. (app_openpgp_cardinfo): New. (count_bits): New. (store_fpr): And use it here to get the actual length in bit.
* * app-openpgp.c (do_setattr): Add setting of the URL.Werner Koch2003-07-031-4/+4
| | | | | | (app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New.
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-0/+90