iPXE
ocsp_check Struct Reference

An OCSP check. More...

#include <ocsp.h>

Data Fields

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

Detailed Description

An OCSP check.

Definition at line 86 of file ocsp.h.

Field Documentation

◆ refcnt

struct refcnt ocsp_check::refcnt

Reference count.

Definition at line 88 of file ocsp.h.

Referenced by ocsp_get(), and ocsp_put().

◆ cert

◆ issuer

struct x509_certificate* ocsp_check::issuer

Issuing certificate.

Definition at line 92 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 94 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 96 of file ocsp.h.

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

◆ response


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