Searched refs:private_key_file (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_tls.h | 82 SSL_CTX *create_ssl_context(const char *private_key_file, const char *cert_file, 98 const StringRef &private_key_file, 109 const StringRef &private_key_file,
|
H A D | shrpx_tls.cc | 927 SSL_CTX *create_ssl_context(const char *private_key_file, const char *cert_file, in create_ssl_context() argument 1085 if (SSL_CTX_use_PrivateKey_file(ssl_ctx, private_key_file, in create_ssl_context() 1093 if (neverbleed_load_private_key_file(nb, ssl_ctx, private_key_file, in create_ssl_context() 1227 SSL_CTX *create_quic_ssl_context(const char *private_key_file, in create_quic_ssl_context() argument 1381 if (SSL_CTX_use_PrivateKey_file(ssl_ctx, private_key_file, in create_quic_ssl_context() 1389 if (neverbleed_load_private_key_file(nb, ssl_ctx, private_key_file, in create_quic_ssl_context() 1570 const StringRef &private_key_file, in create_ssl_client_context() 1648 if (!private_key_file.empty()) { in create_ssl_client_context() 1650 if (SSL_CTX_use_PrivateKey_file(ssl_ctx, private_key_file.c_str(), in create_ssl_client_context() 1653 << private_key_file << " in create_ssl_client_context() 1565 create_ssl_client_context( neverbleed_t *nb, const StringRef &cacert, const StringRef &cert_file, const StringRef &private_key_file, int (*next_proto_select_cb)(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg)) create_ssl_client_context() argument [all...] |
H A D | shrpx_config.h | 625 TLSCertificate(StringRef private_key_file, StringRef cert_file, in TLSCertificate() 627 : private_key_file(std::move(private_key_file)), in TLSCertificate() 631 StringRef private_key_file; member 672 StringRef private_key_file; member 701 StringRef private_key_file; member 743 StringRef private_key_file; member 768 StringRef private_key_file; member
|
H A D | HttpServer.h | 60 std::string private_key_file; member
|
H A D | nghttpd.cc | 449 config.private_key_file = argv[optind++]; in main()
|
H A D | shrpx_connection_handler.cc | 267 memcachedconf.private_key_file, nullptr); in create_single_worker() 369 memcachedconf.private_key_file, nullptr); in create_worker_thread() 939 tlsconf.cacert, memcachedconf.cert_file, memcachedconf.private_key_file, in create_tls_ticket_key_memcached_ssl_ctx()
|
H A D | shrpx_config.cc | 3164 config->tls.private_key_file = make_string_ref(config->balloc, optarg); in parse_config() 3213 auto private_key_file = StringRef{std::begin(optarg), sp}; in parse_config() local 3215 if (private_key_file.empty()) { in parse_config() 3230 make_string_ref(config->balloc, private_key_file), in parse_config() 3373 config->tls.client.private_key_file = in parse_config() 3745 config->tls.session_cache.memcached.private_key_file = in parse_config() 3759 config->tls.ticket.memcached.private_key_file = in parse_config()
|
H A D | HttpServer.cc | 2223 if (SSL_CTX_use_PrivateKey_file(ssl_ctx, config_->private_key_file.c_str(), in run()
|
H A D | shrpx.cc | 3800 (tlsconf.private_key_file.empty() || tlsconf.cert_file.empty())) { in process_options()
|
Completed in 23 milliseconds