iPXE
Data Fields
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. More...
 
struct x509_certificatecert
 Certificate. More...
 
unsigned int flags
 Flags. More...
 

Detailed Description

A link in an X.509 certificate chain.

Definition at line 169 of file x509.h.

Field Documentation

◆ list

struct list_head x509_link::list

◆ cert

struct x509_certificate* x509_link::cert

Certificate.

Definition at line 173 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 175 of file x509.h.

Referenced by validator_append().


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