aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dea61e..124f60a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,20 @@
1** Version 0.5.5 (unreleased) 1** Version 0.5.6
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
8http://issues.outoforder.cc/view.php?id=102
9
10** Version 0.5.5 (2009-06-13)
2 11
3- Removed limits on CA certificate loading. Reported by 12- Removed limits on CA certificate loading. Reported by
4 Sander Marechal and Jack Bates. 13 Sander Marechal and Jack Bates.
5 14
15- Do not allow sending empty TLS packets even when instructed to.
16 This had the side effect of clients closing connection.
17
6** Version 0.5.4 (2009-01-04) 18** Version 0.5.4 (2009-01-04)
7 19
8- mod_gnutls.h: modified definition to extern to avoid compilation 20- mod_gnutls.h: modified definition to extern to avoid compilation
is Mavrogiannopoulos 2007-12-10 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-09 * Do not allow resuming sessions on different servers.Gravatar Nokis Mavrogiannopoulos 2007-12-09 * Corrected bug which did not allow the TLS session cache to be used.Gravatar Nokis Mavrogiannopoulos 2007-12-09 * Added support for sending more than one certificate.Gravatar Nokis Mavrogiannopoulos 2007-12-08 * RSA-EXPORT private keys and DH params no longer generated by defaultGravatar Nokis Mavrogiannopoulos 2007-12-08 * added more error checks.Gravatar Nokis Mavrogiannopoulos 2007-12-03 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-03 * better handling of RSAFile and DHFileGravatar Nokis Mavrogiannopoulos 2007-12-03 * report the missing GnuTLSPriorities for the gnutls enabled hosts only.Gravatar Nokis Mavrogiannopoulos 2007-12-02 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-02 * No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nokis Mavrogiannopoulos 2007-12-02 * The compatibility mode can now be enabled only using the GnuTLSPriorities str...Gravatar Nokis Mavrogiannopoulos 2007-12-02 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-02 * added SSL_SERVER/CLIENT_S_TYPEGravatar Nokis Mavrogiannopoulos 2007-12-02 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-02 * export the alternative names of the certificateGravatar Nokis Mavrogiannopoulos 2007-12-02 * added SSL_SERVER_M_SERIAL environment variableGravatar Nokis Mavrogiannopoulos 2007-12-02 * more fixes for subject alternative name.Gravatar Nokis Mavrogiannopoulos 2007-12-02 * some fixes in alternative name supportGravatar Nokis Mavrogiannopoulos 2007-12-02 * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-01 * (no commit message)