root/releases/opensc-0.7.0/README

Revision 615, 1.0 KB (checked in by jey, 7 years ago)

- Preparation for version 0.7.0

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1README for OpenSC
2
3
4Introduction
5============
6
7libopensc is a library for accessing SmartCard devices using PC/SC Lite
8middleware package.  It is also the core library of the OpenSC project.
9Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO
107816-4 compatible SmartCard. Encryption and decryption using private keys on
11the SmartCard is at the moment possible only with PKCS#15 compatible cards,
12such as the FINEID (Finnish Electronic IDentity) card manufactured by
13Setec. 
14
15
16Building and Installing libopensc
17=================================
18
19See the INSTALL file for instructions.  If you are using the CVS version,
20you have to run the 'bootstrap' script before running configure.  Please
21note, that for bootstrap to work, you have to have the correct versions of
22Autoconf, Automake and Libtool installed.
23
24
25Troubleshooting
26===============
27
28A mailing-list has been set up for support and discussion about the
29OpenSC project. Additional info is available at OpenSC web site.
30
31
32Resources
33=========
34
35See the OpenSC web site at http://www.opensc.org/
Note: See TracBrowser for help on using the browser.