| 1 | NEWS for Libp11 -- History of user visible changes |
|---|
| 2 | |
|---|
| 3 | New in 0.2.8; 2011-04-15; Martin Paljak |
|---|
| 4 | * Bumped soname for PKCS11_token struct size changes (Martin Paljak). |
|---|
| 5 | * Display the number of available slots (Ludovic Rousseau). |
|---|
| 6 | * Add openssl libcrypto to pkg-config private libs list (Kalev Lember). |
|---|
| 7 | * Fix building examples with --no-add-needed which is the default in Fedora |
|---|
| 8 | (Kalev Lember). |
|---|
| 9 | * Expose more token flags in PKCS11_token structure (Kalev Lember). |
|---|
| 10 | * Check that private data is not NULL in pkcs11_release_slot (Robin Bryce, |
|---|
| 11 | ticket #137). |
|---|
| 12 | |
|---|
| 13 | New in 0.2.7; 2009-10-20; Andreas Jellinghaus |
|---|
| 14 | * If CKR_CRYPTOKI_ALREADY_INITIALIZED is returned from C_Initialize(): ignore. |
|---|
| 15 | (Needed for unloaded/reloaded engines e.g. in wpa_supplicant.) By David Smith. |
|---|
| 16 | |
|---|
| 17 | New in 0.2.6; 2009-07-22; Andreas Jellinghaus |
|---|
| 18 | * Fix new version: add new symbol to export file |
|---|
| 19 | * fix building on MSVC plattform |
|---|
| 20 | |
|---|
| 21 | New in 0.2.5; 2009-06-15; Andreas Jellinghaus |
|---|
| 22 | * Add function to export the slot id (Douglas E. Engert). |
|---|
| 23 | * Increase library version because of the new function. |
|---|
| 24 | |
|---|
| 25 | New in 0.2.4; 2008-07-31; Andreas Jellinghaus |
|---|
| 26 | * Build system rewritten (NOTICE: configure options was modified). |
|---|
| 27 | The build system can produce outputs for *NIX, cygwin and native |
|---|
| 28 | windows (using mingw). |
|---|
| 29 | * added PKCS11_CTX_init_args (David Smith). |
|---|
| 30 | * fix segfault in init_args code. |
|---|
| 31 | * implemented PKCS11_private_encrypt (with PKCS11_sign now based on it) |
|---|
| 32 | (Arnaud Ebalard) |
|---|
| 33 | |
|---|
| 34 | New in 0.2.3; 2007-07-11; Andreas Jellinghaus |
|---|
| 35 | * update wiki export script (add images, fix links). |
|---|
| 36 | * replaced rsa header files from rsalabs (official) with scute (open source). |
|---|
| 37 | * allow CKR_USER_ALREADY_LOGGED_IN on C_Login. |
|---|
| 38 | * mark internal functions as static. |
|---|
| 39 | * add code to store public keys and generate keys. |
|---|