OpenSC fork, with some Italian healthcare smart card utils
Go to file
Viktor Tarasov 16b4cb6a3f MyEID: always select in mode 'return FCI template'
According to ch.4.2 of MyEID reference manual v1.7.6 the only possible value of P2 of 'SELECT' APDU is '00'.
For this reason, when caller do not request to return 'sc_file' data,
use the non-null dummy 'sc_file' pointer in the call of iso->select_file,
and thus avoid the P2 different from '00'.

Also log calls are replaced by its short forms,
and resolved the 'trailing spaces' issues.
2012-08-14 15:52:39 +02:00
MacOSX Make the Mac OS X package builder script more resilient. 2011-12-08 12:18:22 +02:00
doc opensc-explorer: allow entering the PIN interactively 2012-08-11 20:48:58 +02:00
etc Add pin_cache_ignore_user_consent parameter to opensc.conf 2012-08-12 00:11:03 +02: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 MyEID: always select in mode 'return FCI template' 2012-08-14 15:52:39 +02:00
win32 win32: build debug version, updates to MSI 2012-06-08 20:17:36 +02:00
.gitignore Changes to build scripts requires for Git transition 2011-06-15 10:58:37 +03:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am Changes to build scripts requires for Git transition 2011-06-15 10:58:37 +03:00
Makefile.mak build: 'auto-config' parameters 2012-06-08 20:17:36 +02:00
NEWS More typo fixed 2012-08-06 09:10:28 +02:00
README Update documentation about about wiki and package content. 2010-10-15 14:29:42 +00:00
bootstrap bootstrap: script argument to define the PACKAGE_SUFFIX 2012-06-08 20:17:36 +02:00
configure.ac build: increase minor version number 2012-06-10 14:32:46 +02: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.