OpenSC fork, with some Italian healthcare smart card utils
Go to file
sth 0b15d0aac4 Use a better notation for the -key option
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1228 c6295689-39f2-0310-b995-f0e70906c6a9
2003-06-27 11:32:58 +00:00
aclocal libtool.m4 is not required, and a version too old causes problems anyway. 2003-05-20 10:53:41 +00:00
docs run tidy on html files (ignore if it is not available). 2003-06-26 16:47:45 +00:00
etc First implementation of C_GenerateKeyPair() 2003-06-03 13:57:52 +00:00
src Use a better notation for the -key option 2003-06-27 11:32:58 +00:00
win32 Moved win32/readme.txt to README.Win32, and updated this file 2003-04-22 12:41:03 +00:00
.cvsignore Added some files to ignore, also for Windows 2003-04-18 14:57:50 +00:00
AUTHORS Changed Roberts email address as requested. 2003-04-23 10:40:07 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
CodingStyle - implemented reader abstraction layer; now it's easier to 2002-02-24 19:32:14 +00:00
INSTALL - started to migrate to GNU Autotools 2001-11-26 20:14:48 +00:00
Makefile.am move autoconf helper files to tools/ subdirectory. 2003-05-26 09:30:48 +00:00
Makefile.mak - Initial support for win32 2002-06-14 12:52:56 +00:00
NEWS - NEWS entry for 0.8.0 2003-04-21 12:01:07 +00:00
README - Preparation for version 0.7.0 2002-06-02 21:43:16 +00:00
README.Win32 Little update on how to add OpenSSL support 2003-05-02 13:38:05 +00:00
README.cards added 2002-11-08 13:04:47 +00:00
README.signer Update TODO and Changelog 2002-04-04 11:14:07 +00:00
THANKS - continued to improve PKCS #15 generation 2002-01-16 23:59:18 +00:00
TODO - add some support for card removal in pkcs11 2003-01-19 17:47:07 +00:00
bootstrap - trimmed bootstrap script a bit as suggested by Andreas 2003-04-21 12:45:16 +00:00
configure.in removed pkcs15-init.sh reference 2003-06-24 22:29:26 +00:00

README

README for OpenSC


Introduction
============

libopensc is a library for accessing SmartCard devices using PC/SC Lite
middleware package.  It is also the core library of the OpenSC project.
Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO
7816-4 compatible SmartCard. Encryption and decryption using private keys on
the SmartCard is at the moment possible only with PKCS#15 compatible cards,
such as the FINEID (Finnish Electronic IDentity) card manufactured by
Setec.  


Building and Installing libopensc
=================================

See the INSTALL file for instructions.  If you are using the CVS version,
you have to run the 'bootstrap' script before running configure.  Please
note, that for bootstrap to work, you have to have the correct versions of 
Autoconf, Automake and Libtool installed.


Troubleshooting
===============

A mailing-list has been set up for support and discussion about the
OpenSC project. Additional info is available at OpenSC web site.


Resources
=========

See the OpenSC web site at http://www.opensc.org/