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)
commit1e2d4cb0e181ca6414b57c3e9a233bfa196d90a6
tree0838ada474956b2709fd29f22d6945343ac1c9b4
parent99cda4376e75382f2b585bcb569080a225273e49
Make TLS 1.2 ciphers work again.

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.
ssl/ssl_locl.h
ssl/t1_lib.c