PolarSSL v1.1.4
|
Certificate revocation list structure. More...
#include <x509.h>
Data Fields | |
x509_buf | raw |
The raw certificate data (DER). | |
x509_buf | tbs |
The raw certificate body (DER). | |
int | version |
x509_buf | sig_oid1 |
x509_buf | issuer_raw |
The raw issuer data (DER). | |
x509_name | issuer |
The parsed issuer data (named information object). | |
x509_time | this_update |
x509_time | next_update |
x509_crl_entry | entry |
The CRL entries containing the certificate revocation times for this CA. | |
x509_buf | crl_ext |
x509_buf | sig_oid2 |
x509_buf | sig |
int | sig_alg |
struct _x509_crl * | next |
Certificate revocation list structure.
Every CRL may have multiple entries.
struct _x509_crl* _x509_crl::next |