OpenSC fork, with some Italian healthcare smart card utils
Go to file
okir 9acca0e724 - Implemented new PIN verify/change/unblock framework. All PIN operations
are routed through sc_pin_cmd(), which builds the APDU and either passes
  it to the card directly, or to the card reader along with a request to
  read the PIN(s) from the reader's keypad.

  Currently, entering PIN in the standard way (i.e. via the application)
  should still work - I have verified GPK and eToken; Cryptoflex verify
  should work as well. Anything else needs additional testing, and support
  for keypad input in particular (I cannot test this at the moment for
  lack of a suitable reader).


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@811 c6295689-39f2-0310-b995-f0e70906c6a9
2002-12-23 18:47:27 +00:00
aclocal AIX gcc fix 2002-05-19 22:50:00 +00:00
docs - lots of new manpages from Joe Phillips 2002-11-28 15:58:52 +00:00
etc - slightly changed previous patch; new flag hide_empty_slots 2002-12-22 11:50:41 +00:00
src - Implemented new PIN verify/change/unblock framework. All PIN operations 2002-12-23 18:47:27 +00:00
win32 Compile fix from Serge Koganovitsch 2002-12-18 19:28:47 +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
Makefile.mak - Initial support for win32 2002-06-14 12:52:56 +00:00
NEWS - Preparation for version 0.7.0 2002-06-02 21:43:16 +00:00
README - Preparation for version 0.7.0 2002-06-02 21:43:16 +00:00
README.Win32 - Initial support for win32 2002-06-14 12:52:56 +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 Update 2002-12-19 09:34:19 +00:00
bootstrap - rm -rf autom4te.cache - it's a directory 2002-12-10 14:31:08 +00:00
configure.in - generate header symlinks for libpkcs11 2002-12-17 12:37:44 +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/