summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-30 08:34:48 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-30 08:34:48 -0500
commite936b9b47de954fa1f34110b871edc695cbcf696 (patch)
tree36c41a9cf6efe518dafda23a0bdf11fe16abcf71 /changes
parentd7ecdd645a68eeb7a5ab8c839479a05cc8a1e10e (diff)
parent88901c39673aade6eecbf0b5a11a0b5c9acfd9f7 (diff)
downloadtor-e936b9b47de954fa1f34110b871edc695cbcf696.tar.gz
tor-e936b9b47de954fa1f34110b871edc695cbcf696.zip
Merge remote-tracking branch 'dgoulet/bug13667_025_v4'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug136675
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13667 b/changes/bug13667
new file mode 100644
index 0000000000..3714753df4
--- /dev/null
+++ b/changes/bug13667
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Make HS port scanning more difficult by sending back REASON_DONE if the
+ exit policy didn't match. Furthermore, immediately close the circuit to
+ avoid other connection attempts on it from the possible attacker trying
+ multiple ports on that same circuit.