Searched refs:SSL_version (Results 1 – 20 of 20) sorted by relevance
6 SSL_version - get the protocol information of a connection20 int SSL_version(const SSL *s);31 SSL_version() returns the numeric protocol version used for the connection.90 SSL_version() and SSL_client_version() return an integer which could include any
297 ver = SSL_version(scon); in s_time_main()381 ver = SSL_version(scon); in s_time_main()
831 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()3408 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()3870 } else if(SSL_version(user_data->con) == TLS1_3_VERSION) { in user_data_execute()4019 } if (SSL_version(user_data->con) == TLS1_3_VERSION) { in user_data_process()
140 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb()238 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) { in psk_find_session_cb()2718 if (SSL_version(con) != DTLS1_VERSION) in sv_body()
19 (SSL_is_dtls(s) || (SSL_version(s) < TLS1_3_VERSION))
52 ((SSL_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_version(s) : 0)
2173 __owur int SSL_version(const SSL *ssl);
2126 __owur int SSL_version(const SSL *ssl);
385 SSL_version;
1648 ret->server_protocol = SSL_version(server.ssl); in do_handshake_internal()1649 ret->client_protocol = SSL_version(client.ssl); in do_handshake_internal()
426 if (SSL_version(s) == TLS1_3_VERSION) in ssl_print_tmp_key()
77 SSL_version 78 3_0_0 EXIST::FUNCTION:
1583 if ((SSL_version(ssl) == TLS1_VERSION || in tls_msg_cb()1584 SSL_version(ssl) == TLS1_1_VERSION) && in tls_msg_cb()5058 if (SSL_version(s) == TLS1_3_VERSION && SSL_session_reused(s)) { in ocsp_resp_cb()
1684 version = SSL_version(SSL_CONNECTION_GET_SSL(s)); in tls_construct_stoc_supported_groups()
1853 if (SSL_version(c_ssl) != version) { in main()
411 if (!TEST_int_eq(SSL_version(clientquic), OSSL_QUIC1_VERSION) in test_version()
11746 if (!TEST_int_eq(SSL_version(serverssl), version) in test_version()11747 || !TEST_int_eq(SSL_version(clientssl), version) in test_version()11819 version = SSL_version(serverssl); in test_rstate_string()
227 | `SSL_version` | HL | U | A | NC\* | Done …
5460 int SSL_version(const SSL *s) in SSL_version() function
4297 MLINKS+= SSL_get_version.3 SSL_version.3