mbedtls_x509_crl is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
The raw certificate data (DER).
The raw certificate body (DER). The part that is To Be Signed.
int
CRL version (1=v1, 2=v2).
CRL signature type identifier.
The raw issuer data (DER).
The parsed issuer data (named information object).
The CRL entries containing the certificate revocation times for this CA.
private_sig_oid2
private_sig
private_sig_md
private_sig_pk
private_sig_opts
struct mbedtls_x509_crl *
Next element in the linked list of CRL. \p NULL indicates the end of the list. Do not modify this field directly.
sig_oid2
void *MBEDTLS_PRIVATE(sig_opts

References