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