diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 22:14:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 22:14:32 +0000 |
commit | b21a122ef623e06104fe42bc5b73fec10cf13986 (patch) | |
tree | 60cffe83869b16abdcf90b76d523aa38f0f6bea0 /ChangeLog | |
parent | 69300eb606732a35eff5c2e150cf71667df59d3f (diff) | |
download | tor-b21a122ef623e06104fe42bc5b73fec10cf13986.tar.gz tor-b21a122ef623e06104fe42bc5b73fec10cf13986.zip |
r14379@tombo: nickm | 2008-02-21 17:14:24 -0500
Enable v2 handshakes.
svn:r13666
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ Changes in version 0.2.0.20-?? - 2008-02-?? for bridge users. Also do this for people who set StrictEntryNodes. - When a TrackHostExits-chosen exit fails too many times in a row, stop using it. Bugfix on 0.1.2.x. Fixes bug 437. + - Enable the revised TLS handshake based on the one designed by + Steven Murdoch in proposal 124, as revised in proposal 130. It + includes version negotiation for OR connections as described in + proposal 105. The new handshake is meant to be harder for + censors to fingerprint, and it adds the ability to detect + certain kinds of man-in-the-middle traffic analysis attacks. + The version negotiation feature will allow us to improve Tor's + link protocol more safely in the future. o Major bugfixes: - Resolved problems with (re-)fetching hidden service descriptors. |