mbedtls_x509_crl_entry is only used within mbedTLS.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
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.