Searched refs:SSL_clear_options (Results 1 – 4 of 4) sorted by relevance
212 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()
370 SSL_clear_options(ctx->ssl_conn, SSL_OP_NO_TICKET); in tls_connect_common()
2501 if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) { in test_tlsext_sessionticket_client()2716 if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) { in test_tlsext_sessionticket_server()
468 #define SSL_clear_options(ssl,op) \ macro