Lines Matching refs:ssl_ctx
2585 SSL_CTX *ssl_ctx = info->ssl_ctx; in app_http_tls_cb() local
2587 if (ssl_ctx == NULL) /* not using TLS */ in app_http_tls_cb()
2592 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
2605 if ((ssl = SSL_new(ssl_ctx)) == NULL) { in app_http_tls_cb()
2626 SSL_CTX_free(info->ssl_ctx); in APP_HTTP_TLS_INFO_free()
2632 const char *no_proxy, SSL_CTX *ssl_ctx, in app_http_get_asn1() argument
2652 if (use_ssl && ssl_ctx == NULL) { in app_http_get_asn1()
2657 if (!use_ssl && ssl_ctx != NULL) { in app_http_get_asn1()
2668 info.ssl_ctx = ssl_ctx; in app_http_get_asn1()
2685 const char *no_proxy, SSL_CTX *ssl_ctx, in app_http_post_asn1() argument
2692 int use_ssl = ssl_ctx != NULL; in app_http_post_asn1()
2705 info.ssl_ctx = ssl_ctx; in app_http_post_asn1()