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