[tor-bugs] #6344 [Tor]: Implement proposal 204: ignore subdomains in hidden service addresses

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 4 11:16:17 UTC 2013


#6344: Implement proposal 204: ignore subdomains in hidden service addresses
-------------------------+--------------------------------------------------
 Reporter:  lunar        |          Owner:                    
     Type:  enhancement  |         Status:  needs_review      
 Priority:  normal       |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor          |        Version:                    
 Keywords:  tor-client   |         Parent:                    
   Points:               |   Actualpoints:                    
-------------------------+--------------------------------------------------

Comment(by lunar):

 After applying the patch on top of ee4182612f, I have made some tests
 using the following protocol:

 Tor started through:
 {{{src/or/tor RunAsDaemon 0 Log "info stdout" SafeLogging 0 SocksPort
 "127.0.0.1:9850 IsolateDestAddr"}}}

 Using curl to reach hidden services through:
 {{{curl -I --socks5-hostname 127.0.0.1:9850
 http://idnxcnkne4qt76tg.onion/}}

 1. http://idnxcnkne4qt76tg.onion/ → build circuit A
 2. http://idnxcnkne4qt76tg.onion/ → reuse circuit A
 3. http://first.idnxcnkne4qt76tg.onion/ → build circuit B
 4. http://first.idnxcnkne4qt76tg.onion/ → reuse circuit B
 5. http://idnxcnkne4qt76tg.onion/ → reuse circuit A
 6. http://second.idnxcnkne4qt76tg.onion/ → build circuit C

 So it looks like it does not break IsolateDestAddr. I have been unable to
 make sure of that by looking at the code, though. :(

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


More information about the tor-bugs mailing list