root/trunk/ChangeLog

Revision 185, 1.9 KB (checked in by alonbl, 13 months ago)

Reease 1.07

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