summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-27 19:24:01 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-27 19:24:01 (GMT)
commit4deda6d05d70cf67986636b76abfe54d5135eb83 (patch)
tree4f80d236df73fb7ee35a9a6cb5f0ec6a0d1207c3
parent2b29da0c2ea26907c964bef179337a2cc614a22c (diff)
added more text on session tickets
-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.