#include <x509_crt.h>

Container for writing a certificate (CRT)
| mbedtls_asn1_named_data* mbedtls_x509write_cert::extensions |
| mbedtls_asn1_named_data* mbedtls_x509write_cert::issuer |
| mbedtls_pk_context* mbedtls_x509write_cert::issuer_key |
| mbedtls_md_type_t mbedtls_x509write_cert::md_alg |
| char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
| char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
| mbedtls_mpi mbedtls_x509write_cert::serial |
| mbedtls_asn1_named_data* mbedtls_x509write_cert::subject |
| mbedtls_pk_context* mbedtls_x509write_cert::subject_key |
| int mbedtls_x509write_cert::version |