summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2021-02-01 21:43:41 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-03-17 13:04:23 -0400
commit6de09642f06b8ee0da3e47e17b350aea6c7644a9 (patch)
treec7ec09dc185cee9aab8d54df81632d4eda0c2abe /changes
parent29f07a4e9d2e7cd061e696f673c42e00885ec231 (diff)
downloadtor-6de09642f06b8ee0da3e47e17b350aea6c7644a9.tar.gz
tor-6de09642f06b8ee0da3e47e17b350aea6c7644a9.zip
warn and reject reentering streams at client too
Clients now check whether their streams are attempting to re-enter the Tor network (i.e. to send Tor traffic over Tor), and they close them preemptively if they think exit relays will refuse them. See bug 2667 for details. Resolves ticket 40271.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket402715
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40271 b/changes/ticket40271
new file mode 100644
index 0000000000..a977be75e1
--- /dev/null
+++ b/changes/ticket40271
@@ -0,0 +1,5 @@
+ o Minor features (client):
+ - Clients now check whether their streams are attempting to re-enter
+ the Tor network (i.e. to send Tor traffic over Tor), and they close
+ them preemptively if they think exit relays will refuse them. See
+ ticket 2667 for details. Close ticket 40271.