mbedTLS
mbedtls_x509_crl_entry
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_crl_entry
mbedtls_x509_crl_entry struct
Certificate revocation list entry. Contains the CA-specific serial numbers and revocation dates.
Syntax
Show:
Summary
Declaration
from
x509_crl.h:52
typedef
struct
mbedtls_x509_crl_entry
{
mbedtls_x509_buf
raw
;
mbedtls_x509_buf
serial
;
mbedtls_x509_time
revocation_date
;
mbedtls_x509_buf
entry_ext
;
struct
mbedtls_x509_crl_entry
*
next
;
}
mbedtls_x509_crl_entry
;
Fields
Field
Declared as
mbedtls_x509_crl_entry::raw
mbedtls_x509_buf
mbedtls_x509_crl_entry::serial
mbedtls_x509_buf
mbedtls_x509_crl_entry::revocation_date
mbedtls_x509_time
mbedtls_x509_crl_entry::entry_ext
mbedtls_x509_buf
mbedtls_x509_crl_entry::next
struct
mbedtls_x509_crl_entry
*
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out