/third_party/node/test/parallel/ |
H A D | test-tls-async-cb-after-socket-end.js | 6 const SSL_OP_NO_TICKET = require('crypto').constants.SSL_OP_NO_TICKET; 17 secureOptions: SSL_OP_NO_TICKET,
|
H A D | test-tls-ocsp-callback.js | 36 const SSL_OP_NO_TICKET = require('crypto').constants.SSL_OP_NO_TICKET; 88 secureOptions: testOptions.ocsp ? 0 : SSL_OP_NO_TICKET,
|
H A D | test-https-agent-session-eviction.js | 11 const { SSL_OP_NO_TICKET } = require('crypto').constants; 16 secureOptions: SSL_OP_NO_TICKET,
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_openssl.c | 94 options = SSL_OP_NO_TICKET; in SPDYF_openssl_init()
|
/third_party/node/src/ |
H A D | node_constants.cc | 911 #ifdef SSL_OP_NO_TICKET in DefineCryptoConstants() 912 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TICKET); in DefineCryptoConstants()
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection.cc | 388 if (ssl_opts & SSL_OP_NO_TICKET) { in tls_handshake() 389 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_handshake()
|
H A D | shrpx_quic_connection_handler.cc | 413 SSL_set_options(ssl, SSL_OP_NO_TICKET); in handle_new_connection()
|
H A D | HttpServer.cc | 2134 SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_TICKET | in run()
|
H A D | shrpx_tls.cc | 1729 SSL_set_options(ssl, SSL_OP_NO_TICKET); in accept_connection()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options() 777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
|
H A D | ssl_lib.c | 3452 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new_ex() 3871 * - SSL_OP_NO_TICKET is set in which case it is a stateful ticket in ssl_update_cache() 3879 || (s->options & SSL_OP_NO_TICKET) != 0)) in ssl_update_cache()
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options() 777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
|
H A D | ssl_lib.c | 3352 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new_ex() 3772 * - SSL_OP_NO_TICKET is set in which case it is a stateful ticket in ssl_update_cache() 3780 || (s->options & SSL_OP_NO_TICKET) != 0)) in ssl_update_cache()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 2915 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags() 2917 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2919 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2920 #endif /* SSL_OP_NO_TICKET */ in tls_set_conn_flags() 5303 #ifdef SSL_OP_NO_TICKET in tls_global_set_params() 5305 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params() 5307 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params() 5308 #endif /* SSL_OP_NO_TICKET */ in tls_global_set_params()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 967 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name() 1018 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
|
H A D | extensions_srvr.c | 1102 * SSL_OP_NO_TICKET is set - we are caching tickets anyway so there in tls_parse_ctos_psk() 1105 if ((s->options & SSL_OP_NO_TICKET) != 0 in tls_parse_ctos_psk()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 939 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name() 990 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
|
H A D | extensions_srvr.c | 1102 * SSL_OP_NO_TICKET is set - we are caching tickets anyway so there in tls_parse_ctos_psk() 1105 if ((s->options & SSL_OP_NO_TICKET) != 0 in tls_parse_ctos_psk()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 90 pub const SSL_OP_NO_TICKET: ssl_op_type!() = 0x00004000; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 2997 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags() 2999 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 3001 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 3002 #endif /* SSL_OP_NO_TICKET */ in tls_set_conn_flags() 5619 #ifdef SSL_OP_NO_TICKET in tls_global_set_params() 5621 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params() 5623 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params() 5624 #endif /* SSL_OP_NO_TICKET */ in tls_global_set_params()
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 1403 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main() 1404 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET); in main()
|
H A D | sslapitest.c | 863 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)) in test_ccs_change_cipher() 2212 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session() 2438 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test() 8971 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))) in test_session_cache_overflow() 10471 * Test 1: TLSv1.3 (SSL_OP_NO_TICKET set) 10472 * Test 2: TLSv1.3 (max_early_data and SSL_OP_NO_TICKET set) 10473 * Test 3: TLSv1.3 (SSL_OP_NO_TICKET, simultaneous resumes) 10505 * replay protection), or if SSL_OP_NO_TICKET is in use in test_multi_resume() 10512 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in test_multi_resume()
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 3578 #ifdef SSL_OP_NO_TICKET in ossl_connect_step1() 3579 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 333 # define SSL_OP_NO_TICKET 0x00004000U macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 376 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro
|