iPXE
Data Fields
x509_basic_constraints Struct Reference

An X.509 certificate basic constraints set. More...

#include <x509.h>

Data Fields

int ca
 Subject is a CA. More...
 
unsigned int path_len
 Path length. More...
 

Detailed Description

An X.509 certificate basic constraints set.

Definition at line 76 of file x509.h.

Field Documentation

◆ ca

int x509_basic_constraints::ca

Subject is a CA.

Definition at line 78 of file x509.h.

Referenced by x509_check_issuer(), and x509_parse_basic_constraints().

◆ path_len

unsigned int x509_basic_constraints::path_len

Path length.

Definition at line 80 of file x509.h.

Referenced by x509_parse_basic_constraints(), and x509_set_valid().


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