aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9750e7d..7b796f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
1** Version 0.5.7 1** Version 0.5.7
2- Added support for session tickets. 2- Added support for session tickets. This allows a
3 server to avoid using a session cache and still support
4 session resumption. This is at the cost of transporting
5 session data during handshake.
3 6
4- Depend on gnutls 2.10.0 to force support for safe 7- Depend on gnutls 2.10.0 to force support for safe
5 renegotiation. 8 renegotiation.
httpd/mod_gnutls/commit/src?h=0.5.7&id=4196f5acb2bd1161bca1f3ac4ac1568b3b43bddb'>Avoid requesting certificate from client when we already have it. Patch by Al...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Applied patch by AlainKnaff to correctly verify certificates per directory. P...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * set srp username to empty string. Solves http://issues.outoforder.cc/view.php...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Allow openpgp certificates that have infinite expiration time. Suggestion by ...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Ta...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * do not try to send empty packs using TLS. This this has a special meaning and...Gravatar Nokis Mavrogiannopoulos 2009-06-13 * if private key import fails try as pkcs8 key.Gravatar Nokis Mavrogiannopoulos 2009-05-21 * removed limit on ca certificates' numberGravatar Nokis Mavrogiannopoulos 2009-01-24 * Added patch to fix issue with mod_proxy. Investigation and patch by Alain Knaff.Gravatar Nokis Mavrogiannopoulos 2009-01-04 * APLOG_EMERG was replaced with APLOG_STARTUP for startup messages.Gravatar Nokis Mavrogiannopoulos 2008-11-02 * increased max handshake tries