Mbed TLS v2.28.9
Loading...
Searching...
No Matches
mbedtls_x509write_csr Struct Reference

#include <x509_csr.h>

Collaboration diagram for mbedtls_x509write_csr:

Data Fields

mbedtls_pk_contextkey
 
mbedtls_asn1_named_datasubject
 
mbedtls_md_type_t md_alg
 
mbedtls_asn1_named_dataextensions
 

Detailed Description

Container for writing a CSR

Definition at line 59 of file x509_csr.h.

Field Documentation

◆ extensions

mbedtls_asn1_named_data* mbedtls_x509write_csr::extensions

Definition at line 63 of file x509_csr.h.

◆ key

mbedtls_pk_context* mbedtls_x509write_csr::key

Definition at line 60 of file x509_csr.h.

◆ md_alg

mbedtls_md_type_t mbedtls_x509write_csr::md_alg

Definition at line 62 of file x509_csr.h.

◆ subject

mbedtls_asn1_named_data* mbedtls_x509write_csr::subject

Definition at line 61 of file x509_csr.h.


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