|
iPXE
|
An OCSP check. More...
#include <ocsp.h>
Data Fields | |
| struct refcnt | refcnt |
| Reference count. More... | |
| struct x509_certificate * | cert |
| Certificate being checked. More... | |
| struct x509_certificate * | issuer |
| Issuing certificate. More... | |
| char * | uri_string |
| URI string. More... | |
| struct ocsp_request | request |
| Request. More... | |
| struct ocsp_response | response |
| Response. More... | |
| struct refcnt ocsp_check::refcnt |
| struct x509_certificate* ocsp_check::cert |
Certificate being checked.
Definition at line 89 of file ocsp.h.
Referenced by ocsp_check_signature(), ocsp_free(), ocsp_parse_basic_response(), ocsp_parse_cert_id(), ocsp_parse_certs(), ocsp_parse_responder_id(), ocsp_parse_response_status(), ocsp_parse_response_type(), ocsp_parse_responses(), ocsp_request(), ocsp_required(), ocsp_uri_string(), and ocsp_validate().
| 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().
| 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().
| 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().
| struct ocsp_response ocsp_check::response |
Response.
Definition at line 97 of file ocsp.h.
Referenced by ocsp_check_signature(), ocsp_compare_responder_key_hash(), ocsp_compare_responder_name(), ocsp_free(), ocsp_parse_basic_response(), ocsp_parse_certs(), ocsp_parse_responder_id(), ocsp_parse_responses(), ocsp_parse_tbs_response_data(), ocsp_response(), and ocsp_validate().
1.8.15