iPXE
Data Fields
ocsp_responder Struct Reference

An OCSP responder. More...

#include <ocsp.h>

Data Fields

int(* compare )(struct ocsp_check *ocsp, struct x509_certificate *cert)
 Check if certificate is the responder's certificate. More...
 
struct asn1_cursor id
 Responder ID. More...
 

Detailed Description

An OCSP responder.

Definition at line 50 of file ocsp.h.

Field Documentation

◆ compare

int( * ocsp_responder::compare) (struct ocsp_check *ocsp, struct x509_certificate *cert)

Check if certificate is the responder's certificate.

Parameters
ocspOCSP check
certCertificate
Return values
differenceDifference as returned by memcmp()

Definition at line 58 of file ocsp.h.

Referenced by ocsp_parse_certs(), and ocsp_parse_responder_id().

◆ id

struct asn1_cursor ocsp_responder::id

Responder ID.

Definition at line 61 of file ocsp.h.

Referenced by ocsp_compare_responder_key_hash(), ocsp_compare_responder_name(), and ocsp_parse_responder_id().


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