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