Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TICKET (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/node/test/parallel/
H A Dtest-tls-async-cb-after-socket-end.js6 const SSL_OP_NO_TICKET = require('crypto').constants.SSL_OP_NO_TICKET;
17 secureOptions: SSL_OP_NO_TICKET,
H A Dtest-tls-ocsp-callback.js36 const SSL_OP_NO_TICKET = require('crypto').constants.SSL_OP_NO_TICKET;
88 secureOptions: testOptions.ocsp ? 0 : SSL_OP_NO_TICKET,
H A Dtest-https-agent-session-eviction.js11 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 Dio_openssl.c94 options = SSL_OP_NO_TICKET; in SPDYF_openssl_init()
/third_party/node/src/
H A Dnode_constants.cc911 #ifdef SSL_OP_NO_TICKET in DefineCryptoConstants()
912 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TICKET); in DefineCryptoConstants()
/third_party/nghttp2/src/
H A Dshrpx_connection.cc388 if (ssl_opts & SSL_OP_NO_TICKET) { in tls_handshake()
389 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_handshake()
H A Dshrpx_quic_connection_handler.cc413 SSL_set_options(ssl, SSL_OP_NO_TICKET); in handle_new_connection()
H A DHttpServer.cc2134 SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_TICKET | in run()
H A Dshrpx_tls.cc1729 SSL_set_options(ssl, SSL_OP_NO_TICKET); in accept_connection()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options()
777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
H A Dssl_lib.c3452 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 Dssl_conf.c375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options()
777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
H A Dssl_lib.c3352 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 Dtls_openssl.c2915 #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 Dextensions.c967 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 Dextensions_srvr.c1102 * 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 Dextensions.c939 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 Dextensions_srvr.c1102 * 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 Dssl.rs90 pub const SSL_OP_NO_TICKET: ssl_op_type!() = 0x00004000; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c2997 #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 Dssl_old_test.c1403 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 Dsslapitest.c863 || !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 Dopenssl.c3578 #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 Dssl.h333 # define SSL_OP_NO_TICKET 0x00004000U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h376 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro

Completed in 81 milliseconds

1234