|
mbed TLS v2.16.9
|
#include <x509_crt.h>

Container for writing a certificate (CRT)
Definition at line 156 of file x509_crt.h.
| mbedtls_asn1_named_data* mbedtls_x509write_cert::extensions |
Definition at line 167 of file x509_crt.h.
| mbedtls_asn1_named_data* mbedtls_x509write_cert::issuer |
Definition at line 163 of file x509_crt.h.
| mbedtls_pk_context* mbedtls_x509write_cert::issuer_key |
Definition at line 161 of file x509_crt.h.
| mbedtls_md_type_t mbedtls_x509write_cert::md_alg |
Definition at line 164 of file x509_crt.h.
| char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 166 of file x509_crt.h.
| char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1] |
Definition at line 165 of file x509_crt.h.
| mbedtls_mpi mbedtls_x509write_cert::serial |
Definition at line 159 of file x509_crt.h.
| mbedtls_asn1_named_data* mbedtls_x509write_cert::subject |
Definition at line 162 of file x509_crt.h.
| mbedtls_pk_context* mbedtls_x509write_cert::subject_key |
Definition at line 160 of file x509_crt.h.
| int mbedtls_x509write_cert::version |
Definition at line 158 of file x509_crt.h.
1.8.13