PolarSSL v1.1.4
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).
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_crlnext

Detailed Description

Certificate revocation list structure.

Every CRL may have multiple entries.

Definition at line 344 of file x509.h.


Field Documentation

Definition at line 361 of file x509.h.

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

Definition at line 359 of file x509.h.

The parsed issuer data (named information object).

Definition at line 354 of file x509.h.

The raw issuer data (DER).

Definition at line 352 of file x509.h.

Definition at line 367 of file x509.h.

Definition at line 357 of file x509.h.

The raw certificate data (DER).

Definition at line 346 of file x509.h.

Definition at line 364 of file x509.h.

Definition at line 365 of file x509.h.

Definition at line 350 of file x509.h.

Definition at line 363 of file x509.h.

The raw certificate body (DER).

The part that is To Be Signed.

Definition at line 347 of file x509.h.

Definition at line 356 of file x509.h.

Definition at line 349 of file x509.h.


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