[tor-bugs] #2205 [Tor Relay]: private network of nodes running master doesn't allow client requests to complete
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Thu Nov 25 00:30:58 UTC 2010
#2205: private network of nodes running master doesn't allow client requests to
complete
-----------------------+----------------------------------------------------
Reporter: Sebastian | Owner:
Type: defect | Status: new
Priority: major | Milestone: Tor: 0.2.3.x-final
Component: Tor Relay | Version:
Keywords: | Parent:
-----------------------+----------------------------------------------------
Comment(by nickm):
re that email: The identity_digest field is *supposed* to get set by
connection_or_set_identity_digest(), which is called from
connection_or_init_conn_from_address and
connection_or_check_valid_tls_handshake (on outgoing connections only, so
it's not there). connection_or_init_conn_from_digest is called from
connection_or_connect [outgoing only again] and
connection_tls_finish_handshake(). That last one --
connection_tls_finish_handshake -- is where the identity digest is
''supposed'' to be set on incoming connections.
I'm not seeing the problem in the code here yet; maybe adding a debugging
log message to connection_tls_finish_handshake would help track down the
issue.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2205#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list