Searched refs:SSL_is_tls (Results 1 – 7 of 7) sorted by relevance
5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_is_tls, SSL_is_quic,17 int SSL_is_tls(const SSL *ssl);37 SSL_is_tls() returns 1 if the connection is using SSL/TLS or 0 if not.140 The SSL_is_dtls() function was added in OpenSSL 1.1.0. The SSL_is_tls() and
558 SSL_is_tls 559 3_2_0 EXIST::FUNCTION:
415 || !TEST_false(SSL_is_tls(clientquic)) in test_version()
11586 || !TEST_false(SSL_is_tls(serverssl)) in test_version()11587 || !TEST_false(SSL_is_tls(clientssl)) in test_version()11592 if (!TEST_true(SSL_is_tls(serverssl)) in test_version()11593 || !TEST_true(SSL_is_tls(clientssl)) in test_version()
624 | `SSL_is_tls` | CSSM | N | A | QSA | Done …
1814 int SSL_is_tls(const SSL *s);
957 int SSL_is_tls(const SSL *s) in SSL_is_tls() function
Completed in 99 milliseconds