[tor-bugs] #18483 [Tor]: Clients should always tunnel connections, even if FetchDirInfoExtraEarly is set

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Mar 17 14:11:26 UTC 2016


#18483: Clients should always tunnel connections, even if FetchDirInfoExtraEarly is
set
--------------------+------------------------------------
 Reporter:  teor    |          Owner:
     Type:  defect  |         Status:  needs_information
 Priority:  Medium  |      Milestone:  Tor: 0.2.8.x-final
Component:  Tor     |        Version:
 Severity:  Normal  |     Resolution:
 Keywords:          |  Actual Points:
Parent ID:          |         Points:
 Reviewer:          |        Sponsor:  None
--------------------+------------------------------------
Changes (by dgoulet):

 * status:  new => needs_information
 * sponsor:   => None


Comment:

 Does this apply also to more cases? I see in
 `should_use_directory_guards()`:

 {{{
   if (options->DownloadExtraInfo || options->FetchDirInfoEarly ||
       options->FetchDirInfoExtraEarly || options->FetchUselessDescriptors)
     return 0;
 }}}

 At that point, we know it's a client, should it simply return 1 all the
 time instead so we always use a dir guard? (Also, am I looking at the
 right place? :)

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


More information about the tor-bugs mailing list