mbedtls_x509_crl_entry struct
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.
Fields
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). If there are no extensions, `entry_ext.len == 0` and `entry_ext.p == NULL`.
Next element in the linked list of entries. \p NULL indicates the end of the list. Do not modify this field directly.