|
iPXE
|
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_chain * | chain |
| Parsed certificate chain. More... | |
An X.509 test certificate chain.
Definition at line 60 of file x509_test.c.
| 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().
| unsigned int x509_test_chain::count |
| 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().
1.8.15