summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:36:55 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:36:55 +0000
commit3c3f0259238594d77264a78944d409f2127642c4 (patch)
treea9dfe4eb770f2fef8ea67431fc27233966225540 /CHANGES
parent5ff6e2dfbbc222296d2eec592412042e4c5389af (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 4612a7fcb3..178ab09388 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]