Make TLS 1.2 ciphers work again.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 4 Apr 2013 17:19:18 +0000 (18:19 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 4 Apr 2013 17:21:58 +0000 (18:21 +0100)
Since s->method does not reflect the final client version when a client
hello is sent for SSLv23_client_method it can't be relied on to indicate
if TLS 1.2 ciphers should be used. So use the client version instead.


No differences found