root/releases/opensc-0.9.2/NEWS

Revision 1872, 4.0 KB (checked in by anonymous, 4 years ago)

This commit was manufactured by cvs2svn to create branch 'opensc-0.9.2'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1NEWS for OpenSC -- History of user visible changes
2
3New in 0.9.2; 2004-07-24; Andreas Jellinghaus:
4* This is an beta test version. Please be careful.
5  Do not use in production environments.
6* Fix sslengine, link those dynamicaly with libcrypto
7  for openssl 0.9.7d and later.
8* fixed small bug in pkcs11-tool
9* link pkcs11-toll and pkcs15-crypt with -lcrypto
10* New driver for estonian ID card.
11* bumped version number to opensc 0.9.2
12* New card supported: Oberthur AuthentIC v5
13* eid pam module now checks permissions, and supports several
14  certificates in ~/.eid/authorized_certificates
15  Thanks to Fritz Elfert <fritz.elfert@millenux.com>
16* Upgrade library version to 0.9, since incompatible changes
17  are very likely somewhere.
18* Merged several pkcs15 profiles into one with different
19  options.
20
21New in 0.8.1; 2003-09-30; Olaf Kirch:
22* Upgrade libopensc versioning, hasn't been
23  accidently upgraded since 0.6.0 release
24* MacOS X specific changes:
25  - Allow to compile without PC/SC support
26  - Bundle installation fixes
27  - OpenSSL engine linking fixed
28  - Renamed OpenSC PKCS#11.bundle to
29    opensc-pkcs11.bundle
30  - CT-API module loading support
31* libopensc:
32  - Renamed sysdep_timestamp_t to sc_timestamp_t
33  - Renamed debug/error functions to sc_debug/sc_error
34  - Don't DER-en/decode the data in a pkcs15 object
35  - Portability fixes for the OpenCT reader driver
36* libscconf: Fixed CRLF parsing for UNIX platforms
37* Added PKCS#11 spy module by Mathias Brossard
38* Other minor bug/build fixes and cleanups
39
40New in 0.8.0; 2003-08-15; Juha Yrjölä:
41* New and/or improved card drivers:
42  Aladdin eToken, MICARDO 2 and STARCOS
43* New reader driver: OpenCT (Olaf's framework)
44* Improved support for win32 and MacOS X.
45* PKCS #11 stuff improved massively
46* Added PKCS #11 and native OpenSC engine drivers
47  for OpenSSL
48* Added support for reading the PIN from the PIN keypad
49  of a reader
50* New manpages
51* Loads of other improvements and bug-fixes
52
53New in 0.7.0; 2002-06-03; Juha Yrjölä:
54* Support for config files
55* Yet another PKCS #15 generation rewrite
56* PAM module rewritten for more flexibility and compatibility
57* OpenSC Signer merged to the main source tree
58* CT-API support
59* Support for non-native RSA and DSA keys
60* Improved support for MioCOS cards by Miotec (http://www.miotec.fi)
61* Semi-working support for Aladdin eToken PRO
62* First version to work with OpenSSH without any patching
63
64New in 0.6.1; 2002-03-20; Juha Yrjölä:
65* Fixed certificate downloading in pkcs15-init
66* Improved PKCS #11 module, so it works with Mozilla 0.9.9 and
67  is capable of signing and decrypting mails in Netscape
68* Other various small fixes and improvements
69
70New in 0.6.0; 2002-03-13; Juha Yrjölä:
71* Many, many new features -- too many to list here
72* New cards supported: Gemplus GPK family, TCOS 2.0, MioCOS
73* Implemented a card reader abstraction layer
74* PKCS #15 generation rewritten by Olaf Kirch. So far generation
75  is supported only on GPK and Cryptoflex.
76
77New in 0.5.0; 2002-01-24; Juha Yrjölä:
78* PKCS #15 generation support
79* PKCS #11 module almost completely rewritten
80* Implemented opensc-explorer; a tool for browsing and modifying
81  the card file system
82* Almost complete support for Cryptoflex 16k; implemented cryptoflex-tool
83* Started writing some API documentation using Doxygen
84* Much improved object handling code in PKCS #15 framework
85* Lots of bugs fixed, lots of new ones introduced
86
87New in 0.4.0; 2001-12-29; Juha Yrjölä:
88* Finished migrating to Autotools
89* Rewritten ASN.1 decoder (should work better on all PKCS #15 cards)
90* Abstracted card handling, so adding support for new cards is a whiz,
91  'opensc-tool -D' will list all installed drivers.
92* Added colored debug and error output ;)
93* Fixed some memory leaks
94* Support for Swedish Posten eID cards
95* Added very preliminary support for EMV compatible cards and Multiflex
96  cards by Schlumberger
97
98New in 0.3.5; 2001-12-15; Juha Yrjölä:
99* Now compiles with C++
100* Added card reset detection
101* Fixed PIN code changing
102* Improved certificate caching
103
104New in 0.3.2; 2001-11-27; Juha Yrjölä:
105* Converted to Autotools.
106
Note: See TracBrowser for help on using the browser.