iPXE
Data Fields
ocsp_request Struct Reference

An OCSP request. More...

#include <ocsp.h>

Data Fields

struct asn1_builder builder
 Request builder. More...
 
struct asn1_cursor cert_id_tail
 Certificate ID (excluding hashAlgorithm) More...
 

Detailed Description

An OCSP request.

Definition at line 42 of file ocsp.h.

Field Documentation

◆ builder

struct asn1_builder ocsp_request::builder

Request builder.

Definition at line 44 of file ocsp.h.

Referenced by ocsp_free(), ocsp_request(), and ocsp_uri_string().

◆ cert_id_tail

struct asn1_cursor ocsp_request::cert_id_tail

Certificate ID (excluding hashAlgorithm)

Definition at line 46 of file ocsp.h.

Referenced by ocsp_parse_cert_id(), and ocsp_request().


The documentation for this struct was generated from the following file: