Searched refs:SSL_OP_NO_ANTI_REPLAY (Results 1 – 12 of 12) sorted by relevance
396 SSL_FLAG_TBL_INV("AntiReplay", SSL_OP_NO_ANTI_REPLAY), in cmd_Options()799 {SSL_OP_NO_ANTI_REPLAY, SSL_TFLAG_INV},801 {SSL_OP_NO_ANTI_REPLAY, 0},
3793 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0) in ssl_update_cache()
241 has been explicitly disabled using the SSL_OP_NO_ANTI_REPLAY option. See325 using the B<SSL_OP_NO_ANTI_REPLAY> option. See L<SSL_CTX_set_options(3)> for
260 required. Switching off anti-replay is equivalent to B<SSL_OP_NO_ANTI_REPLAY>.521 Disabling anti-replay is equivalent to setting B<SSL_OP_NO_ANTI_REPLAY>.
206 =item SSL_OP_NO_ANTI_REPLAY
1112 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0)) in tls_parse_ctos_psk()1134 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0 in tls_parse_ctos_psk()
3997 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0))) { in tls_construct_new_session_ticket()
2393 # ifdef SSL_OP_NO_ANTI_REPLAY2394 { "SSL_OP_NO_ANTI_REPLAY", SSL_OP_NO_ANTI_REPLAY },
417 # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24) macro
394 # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24) macro
4618 SSL_OP_NO_ANTI_REPLAY); in doq_ctx_server_setup()
3769 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()