- updated NEWS and README

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@102 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-12-23 14:33:49 +00:00
parent b6d0249add
commit 9cab4ae461
2 changed files with 21 additions and 5 deletions

11
NEWS
View File

@ -1,4 +1,13 @@
NEWS for libopensc -- History of user visible changes
NEWS for OpenSC -- History of user visible changes
New in 0.4.0; 2001-12-xx; Juha Yrjölä:
* Finished migrating to Autotools
* Rewritten ASN.1 decoder (should work better on all PKCS #15 cards)
* Abstracted card handling, so adding support for new (bizarre)
cards is a whiz
* Added colored debug and error output :)
* Fixed some memory leaks
* Support for Swedish Posten eID cards
New in 0.3.5; 2001-12-15; Juha Yrjölä:
* Now compiles with C++

15
README
View File

@ -1,17 +1,24 @@
README for libopensc, the library component of the OpenSC project
README for OpenSC
Introduction
============
libopensc is the core part of the OpenSC project. Only FINEID cards have
been tested so far.
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.
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