1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00
gnupg/scd
Werner Koch a22750dc1e * configure.ac: Removed OpenSC detection and options.
* acinclude.m4: Ditto.

* scdaemon.texi: Removed OpenSC specific options.

* app-p15.c: New.  Basic support for pkcs15 cards without OpenSC.
There are quite a couple of things missing but at least I can use
my old TCOS cards from the Aegypten-1 development for signing.
* app.c (select_application): Detect pkcs15 applications.
* Makefile.am (scdaemon_SOURCES): Removed card.c, card-common.h
and card-p15.c because they are now obsolete. Added app-p15.c.
Removed all OpenSC stuff.
* command.c (do_reset, open_card, cmd_serialno, cmd_learn)
(cmd_readcert, cmd_readkey, cmd_pksign, cmd_pkdecrypt): Removed
all special cases for the old card.c based mechanisms.
* scdaemon.c, apdu.c: Removed all special cases for OpenSC.
2005-04-27 12:09:21 +00:00
..
apdu.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
apdu.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
app-common.h * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
app-dinsig.c * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c 2004-03-16 18:59:21 +00:00
app-help.c * command.c (scd_update_reader_status_file): Write status files. 2004-04-20 16:42:55 +00:00
app-nks.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
app-openpgp.c (retrieve_key_material): Rewritten. Return a 2005-04-14 17:25:43 +00:00
app-p15.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
app.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
atr.c * Always use 'dynload.h' instead of 'dlfcn.h'. 2003-08-14 12:20:08 +00:00
atr.h This commit was manufactured by cvs2svn to create branch 2003-06-05 07:14:21 +00:00
card-common.h Replaced deprecated type names. 2003-12-17 12:27:51 +00:00
card-dinsig.c *** empty log message *** 2004-03-16 10:49:37 +00:00
card-p15.c *** empty log message *** 2004-03-16 10:49:37 +00:00
card.c * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c 2004-03-16 18:59:21 +00:00
ccid-driver.c * configure.ac: Do not build gpg by default. 2005-04-21 09:33:07 +00:00
ccid-driver.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
ChangeLog * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
command.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
iso7816.c * sc-investigate: Removed. 2004-10-20 08:54:45 +00:00
iso7816.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
Makefile.am * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
pcsc-wrapper.c * sc-investigate: Removed. 2004-10-20 08:54:45 +00:00
sc-copykeys.c Some minor bug fixes, new test utilities and started support for other 2004-01-27 16:40:42 +00:00
scdaemon.c * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
scdaemon.h * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
tlv.c (main) <gpgconf_list>: Fixed output for pcsc_driver. 2004-03-23 12:33:20 +00:00
tlv.h Some minor bug fixes, new test utilities and started support for other 2004-01-27 16:40:42 +00:00