Home
last modified time | relevance | path

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

/src/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
/src/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c132 if (!SSL_is_tls(s)) { in SSL_set_quic_tls_cbs()
192 if (!SSL_is_tls(s)) { in SSL_set_quic_tls_early_data_enabled()
/src/secure/lib/libssl/
H A DVersion.map603 SSL_is_tls;
/src/crypto/openssl/util/
H A Dlibssl.num558 SSL_is_tls 559 3_2_0 EXIST::FUNCTION:
/src/crypto/openssl/test/
H A Dquicapitest.c415 || !TEST_false(SSL_is_tls(clientquic)) in test_version()
H A Dsslapitest.c11914 || !TEST_false(SSL_is_tls(serverssl)) in test_version()
11915 || !TEST_false(SSL_is_tls(clientssl)) in test_version()
11920 if (!TEST_true(SSL_is_tls(serverssl)) in test_version()
11921 || !TEST_true(SSL_is_tls(clientssl)) in test_version()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md624 | `SSL_is_tls` | CSSM | ��N | ��A | ��QSA | ��Done …
/src/crypto/openssl/include/openssl/
H A Dssl.h1877 int SSL_is_tls(const SSL *s);
H A Dssl.h.in1830 int SSL_is_tls(const SSL *s);
/src/crypto/openssl/ssl/
H A Dssl_lib.c992 int SSL_is_tls(const SSL *s) in SSL_is_tls() function
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4501 MLINKS+= SSL_get_version.3 SSL_is_tls.3