| 1 | NEWS for Engine PKCS#11 -- History of user visible changes |
|---|
| 2 | |
|---|
| 3 | New 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 | |
|---|
| 9 | New in 0.1.7; 2009-10-20; Andreas Jellinghaus |
|---|
| 10 | * Buffer overrun fixed by David Smith |
|---|
| 11 | |
|---|
| 12 | New 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 | |
|---|
| 19 | New 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 | |
|---|
| 28 | New 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. |
|---|