aboutsummaryrefslogtreecommitdiffstats
path: root/g10/iso7816.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-09-07Updated card stuff to support T=0 cards.Werner Koch1-0/+3
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-10-20* apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.Werner Koch1-0/+2
(pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
2004-10-11* configure.ac: New option --disable-finger.Werner Koch1-0/+2
* keyserver.c (keyserver_spawn): Print an empty string in log_info if the host is not set (e.g. finger). * gpgkeys_finger.c: New.
2004-04-27A bunch of changes for the openpgp card.Werner Koch1-0/+13
2003-10-02* cardglue.c (learn_status_cb): Release values before assignmentWerner Koch1-0/+2
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-0/+2
--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-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+56
'GNUPG-1-9-BRANCH'.
2003-07-23* command.c (cmd_pkauth): New.Werner Koch1-20/+28
(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-06-03* scdaemon.h: Include gpg-error.h and errno.hWerner Koch1-0/+48
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error