PR: 2064, 728

Submitted by: steve@openssl.org

Add support for custom headers in OCSP requests.
This commit is contained in:
Dr. Stephen Henson
2009-09-30 21:40:55 +00:00
parent 37fc562bd8
commit 18e503f30f
6 changed files with 84 additions and 24 deletions

View File

@@ -787,7 +787,7 @@ BIO_printf(err, "cert_status: received %d ids\n", sk_OCSP_RESPID_num(ids));
if (!OCSP_REQUEST_add_ext(req, ext, -1))
goto err;
}
resp = process_responder(err, req, host, path, port, use_ssl,
resp = process_responder(err, req, host, path, port, use_ssl, NULL,
srctx->timeout);
if (!resp)
{