ReactOS 0.4.15-dev-8614-gbc76250
mbedtls_x509write_cert Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509write_cert:

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)

Definition at line 156 of file x509_crt.h.


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