aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ccid-driver.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-27A bunch of changes for the openpgp card.Werner Koch1-0/+1
2003-10-10* cardglue.c (card_close): New.Werner Koch1-0/+1
* ccid-driver.c (ccid_close_reader): New. * apdu.c (close_ccid_reader, close_ct_reader, close_csc_reader) (close_osc_reader, apdu_close_reader): New. Not all are properly implemented yet. * g10.c (g10_exit): Use close_card.
2003-09-28* g10.c (main): New commands --card-edit, --card-status andWerner Koch1-0/+74
--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.