diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-11 02:04:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-11 02:04:59 +0000 |
commit | 01aa4f95acd157ae6c4cccec531c63653bc2dc10 (patch) | |
tree | 21a13842599388c5a0e92c84cca20f1a77dccd39 /ChangeLog | |
parent | 953b7751553da82c3cfab0245bb9397b26c39d1f (diff) | |
download | tor-01aa4f95acd157ae6c4cccec531c63653bc2dc10.tar.gz tor-01aa4f95acd157ae6c4cccec531c63653bc2dc10.zip |
Fix a bug where, when we were choosing the 'end stream reason' to
put in our relay end cell that we send to the exit relay, Tor
clients on Windows were sometimes sending the wrong 'reason'. The
anonymity problem is that exit relays may be able to guess whether
client is running Windows, thus helping partition the anonymity
set. Down the road we should stop sending reasons to exit relays,
or otherwise prevent future versions of this bug.
svn:r15118
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ Changes in version 0.2.0.28-rc - 2008-06-?? + o Anonymity fixes: + - Fix a bug where, when we were choosing the 'end stream reason' to + put in our relay end cell that we send to the exit relay, Tor + clients on Windows were sometimes sending the wrong 'reason'. The + anonymity problem is that exit relays may be able to guess whether + client is running Windows, thus helping partition the anonymity + set. Down the road we should stop sending reasons to exit relays, + or otherwise prevent future versions of this bug. + o Minor fixes: - Bridge relays no longer print "xx=0" in their extrainfo document for every single country code in the geoip db. |