iPXE
Data Fields
x509_test_chain Struct Reference

An X.509 test certificate chain. More...

Data Fields

struct x509_test_certificate ** certs
 Test certificates. More...
 
unsigned int count
 Number of certificates. More...
 
struct x509_chainchain
 Parsed certificate chain. More...
 

Detailed Description

An X.509 test certificate chain.

Definition at line 60 of file x509_test.c.

Field Documentation

◆ certs

struct x509_test_certificate** x509_test_chain::certs

Test certificates.

Definition at line 62 of file x509_test.c.

Referenced by x509_chain_okx(), and x509_validate_chain_okx().

◆ count

unsigned int x509_test_chain::count

Number of certificates.

Definition at line 64 of file x509_test.c.

Referenced by x509_chain_okx().

◆ chain

struct x509_chain* x509_test_chain::chain

Parsed certificate chain.

Definition at line 67 of file x509_test.c.

Referenced by x509_chain_okx(), x509_validate_chain_fail_okx(), and x509_validate_chain_okx().


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