mbed TLS v2.28.1
Data Fields
mbedtls_x509write_cert Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509write_cert:
Collaboration graph
[legend]

Data Fields

int version
 
mbedtls_mpi serial
 
mbedtls_pk_contextsubject_key
 
mbedtls_pk_contextissuer_key
 
mbedtls_asn1_named_datasubject
 
mbedtls_asn1_named_dataissuer
 
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_dataextensions
 

Detailed Description

Container for writing a certificate (CRT)

Definition at line 184 of file x509_crt.h.

Field Documentation

◆ extensions

mbedtls_asn1_named_data* mbedtls_x509write_cert::extensions

Definition at line 195 of file x509_crt.h.

◆ issuer

mbedtls_asn1_named_data* mbedtls_x509write_cert::issuer

Definition at line 191 of file x509_crt.h.

◆ issuer_key

mbedtls_pk_context* mbedtls_x509write_cert::issuer_key

Definition at line 189 of file x509_crt.h.

◆ md_alg

mbedtls_md_type_t mbedtls_x509write_cert::md_alg

Definition at line 192 of file x509_crt.h.

◆ not_after

char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 194 of file x509_crt.h.

◆ not_before

char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

Definition at line 193 of file x509_crt.h.

◆ serial

mbedtls_mpi mbedtls_x509write_cert::serial

Definition at line 187 of file x509_crt.h.

◆ subject

mbedtls_asn1_named_data* mbedtls_x509write_cert::subject

Definition at line 190 of file x509_crt.h.

◆ subject_key

mbedtls_pk_context* mbedtls_x509write_cert::subject_key

Definition at line 188 of file x509_crt.h.

◆ version

int mbedtls_x509write_cert::version

Definition at line 186 of file x509_crt.h.


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