mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[crypto] Construct OCSP check URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user