iPXE
|
An X.509 certificate chain. More...
#include <x509.h>
Data Fields | |
struct refcnt | refcnt |
Reference count. More... | |
struct list_head | links |
List of links. More... | |
void(* | found )(struct x509_chain *store, struct x509_certificate *cert) |
Mark certificate as found. More... | |
struct refcnt x509_chain::refcnt |
Reference count.
Definition at line 202 of file x509.h.
Referenced by x509_alloc_chain(), x509_chain_get(), and x509_chain_put().
struct list_head x509_chain::links |
List of links.
Definition at line 204 of file x509.h.
Referenced by certstore_add(), certstore_discard(), cms_test_exec(), tls_send_certificate(), validator_append(), validator_step(), x509_alloc_chain(), x509_append(), x509_first(), x509_free_chain(), x509_invalidate_chain(), x509_last(), x509_test_exec(), x509_truncate(), and x509_validate_chain().
void( * x509_chain::found) (struct x509_chain *store, struct x509_certificate *cert) |