Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc124 auto nghttp2_ssl_ctx = SSL_CTX_new(TLS_server_method()); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx() local
125 auto nghttp2_ssl_ctx_del = defer(SSL_CTX_free, nghttp2_ssl_ctx); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
128 SSL_CTX_set_app_data(nghttp2_ssl_ctx, nghttp2_tls_ctx_data.get()); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
129 rv = SSL_CTX_use_certificate_chain_file(nghttp2_ssl_ctx, nghttp2_certfile); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
148 nghttp2_ssl_ctx); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()

Completed in 2 milliseconds