mbed TLS v3.1.0
Data Fields
mbedtls_x509write_cert Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509write_cert:
Collaboration graph
[legend]

Data Fields

int private_version
 
mbedtls_mpi private_serial
 
mbedtls_pk_contextprivate_subject_key
 
mbedtls_pk_contextprivate_issuer_key
 
mbedtls_asn1_named_dataprivate_subject
 
mbedtls_asn1_named_dataprivate_issuer
 
mbedtls_md_type_t private_md_alg
 
char private_not_before [MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]
 
char private_not_after [MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]
 
mbedtls_asn1_named_dataprivate_extensions
 

Detailed Description

Container for writing a certificate (CRT)

Definition at line 281 of file x509_crt.h.

Field Documentation

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_extensions

Definition at line 292 of file x509_crt.h.

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_issuer

Definition at line 288 of file x509_crt.h.

mbedtls_pk_context* mbedtls_x509write_cert::private_issuer_key

Definition at line 286 of file x509_crt.h.

mbedtls_md_type_t mbedtls_x509write_cert::private_md_alg

Definition at line 289 of file x509_crt.h.

char mbedtls_x509write_cert::private_not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 291 of file x509_crt.h.

char mbedtls_x509write_cert::private_not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 290 of file x509_crt.h.

mbedtls_mpi mbedtls_x509write_cert::private_serial

Definition at line 284 of file x509_crt.h.

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_subject

Definition at line 287 of file x509_crt.h.

mbedtls_pk_context* mbedtls_x509write_cert::private_subject_key

Definition at line 285 of file x509_crt.h.

int mbedtls_x509write_cert::private_version

Definition at line 283 of file x509_crt.h.


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