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