OpenSC fork, with some Italian healthcare smart card utils
Go to file
jey 7ff4c4544c - added preliminary CryptoFlex 16k support
- added short names to card drivers
- moved various ISO 7816-9 functions to their correct places
- added write binary support
- renamed opensc-crypt to pkcs15-crypt
- split a part opensc-tool to pkcs15-tool


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@150 c6295689-39f2-0310-b995-f0e70906c6a9
2002-01-08 13:56:50 +00:00
aclocal Add directory aclocal for m4 macros. 2001-12-22 22:20:59 +00:00
src - added preliminary CryptoFlex 16k support 2002-01-08 13:56:50 +00:00
.cvsignore - changed call convention of sc_select_file() 2001-12-22 23:51:12 +00:00
AUTHORS - added authors Anssi Tapaninen and Timo Ter�s 2001-12-22 23:06:31 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
INSTALL - started to migrate to GNU Autotools 2001-11-26 20:14:48 +00:00
Makefile.am Autotools update. Add bunch of stuff to configure.in to 2001-12-22 22:27:20 +00:00
NEWS - ported certificate reading to new ASN.1 code 2001-12-29 19:03:46 +00:00
README - updated NEWS and README 2001-12-23 14:33:49 +00:00
THANKS - started to migrate to GNU Autotools 2001-11-26 20:14:48 +00:00
TODO - fixed some compile warnings 2001-12-28 14:19:41 +00:00
bootstrap Disable --force for automake 2001-12-22 23:13:59 +00:00
configure.in Oops, accidently removed all pc/sc related stuff while 2002-01-07 16:24:45 +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.  Swedish eID Posten card has also confirmed to work.


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 Autoconf, Automake and Libtool are required.


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.hut.fi/~jyrjola/sc/.