|
PolarSSL v1.3.9
|
Container for writing a certificate (CRT) More...
#include <x509_crt.h>

Data Fields | |
| int | version |
| mpi | serial |
| pk_context * | subject_key |
| pk_context * | issuer_key |
| asn1_named_data * | subject |
| asn1_named_data * | issuer |
| md_type_t | md_alg |
| char | not_before [X509_RFC5280_UTC_TIME_LEN+1] |
| char | not_after [X509_RFC5280_UTC_TIME_LEN+1] |
| asn1_named_data * | extensions |
Container for writing a certificate (CRT)
Definition at line 112 of file x509_crt.h.