diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-09-17 18:45:10 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-18 16:21:35 -0400 |
commit | acda1735fd62a8e2c90d6525049bc583f6049940 (patch) | |
tree | b60707c7c01305f80ad1ab720c2208366ed32635 /changes | |
parent | 704fd8bb020bda2886eebd7c0b4a6192d4a6717c (diff) | |
download | tor-acda1735fd62a8e2c90d6525049bc583f6049940.tar.gz tor-acda1735fd62a8e2c90d6525049bc583f6049940.zip |
Disable Guard usage for Tor2webMode.
Tor2webMode is fingerprintable by hidden services through repeated
usage of the same three guard nodes for its rend and intro points.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6866 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6866 b/changes/bug6866 index 561676b765..ee1e571eb7 100644 --- a/changes/bug6866 +++ b/changes/bug6866 @@ -2,3 +2,7 @@ - Convert an assert in the pathbias code to a log message. Assert appears to only be triggerable by Tor2Web mode. Fixes bug 6866; bugfix on 0.2.3.17-beta. + - Disable the use of Guard nodes when in Tor2WebMode. Guard usage + by Tor2Web clients allows hidden services to identity tor2web + clients through their repeated selection of the same rendezvous + and introduction point circuit endpoints (their guards). |