#include <x509_crt.h>
Data Fields | |
int | version |
mbedtls_mpi | serial |
mbedtls_pk_context * | subject_key |
mbedtls_pk_context * | issuer_key |
mbedtls_asn1_named_data * | subject |
mbedtls_asn1_named_data * | issuer |
mbedtls_md_type_t | md_alg |
char | not_before [MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
char | not_after [MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
mbedtls_asn1_named_data * | extensions |
Container for writing a certificate (CRT)
Definition at line 131 of file x509_crt.h.
Definition at line 142 of file x509_crt.h.
Definition at line 138 of file x509_crt.h.
Definition at line 136 of file x509_crt.h.
Definition at line 139 of file x509_crt.h.
char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 141 of file x509_crt.h.
char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 140 of file x509_crt.h.
Definition at line 134 of file x509_crt.h.
Definition at line 137 of file x509_crt.h.
Definition at line 135 of file x509_crt.h.
Definition at line 133 of file x509_crt.h.