root/releases/opensc-0.9.3/NEWS

Revision 1957, 4.1 KB (checked in by anonymous, 4 years ago)

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

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