Lines Matching refs:srctx
469 static int get_ocsp_resp_from_responder(SSL *s, tlsextstatusctx *srctx, in get_ocsp_resp_from_responder() argument
494 if (srctx->verbose) in get_ocsp_resp_from_responder()
498 if (srctx->host == NULL) { in get_ocsp_resp_from_responder()
503 host = srctx->host; in get_ocsp_resp_from_responder()
504 path = srctx->path; in get_ocsp_resp_from_responder()
505 port = srctx->port; in get_ocsp_resp_from_responder()
506 use_ssl = srctx->use_ssl; in get_ocsp_resp_from_responder()
508 proxy = srctx->proxy; in get_ocsp_resp_from_responder()
509 no_proxy = srctx->no_proxy; in get_ocsp_resp_from_responder()
542 use_ssl, NULL /* headers */, srctx->timeout); in get_ocsp_resp_from_responder()
577 tlsextstatusctx *srctx = arg; in cert_status_cb() local
583 if (srctx->verbose) in cert_status_cb()
586 if (srctx->respin != NULL) { in cert_status_cb()
587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb()
599 ret = get_ocsp_resp_from_responder(s, srctx, &resp); in cert_status_cb()
609 if (srctx->verbose) { in cert_status_cb()