aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-16 20:23:33 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-16 20:24:48 -0400
commitdc516a543604e081583cbe725bc4b0a89768fc78 (patch)
treec13365c9b5b74abd7d10cf697c5428d962d9b5dd /changes
parent2a95f3171681ee53c97ccba9d80f4454b462aaa7 (diff)
downloadtor-dc516a543604e081583cbe725bc4b0a89768fc78.tar.gz
tor-dc516a543604e081583cbe725bc4b0a89768fc78.zip
Limit hidden service descriptors to at most 10 guard nodes.
Fixes bug 9002; bugfix on 0.1.1.11-alpha (which introduced guard nodes), or on 0.0.6pre1 (which introduced hidden services).
Diffstat (limited to 'changes')
-rw-r--r--changes/bug90024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9002 b/changes/bug9002
new file mode 100644
index 0000000000..c41ace394a
--- /dev/null
+++ b/changes/bug9002
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Limit hidden service descriptors to at most ten introduction
+ points, to slow one kind of guard enumeration. Fixes bug 9002;
+ bugfix on 0.1.1.11-alpha.