iPXE
x509_link Struct Reference

A link in an X.509 certificate chain. More...

#include <x509.h>

Data Fields

struct list_head list
 List of links.
struct x509_certificatecert
 Certificate.
unsigned int flags
 Flags.

Detailed Description

A link in an X.509 certificate chain.

Definition at line 171 of file x509.h.

Field Documentation

◆ list

◆ cert

struct x509_certificate* x509_link::cert

Certificate.

Definition at line 175 of file x509.h.

Referenced by certstore_add(), validator_append(), validator_step(), and x509_append().

◆ flags

unsigned int x509_link::flags

Flags.

Definition at line 177 of file x509.h.

Referenced by validator_append().


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