summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-08 10:33:38 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-08 10:33:38 -0400
commitc0c0a6085e7e6395e4f5819ba47076786ae2f2b0 (patch)
treeef81f7dac6035f272a85f7bdc33047627f766a5b /changes
parent2f67a6e8c95aadadfc55b6245668471f7def72e6 (diff)
parent6785f0b65a106561a36239d89140bf18be3d7c6c (diff)
downloadtor-c0c0a6085e7e6395e4f5819ba47076786ae2f2b0.tar.gz
tor-c0c0a6085e7e6395e4f5819ba47076786ae2f2b0.zip
Merge remote-tracking branch 'origin/maint-0.2.6'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket82437
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket8243 b/changes/ticket8243
new file mode 100644
index 0000000000..8946a21a59
--- /dev/null
+++ b/changes/ticket8243
@@ -0,0 +1,7 @@
+ o Minor feature:
+ - The HSDir flag given by authorities now requires the Stable flag. For
+ the current network, this results in going from 2887 to 2806 HSDirs.
+ Also, it makes it harder for an attacker to launch a sybil attack by
+ raising the effort for a relay to become Stable which takes at the
+ very least 7 days to do so and by keeping the 96 hours uptime
+ requirement for HSDir. Implements ticket #8243.