root/releases/opensc-0.9.5/NEWS

Revision 2065, 4.9 KB (checked in by aj, 4 years ago)

* pinpad code by Martin Paljak
* add user_consent parameter to pkcs15emu add object/add prkey functions.
* estid provide user_consent parameter.
* add fflush to pkcs11-spy.c
* set version in configure.in, src/pkcs11/pkcs11-global.c,

win32/version.rc and src/include/winconfig.h

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