RetroArch
Public Attributes | List of all members
mbedtls_x509_crl Struct Reference

#include <x509_crl.h>

Collaboration diagram for mbedtls_x509_crl:
[legend]

Public Attributes

mbedtls_x509_buf raw
 
mbedtls_x509_buf tbs
 
int version
 
mbedtls_x509_buf sig_oid
 
mbedtls_x509_buf issuer_raw
 
mbedtls_x509_name issuer
 
mbedtls_x509_time this_update
 
mbedtls_x509_time next_update
 
mbedtls_x509_crl_entry entry
 
mbedtls_x509_buf crl_ext
 
mbedtls_x509_buf sig_oid2
 
mbedtls_x509_buf sig
 
mbedtls_md_type_t sig_md
 
mbedtls_pk_type_t sig_pk
 
voidsig_opts
 
struct mbedtls_x509_crlnext
 

Detailed Description

Certificate revocation list structure. Every CRL may have multiple entries.

Member Data Documentation

◆ crl_ext

mbedtls_x509_buf mbedtls_x509_crl::crl_ext

◆ entry

mbedtls_x509_crl_entry mbedtls_x509_crl::entry

The CRL entries containing the certificate revocation times for this CA.

◆ issuer

mbedtls_x509_name mbedtls_x509_crl::issuer

The parsed issuer data (named information object).

◆ issuer_raw

mbedtls_x509_buf mbedtls_x509_crl::issuer_raw

The raw issuer data (DER).

◆ next

struct mbedtls_x509_crl* mbedtls_x509_crl::next

◆ next_update

mbedtls_x509_time mbedtls_x509_crl::next_update

◆ raw

mbedtls_x509_buf mbedtls_x509_crl::raw

The raw certificate data (DER).

◆ sig

mbedtls_x509_buf mbedtls_x509_crl::sig

◆ sig_md

mbedtls_md_type_t mbedtls_x509_crl::sig_md

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

◆ sig_oid

mbedtls_x509_buf mbedtls_x509_crl::sig_oid

CRL signature type identifier

◆ sig_oid2

mbedtls_x509_buf mbedtls_x509_crl::sig_oid2

◆ sig_opts

void* mbedtls_x509_crl::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_crl::sig_pk

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

◆ tbs

mbedtls_x509_buf mbedtls_x509_crl::tbs

The raw certificate body (DER). The part that is To Be Signed.

◆ this_update

mbedtls_x509_time mbedtls_x509_crl::this_update

◆ version

int mbedtls_x509_crl::version

CRL version (1=v1, 2=v2)


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