Searched refs:SSL_client_version (Results 1 – 6 of 6) sorted by relevance
5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_is_tls, SSL_is_quic,12 int SSL_client_version(const SSL *s);24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric90 SSL_version() and SSL_client_version() return an integer which could include any114 SSL_client_version()).
55 ((SSL_client_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_client_version(s) : 0)
2112 __owur int SSL_client_version(const SSL *s);
396 SSL_client_version 397 3_0_0 EXIST::FUNCTION:
228 | `SSL_client_version` | HL | U | A | NC\* | Done …
5355 int SSL_client_version(const SSL *s) in SSL_client_version() function
Completed in 58 milliseconds