#include <x509_crl.h>
Certificate revocation list structure. Every CRL may have multiple entries.
Definition at line 97 of file x509_crl.h.
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.
struct mbedtls_x509_crl* mbedtls_x509_crl::next [read] |
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.