diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-10 18:31:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-10 18:31:33 +0000 |
commit | cb7cc9e12d66907343e1522e7128de206c0dc86f (patch) | |
tree | 3ce09e05fe5441cb70ca80e3b2d3387c86045ec8 /ChangeLog | |
parent | c717e19a295529e7fee014153ed0adadb2dfeb9d (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |