summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:36:23 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:36:23 +0000
commitc519e89f5c359b8c0f747519773284d9b6382791 (patch)
tree53e0cd42a052ef0711cf1866368a8aabf7f2c3e0 /CHANGES
parent612fcfbd290d4dba96945c7c5bc8ea0c75ffefa1 (diff)
Fix session handling.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb4f58d6dd..b3d4c06c00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -258,6 +258,16 @@
Changes between 1.0.0e and 1.0.1 [xx XXX xxxx]
+ *) Session-handling fixes:
+ - Fix handling of connections that are resuming with a session ID,
+ but also support Session Tickets.
+ - Fix a bug that suppressed issuing of a new ticket if the client
+ presented a ticket with an expired session.
+ - Try to set the ticket lifetime hint to something reasonable.
+ - Make tickets shorter by excluding irrelevant information.
+ - On the client side, don't ignore renewed tickets.
+ [Adam Langley, Bodo Moeller (Google)]
+
*) Fix PSK session representation.
[Bodo Moeller]