PolarSSL v1.2.11
Data Fields
_x509_crl_entry Struct Reference

Certificate revocation list entry. More...

#include <x509.h>

Collaboration diagram for _x509_crl_entry:
Collaboration graph
[legend]

Data Fields

x509_buf raw
 
x509_buf serial
 
x509_time revocation_date
 
x509_buf entry_ext
 
struct _x509_crl_entrynext
 

Detailed Description

Certificate revocation list entry.

Contains the CA-specific serial numbers and revocation dates.

Definition at line 339 of file x509.h.

Field Documentation

x509_buf _x509_crl_entry::entry_ext

Definition at line 347 of file x509.h.

struct _x509_crl_entry* _x509_crl_entry::next

Definition at line 349 of file x509.h.

x509_buf _x509_crl_entry::raw

Definition at line 341 of file x509.h.

x509_time _x509_crl_entry::revocation_date

Definition at line 345 of file x509.h.

x509_buf _x509_crl_entry::serial

Definition at line 343 of file x509.h.


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