iPXE
Data Fields
ocsp_check Struct Reference

An OCSP check. More...

#include <ocsp.h>

Data Fields

struct refcnt refcnt
 Reference count. More...
 
struct x509_certificatecert
 Certificate being checked. More...
 
struct x509_certificateissuer
 Issuing certificate. More...
 
char * uri_string
 URI string. More...
 
struct ocsp_request request
 Request. More...
 
struct ocsp_response response
 Response. More...
 

Detailed Description

An OCSP check.

Definition at line 85 of file ocsp.h.

Field Documentation

◆ refcnt

struct refcnt ocsp_check::refcnt

Reference count.

Definition at line 87 of file ocsp.h.

Referenced by ocsp_get(), and ocsp_put().

◆ cert

struct x509_certificate* ocsp_check::cert

◆ issuer

struct x509_certificate* ocsp_check::issuer

Issuing certificate.

Definition at line 91 of file ocsp.h.

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

◆ uri_string

char* ocsp_check::uri_string

URI string.

Definition at line 93 of file ocsp.h.

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

◆ request

struct ocsp_request ocsp_check::request

Request.

Definition at line 95 of file ocsp.h.

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

◆ response

struct ocsp_response ocsp_check::response

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