Searched refs:SSL_version (Results 1 – 16 of 16) 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()379 ver = SSL_version(scon); in s_time_main()
830 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()3369 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()3836 } else if(SSL_version(user_data->con) == TLS1_3_VERSION) { in user_data_execute()3985 } 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()236 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) { in psk_find_session_cb()2716 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)
2111 __owur int SSL_version(const SSL *ssl);
1647 ret->server_protocol = SSL_version(server.ssl); in do_handshake_internal()1648 ret->client_protocol = SSL_version(client.ssl); in do_handshake_internal()
77 SSL_version 78 3_0_0 EXIST::FUNCTION:
422 if (SSL_version(s) == TLS1_3_VERSION) in ssl_print_tmp_key()
1402 version = SSL_version(SSL_CONNECTION_GET_SSL(s)); in tls_construct_stoc_supported_groups()
410 if (!TEST_int_eq(SSL_version(clientquic), OSSL_QUIC1_VERSION) in test_version()
1853 if (SSL_version(c_ssl) != version) { in main()
11577 if (!TEST_int_eq(SSL_version(serverssl), version) in test_version()11578 || !TEST_int_eq(SSL_version(clientssl), version) in test_version()11650 version = SSL_version(serverssl); in test_rstate_string()
227 | `SSL_version` | HL | U | A | NC\* | Done …
5340 int SSL_version(const SSL *s) in SSL_version() function
Completed in 125 milliseconds