Certificate revocation list entry.
Contains the CA-specific serial numbers and revocation dates.
Some fields of this structure are publicly readable. Do not modify them except via Mbed TLS library functions: the effect of modifying those fields or the data that those fields points to is unspecified.
Public Attributes#
Direct access to the whole entry inside the containing buffer.
The serial number of the revoked certificate.
The revocation date of this entry.
Direct access to the list of CRL entry extensions (an ASN.1 constructed sequence).
Next element in the linked list of entries.
Public Attribute Documentation#
raw#
mbedtls_x509_buf mbedtls_x509_crl_entry::raw
Direct access to the whole entry inside the containing buffer.
54
of file util/third_party/mbedtls/include/mbedtls/x509_crl.h
serial#
mbedtls_x509_buf mbedtls_x509_crl_entry::serial
The serial number of the revoked certificate.
56
of file util/third_party/mbedtls/include/mbedtls/x509_crl.h
revocation_date#
mbedtls_x509_time mbedtls_x509_crl_entry::revocation_date
The revocation date of this entry.
58
of file util/third_party/mbedtls/include/mbedtls/x509_crl.h
entry_ext#
mbedtls_x509_buf mbedtls_x509_crl_entry::entry_ext
Direct access to the list of CRL entry extensions (an ASN.1 constructed sequence).
If there are no extensions, entry_ext.len == 0
and entry_ext.p == NULL
.
64
of file util/third_party/mbedtls/include/mbedtls/x509_crl.h
next#
struct mbedtls_x509_crl_entry* mbedtls_x509_crl_entry::next
Next element in the linked list of entries.
NULL
indicates the end of the list. Do not modify this field directly.
69
of file util/third_party/mbedtls/include/mbedtls/x509_crl.h