|
PolarSSL v1.3.9
|
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 |
| CRL version (1=v1, 2=v2) More... | |
| 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... | |
| void * | sig_opts |
| Signature options to be passed to pk_verify_ext(), e.g. More... | |
| struct _x509_crl * | next |
Certificate revocation list structure.
Every CRL may have multiple entries.
Definition at line 73 of file x509_crl.h.