OpenSC fork, with some Italian healthcare smart card utils
Go to file
aj 20985fcfdc Added the application name to logging to allow for easier debugging. Since a
lot of testing needed multiple applications to be running, it became important
to know what application was making each log entry. 
This was reported by Russell Larner <rlarner@rsasecurity.com> on 5/17/2007


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3173 c6295689-39f2-0310-b995-f0e70906c6a9
2007-05-25 20:10:34 +00:00
aclocal convert to ascii. 2006-12-19 21:28:40 +00:00
doc fix wiki html export. 2007-05-04 07:13:04 +00:00
etc enable pin caching by default. 2007-04-24 07:54:18 +00:00
man remove old man pages (replaced by new man pages in xml format). 2006-01-12 09:36:58 +00:00
solaris * Remove PAM_README as it is not valid any more 2005-08-13 13:10:44 +00:00
src Added the application name to logging to allow for easier debugging. Since a 2007-05-25 20:10:34 +00:00
win32 full piv update by Thomas harning Jr. and David E. Engert, 2007-03-10 10:46:32 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am remove outdated files, improve documentation slightly. 2005-10-24 22:00:51 +00:00
Makefile.mak Added version info to the Win32 binaries, and set the version number to 0.8.0.0 (4 numbers seems to be needed) 2003-09-10 14:08:29 +00:00
NEWS add date for 0.11.2 2007-05-04 06:17:54 +00:00
README change more opensc.org references to opensc-project.org till dns is back. 2006-01-22 21:15:07 +00:00
bootstrap aclocal -I aclocal/ (as suggested by Ralf Wildenhues) 2005-09-08 16:52:16 +00:00
configure.in probe for readline+ncurses too. 2007-04-25 06:53:45 +00:00

README

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.