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.
Definition at line 118 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_free(), and x509write_crt_set_extension().
Definition at line 114 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_free(), and x509write_crt_set_issuer_name().
Definition at line 112 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_set_authority_key_identifier(), and x509write_crt_set_issuer_key().
Definition at line 115 of file x509_crt.h.
Referenced by x509write_crt_der(), and x509write_crt_set_md_alg().
char _x509write_cert::not_after[X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 117 of file x509_crt.h.
Referenced by x509write_crt_der(), and x509write_crt_set_validity().
char _x509write_cert::not_before[X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 116 of file x509_crt.h.
Referenced by x509write_crt_der(), and x509write_crt_set_validity().
Definition at line 110 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_free(), x509write_crt_init(), and x509write_crt_set_serial().
Definition at line 113 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_free(), and x509write_crt_set_subject_name().
Definition at line 111 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_set_subject_key(), and x509write_crt_set_subject_key_identifier().
Definition at line 109 of file x509_crt.h.
Referenced by x509write_crt_der(), x509write_crt_init(), and x509write_crt_set_version().