1 | ** Version 0.6 (2011-00-00) |
---|
2 | -Major Legacy Code Cleanup. |
---|
3 | -Included Pdf & Html Manuals. |
---|
4 | |
---|
5 | ** Version 0.5.10 (2011-07-12) |
---|
6 | -Patched a bug responsible for excessive memory consumption by mod_gnutls. |
---|
7 | -Support for proxying from SSL to plain HTTP was added (ie. proxy termination). |
---|
8 | |
---|
9 | ** Version 0.5.9 (2010-09-24) |
---|
10 | - GnuTLSCache none is now an allowed option. |
---|
11 | - Corrected behavior in Keep-Alive connections (do not |
---|
12 | terminate the connection prematurely) |
---|
13 | - The GnuTLSCache variable now can be given the specific |
---|
14 | option "gdbm" instead of "dbm". "dbm" will use the berkeley |
---|
15 | db type of libapr while gdbm will force gdbm to be used. |
---|
16 | sdbm is no longer being used due to serious limitations. |
---|
17 | |
---|
18 | ** Version 0.5.8 (2010-08-18) |
---|
19 | - Session tickets are enabled by default. |
---|
20 | |
---|
21 | - Fixes some segmentation faults noticed in some |
---|
22 | configurations. |
---|
23 | |
---|
24 | ** Version 0.5.7 (2010-07-01) |
---|
25 | - Force usage of SDBM. For some reason the default in |
---|
26 | my system had issues after reaching a limit of entries. |
---|
27 | SDBM seems stable so force it. |
---|
28 | |
---|
29 | - Optimizations in session caching. |
---|
30 | |
---|
31 | - Added support for session tickets. This allows a |
---|
32 | server to avoid using a session cache and still support |
---|
33 | session resumption. This is at the cost of transporting |
---|
34 | session data during handshake. New option |
---|
35 | GnuTLSSessionTickets [on|off] |
---|
36 | |
---|
37 | - Depend on gnutls 2.10.0 to force support for safe |
---|
38 | renegotiation. |
---|
39 | |
---|
40 | ** Version 0.5.6 (2010-03-24) |
---|
41 | - Corrected issue with firefox and long POST data (by |
---|
42 | handling EINTR and EAGAIN errors in read). |
---|
43 | |
---|
44 | - Added support for chained client certificates |
---|
45 | |
---|
46 | - Corrected more issues related to double frees |
---|
47 | http://issues.outoforder.cc/view.php?id=102 |
---|
48 | |
---|
49 | ** Version 0.5.5 (2009-06-13) |
---|
50 | |
---|
51 | - Removed limits on CA certificate loading. Reported by |
---|
52 | Sander Marechal and Jack Bates. |
---|
53 | |
---|
54 | - Do not allow sending empty TLS packets even when instructed to. |
---|
55 | This had the side effect of clients closing connection. |
---|
56 | |
---|
57 | ** Version 0.5.4 (2009-01-04) |
---|
58 | |
---|
59 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
60 | errors in darwin. |
---|
61 | |
---|
62 | - Added patch to fix issue with mod_proxy. Investigation and patch by Alain |
---|
63 | Knaff. |
---|
64 | |
---|
65 | - libgnutls detection uses pkg-config. |
---|
66 | |
---|
67 | ** Version 0.5.3 (2008-10-16) |
---|
68 | |
---|
69 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
70 | |
---|
71 | - Increased Max handshake tries due to interrupted system calls. |
---|
72 | |
---|
73 | ** Version 0.5.2 (2008-06-29) |
---|
74 | |
---|
75 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
76 | |
---|
77 | ** Version 0.5.1 (2008-03-05) |
---|
78 | |
---|
79 | - Added --disable-srp configure option |
---|
80 | |
---|
81 | - Better check for memcache (patch by Guillaume Rousse) |
---|
82 | |
---|
83 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
84 | |
---|
85 | ** Version 0.5.0-alpha (2008-01-24) |
---|
86 | |
---|
87 | - Added support for OpenPGP keys. The new directives are: |
---|
88 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
89 | |
---|
90 | ** Version 0.4.2 (2007-12-10) |
---|
91 | |
---|
92 | - Added support for sending a certificate chain. |
---|
93 | |
---|
94 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
95 | |
---|
96 | - Do not allow resuming sessions on different servers. |
---|
97 | |
---|
98 | ** Version 0.4.1 (2007-12-03) |
---|
99 | |
---|
100 | - Added support for subject alternative names in certificates. |
---|
101 | Only one per certificate is supported. |
---|
102 | |
---|
103 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
104 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE |
---|
105 | |
---|
106 | - The compatibility mode can now be enabled explicitely with the |
---|
107 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
---|
108 | |
---|
109 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
110 | to David Hrbáč. |
---|
111 | |
---|
112 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
113 | |
---|
114 | - No longer default paths for RSA and DH parameter files. |
---|