summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/ocsp.h
diff options
context:
space:
mode:
authorMichael Brown2012-05-20 16:54:03 +0200
committerMichael Brown2012-05-22 00:21:38 +0200
commit944e023def7da2e1e84621803f4bb62855ff99c7 (patch)
treea166d268bc515f58d0163e5b300a9174a1374df9 /src/include/ipxe/ocsp.h
parent[crypto] Fix margin of error for OCSP checks (diff)
downloadipxe-944e023def7da2e1e84621803f4bb62855ff99c7.tar.gz
ipxe-944e023def7da2e1e84621803f4bb62855ff99c7.tar.xz
ipxe-944e023def7da2e1e84621803f4bb62855ff99c7.zip
[crypto] Construct OCSP check URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/ocsp.h')
-rw-r--r--src/include/ipxe/ocsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/ocsp.h b/src/include/ipxe/ocsp.h
index e8414923..2521681c 100644
--- a/src/include/ipxe/ocsp.h
+++ b/src/include/ipxe/ocsp.h
@@ -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 */