Searched refs:confctx (Results 1 – 1 of 1) sorted by relevance
3804 SSL_CONF_CTX *confctx = SSL_CONF_CTX_new(); in test_early_data_replay_int() local3806 if (!TEST_ptr(confctx)) in test_early_data_replay_int()3808 SSL_CONF_CTX_set_flags(confctx, SSL_CONF_FLAG_FILE in test_early_data_replay_int()3810 SSL_CONF_CTX_set_ssl_ctx(confctx, sctx); in test_early_data_replay_int()3811 if (!TEST_int_eq(SSL_CONF_cmd(confctx, "Options", "-AntiReplay"), in test_early_data_replay_int()3813 SSL_CONF_CTX_free(confctx); in test_early_data_replay_int()3816 SSL_CONF_CTX_free(confctx); in test_early_data_replay_int()
Completed in 32 milliseconds