OpenSC fork, with some Italian healthcare smart card utils
Go to file
aj 9468d989cf Douglas E. Engert:
The pkcs15-gemsafeV1.c code assumes that the key_ref is always 3. But that is
not always the case. In our case it is 4. The patch tries to determine the
key_ref by looking at what appears to be a table of allocated keys, and picking
the first allocated key. 

In case this is not always true, the patch will also allow for the the
opensc.conf card flag = n to specify the key_ref as the low order 4 bits of the
flag.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3557 c6295689-39f2-0310-b995-f0e70906c6a9
2008-08-20 15:17:59 +00:00
doc update export script. 2008-07-31 12:43:44 +00:00
etc make the sign_with_decrypt hack configureable. 2008-07-31 12:17:29 +00:00
m4 upgrade from http://autoconf-archive.cryp.to/acx_pthread.html 2008-06-09 08:10:11 +00:00
solaris Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
src Douglas E. Engert: 2008-08-20 15:17:59 +00:00
win32 Do not delete .exports files on make clean 2008-07-02 10:15:09 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am More aclocal->m4 2008-06-09 08:31:38 +00:00
Makefile.mak Distribute autoconf generated files for MSVC build 2008-04-08 18:36:42 +00:00
NEWS Apply security fix. 2008-07-31 13:25:16 +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 Add --force to autoreconf 2008-04-18 20:37:55 +00:00
configure.ac update configure and NEWS file. 2008-07-30 11:57:40 +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.