[tor-bugs] #5595 [Tor]: Some relays tried to refetch maatuska's new certificate repeatedly

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Mar 20 19:21:55 UTC 2013


#5595: Some relays tried to refetch maatuska's new certificate repeatedly
-----------------------+----------------------------------------------------
 Reporter:  rransom    |          Owner:                    
     Type:  defect     |         Status:  new               
 Priority:  critical   |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor        |        Version:                    
 Keywords:  tor-relay  |         Parent:                    
   Points:             |   Actualpoints:                    
-----------------------+----------------------------------------------------

Comment(by nickm):

 Well, this is a pile of junkiness.

 The download_status_t object that gets used for certificates is one in
 cert_list_t , which is a per-authority structure.  We really need a
 download_status_t that works on a per-certificate basis to avoid this kind
 of bug.

 Fortunately, cert_list_t is only used in routerlist.c, so in theory the
 changes should be easy to isolate.

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


More information about the tor-bugs mailing list