[8663ace] | 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) |
---|
[6d4de37] | 7 | |
---|
| 8 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
| 9 | errors in darwin. |
---|
| 10 | |
---|
[f46e1f2] | 11 | - Added patch to fix issue with mod_proxy. Investigation and patch by Alain |
---|
| 12 | Knaff. |
---|
| 13 | |
---|
| 14 | - libgnutls detection uses pkg-config. |
---|
| 15 | |
---|
[bde24cf] | 16 | ** Version 0.5.3 (2008-10-16) |
---|
[7ca474b] | 17 | |
---|
[bde24cf] | 18 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
| 19 | |
---|
| 20 | - Increased Max handshake tries due to interrupted system calls. |
---|
[7ca474b] | 21 | |
---|
[1897a1c] | 22 | ** Version 0.5.2 (2008-06-29) |
---|
| 23 | |
---|
| 24 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
| 25 | |
---|
[b71edd5] | 26 | ** Version 0.5.1 (2008-03-05) |
---|
[b333517] | 27 | |
---|
| 28 | - Added --disable-srp configure option |
---|
| 29 | |
---|
| 30 | - Better check for memcache (patch by Guillaume Rousse) |
---|
| 31 | |
---|
[fc4c2e47] | 32 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
| 33 | |
---|
[f548f15] | 34 | ** Version 0.5.0-alpha (2008-01-24) |
---|
[e5bbda4] | 35 | |
---|
[f548f15] | 36 | - Added support for OpenPGP keys. The new directives are: |
---|
| 37 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
[e5bbda4] | 38 | |
---|
[a2cb12f] | 39 | ** Version 0.4.2 (2007-12-10) |
---|
[5e81262] | 40 | |
---|
| 41 | - Added support for sending a certificate chain. |
---|
| 42 | |
---|
[ae4a2b0] | 43 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
| 44 | |
---|
[c055502] | 45 | - Do not allow resuming sessions on different servers. |
---|
| 46 | |
---|
[8e2a483] | 47 | ** Version 0.4.1 (2007-12-03) |
---|
[3dbff0d] | 48 | |
---|
| 49 | - Added support for subject alternative names in certificates. |
---|
| 50 | Only one per certificate is supported. |
---|
[5cac844] | 51 | |
---|
[af4998e] | 52 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
[ea470be] | 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. |
---|
[d786d75] | 57 | |
---|
[a3c97d1] | 58 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
| 59 | to David Hrbáč. |
---|
| 60 | |
---|
| 61 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
[d786d75] | 62 | |
---|
| 63 | - No longer default paths for RSA and DH parameter files. |
---|