source: trunk/NEWS @ 125

Revision 125, 1.3 KB checked in by aj, 2 years ago (diff)

new engine_pkcs11 release 0.1.8.

Line 
1NEWS for Engine PKCS#11 -- History of user visible changes
2
3New in 0.1.8; 2010-01-07; Andreas Jellinghaus
4* Fix problem causing slot_n parsing returning not certs or keys
5  by Camille Moncelier
6* Fix missing declaration of set_init_args symbol
7  by Arfrever Frehtes Taifersar Arahesis
8
9New in 0.1.7; 2009-10-20; Andreas Jellinghaus
10* Buffer overrun fixed by David Smith
11
12New in 0.1.6; 2009-06-15; Andreas Jellinghaus
13* Fixed set_pin (strdup causes segfault in OPENSSL_CLEANSE later)
14* Require new libp11 0.2.5 with new function to get the slot id.
15* Revert changes to slot parsing code - seems partial bogus and
16  orginal author doesn't respond to questions.
17* print slot id in verbose mode (Douglas E. Engert).
18
19New in 0.1.5; 2008-07-31; Andreas Jellinghaus
20* Build system rewritten (NOTICE: configure options was modified).
21  The build system can produce outputs for *NIX, cygwin and native
22  windows (using mingw).
23* cleanup pin code, always use MAX_PIN_LENGTH, proper cleanup.
24* new use PKCS11_CTX_init_args (David Smith)
25* fix segfault in init_args code.
26* needs new version of libp11 (0.2.4 or later).
27
28New in 0.1.4; 2007-07-11; Andreas Jellinghaus
29* update wiki export script.
30* new urls.
31* disabled some dead code.
32* new max length for pin: 32 bytes.
33* make internal variables and code static.
34* parse slot as hex too.
35* support selecting slot by label.
Note: See TracBrowser for help on using the repository browser.