Certificate revocation list structure.
Every CRL may have multiple entries.
Public Attributes#
The raw certificate data (DER).
The raw certificate body (DER).
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.
Next element in the linked list of CRL.
Public Functions#
Internal representation of the MD algorithm of the signature algorithm, e.g.
Internal representation of the Public Key algorithm of the signature algorithm, e.g.
Signature options to be passed to mbedtls_pk_verify_ext(), e.g.
Public Attribute Documentation#
tbs#
mbedtls_x509_buf mbedtls_x509_crl::tbs
The raw certificate body (DER).
The part that is To Be Signed.
entry#
mbedtls_x509_crl_entry mbedtls_x509_crl::entry
The CRL entries containing the certificate revocation times for this CA.
next#
struct mbedtls_x509_crl* mbedtls_x509_crl::next
Next element in the linked list of CRL.
NULL
indicates the end of the list. Do not modify this field directly.
Public Function Documentation#
MBEDTLS_PRIVATE#
mbedtls_x509_buf mbedtls_x509_crl::MBEDTLS_PRIVATE (sig_oid2 )
Type | Direction | Argument Name | Description |
---|---|---|---|
sig_oid2 | N/A |
MBEDTLS_PRIVATE#
mbedtls_x509_buf mbedtls_x509_crl::MBEDTLS_PRIVATE (sig )
Type | Direction | Argument Name | Description |
---|---|---|---|
sig | N/A |
MBEDTLS_PRIVATE#
mbedtls_md_type_t mbedtls_x509_crl::MBEDTLS_PRIVATE (sig_md )
Internal representation of the MD algorithm of the signature algorithm, e.g.
Type | Direction | Argument Name | Description |
---|---|---|---|
sig_md | N/A |
MBEDTLS_MD_SHA256
MBEDTLS_PRIVATE#
mbedtls_pk_type_t mbedtls_x509_crl::MBEDTLS_PRIVATE (sig_pk )
Internal representation of the Public Key algorithm of the signature algorithm, e.g.
Type | Direction | Argument Name | Description |
---|---|---|---|
sig_pk | N/A |
MBEDTLS_PK_RSA
MBEDTLS_PRIVATE#
void * mbedtls_x509_crl::MBEDTLS_PRIVATE (sig_opts )
Signature options to be passed to mbedtls_pk_verify_ext(), e.g.
Type | Direction | Argument Name | Description |
---|---|---|---|
sig_opts | N/A |
for RSASSA-PSS