OpenSC fork, with some Italian healthcare smart card utils
Go to file
Ludovic Rousseau 8936901e2b Correctly wait for card event
The timeout parameter of SCardGetStatusChange() is a DWORD (unsigned
int). An int timeout parameter was used instead.
The problem happens on 64-bits architectures where DWORD is 64-bits long
and int is only 32-bits long. The sign extension C mechanism transforms
the PC/SC value INFINITE into -1 instead of 4294967295.

See http://www.opensc-project.org/pipermail/opensc-devel/2011-June/016831.html
"Kobil KAAN Advanced Reader, "waiting for card" timeout"
2011-06-14 13:50:37 +02:00
MacOSX MacInstaller: when building OpenSC.tokend, refresh remote branches before trying to switch. 2011-06-07 13:13:43 +00:00
doc doc: pkcs11-tool: precise description of the options to select a slot 2011-06-02 19:29:15 +00:00
etc MiniDriver: rename cardmod to minidriver in source. 2011-04-12 07:40:12 +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 Correctly wait for card event 2011-06-14 13:50:37 +02:00
win32 WindowsInstaller: Use OpenSC version information in Windows file version resource. 2011-04-20 14:53:07 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am MacInstaller: use autoconf to write the correct version to ReadMe files of installers. 2011-04-20 12:14:44 +00:00
Makefile.mak Header file cleanup. 2010-03-04 08:14:36 +00:00
NEWS NEWS: add details to existing lines 2011-06-07 07:08:08 +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 NightlyBuilds: trunk shall be 0.12.2 2011-05-17 17:07:37 +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.