[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #17047 [Tor]: Likely regression with Openssl 1.1+ and v2 handshake
#17047: Likely regression with Openssl 1.1+ and v2 handshake
-------------------------------------------------+-------------------------
Reporter: nickm | Owner:
Type: defect | Status: new
Priority: major | Milestone: Tor:
Component: Tor | 0.2.7.x-final
Keywords: regression TorCoreTeam201509 | Version:
PostFreeze027 | Actual Points:
Parent ID: | Points:
-------------------------------------------------+-------------------------
When we did the compatibility code for openssl 1.1+, I wonder if we broke
the v2 handshake. This code in tortls.c looks wrong:
{{{
#ifdef HAVE_SSL_GET_CLIENT_CIPHERS
ciphers = SSL_get_ciphers(ssl);
#else
}}}
I bet that should be SSL_get_client_ciphers(ssl)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17047>
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