iPXE
|
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... | |
int( * ocsp_responder::compare) (struct ocsp_check *ocsp, struct x509_certificate *cert) |
Check if certificate is the responder's certificate.
ocsp | OCSP check |
cert | Certificate |
difference | Difference as returned by memcmp() |
Definition at line 58 of file ocsp.h.
Referenced by ocsp_parse_certs(), and ocsp_parse_responder_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().