[crypto] Construct OCSP check URI

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-05-20 15:54:03 +01:00
parent 57de8b6272
commit 944e023def
3 changed files with 84 additions and 83 deletions

View File

@@ -70,6 +70,8 @@ struct ocsp_check {
struct x509_certificate *cert;
/** Issuing certificate */
struct x509_certificate *issuer;
/** URI string */
char *uri_string;
/** Request */
struct ocsp_request request;
/** Response */