aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-10 18:31:33 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-10 18:31:33 +0000
commitcb7cc9e12d66907343e1522e7128de206c0dc86f (patch)
tree3ce09e05fe5441cb70ca80e3b2d3387c86045ec8 /ChangeLog
parentc717e19a295529e7fee014153ed0adadb2dfeb9d (diff)
downloadtor-cb7cc9e12d66907343e1522e7128de206c0dc86f.tar.gz
tor-cb7cc9e12d66907343e1522e7128de206c0dc86f.zip
r16882@tombo: nickm | 2008-07-10 14:31:25 -0400
Fix for session-related bug found by Geoff Goodell. backport candidate, once tested. svn:r15821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2184ef4010..9d6eb6c2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,11 @@ Changes in version 0.2.0.29-rc - 2008-07-08
- Correctly detect transparent proxy support on Linux hosts that
require in.h to be included before netfilter_ipv4.h. Patch
from coderman.
+ - Disallow session resumption attempts during the renegotiation
+ stage of the v2 handshake protocol. Clients should never be
+ trying session resumption at this point, but apparently some
+ did, in ways that caused the handshake to fail. Bugfix on
+ 0.2.0.20-rc. Bug found by Geoff Goodell.
Changes in version 0.2.1.2-alpha - 2008-06-20