[9ee7549] | 1 | **TODO: |
---|
| 2 | -Fix support for proxy termination |
---|
| 3 | -Consider Certificate SANs |
---|
| 4 | -Handle Unclean Shutdowns |
---|
| 5 | ** Version 0.6 (2011-00-00) |
---|
| 6 | -Generating DH Params instead of using static ones. |
---|
| 7 | -Now considering ServerAlias Directives. |
---|
| 8 | -Major Legacy Code Cleanup. |
---|
| 9 | -Included Pdf & Html Manuals. |
---|
| 10 | |
---|
| 11 | ** Version 0.5.10 (2011-07-12) |
---|
| 12 | -Patched a bug responsible for excessive memory consumption by mod_gnutls. |
---|
| 13 | -Support for proxying from SSL to plain HTTP was added (ie. proxy termination). |
---|
| 14 | |
---|
| 15 | ** Version 0.5.9 (2010-09-24) |
---|
| 16 | - GnuTLSCache none is now an allowed option. |
---|
| 17 | - Corrected behavior in Keep-Alive connections (do not |
---|
| 18 | terminate the connection prematurely) |
---|
| 19 | - The GnuTLSCache variable now can be given the specific |
---|
| 20 | option "gdbm" instead of "dbm". "dbm" will use the berkeley |
---|
| 21 | db type of libapr while gdbm will force gdbm to be used. |
---|
| 22 | sdbm is no longer being used due to serious limitations. |
---|
| 23 | |
---|
| 24 | ** Version 0.5.8 (2010-08-18) |
---|
| 25 | - Session tickets are enabled by default. |
---|
| 26 | - Fixes some segmentation faults noticed in some |
---|
| 27 | configurations. |
---|
| 28 | |
---|
| 29 | ** Version 0.5.7 (2010-07-01) |
---|
| 30 | - Force usage of SDBM. For some reason the default in |
---|
| 31 | my system had issues after reaching a limit of entries. |
---|
| 32 | SDBM seems stable so force it. |
---|
| 33 | - Optimizations in session caching. |
---|
| 34 | - Added support for session tickets. This allows a |
---|
| 35 | server to avoid using a session cache and still support |
---|
| 36 | session resumption. This is at the cost of transporting |
---|
| 37 | session data during handshake. New option |
---|
| 38 | GnuTLSSessionTickets [on|off] |
---|
| 39 | - Depend on gnutls 2.10.0 to force support for safe |
---|
| 40 | renegotiation. |
---|
| 41 | |
---|
| 42 | ** Version 0.5.6 (2010-03-24) |
---|
| 43 | - Corrected issue with firefox and long POST data (by |
---|
| 44 | handling EINTR and EAGAIN errors in read). |
---|
| 45 | - Added support for chained client certificates |
---|
| 46 | - Corrected more issues related to double frees |
---|
| 47 | http://issues.outoforder.cc/view.php?id=102 |
---|
| 48 | |
---|
| 49 | ** Version 0.5.5 (2009-06-13) |
---|
| 50 | - Removed limits on CA certificate loading. Reported by |
---|
| 51 | Sander Marechal and Jack Bates. |
---|
| 52 | - Do not allow sending empty TLS packets even when instructed to. |
---|
| 53 | This had the side effect of clients closing connection. |
---|
| 54 | |
---|
| 55 | ** Version 0.5.4 (2009-01-04) |
---|
| 56 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
| 57 | errors in darwin. |
---|
| 58 | - Added patch to fix issue with mod_proxy. Investigation and patch by Alain |
---|
| 59 | Knaff. |
---|
| 60 | - libgnutls detection uses pkg-config. |
---|
| 61 | |
---|
| 62 | ** Version 0.5.3 (2008-10-16) |
---|
| 63 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
| 64 | - Increased Max handshake tries due to interrupted system calls. |
---|
| 65 | |
---|
| 66 | ** Version 0.5.2 (2008-06-29) |
---|
| 67 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
| 68 | |
---|
| 69 | ** Version 0.5.1 (2008-03-05) |
---|
| 70 | - Added --disable-srp configure option |
---|
| 71 | - Better check for memcache (patch by Guillaume Rousse) |
---|
| 72 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
| 73 | |
---|
| 74 | ** Version 0.5.0-alpha (2008-01-24) |
---|
| 75 | - Added support for OpenPGP keys. The new directives are: |
---|
| 76 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
| 77 | |
---|
| 78 | ** Version 0.4.2 (2007-12-10) |
---|
| 79 | - Added support for sending a certificate chain. |
---|
| 80 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
| 81 | - Do not allow resuming sessions on different servers. |
---|
| 82 | |
---|
| 83 | ** Version 0.4.1 (2007-12-03) |
---|
| 84 | - Added support for subject alternative names in certificates. |
---|
| 85 | Only one per certificate is supported. |
---|
| 86 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
| 87 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE |
---|
| 88 | - The compatibility mode can now be enabled explicitely with the |
---|
| 89 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
---|
| 90 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
| 91 | to David Hrbáč. |
---|
| 92 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
| 93 | - No longer default paths for RSA and DH parameter files. |
---|