[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #11150 [Tor]: Remove client code for connecting to and using 0.2.2 servers
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs