#include <est_defs.h>
Data Fields | |
uint16_t | cert_length |
uint8_t * | cert |
struct cert_context_s * | next |
The structure describing a certificate within a certificate chain.
cert_length,The | length of the certificate. |
cert,A | buffer containing the certificate. |
next,A | pointer to the next certificate in chain, NULL if last certificate. |