Home
last modified time | relevance | path

Searched refs:SSL_is_tls (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_version.pod5 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
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c137 if (!SSL_is_tls(s)) { in SSL_set_quic_tls_cbs()
197 if (!SSL_is_tls(s)) { in SSL_set_quic_tls_early_data_enabled()
/freebsd/secure/lib/libssl/
H A DVersion.map603 SSL_is_tls;
/freebsd/crypto/openssl/util/
H A Dlibssl.num558 SSL_is_tls 559 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dquicapitest.c416 || !TEST_false(SSL_is_tls(clientquic)) in test_version()
H A Dsslapitest.c11755 || !TEST_false(SSL_is_tls(serverssl)) in test_version()
11756 || !TEST_false(SSL_is_tls(clientssl)) in test_version()
11761 if (!TEST_true(SSL_is_tls(serverssl)) in test_version()
11762 || !TEST_true(SSL_is_tls(clientssl)) in test_version()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md624 | `SSL_is_tls` | CSSM | ��N | ��A | ��QSA | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1871 int SSL_is_tls(const SSL *s);
H A Dssl.h.in1824 int SSL_is_tls(const SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1005 int SSL_is_tls(const SSL *s) in SSL_is_tls() function