1 | ** Version 0.5.7 |
---|
2 | - Added support for session tickets. This allows a |
---|
3 | server to avoid using a session cache and still support |
---|
4 | session resumption. This is at the cost of transporting |
---|
5 | session data during handshake. |
---|
6 | |
---|
7 | - Depend on gnutls 2.10.0 to force support for safe |
---|
8 | renegotiation. |
---|
9 | |
---|
10 | - Optimizations in session caching. |
---|
11 | |
---|
12 | ** Version 0.5.6 (2010-03-24) |
---|
13 | - Corrected issue with firefox and long POST data (by |
---|
14 | handling EINTR and EAGAIN errors in read). |
---|
15 | |
---|
16 | - Added support for chained client certificates |
---|
17 | |
---|
18 | - Corrected more issues related to double frees |
---|
19 | http://issues.outoforder.cc/view.php?id=102 |
---|
20 | |
---|
21 | ** Version 0.5.5 (2009-06-13) |
---|
22 | |
---|
23 | - Removed limits on CA certificate loading. Reported by |
---|
24 | Sander Marechal and Jack Bates. |
---|
25 | |
---|
26 | - Do not allow sending empty TLS packets even when instructed to. |
---|
27 | This had the side effect of clients closing connection. |
---|
28 | |
---|
29 | ** Version 0.5.4 (2009-01-04) |
---|
30 | |
---|
31 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
32 | errors in darwin. |
---|
33 | |
---|
34 | - Added patch to fix issue with mod_proxy. Investigation and patch by Alain |
---|
35 | Knaff. |
---|
36 | |
---|
37 | - libgnutls detection uses pkg-config. |
---|
38 | |
---|
39 | ** Version 0.5.3 (2008-10-16) |
---|
40 | |
---|
41 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
42 | |
---|
43 | - Increased Max handshake tries due to interrupted system calls. |
---|
44 | |
---|
45 | ** Version 0.5.2 (2008-06-29) |
---|
46 | |
---|
47 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
48 | |
---|
49 | ** Version 0.5.1 (2008-03-05) |
---|
50 | |
---|
51 | - Added --disable-srp configure option |
---|
52 | |
---|
53 | - Better check for memcache (patch by Guillaume Rousse) |
---|
54 | |
---|
55 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
56 | |
---|
57 | ** Version 0.5.0-alpha (2008-01-24) |
---|
58 | |
---|
59 | - Added support for OpenPGP keys. The new directives are: |
---|
60 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
61 | |
---|
62 | ** Version 0.4.2 (2007-12-10) |
---|
63 | |
---|
64 | - Added support for sending a certificate chain. |
---|
65 | |
---|
66 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
67 | |
---|
68 | - Do not allow resuming sessions on different servers. |
---|
69 | |
---|
70 | ** Version 0.4.1 (2007-12-03) |
---|
71 | |
---|
72 | - Added support for subject alternative names in certificates. |
---|
73 | Only one per certificate is supported. |
---|
74 | |
---|
75 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
76 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE |
---|
77 | |
---|
78 | - The compatibility mode can now be enabled explicitely with the |
---|
79 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
---|
80 | |
---|
81 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
82 | to David Hrbáč. |
---|
83 | |
---|
84 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
85 | |
---|
86 | - No longer default paths for RSA and DH parameter files. |
---|