Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -2/+2 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -4/+7 | |
2005-05-18 | Changed the scdaemon to handle concurrent sessions. Adjusted | Werner Koch | 1 | -12/+12 | |
gpg-agent accordingly. Code cleanups. | |||||
2005-04-27 | * configure.ac: Removed OpenSC detection and options. | Werner Koch | 1 | -2/+2 | |
* 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. | |||||
2004-03-16 | * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c | Werner Koch | 1 | -63/+3 | |
* app-nks.c (get_length_of_cert): Removed. * app-help.c: New. (app_help_read_length_of_cert): New. Code taken from above. New optional arg R_CERTOFF. * card-dinsig.c: Removed. * card.c (card_get_serial_and_stamp): Do not bind to the old and never finsiged card-dinsig.c. * iso7816.c (iso7816_read_binary): Allow for an NMAX > 254. | |||||
2004-03-16 | *** empty log message *** | Werner Koch | 1 | -2/+2 | |
2004-01-28 | (iso7816_manage_security_env): New. | Werner Koch | 1 | -6/+193 | |
(iso7816_decipher): Add PADIND argument. ** app-nks.c is now functional ** | |||||
2004-01-27 | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 1 | -0/+388 | |
smartcard applications. |