OpenSC fork, with some Italian healthcare smart card utils
Go to file
viktor.tarasov bf471eaf74 pkcs15init: migrate MyEID to the New API
Migrated without testing, but normally should work -- the pkcs15init part of MyEID and SetCOS are sufficiently close.




git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3976 c6295689-39f2-0310-b995-f0e70906c6a9
2010-02-02 09:46:03 +00:00
doc * Update opensc-tool and opensc-explorer man pages 2009-11-13 14:51:32 +00:00
etc fix text a bit. 2010-01-28 14:53:36 +00:00
m4 upgrade from http://autoconf-archive.cryp.to/acx_pthread.html 2008-06-09 08:10:11 +00:00
solaris Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
src pkcs15init: migrate MyEID to the New API 2010-02-02 09:46:03 +00:00
win32 Fix native windows build, add iconv support 2009-01-29 11:47:45 +00:00
COPYING
Makefile.am More aclocal->m4 2008-06-09 08:31:38 +00:00
Makefile.mak
NEWS update on NEWS 2010-01-21 10:58:10 +00:00
README
bootstrap Add --force to autoreconf 2008-04-18 20:37:55 +00:00
configure.ac Remove plugindir as plugin was removed 2009-11-16 07:32:46 +00:00
svnignore Prepare for libtool-2 2008-06-05 17:03:47 +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.