Lines Matching refs:SSL_CTX_set_options
372 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
373 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog()
810 SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET); in test_no_ems()
872 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)) in test_ccs_change_cipher()
2108 SSL_CTX_set_options(sctx, s_options); in execute_test_session()
2259 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session()
2485 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test()
3814 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()
5873 SSL_CTX_set_options(sctx, server_options); in test_tls13_no_dhe_kex()
5874 SSL_CTX_set_options(cctx, client_options); in test_tls13_no_dhe_kex()
5909 SSL_CTX_set_options(cctx, client_options); in test_tls13_no_dhe_kex()
6234 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
6235 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
6237 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()
8629 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
9573 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))) in test_session_cache_overflow()
12134 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in test_multi_resume()
13229 SSL_CTX_set_options(sctx, SSL_OP_NO_RENEGOTIATION); in test_no_renegotiation()