|
iPXE
|
An X.509 test certificate. More...
Data Fields | |
| const void * | data |
| Data. More... | |
| size_t | len |
| Length of data. More... | |
| const void * | fingerprint |
| Fingerprint. More... | |
| struct x509_certificate * | cert |
| Parsed certificate. More... | |
An X.509 test certificate.
Definition at line 47 of file x509_test.c.
| const void* x509_test_certificate::data |
Data.
Definition at line 49 of file x509_test.c.
Referenced by x509_cached_okx(), x509_certificate_okx(), and x509_chain_okx().
| size_t x509_test_certificate::len |
Length of data.
Definition at line 51 of file x509_test.c.
Referenced by x509_cached_okx(), x509_certificate_okx(), and x509_chain_okx().
| const void* x509_test_certificate::fingerprint |
| struct x509_certificate* x509_test_certificate::cert |
Parsed certificate.
Definition at line 56 of file x509_test.c.
Referenced by x509_cached_okx(), x509_certificate_okx(), x509_chain_okx(), x509_check_issuer_fail_okx(), x509_check_issuer_okx(), x509_check_name_fail_okx(), x509_check_name_okx(), x509_check_root_fail_okx(), x509_check_root_okx(), x509_check_time_fail_okx(), x509_check_time_okx(), x509_fingerprint_okx(), and x509_validate_chain_okx().
1.8.15