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