Home
last modified time | relevance | path

Searched refs:tlsconf (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_tls.cc843 auto &tlsconf = config->tls; in psk_server_cb() local
845 auto it = tlsconf.psk_secrets.find(StringRef{identity}); in psk_server_cb()
846 if (it == std::end(tlsconf.psk_secrets)) { in psk_server_cb()
870 auto &tlsconf = config->tls; in psk_client_cb() local
872 auto &identity = tlsconf.client.psk.identity; in psk_client_cb()
873 auto &secret = tlsconf.client.psk.secret; in psk_client_cb()
957 auto &tlsconf = config->tls; in create_ssl_context() local
960 if (tlsconf.ktls) { in create_ssl_context()
965 SSL_CTX_set_options(ssl_ctx, ssl_opts | tlsconf.tls_proto_mask); in create_ssl_context()
968 ssl_ctx, tlsconf in create_ssl_context()
1257 auto &tlsconf = config->tls; create_quic_ssl_context() local
1584 auto &tlsconf = get_config()->tls; create_ssl_client_context() local
2285 auto &tlsconf = config->tls; setup_server_ssl_context() local
2340 auto &tlsconf = config->tls; setup_quic_server_ssl_context() local
2386 auto &tlsconf = get_config()->tls; setup_downstream_client_ssl_context() local
[all...]
H A Dshrpx_connection.cc157 auto &tlsconf = get_config()->tls; in prepare_server_handshake() local
158 if (proto != Proto::HTTP3 && !tlsconf.session_cache.memcached.host.empty()) { in prepare_server_handshake()
159 auto bio = BIO_new(tlsconf.bio_method); in prepare_server_handshake()
343 auto &tlsconf = get_config()->tls; in tls_handshake() local
345 if (!tls.server_handshake || tlsconf.session_cache.memcached.host.empty()) { in tls_handshake()
425 if (tlsconf.no_postpone_early_data && in tls_handshake()
448 if (tlsconf.no_postpone_early_data && in tls_handshake()
553 if (!tlsconf.no_postpone_early_data && SSL_in_early_data(tls.ssl) && in tls_handshake()
615 auto &tlsconf = get_config()->tls; in tls_handshake_simple() local
636 if (tlsconf in tls_handshake_simple()
929 auto &tlsconf = get_config()->tls; write_tls() local
1022 auto &tlsconf = get_config()->tls; read_tls() local
[all...]
H A Dshrpx.cc1948 auto &tlsconf = config->tls; in fill_default_config() local
1950 auto &ticketconf = tlsconf.ticket; in fill_default_config()
1959 auto &session_cacheconf = tlsconf.session_cache; in fill_default_config()
1969 auto &ocspconf = tlsconf.ocsp; in fill_default_config()
1977 auto &dyn_recconf = tlsconf.dyn_rec; in fill_default_config()
1982 tlsconf.session_timeout = std::chrono::hours(12); in fill_default_config()
1983 tlsconf.ciphers = StringRef::from_lit(nghttp2::tls::DEFAULT_CIPHER_LIST); in fill_default_config()
1984 tlsconf.tls13_ciphers = in fill_default_config()
1986 tlsconf.client.ciphers = in fill_default_config()
1988 tlsconf in fill_default_config()
3755 auto &tlsconf = config->tls; process_options() local
[all...]
H A Dshrpx_connection_handler.cc256 auto &tlsconf = config->tls; in create_single_worker() local
266 tlsconf.cacert, memcachedconf.cert_file, in create_single_worker()
347 auto &tlsconf = config->tls; in create_worker_thread() local
368 tlsconf.cacert, memcachedconf.cert_file, in create_worker_thread()
732 auto &tlsconf = config->tls; in handle_ocsp_complete() local
734 if (tlsconf.ocsp.no_verify || in handle_ocsp_complete()
932 auto &tlsconf = config->tls; in create_tls_ticket_key_memcached_ssl_ctx() local
939 tlsconf.cacert, memcachedconf.cert_file, memcachedconf.private_key_file, in create_tls_ticket_key_memcached_ssl_ctx()
H A Dshrpx_api_downstream_connection.cc419 auto &tlsconf = config->tls; in handle_backendconfig() local
421 tlsconf) != 0) { in handle_backendconfig()
H A Dshrpx_memcached_connection.cc278 auto &tlsconf = get_config()->tls; in tls_handshake() local
280 if (!tlsconf.insecure && in tls_handshake()
H A Dshrpx_config.cc1661 auto &tlsconf = config->tls; in parse_psk_secrets() local
1708 auto rv = tlsconf.psk_secrets.emplace(identity, secret); in parse_psk_secrets()
1727 auto &tlsconf = config->tls; in parse_client_psk_secrets() local
1769 tlsconf.client.psk.identity = in parse_client_psk_secrets()
1772 tlsconf.client.psk.secret = in parse_client_psk_secrets()
4419 const TLSConfig &tlsconf) { in configure_downstream_group()
4443 if (!tlsconf.backend_sni_name.empty()) { in configure_downstream_group()
4444 auto &sni = tlsconf.backend_sni_name; in configure_downstream_group()
4417 configure_downstream_group(Config *config, bool http2_proxy, bool numeric_addr_only, const TLSConfig &tlsconf) configure_downstream_group() argument
H A Dshrpx_config.h1441 const TLSConfig &tlsconf);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c2136 struct tls_config tlsconf; in eap_peer_sm_init() local
2148 os_memset(&tlsconf, 0, sizeof(tlsconf)); in eap_peer_sm_init()
2149 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
2150 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
2151 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
2152 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
2154 tlsconf.fips_mode = 1; in eap_peer_sm_init()
2156 tlsconf.event_cb = eap_peer_sm_tls_event; in eap_peer_sm_init()
2157 tlsconf in eap_peer_sm_init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c2181 struct tls_config tlsconf; in eap_peer_sm_init() local
2193 os_memset(&tlsconf, 0, sizeof(tlsconf)); in eap_peer_sm_init()
2195 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
2198 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
2201 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
2203 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
2205 tlsconf.fips_mode = 1; in eap_peer_sm_init()
2207 tlsconf.event_cb = eap_peer_sm_tls_event; in eap_peer_sm_init()
2208 tlsconf in eap_peer_sm_init()
[all...]

Completed in 23 milliseconds