OpenSC fork, with some Italian healthcare smart card utils
Go to file
jey 9a6b3452a2 - sc_pkcs15_find_prkey_by_id and sc_pkcs15_find_cert_by_id now
return all private keys and certificates instead of only RSA keys
  and X.509 certificates
- Removed some obsolete PKCS #15 initialization code


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@571 c6295689-39f2-0310-b995-f0e70906c6a9
2002-04-18 15:01:02 +00:00
aclocal Add maintainer-clean patch by Andreas Jellinghaus <aj@dungeon.inka.de> 2002-04-02 09:38:06 +00:00
docs - Added PCKS #15 ASN.1 module 2002-04-06 12:14:11 +00:00
etc Add maintainer-clean patch by Andreas Jellinghaus <aj@dungeon.inka.de> 2002-04-02 09:38:06 +00:00
src - sc_pkcs15_find_prkey_by_id and sc_pkcs15_find_cert_by_id now 2002-04-18 15:01:02 +00:00
.cvsignore - changed call convention of sc_select_file() 2001-12-22 23:51:12 +00:00
AUTHORS - added a driver for MioCOS cards by Miotec 2002-02-26 11:23:25 +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 Update TODO and Changelog 2002-04-04 11:14:07 +00:00
NEWS - Bumped up version number to 0.6.1 2002-03-20 19:37:07 +00:00
README Change OpenSC web site url to http://www.opensc.org/ 2002-01-28 12:16:26 +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 Update TODO and Changelog 2002-04-04 11:14:07 +00:00
bootstrap Test if Makefile exists before doing make distclean 2002-03-22 09:50:04 +00:00
configure.in Rework the header structure 2002-04-05 13:48:00 +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.opensc.org/