mbed TLS v2.2.0
|
Certificate revocation list structure.
Every CRL may have multiple entries.
Definition at line 69 of file x509_crl.h.
#include <x509_crl.h>
Data Fields | |
mbedtls_x509_buf | raw |
The raw certificate data (DER). More... | |
mbedtls_x509_buf | tbs |
The raw certificate body (DER). More... | |
int | version |
CRL version (1=v1, 2=v2) More... | |
mbedtls_x509_buf | sig_oid |
CRL signature type identifier. More... | |
mbedtls_x509_buf | issuer_raw |
The raw issuer data (DER). More... | |
mbedtls_x509_name | issuer |
The parsed issuer data (named information object). More... | |
mbedtls_x509_time | this_update |
mbedtls_x509_time | next_update |
mbedtls_x509_crl_entry | entry |
The CRL entries containing the certificate revocation times for this CA. More... | |
mbedtls_x509_buf | crl_ext |
mbedtls_x509_buf | sig_oid2 |
mbedtls_x509_buf | sig |
mbedtls_md_type_t | sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. More... | |
mbedtls_pk_type_t | sig_pk |
Internal representation of the Public Key algorithm of the signature algorithm, e.g. More... | |
void * | sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. More... | |
struct mbedtls_x509_crl * | next |
mbedtls_x509_buf mbedtls_x509_crl::crl_ext |
Definition at line 86 of file x509_crl.h.
mbedtls_x509_crl_entry mbedtls_x509_crl::entry |
The CRL entries containing the certificate revocation times for this CA.
Definition at line 84 of file x509_crl.h.
mbedtls_x509_name mbedtls_x509_crl::issuer |
The parsed issuer data (named information object).
Definition at line 79 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::issuer_raw |
The raw issuer data (DER).
Definition at line 77 of file x509_crl.h.
struct mbedtls_x509_crl* mbedtls_x509_crl::next |
Definition at line 94 of file x509_crl.h.
mbedtls_x509_time mbedtls_x509_crl::next_update |
Definition at line 82 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::raw |
The raw certificate data (DER).
Definition at line 71 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::sig |
Definition at line 89 of file x509_crl.h.
mbedtls_md_type_t mbedtls_x509_crl::sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g.
MBEDTLS_MD_SHA256
Definition at line 90 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::sig_oid |
CRL signature type identifier.
Definition at line 75 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::sig_oid2 |
Definition at line 88 of file x509_crl.h.
void* mbedtls_x509_crl::sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g.
for RSASSA-PSS
Definition at line 92 of file x509_crl.h.
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
Definition at line 91 of file x509_crl.h.
mbedtls_x509_buf mbedtls_x509_crl::tbs |
The raw certificate body (DER).
The part that is To Be Signed.
Definition at line 72 of file x509_crl.h.
mbedtls_x509_time mbedtls_x509_crl::this_update |
Definition at line 81 of file x509_crl.h.
int mbedtls_x509_crl::version |
CRL version (1=v1, 2=v2)
Definition at line 74 of file x509_crl.h.