iPXE
|
A link in an X.509 certificate chain. More...
#include <x509.h>
Data Fields | |
struct list_head | list |
List of links. More... | |
struct x509_certificate * | cert |
Certificate. More... | |
unsigned int | flags |
Flags. More... | |
struct list_head x509_link::list |
List of links.
Definition at line 172 of file x509.h.
Referenced by cert_exec(), certstore_add(), certstore_del(), certstore_discard(), certstore_found(), validator_append(), x509_first(), x509_invalidate_chain(), x509_last(), x509_test_exec(), x509_truncate(), and x509_validate_chain().
struct x509_certificate* x509_link::cert |
Certificate.
Definition at line 174 of file x509.h.
Referenced by certstore_add(), validator_append(), validator_step(), and x509_append().
unsigned int x509_link::flags |