RetroArch
Public Attributes | List of all members
mbedtls_x509_csr Struct Reference

#include <x509_csr.h>

Collaboration diagram for mbedtls_x509_csr:
[legend]

Public Attributes

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
 
voidsig_opts
 

Detailed Description

Certificate Signing Request (CSR) structure.

Member Data Documentation

◆ cri

mbedtls_x509_buf mbedtls_x509_csr::cri

The raw CertificateRequestInfo body (DER).

◆ pk

mbedtls_pk_context mbedtls_x509_csr::pk

Container for the public key context.

◆ raw

mbedtls_x509_buf mbedtls_x509_csr::raw

The raw CSR data (DER).

◆ sig

mbedtls_x509_buf mbedtls_x509_csr::sig

◆ sig_md

mbedtls_md_type_t mbedtls_x509_csr::sig_md

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

◆ sig_oid

mbedtls_x509_buf mbedtls_x509_csr::sig_oid

◆ sig_opts

void* mbedtls_x509_csr::sig_opts

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

◆ sig_pk

mbedtls_pk_type_t mbedtls_x509_csr::sig_pk

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

◆ subject

mbedtls_x509_name mbedtls_x509_csr::subject

The parsed subject data (named information object).

◆ subject_raw

mbedtls_x509_buf mbedtls_x509_csr::subject_raw

The raw subject data (DER).

◆ version

int mbedtls_x509_csr::version

CSR version (1=v1).


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