OpenSC fork, with some Italian healthcare smart card utils
Go to file
Viktor Tarasov 8c342ec772 tools: t404: redesign treatment of 'reader' option
in previous version
first of all the 'reader' option's value was converted to hexadecimal form,
used as ATR value
and all present readers where scanned to find the inserted card with such ATR.
Only after this the 'reader' option was used as reader's number or reader's name.

Currently in use the 'hex-to-bin' procedure accepts for conversion one digit,
and so even if the 'reader' option value is one digit,
the useless search over all present readers take place.

In the current version the order of checks if kept (ATR, reader's number, reader's name),
but enforced the validity check of ATR, presented by 'reader' option.
Also the option is accepted as reader's number only if the 'entire' option's string can be converted to integer.

Thanks to 'jbwisemo' for cooperation.
https://www.opensc-project.org/opensc/ticket/404
2012-08-30 18:51:54 +02:00
MacOSX Make the Mac OS X package builder script more resilient. 2011-12-08 12:18:22 +02:00
doc no 'pace' in common part 2012-08-30 18:51:42 +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 tools: t404: redesign treatment of 'reader' option 2012-08-30 18:51:54 +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.