PolarSSL v1.3.1
|
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 107 of file x509_crt.h.
asn1_named_data* _x509write_cert::extensions |
Definition at line 118 of file x509_crt.h.
asn1_named_data* _x509write_cert::issuer |
Definition at line 114 of file x509_crt.h.
pk_context* _x509write_cert::issuer_key |
Definition at line 112 of file x509_crt.h.
md_type_t _x509write_cert::md_alg |
Definition at line 115 of file x509_crt.h.
char _x509write_cert::not_after[X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 117 of file x509_crt.h.
char _x509write_cert::not_before[X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 116 of file x509_crt.h.
mpi _x509write_cert::serial |
Definition at line 110 of file x509_crt.h.
asn1_named_data* _x509write_cert::subject |
Definition at line 113 of file x509_crt.h.
pk_context* _x509write_cert::subject_key |
Definition at line 111 of file x509_crt.h.
int _x509write_cert::version |
Definition at line 109 of file x509_crt.h.