diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-08 00:04:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-08 00:04:29 +0000 |
commit | e5be0504abe4d830247295d6c3ed9c6de92d2e16 (patch) | |
tree | 0e64a2d9eb04c80a11f022aa949cd801b49b0d1d /ChangeLog | |
parent | f31c16d993f1566d32ae8e1ba2aa29a242818e0c (diff) | |
download | tor-e5be0504abe4d830247295d6c3ed9c6de92d2e16.tar.gz tor-e5be0504abe4d830247295d6c3ed9c6de92d2e16.zip |
When the client is choosing entry guards, now it selects at most
one guard from a given relay family. Otherwise we could end up with
all of our entry points into the network run by the same operator.
Suggested by Camilo Viecco. Fix on 0.1.1.11-alpha.
Not a backport candidate, since I think this might break for users
who only have a given /16 in their reachableaddresses, or something
like that.
svn:r17514
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ Changes in version 0.2.1.8-alpha - 2008-12-08 disclaimer without needing to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. + o Security fixes: + - When the client is choosing entry guards, now it selects at most + one guard from a given relay family. Otherwise we could end up with + all of our entry points into the network run by the same operator. + Suggested by Camilo Viecco. Fix on 0.1.1.11-alpha. + o Major bugfixes: - Fix a DOS opportunity during the voting signature collection process at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x. |