aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-20 14:52:56 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-20 14:52:56 -0400
commit1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac (patch)
treed613e68826eb910fe85d313cff7639dda7e30aa9 /changes
parentedaea773e57cc39e892643bcce12c755810f508b (diff)
downloadtor-1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac.tar
tor-1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac.tar.gz
Send NETINFO on receiving a NETINFO if we have not yet sent one.
Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug95465
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9546 b/changes/bug9546
new file mode 100644
index 000000000..8596eac94
--- /dev/null
+++ b/changes/bug9546
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+
+ - When a relay is extending a circuit to a bridge, it needs to send a
+ NETINFO cell, even when the bridge hasn't sent an AUTH_CHALLENGE
+ cell. Fixes bug 9546; bugfix on ????.