Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_ANTI_REPLAY (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c396 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},
H A Dssl_lib.c3793 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0) in ssl_update_cache()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod241 has been explicitly disabled using the SSL_OP_NO_ANTI_REPLAY option. See
325 using the B<SSL_OP_NO_ANTI_REPLAY> option. See L<SSL_CTX_set_options(3)> for
H A DSSL_CONF_cmd.pod260 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>.
H A DSSL_CTX_set_options.pod206 =item SSL_OP_NO_ANTI_REPLAY
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1112 && (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()
H A Dstatem_srvr.c3997 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0))) { in tls_construct_new_session_ticket()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2393 # ifdef SSL_OP_NO_ANTI_REPLAY
2394 { "SSL_OP_NO_ANTI_REPLAY", SSL_OP_NO_ANTI_REPLAY },
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h417 # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24) macro
H A Dssl.h.in394 # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24) macro
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4618 SSL_OP_NO_ANTI_REPLAY); in doq_ctx_server_setup()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c3769 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()