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 70 of file x509_crl.h.


Field Documentation

Definition at line 87 of file x509_crl.h.

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

Definition at line 85 of file x509_crl.h.

The parsed issuer data (named information object).

Definition at line 80 of file x509_crl.h.

The raw issuer data (DER).

Definition at line 78 of file x509_crl.h.

Definition at line 95 of file x509_crl.h.

Definition at line 83 of file x509_crl.h.

The raw certificate data (DER).

Definition at line 72 of file x509_crl.h.

Definition at line 90 of file x509_crl.h.

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

Definition at line 91 of file x509_crl.h.

CRL signature type identifier

Definition at line 76 of file x509_crl.h.

Definition at line 89 of file x509_crl.h.

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

Definition at line 93 of file x509_crl.h.

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

Definition at line 92 of file x509_crl.h.

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

Definition at line 73 of file x509_crl.h.

Definition at line 82 of file x509_crl.h.

CRL version (1=v1, 2=v2)

Definition at line 75 of file x509_crl.h.


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

Generated on 27 May 2020 for mbed TLS v2.7.15 by  doxygen 1.6.1