[tor-bugs] #5898 [Tor Hidden Services]: publishing two hidden services descriptors to the same relay will use the same circuit

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed May 16 01:47:50 UTC 2012


#5898: publishing two hidden services descriptors to the same relay will use the
same circuit
---------------------------------+------------------------------------------
 Reporter:  arma                 |          Owner:                    
     Type:  defect               |         Status:  new               
 Priority:  normal               |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Hidden Services  |        Version:                    
 Keywords:                       |         Parent:                    
   Points:                       |   Actualpoints:                    
---------------------------------+------------------------------------------

Comment(by arma):

 Turns out this is already fixed in 0.2.3 by the ISO_STREAM flag for
 anonymized begindir requests:
 {{{
     /* Anonymized tunneled connections can never share a circuit.
      * One-hop directory connections can share circuits with each other
      * but nothing else. */
     int iso_flags = anonymized_connection ? ISO_STREAM : ISO_SESSIONGRP;
 }}}

 So the question is, do we solve this for 0.2.2, or do we treat it as a
 bugfix that 0.2.3 provides? I'd suggest leaving 0.2.2 alone and focusing
 on other 0.2.3 things.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5898#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list