iPXE
|
An X.509 extension. More...
#include <x509.h>
Data Fields | |
const char * | name |
Name. More... | |
struct asn1_cursor | oid |
Object identifier. More... | |
int(* | parse )(struct x509_certificate *cert, const struct asn1_cursor *raw) |
Parse extension. More... | |
const char* x509_extension::name |
struct asn1_cursor x509_extension::oid |
int( * x509_extension::parse) (struct x509_certificate *cert, const struct asn1_cursor *raw) |
Parse extension.
cert | X.509 certificate |
raw | ASN.1 cursor |
rc | Return status code |
Definition at line 343 of file x509.h.
Referenced by x509_parse_extension().