PolarSSL v1.3.4
|
Certificate revocation list structure. More...
#include <x509_crl.h>
Data Fields | |
x509_buf | raw |
The raw certificate data (DER). More... | |
x509_buf | tbs |
The raw certificate body (DER). More... | |
int | version |
x509_buf | sig_oid1 |
x509_buf | issuer_raw |
The raw issuer data (DER). More... | |
x509_name | issuer |
The parsed issuer data (named information object). More... | |
x509_time | this_update |
x509_time | next_update |
x509_crl_entry | entry |
The CRL entries containing the certificate revocation times for this CA. More... | |
x509_buf | crl_ext |
x509_buf | sig_oid2 |
x509_buf | sig |
md_type_t | sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. More... | |
pk_type_t | sig_pk |
< Internal representation of the Public Key algorithm of the signature algorithm, e.g. More... | |
struct _x509_crl * | next |
Certificate revocation list structure.
Every CRL may have multiple entries.
Definition at line 69 of file x509_crl.h.
x509_buf _x509_crl::crl_ext |
Definition at line 86 of file x509_crl.h.
x509_crl_entry _x509_crl::entry |
The CRL entries containing the certificate revocation times for this CA.
Definition at line 84 of file x509_crl.h.
x509_name _x509_crl::issuer |
The parsed issuer data (named information object).
Definition at line 79 of file x509_crl.h.
x509_buf _x509_crl::issuer_raw |
The raw issuer data (DER).
Definition at line 77 of file x509_crl.h.
struct _x509_crl* _x509_crl::next |
Definition at line 93 of file x509_crl.h.
x509_time _x509_crl::next_update |
Definition at line 82 of file x509_crl.h.
x509_buf _x509_crl::raw |
The raw certificate data (DER).
Definition at line 71 of file x509_crl.h.
x509_buf _x509_crl::sig |
Definition at line 89 of file x509_crl.h.
md_type_t _x509_crl::sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g.
POLARSSL_MD_SHA256
Definition at line 90 of file x509_crl.h.
x509_buf _x509_crl::sig_oid1 |
Definition at line 75 of file x509_crl.h.
x509_buf _x509_crl::sig_oid2 |
Definition at line 88 of file x509_crl.h.
pk_type_t _x509_crl::sig_pk |
< Internal representation of the Public Key algorithm of the signature algorithm, e.g.
POLARSSL_PK_RSA
Definition at line 91 of file x509_crl.h.
x509_buf _x509_crl::tbs |
The raw certificate body (DER).
The part that is To Be Signed.
Definition at line 72 of file x509_crl.h.
x509_time _x509_crl::this_update |
Definition at line 81 of file x509_crl.h.
int _x509_crl::version |
Definition at line 74 of file x509_crl.h.