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

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.
Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256.
Internal representation of the Public Key algorithm of the signature algorithm, e.g. MBEDTLS_PK_RSA.
void *
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS.
struct mbedtls_x509_crl *

References

from examples