diff options
| author | Michael Brown | 2012-05-20 16:54:03 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-05-22 00:21:38 +0200 |
| commit | 944e023def7da2e1e84621803f4bb62855ff99c7 (patch) | |
| tree | a166d268bc515f58d0163e5b300a9174a1374df9 /src/include/ipxe | |
| parent | [crypto] Fix margin of error for OCSP checks (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/ipxe/ocsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/ocsp.h b/src/include/ipxe/ocsp.h index e84149237..2521681c0 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 */ |
