mbedtls_x509write_cert Struct Reference
Container for writing a certificate (CRT)
Definition at line 143
of file x509_crt.h
.
#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 |
Field Documentation
mbedtls_asn1_named_data* mbedtls_x509write_cert::extensions |
Definition at line 154
of file x509_crt.h
.
mbedtls_asn1_named_data* mbedtls_x509write_cert::issuer |
Definition at line 150
of file x509_crt.h
.
mbedtls_pk_context* mbedtls_x509write_cert::issuer_key |
Definition at line 148
of file x509_crt.h
.
mbedtls_md_type_t mbedtls_x509write_cert::md_alg |
Definition at line 151
of file x509_crt.h
.
char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 153
of file x509_crt.h
.
char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 152
of file x509_crt.h
.
mbedtls_mpi mbedtls_x509write_cert::serial |
Definition at line 146
of file x509_crt.h
.
mbedtls_asn1_named_data* mbedtls_x509write_cert::subject |
Definition at line 149
of file x509_crt.h
.
mbedtls_pk_context* mbedtls_x509write_cert::subject_key |
Definition at line 147
of file x509_crt.h
.
int mbedtls_x509write_cert::version |
Definition at line 145
of file x509_crt.h
.
The documentation for this struct was generated from the following file:
x509_crt.h