aboutsummaryrefslogtreecommitdiffstats
path: root/g10/iso7816.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-27A bunch of changes for the openpgp card.Werner Koch1-19/+253
2003-10-02* cardglue.c (learn_status_cb): Release values before assignmentWerner Koch1-9/+7
so that it can be used by getattr to update the structure. (agent_scd_getattr): New. * keylist.c (print_pubkey_info): Add FP arg for optional printing to a stream. Changed all callers.
2003-09-28* g10.c (main): New commands --card-edit, --card-status andWerner Koch1-5/+19
--change-pin. New options --ctapi-driver, --pcsc-driver and --disable-ccid * options.h (DBG_CARD_IO): New. * cardglue.c, cardclue.h: Enhanced. * card-util.c: New. Taken from current the gnupg 1.9 branch. * app-common.h, app-openpgp.c, iso7816.c, iso7816.h, apdu.c * apdu.h, ccid-driver.c, ccid-driver.h: New. Takem from the current gnupg 1.9 branch withy minor changes to include directives. * Makefile.am: Added these files.
2003-07-23* command.c (cmd_pkauth): New.Werner Koch1-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.
2003-07-03* app-openpgp.c (do_setattr): Add setting of the URL.Werner Koch1-3/+3
(app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New.
2003-06-03* scdaemon.h: Include gpg-error.h and errno.hWerner Koch1-0/+299
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error