iPXE
|
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... | |
int x509_basic_constraints::ca |
Subject is a CA.
Definition at line 79 of file x509.h.
Referenced by x509_check_issuer(), and x509_parse_basic_constraints().
unsigned int x509_basic_constraints::path_len |
Path length.
Definition at line 81 of file x509.h.
Referenced by x509_parse_basic_constraints(), and x509_set_valid().