diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-16 11:10:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-16 11:10:02 -0400 |
commit | be0e26272b3e795b902394acc9b66642fcdc1f21 (patch) | |
tree | e02f29a15876f84ea73b4fbf3e43ad483a9c05c0 /changes | |
parent | 550c03336ccc256dd9221d2cf9fdc5cef1f87908 (diff) | |
parent | 0c3b3650aa831183c76b044466e89eaee36d5684 (diff) | |
download | tor-be0e26272b3e795b902394acc9b66642fcdc1f21.tar.gz tor-be0e26272b3e795b902394acc9b66642fcdc1f21.zip |
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13151-client | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug13151-client b/changes/bug13151-client new file mode 100644 index 0000000000..1218dfdfab --- /dev/null +++ b/changes/bug13151-client @@ -0,0 +1,13 @@ + o Major bugfixes: + - Clients now send the correct address for their chosen rendezvous + point when trying to access a hidden service. They used to send + the wrong address, which would still work some of the time because + they also sent the identity digest of the rendezvous point, and if + the hidden service happened to try connecting to the rendezvous + point from a relay that already had a connection open to it, + the relay would reuse that connection. Now connections to hidden + services should be more robust and faster. Also, this bug meant + that clients were leaking to the hidden service whether they were + on a little-endian (common) or big-endian (rare) system, which for + some users might have reduced their anonymity. Fixes bug 13151; + bugfix on 0.2.1.5-alpha. |