OpenSC fork, with some Italian healthcare smart card utils
Go to file
ludovic.rousseau 947c3291db Use SCARD_READERSTATE instead of SCARD_READERSTATE_A
SCARD_READERSTATE_A is not used by Microsoft API and is no more
defined/used by pcsc-lite >= 1.6.2

Thanks to Josef Windorfer for the bug report
http://www.opensc-project.org/pipermail/opensc-user/2010-August/004235.html


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4626 c6295689-39f2-0310-b995-f0e70906c6a9
2010-08-15 14:57:34 +00:00
doc man: use --auth-id instead of bogus --pin-id in pkcs15-tool man page. [Ludolf Holzheid] 2010-07-26 11:17:53 +00:00
etc Implement simple reader ignoring, to exclude readers from OpenSC PKCS#11 module. 2010-08-15 09:33:18 +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 Use SCARD_READERSTATE instead of SCARD_READERSTATE_A 2010-08-15 14:57:34 +00:00
win32 win32: merge the branches/vtarasov/opensc-sm.trunk 2010-05-01 12:15:36 +00:00
bootstrap Add --force to autoreconf 2008-04-18 20:37:55 +00:00
configure.ac configure: Add possible docbook paths on OS X (Fink, MacPorts) 2010-07-27 08:05:31 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am automake gets packge name and version from AC_INIT. 2010-02-16 07:10:45 +00:00
Makefile.mak Header file cleanup. 2010-03-04 08:14:36 +00:00
NEWS Start documenting changes and increse libary version (we are no longer 2010-03-16 13:51:39 +00:00
README change more opensc.org references to opensc-project.org till dns is back. 2006-01-22 21:15:07 +00:00
svnignore Prepare for libtool-2 2008-06-05 17:03:47 +00:00

OpenSC documentation is now maintained in our online wiki at
	http://www.opensc-project.org/opensc/
and a copy in html format is provided in the doc/ directory
with all releases or snapshots of OpenSC in tar.gz files.

Please take a look at the documentation before trying to
install OpenSC. Most important are the pages
	
	OverView
A short introduction what OpenSC is and how it fits into the big picture. 

	WhatsNew
What is new, what has changed since the last major release? 
Also see this section for a list of incompatibilities.

Short list: libopensc is now version 2.0.0, i.e. you need to
recompile applications using opensc. And all libraries and
the opensc-pkcs11.so module moved from lib/pkcs11/ or lib/opensc/
to simply lib/. That fixes a number of problems, but you might
need to change some configuration.

	OperatingSystems
What your operating system needs to have for OpenSC to work. 

	CompilingInstalling
How to compile and install OpenSC yourself. 

	QuickStart
installation and basic steps to initialize a blank smart card. 

	UsingOpensc
options when using OpenSC. 


Also check the specific pages of the smart cards or crypto tokens you want
to use. If you have any trouble the MailingLists page will tell you how
to contact us for help.

Regards, the OpenSC Team.