SSL_client_version
__owur int SSL_client_version(const SSL *s);
((SSL_client_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_client_version(s) : 0)