| 1 | pkcs11-helper |
|---|
| 2 | Copyright (c) 2006-2008 Alon Bar-Lev <alon.barlev@gmail.com> |
|---|
| 3 | |
|---|
| 4 | $Id$ |
|---|
| 5 | |
|---|
| 6 | 2008-07-31 - Version 1.06 |
|---|
| 7 | |
|---|
| 8 | * Some MinGW build fixups. |
|---|
| 9 | |
|---|
| 10 | * Some BSD build fixups. |
|---|
| 11 | |
|---|
| 12 | * Fix some VC6 issues thanks to Justin Karneges. |
|---|
| 13 | |
|---|
| 14 | * Add version resource for Windows. |
|---|
| 15 | |
|---|
| 16 | 2007-10-12 - Version 1.05 |
|---|
| 17 | |
|---|
| 18 | * Export pkcs11h_logout(). |
|---|
| 19 | |
|---|
| 20 | 2007-10-05 - Version 1.04 |
|---|
| 21 | |
|---|
| 22 | * Added NSS crypto enigne. |
|---|
| 23 | |
|---|
| 24 | * Added new slotevent mode (poll vs fetch). |
|---|
| 25 | |
|---|
| 26 | * Add more invalid characters to serialization string. |
|---|
| 27 | |
|---|
| 28 | * Fix openssl decrypt return code. |
|---|
| 29 | |
|---|
| 30 | 2007-06-13 - Version 1.03 |
|---|
| 31 | |
|---|
| 32 | * Autoconf fixups. |
|---|
| 33 | |
|---|
| 34 | * RPM packaging is available, thank to Eddy Nigg. |
|---|
| 35 | |
|---|
| 36 | * Debian packaging is available, thank to Sandro Wefel. |
|---|
| 37 | |
|---|
| 38 | * size_t printf 64bit fixups (debug). |
|---|
| 39 | |
|---|
| 40 | * Certificate session period fixup, thank to Leo Pohl for reporting. |
|---|
| 41 | |
|---|
| 42 | * Block signals for own threads using pthread calls. |
|---|
| 43 | |
|---|
| 44 | * Fixup compilation error when using GnuTLS only environment, thank to |
|---|
| 45 | Simon Josefsson. |
|---|
| 46 | |
|---|
| 47 | * Allow several engines to co-exist, so application may select its |
|---|
| 48 | favorite. |
|---|
| 49 | |
|---|
| 50 | * Add logout verb. |
|---|
| 51 | |
|---|
| 52 | 2007-10-05 - Version 1.02 |
|---|
| 53 | |
|---|
| 54 | * Switch to free implementation of PKCS#11 headers. |
|---|
| 55 | |
|---|
| 56 | * First standalone version. |
|---|
| 57 | |
|---|
| 58 | * Fix invalid certificate max size handling (Zeljko Vrba). |
|---|
| 59 | |
|---|
| 60 | * Added object serialization. |
|---|
| 61 | |
|---|
| 62 | * Added user data to hooks. |
|---|
| 63 | |
|---|
| 64 | * Added a force login method. |
|---|
| 65 | |
|---|
| 66 | * Added support for gnutls in addition to openssl. |
|---|
| 67 | |
|---|
| 68 | * Fixup threading lock issues. |
|---|
| 69 | |
|---|
| 70 | * Added support for duplicate serial tokens, based on label. |
|---|
| 71 | |
|---|
| 72 | * Added workaround for OpenSC cards, OpenSC bug#108, thanks to Kaupo Arulo. |
|---|
| 73 | |
|---|
| 74 | * Added a methods to lock session between two sign/decrypt operations. |
|---|
| 75 | |
|---|
| 76 | * Modified openssl interface. |
|---|
| 77 | |
|---|
| 78 | * Added engines for system and crypto to minimize dependencies. |
|---|
| 79 | |
|---|
| 80 | * Added win32 crypto engine. |
|---|
| 81 | |
|---|
| 82 | * Added decrypt option using C_UnwrapKey, thanks for Christoph Neerfeld. |
|---|
| 83 | |
|---|
| 84 | 2006-06-26 - Version 1.01 |
|---|
| 85 | |
|---|
| 86 | * Fix handling multiple providers. |
|---|
| 87 | |
|---|
| 88 | 2006-05-14 - Version 1.00 |
|---|
| 89 | |
|---|
| 90 | * First stable release. |
|---|