PolarSSL v1.2.9
Data Fields
_x509_crl Struct Reference

Certificate revocation list structure. More...

#include <x509.h>

Collaboration diagram for _x509_crl:
Collaboration graph
[legend]

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
 
int sig_alg
 
struct _x509_crlnext
 

Detailed Description

Certificate revocation list structure.

Every CRL may have multiple entries.

Definition at line 354 of file x509.h.

Field Documentation

x509_buf _x509_crl::crl_ext

Definition at line 371 of file x509.h.

x509_crl_entry _x509_crl::entry

The CRL entries containing the certificate revocation times for this CA.

Definition at line 369 of file x509.h.

x509_name _x509_crl::issuer

The parsed issuer data (named information object).

Definition at line 364 of file x509.h.

x509_buf _x509_crl::issuer_raw

The raw issuer data (DER).

Definition at line 362 of file x509.h.

struct _x509_crl* _x509_crl::next

Definition at line 377 of file x509.h.

x509_time _x509_crl::next_update

Definition at line 367 of file x509.h.

x509_buf _x509_crl::raw

The raw certificate data (DER).

Definition at line 356 of file x509.h.

x509_buf _x509_crl::sig

Definition at line 374 of file x509.h.

int _x509_crl::sig_alg

Definition at line 375 of file x509.h.

x509_buf _x509_crl::sig_oid1

Definition at line 360 of file x509.h.

x509_buf _x509_crl::sig_oid2

Definition at line 373 of file x509.h.

x509_buf _x509_crl::tbs

The raw certificate body (DER).

The part that is To Be Signed.

Definition at line 357 of file x509.h.

x509_time _x509_crl::this_update

Definition at line 366 of file x509.h.

int _x509_crl::version

Definition at line 359 of file x509.h.


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