Searched refs:SSL_is_tls (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_version.pod | 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
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls_api.c | 132 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()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 603 SSL_is_tls;
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 558 SSL_is_tls 559 3_2_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/test/ |
| H A D | quicapitest.c | 392 * Test that SSL_version, SSL_get_version, SSL_is_quic, SSL_is_tls and 416 || !TEST_false(SSL_is_tls(clientquic)) in test_version()
|
| H A D | sslapitest.c | 12199 * Test that SSL_version, SSL_get_version, SSL_is_quic, SSL_is_tls and in test_data_retry() 12293 || !TEST_false(SSL_is_tls(serverssl)) in test_multi_resume() 12294 || !TEST_false(SSL_is_tls(clientssl)) in test_multi_resume() 12299 if (!TEST_true(SSL_is_tls(serverssl)) in test_multi_resume() 12300 || !TEST_true(SSL_is_tls(clientssl)) in test_multi_resume()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 624 | `SSL_is_tls` | CSSM | N | A | QSA | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1877 int SSL_is_tls(const SSL *s);
|
| H A D | ssl.h.in | 1830 int SSL_is_tls(const SSL *s);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 992 int SSL_is_tls(const SSL *s) in SSL_is_tls() function
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4502 MLINKS+= SSL_get_version.3 SSL_is_tls.3
|