Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_conf.c394 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},
Dssl_lib.c3539 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0) in ssl_update_cache()
/third_party/openssl/doc/man3/
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
DSSL_CTX_set_options.pod229 =item SSL_OP_NO_ANTI_REPLAY
DSSL_CONF_cmd.pod238 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>.
/third_party/openssl/ssl/statem/
Dextensions_srvr.c1180 && (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()
Dstatem_srvr.c4156 && (s->options & SSL_OP_NO_ANTI_REPLAY) == 0))) { in tls_construct_new_session_ticket()
/third_party/nghttp2/src/
Dshrpx_tls.cc809 | SSL_OP_NO_ANTI_REPLAY in create_ssl_context()
/third_party/openssl/include/openssl/
Dssl.h375 # define SSL_OP_NO_ANTI_REPLAY 0x01000000U macro
/third_party/openssl/test/
Dsslapitest.c2512 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()