iPXE
x509_chain Struct Reference

An X.509 certificate chain. More...

#include <x509.h>

Data Fields

struct refcnt refcnt
 Reference count.
struct list_head links
 List of links.
void(* found )(struct x509_chain *store, struct x509_certificate *cert)
 Mark certificate as found.

Detailed Description

An X.509 certificate chain.

Definition at line 201 of file x509.h.

Field Documentation

◆ refcnt

struct refcnt x509_chain::refcnt

Reference count.

Definition at line 203 of file x509.h.

Referenced by x509_alloc_chain(), x509_chain_get(), and x509_chain_put().

◆ links

◆ found

void(* x509_chain::found) (struct x509_chain *store, struct x509_certificate *cert)

Mark certificate as found.

Parameters
storeCertificate store
certX.509 certificate

Definition at line 211 of file x509.h.


The documentation for this struct was generated from the following file: