RetroArch
Public Attributes | List of all members
mbedtls_x509write_cert Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509write_cert:
[legend]

Public Attributes

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)

Member Data Documentation

◆ extensions

mbedtls_asn1_named_data* mbedtls_x509write_cert::extensions

◆ issuer

mbedtls_asn1_named_data* mbedtls_x509write_cert::issuer

◆ issuer_key

mbedtls_pk_context* mbedtls_x509write_cert::issuer_key

◆ md_alg

mbedtls_md_type_t mbedtls_x509write_cert::md_alg

◆ not_after

char mbedtls_x509write_cert::not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

◆ not_before

char mbedtls_x509write_cert::not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN+1]

◆ serial

mbedtls_mpi mbedtls_x509write_cert::serial

◆ subject

mbedtls_asn1_named_data* mbedtls_x509write_cert::subject

◆ subject_key

mbedtls_pk_context* mbedtls_x509write_cert::subject_key

◆ version

int mbedtls_x509write_cert::version

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