Home
last modified time | relevance | path

Searched refs:SSL_clear_options (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/lib/libssl/unit/
H A Dssl_versions.c212 SSL_clear_options(ssl, SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | in test_ssl_enabled_version_range()
514 SSL_clear_options(ssl, SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | in test_ssl_max_shared_version()
/openbsd/lib/libtls/
H A Dtls_client.c370 SSL_clear_options(ctx->ssl_conn, SSL_OP_NO_TICKET); in tls_connect_common()
/openbsd/regress/lib/libssl/tlsext/
H A Dtlsexttest.c2503 if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) { in test_tlsext_sessionticket_client()
2718 if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) { in test_tlsext_sessionticket_server()
/openbsd/lib/libssl/
H A Dssl.h474 #define SSL_clear_options(ssl,op) \ macro