Searched refs:ssl_effective_tls_version (Results 1 – 4 of 4) sorted by relevance
233 ssl_effective_tls_version(SSL *s) in ssl_effective_tls_version() function
614 if (ssl_effective_tls_version(s) < TLS1_3_VERSION) in tlsext_sigalgs_client_parse()1034 if (ssl_effective_tls_version(s) >= TLS1_3_VERSION) { in tlsext_ocsp_client_parse()2252 tls_version = ssl_effective_tls_version(s); in tlsext_build()2328 tls_version = ssl_effective_tls_version(s); in tlsext_parse()
1213 if (ssl_effective_tls_version(s) <= TLS1_1_VERSION) { in ssl3_read_bytes()
1274 uint16_t ssl_effective_tls_version(SSL *s);