Searched refs:SSL_OP_NO_ANTI_REPLAY (Results 1 – 10 of 10) sorted by relevance
394 SSL_FLAG_TBL_INV("AntiReplay", SSL_OP_NO_ANTI_REPLAY) in cmd_Options()718 {SSL_OP_NO_ANTI_REPLAY, SSL_TFLAG_INV},720 {SSL_OP_NO_ANTI_REPLAY, 0},
3539 && (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
229 =item SSL_OP_NO_ANTI_REPLAY
238 required. Switching off anti-replay is equivalent to B<SSL_OP_NO_ANTI_REPLAY>.496 Disabling anti-replay is equivalent to setting B<SSL_OP_NO_ANTI_REPLAY>.
1180 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0)) in tls_parse_ctos_psk()1204 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0 in tls_parse_ctos_psk()
4156 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0))) { in tls_construct_new_session_ticket()
809 | SSL_OP_NO_ANTI_REPLAY in create_ssl_context()
375 # define SSL_OP_NO_ANTI_REPLAY 0x01000000U macro
2512 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()