Mbed TLS v3.5.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
 
unsigned char private_serial [MBEDTLS_X509_RFC5280_MAX_SERIAL_LEN]
 
size_t private_serial_len
 
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 229 of file x509_crt.h.

Field Documentation

◆ private_extensions

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_extensions

Definition at line 240 of file x509_crt.h.

◆ private_issuer

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_issuer

Definition at line 236 of file x509_crt.h.

◆ private_issuer_key

mbedtls_pk_context* mbedtls_x509write_cert::private_issuer_key

Definition at line 234 of file x509_crt.h.

◆ private_md_alg

mbedtls_md_type_t mbedtls_x509write_cert::private_md_alg

Definition at line 237 of file x509_crt.h.

◆ private_not_after

char mbedtls_x509write_cert::private_not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 239 of file x509_crt.h.

◆ private_not_before

char mbedtls_x509write_cert::private_not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 238 of file x509_crt.h.

◆ private_serial

unsigned char mbedtls_x509write_cert::private_serial[MBEDTLS_X509_RFC5280_MAX_SERIAL_LEN]

Definition at line 231 of file x509_crt.h.

◆ private_serial_len

size_t mbedtls_x509write_cert::private_serial_len

Definition at line 232 of file x509_crt.h.

◆ private_subject

mbedtls_asn1_named_data* mbedtls_x509write_cert::private_subject

Definition at line 235 of file x509_crt.h.

◆ private_subject_key

mbedtls_pk_context* mbedtls_x509write_cert::private_subject_key

Definition at line 233 of file x509_crt.h.

◆ private_version

int mbedtls_x509write_cert::private_version

Definition at line 230 of file x509_crt.h.


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