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... | |
struct list_head x509_link::list |
List of links.
Definition at line 171 of file x509.h.
Referenced by cert_exec(), certstore_add(), certstore_del(), certstore_discard(), certstore_find(), certstore_find_key(), certstore_found(), x509_first(), x509_free_chain(), x509_invalidate_chain(), x509_last(), and x509_validate_chain().
struct x509_certificate* x509_link::cert |
Certificate.
Definition at line 173 of file x509.h.
Referenced by certstore_add(), and x509_append().