root/releases/opensc-0.6.1/README

Revision 199, 1.0 KB (checked in by aet, 7 years ago)

Change OpenSC web site url to http://www.opensc.org/

  • 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.  Swedish eID Posten card has also confirmed to work.
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 Autoconf, Automake and Libtool are required.
22
23
24Troubleshooting
25===============
26
27A mailing-list has been set up for support and discussion about the
28OpenSC project. Additional info is available at OpenSC web site.
29
30
31Resources
32=========
33
34See the OpenSC web site at http://www.opensc.org/
Note: See TracBrowser for help on using the browser.