aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikos Mavrogiannopoulos 2010-07-01 03:09:56 +0200
committerGravatar Nikos Mavrogiannopoulos 2010-07-01 03:09:56 +0200
commit36c02797b672ed5ed937c798bd97aeeb7394f038 (patch)
tree681d5b28d283c5ea2d8248d16d5ce23dc27df165 /NEWS
parent47e0ccc66d3ed9112140ae9ec75394d7fa4bf5e1 (diff)
Added option to turn on/off session tickets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7bb44f..d5b68b6 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@
8- Added support for session tickets. This allows a 8- Added support for session tickets. This allows a
9 server to avoid using a session cache and still support 9 server to avoid using a session cache and still support
10 session resumption. This is at the cost of transporting 10 session resumption. This is at the cost of transporting
11 session data during handshake. 11 session data during handshake. New option
12 GnuTLSSessionTickets [on|off]
12 13
13- Depend on gnutls 2.10.0 to force support for safe 14- Depend on gnutls 2.10.0 to force support for safe
14 renegotiation. 15 renegotiation.