aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-11 13:03:25 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-11 23:27:53 -0500
commit3a0c6021556abc96f4c610d5e097e3890216595f (patch)
treed17c12c463cf9bee5eb88d00caee8521aa45a4a7 /changes
parentf7a3cdc8f27c2306cf06d742af63846c82ebdc56 (diff)
downloadtor-3a0c6021556abc96f4c610d5e097e3890216595f.tar
tor-3a0c6021556abc96f4c610d5e097e3890216595f.tar.gz
Clarify threat description and avoid negative uptimes.
Diffstat (limited to 'changes')
-rw-r--r--changes/hsdir_assignment7
1 files changed, 4 insertions, 3 deletions
diff --git a/changes/hsdir_assignment b/changes/hsdir_assignment
index ba019901e..5c04b9b9b 100644
--- a/changes/hsdir_assignment
+++ b/changes/hsdir_assignment
@@ -2,6 +2,7 @@
- Directory authorities now use data collected from rephist when
choosing whether to assign the HSDir flag to relays, instead of
trusting the uptime value the relay reports in its descriptor.
- This helps prevent an attack where relatively few malaicious
- nodes can blackhole any given hidden service. Bugfix on
- 0.2.0.10-alpha; fixes bug 2709.
+ This helps prevent an attack where a small set of nodes with
+ frequently-changing identity keys can blackhole a hidden service.
+ (Only authorities need upgrade; others will be fine once they do.)
+ Bugfix on 0.2.0.10-alpha; fixes bug 2709.