1 | ** Version 0.5.5 (unreleased) |
---|
2 | |
---|
3 | - Removed limits on CA certificate loading. Reported by |
---|
4 | Sander Marechal and Jack Bates. |
---|
5 | |
---|
6 | ** Version 0.5.4 (2009-01-04) |
---|
7 | |
---|
8 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
9 | errors in darwin. |
---|
10 | |
---|
11 | - Added patch to fix issue with mod_proxy. Investigation and patch by Alain |
---|
12 | Knaff. |
---|
13 | |
---|
14 | - libgnutls detection uses pkg-config. |
---|
15 | |
---|
16 | ** Version 0.5.3 (2008-10-16) |
---|
17 | |
---|
18 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
19 | |
---|
20 | - Increased Max handshake tries due to interrupted system calls. |
---|
21 | |
---|
22 | ** Version 0.5.2 (2008-06-29) |
---|
23 | |
---|
24 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
25 | |
---|
26 | ** Version 0.5.1 (2008-03-05) |
---|
27 | |
---|
28 | - Added --disable-srp configure option |
---|
29 | |
---|
30 | - Better check for memcache (patch by Guillaume Rousse) |
---|
31 | |
---|
32 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
33 | |
---|
34 | ** Version 0.5.0-alpha (2008-01-24) |
---|
35 | |
---|
36 | - Added support for OpenPGP keys. The new directives are: |
---|
37 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
38 | |
---|
39 | ** Version 0.4.2 (2007-12-10) |
---|
40 | |
---|
41 | - Added support for sending a certificate chain. |
---|
42 | |
---|
43 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
44 | |
---|
45 | - Do not allow resuming sessions on different servers. |
---|
46 | |
---|
47 | ** Version 0.4.1 (2007-12-03) |
---|
48 | |
---|
49 | - Added support for subject alternative names in certificates. |
---|
50 | Only one per certificate is supported. |
---|
51 | |
---|
52 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
53 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE |
---|
54 | |
---|
55 | - The compatibility mode can now be enabled explicitely with the |
---|
56 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
---|
57 | |
---|
58 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
59 | to David Hrbáč. |
---|
60 | |
---|
61 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
62 | |
---|
63 | - No longer default paths for RSA and DH parameter files. |
---|