BearSSL
|
Type for an X.509 certificate (DER-encoded). More...
#include <bearssl_x509.h>
Data Fields | |
unsigned char * | data |
The DER-encoded certificate data. | |
size_t | data_len |
The DER-encoded certificate length (in bytes). | |
Type for an X.509 certificate (DER-encoded).
unsigned char* br_x509_certificate::data |
The DER-encoded certificate data.
size_t br_x509_certificate::data_len |
The DER-encoded certificate length (in bytes).