PolarSSL v1.3.9
_x509_crl Struct Reference

Certificate revocation list structure. More...

#include <x509_crl.h>

Collaboration diagram for _x509_crl:

Data Fields

x509_buf raw
 The raw certificate data (DER).
 
x509_buf tbs
 The raw certificate body (DER).
 
int version
 CRL version (1=v1, 2=v2)
 
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
 
md_type_t sig_md
 Internal representation of the MD algorithm of the signature algorithm, e.g.
 
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 pk_verify_ext(), e.g.
 
struct _x509_crlnext
 

Detailed Description

Certificate revocation list structure.

Every CRL may have multiple entries.

Definition at line 73 of file x509_crl.h.


The documentation for this struct was generated from the following file: