mbedtls_x509_crl Struct Reference
[X.509 module]

#include <x509_crl.h>

Collaboration diagram for mbedtls_x509_crl:
Collaboration graph
[legend]

Data Fields

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
void * sig_opts
struct mbedtls_x509_crlnext

Detailed Description

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

Definition at line 97 of file x509_crl.h.


Field Documentation

Definition at line 114 of file x509_crl.h.

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

Definition at line 112 of file x509_crl.h.

The parsed issuer data (named information object).

Definition at line 107 of file x509_crl.h.

The raw issuer data (DER).

Definition at line 105 of file x509_crl.h.

Definition at line 122 of file x509_crl.h.

Definition at line 110 of file x509_crl.h.

The raw certificate data (DER).

Definition at line 99 of file x509_crl.h.

Definition at line 117 of file x509_crl.h.

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

Definition at line 118 of file x509_crl.h.

CRL signature type identifier

Definition at line 103 of file x509_crl.h.

Definition at line 116 of file x509_crl.h.

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

Definition at line 120 of file x509_crl.h.

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

Definition at line 119 of file x509_crl.h.

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

Definition at line 100 of file x509_crl.h.

Definition at line 109 of file x509_crl.h.

CRL version (1=v1, 2=v2)

Definition at line 102 of file x509_crl.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