aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * command.c (cmd_pkauth): New.Werner Koch2003-07-231-38/+110
| | | | | | | | | (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.
* * app-openpgp.c (do_setattr): Add setting of the URL.Werner Koch2003-07-031-3/+3
| | | | | | (app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New.
* * scdaemon.h: Include gpg-error.h and errno.hWerner Koch2003-06-031-0/+299
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error