diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-16 20:23:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-16 20:24:48 -0400 |
commit | dc516a543604e081583cbe725bc4b0a89768fc78 (patch) | |
tree | c13365c9b5b74abd7d10cf697c5428d962d9b5dd /changes | |
parent | 2a95f3171681ee53c97ccba9d80f4454b462aaa7 (diff) | |
download | tor-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/bug9002 | 4 |
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. |