Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_x509_crl Struct Reference
[X509_module]
Certificate revocation list structure. More...
#include <x509_crl.h>
Data Fields | |
mbedtls_x509_buf | raw |
The raw certificate data (DER). | |
mbedtls_x509_buf | tbs |
The raw certificate body (DER). | |
int | version |
CRL version (1=v1, 2=v2) | |
mbedtls_x509_buf | sig_oid |
CRL signature type identifier. | |
mbedtls_x509_buf | issuer_raw |
The raw issuer data (DER). | |
mbedtls_x509_name | issuer |
The parsed issuer data (named information object). | |
mbedtls_x509_crl_entry | entry |
The CRL entries containing the certificate revocation times for this CA. | |
mbedtls_md_type_t | sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. | |
mbedtls_pk_type_t | sig_pk |
Internal representation of the Public Key algorithm of the signature algorithm, e.g. | |
void * | sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. |
Detailed Description
Certificate revocation list structure.
Every CRL may have multiple entries.
Definition at line 70 of file x509_crl.h.
Field Documentation
The CRL entries containing the certificate revocation times for this CA.
Definition at line 85 of file x509_crl.h.
The parsed issuer data (named information object).
Definition at line 80 of file x509_crl.h.
The raw issuer data (DER).
Definition at line 78 of file x509_crl.h.
The raw certificate data (DER).
Definition at line 72 of file x509_crl.h.
Internal representation of the MD algorithm of the signature algorithm, e.g.
MBEDTLS_MD_SHA256
Definition at line 91 of file x509_crl.h.
CRL signature type identifier.
Definition at line 76 of file x509_crl.h.
void* sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g.
for RSASSA-PSS
Definition at line 93 of file x509_crl.h.
Internal representation of the Public Key algorithm of the signature algorithm, e.g.
MBEDTLS_PK_RSA
Definition at line 92 of file x509_crl.h.
The raw certificate body (DER).
The part that is To Be Signed.
Definition at line 73 of file x509_crl.h.
int version |
CRL version (1=v1, 2=v2)
Definition at line 75 of file x509_crl.h.
Generated on Tue Jul 12 2022 13:55:33 by
