iPXE
Data Fields
x509_test_certificate Struct Reference

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_certificatecert
 Parsed certificate. More...
 

Detailed Description

An X.509 test certificate.

Definition at line 47 of file x509_test.c.

Field Documentation

◆ data

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().

◆ len

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().

◆ fingerprint

const void* x509_test_certificate::fingerprint

Fingerprint.

Definition at line 53 of file x509_test.c.

Referenced by x509_fingerprint_okx().

◆ cert

struct x509_certificate* x509_test_certificate::cert

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