iPXE
Data Fields
ocsp_response Struct Reference

An OCSP response. More...

#include <ocsp.h>

Data Fields

void * data
 Raw response. More...
 
struct asn1_cursor tbs
 Raw tbsResponseData. More...
 
struct ocsp_responder responder
 Responder. More...
 
time_t this_update
 Time at which status is known to be correct. More...
 
time_t next_update
 Time at which newer status information will be available. More...
 
struct asn1_algorithmalgorithm
 Signature algorithm. More...
 
struct asn1_bit_string signature
 Signature value. More...
 
struct x509_certificatesigner
 Signing certificate. More...
 

Detailed Description

An OCSP response.

Definition at line 65 of file ocsp.h.

Field Documentation

◆ data

void* ocsp_response::data

Raw response.

Definition at line 67 of file ocsp.h.

Referenced by ocsp_free(), ocsp_response(), and ocsp_validate().

◆ tbs

struct asn1_cursor ocsp_response::tbs

Raw tbsResponseData.

Definition at line 69 of file ocsp.h.

Referenced by ocsp_check_signature(), and ocsp_parse_tbs_response_data().

◆ responder

struct ocsp_responder ocsp_response::responder

◆ this_update

time_t ocsp_response::this_update

Time at which status is known to be correct.

Definition at line 73 of file ocsp.h.

Referenced by ocsp_parse_responses(), and ocsp_validate().

◆ next_update

time_t ocsp_response::next_update

Time at which newer status information will be available.

Definition at line 75 of file ocsp.h.

Referenced by ocsp_parse_responses(), and ocsp_validate().

◆ algorithm

struct asn1_algorithm* ocsp_response::algorithm

Signature algorithm.

Definition at line 77 of file ocsp.h.

Referenced by ocsp_check_signature(), and ocsp_parse_basic_response().

◆ signature

struct asn1_bit_string ocsp_response::signature

Signature value.

Definition at line 79 of file ocsp.h.

Referenced by ocsp_check_signature(), and ocsp_parse_basic_response().

◆ signer

struct x509_certificate* ocsp_response::signer

Signing certificate.

Definition at line 81 of file ocsp.h.

Referenced by ocsp_free(), ocsp_parse_certs(), ocsp_response(), and ocsp_validate().


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