[tor-bugs] #11150 [Tor]: Remove client code for connecting to and using 0.2.2 servers

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jan 27 18:23:13 UTC 2015


#11150: Remove client code for connecting to and using 0.2.2 servers
------------------------+---------------------------------------
     Reporter:  nickm   |      Owner:  TvdW
         Type:  defect  |     Status:  assigned
     Priority:  normal  |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  tor-client, 026-triaged-1
Actual Points:          |  Parent ID:  #9476
       Points:          |
------------------------+---------------------------------------

Comment (by TvdW):

 Should be. V1 support required sometimes sending certificates, sometimes
 not. This had to be overridden if we saw V2, to make sure we don't send a
 chain. Instead of doing all this, we now just do :

 {{{
 SSL_CTX_set_verify(result->ctx, SSL_VERIFY_NONE, NULL);
 }}}

 Which has the same result.

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


More information about the tor-bugs mailing list