aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2012-09-11 13:00:05 -0700
committerNick Mathewson <nickm@torproject.org>2012-10-19 02:56:25 -0400
commitd3bfdd6108d084c77f60b16319f6ef24ac447373 (patch)
tree060607817555c9c740826bbf81d7b156ac780f28 /changes
parenta0e9dc9f55a452d78d9d16b4a2fc7d57dafa0409 (diff)
downloadtor-d3bfdd6108d084c77f60b16319f6ef24ac447373.tar
tor-d3bfdd6108d084c77f60b16319f6ef24ac447373.tar.gz
Don't serve or accept v2 HS descs over a DirPort
(changes file tweaked by nickm)
Diffstat (limited to 'changes')
-rw-r--r--changes/dirserv-BUGGY-a7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/dirserv-BUGGY-a b/changes/dirserv-BUGGY-a
new file mode 100644
index 000000000..35b492a2d
--- /dev/null
+++ b/changes/dirserv-BUGGY-a
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+
+ - Don't serve or accept v2 hidden service descriptors over a
+ relay's DirPort. It's never correct to do so, and disabling it
+ might make it more annoying to exploit any bugs that turn up in the
+ descriptor-parsing code. Fixes bug 7149.
+