iPXE
|
X.509 certificate OCSP responder. More...
#include <x509.h>
Data Fields | |
struct asn1_cursor | uri |
URI. More... | |
int | good |
OCSP status is good. More... | |
struct asn1_cursor x509_ocsp_responder::uri |
URI.
Definition at line 131 of file x509.h.
Referenced by ocsp_required(), ocsp_uri_string(), and x509_parse_ocsp().
int x509_ocsp_responder::good |
OCSP status is good.
Definition at line 133 of file x509.h.
Referenced by ocsp_required(), and ocsp_validate().