gnupg/g10 (15 files)
cvs user werner
cvs@cvs.gnupg.org
Sun, 28 Sep 2003 15:41:58 +0200
Date: Sunday, September 28, 2003 @ 15:41:58
Author: werner
Path: /cvs/gnupg/gnupg/g10
Added: apdu.c apdu.h app-common.h app-openpgp.c card-util.c
ccid-driver.c ccid-driver.h iso7816.c iso7816.h
Modified: ChangeLog Makefile.am cardglue.c cardglue.h g10.c options.h
* g10.c (main): New commands --card-edit, --card-status and
--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.
---------------+
ChangeLog | 14
Makefile.am | 8
apdu.c | 1193 ++++++++++++++++++++++++++++++++++++++++++++++
apdu.h | 74 ++
app-common.h | 76 ++
app-openpgp.c | 1430 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
card-util.c | 720 ++++++++++++++++++++++++++++
cardglue.c | 433 ++++++++++++++++
cardglue.h | 51 +
ccid-driver.c | 990 ++++++++++++++++++++++++++++++++++++++
ccid-driver.h | 74 ++
g10.c | 63 ++
iso7816.c | 385 +++++++++++++++
iso7816.h | 58 ++
options.h | 9
15 files changed, 5576 insertions(+), 2 deletions(-)