diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-20 14:52:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-20 14:52:56 -0400 |
commit | 1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac (patch) | |
tree | d613e68826eb910fe85d313cff7639dda7e30aa9 /changes/bug9546 | |
parent | edaea773e57cc39e892643bcce12c755810f508b (diff) | |
download | tor-1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac.tar.gz tor-1bb4a4f9bdf24706a459e4aefb2b0fb75622f7ac.zip |
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/bug9546')
-rw-r--r-- | changes/bug9546 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9546 b/changes/bug9546 new file mode 100644 index 0000000000..8596eac94a --- /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 ????. |