OpenSC fork, with some Italian healthcare smart card utils
Go to file
dengert 0a9d507556 Fixes to cardmod:
The registry in no longer used to pass the
    handles provided by BaseCSP. sc_ctx_use_reader
    is used instead.  (uses r5190)

    A decryption routine was added as it is needed by login.

    Key container names are based on the card serial
    number and cert ID. The must be unique as they
    are searched for in the certificate store to 
    find the card to insert in some situations. 

    If the handles change, the association to the reader
    and card is refreshed as it may be a different card
    or reader.  (uses r5127)

    Extra low lowel debugging was added. To use
    it the CARDMOD_LOW_LEVEL_DEBUG but be defined in
    cardmod.c This can log entries before and sc_context
    is established. 

    The use of "texte" was replaced, as it looked like there 
    could be buffer overflows. It was replaced with a 
    loghex routine.

    SC_ALGORITHM_RSA_HASH_MD5_SHA1 can now be used
    (IE uses this.) 
       
    Several other bugs were fixed.

The code can now bue used for AD login, and was tested
with swaping cards duirng login, and with several readers. 
The code is still experimental, and for login to work,
the dlls were moved to system32. 



git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5192 c6295689-39f2-0310-b995-f0e70906c6a9
2011-02-09 17:52:00 +00:00
MacOSX MacInstaller: track Tokend branch in Git based on OpenSC release. 2011-01-24 10:59:20 +00:00
doc pkcs15-tool: new action 'list-applications' 2011-01-06 16:21:15 +00:00
etc opensc.conf.in: clean up white spaces 2011-01-18 04:43:32 +00:00
m4 Assuan is not used. 2010-06-30 17:27:04 +00:00
solaris Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
src Fixes to cardmod: 2011-02-09 17:52:00 +00:00
win32 WindowsInstaller: generate OpenSC.iss with autotools 2010-12-30 15:10:06 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am Simplify build system, remove the generated distributed files. 2010-10-05 20:34:58 +00:00
Makefile.mak Header file cleanup. 2010-03-04 08:14:36 +00:00
NEWS Prepare for 0.12.0 2010-12-22 17:12:11 +00:00
README Update documentation about about wiki and package content. 2010-10-15 14:29:42 +00:00
bootstrap Add --force to autoreconf 2008-04-18 20:37:55 +00:00
configure.ac WindowsInstaller: generate OpenSC.iss with autotools 2010-12-30 15:10:06 +00:00
svnignore Update svn:ignore 2010-10-05 20:37:08 +00:00

README

OpenSC documentation wiki is available online at
	http://www.opensc-project.org/opensc/

Please take a look at the documentation before trying to use OpenSC.