mbedtls_x509_csr Struct Reference
[X.509 module]

#include <x509_csr.h>

Collaboration diagram for mbedtls_x509_csr:
Collaboration graph
[legend]

Data Fields

mbedtls_x509_buf raw
mbedtls_x509_buf cri
int version
mbedtls_x509_buf subject_raw
mbedtls_x509_name subject
mbedtls_pk_context pk
mbedtls_x509_buf sig_oid
mbedtls_x509_buf sig
mbedtls_md_type_t sig_md
mbedtls_pk_type_t sig_pk
void * sig_opts

Detailed Description

Certificate Signing Request (CSR) structure.

Definition at line 78 of file x509_csr.h.


Field Documentation

The raw CertificateRequestInfo body (DER).

Definition at line 81 of file x509_csr.h.

Container for the public key context.

Definition at line 88 of file x509_csr.h.

The raw CSR data (DER).

Definition at line 80 of file x509_csr.h.

Definition at line 91 of file x509_csr.h.

Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256

Definition at line 92 of file x509_csr.h.

Definition at line 90 of file x509_csr.h.

Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS

Definition at line 94 of file x509_csr.h.

Internal representation of the Public Key algorithm of the signature algorithm, e.g. MBEDTLS_PK_RSA

Definition at line 93 of file x509_csr.h.

The parsed subject data (named information object).

Definition at line 86 of file x509_csr.h.

The raw subject data (DER).

Definition at line 85 of file x509_csr.h.

CSR version (1=v1).

Definition at line 83 of file x509_csr.h.


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

Generated on 10 Aug 2020 for mbed TLS v2.7.16 by  doxygen 1.6.1