_x509write_cert Struct Reference
[X.509 module]

Container for writing a certificate (CRT). More...

#include <x509_crt.h>

Collaboration diagram for _x509write_cert:
Collaboration graph
[legend]

Data Fields

int version
mpi serial
pk_contextsubject_key
pk_contextissuer_key
asn1_named_datasubject
asn1_named_dataissuer
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_dataextensions

Detailed Description

Container for writing a certificate (CRT).

Definition at line 107 of file x509_crt.h.


Field Documentation

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 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 109 of file x509_crt.h.

Referenced by x509write_crt_der(), x509write_crt_init(), and x509write_crt_set_version().


The documentation for this struct was generated from the following file:

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1