[tor-bugs] #17047 [Tor]: Likely regression with Openssl 1.1+ and v2 handshake

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Sep 12 01:43:50 UTC 2015


#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


More information about the tor-bugs mailing list