Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

_x509_crl Struct Reference

_x509_crl Struct Reference
[X509_module]

Certificate revocation list structure. More...

#include <x509_crl.h>

Data Fields

x509_buf raw
 The raw certificate data (DER).
x509_buf tbs
 The raw certificate body (DER).
x509_buf issuer_raw
 The raw issuer data (DER).
x509_name issuer
 The parsed issuer data (named information object).
x509_crl_entry entry
 The CRL entries containing the certificate revocation times for this CA.
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.

Detailed Description

Certificate revocation list structure.

Every CRL may have multiple entries.

Definition at line 73 of file x509_crl.h.


Field Documentation

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

Definition at line 88 of file x509_crl.h.

The parsed issuer data (named information object).

Definition at line 83 of file x509_crl.h.

The raw issuer data (DER).

Definition at line 81 of file x509_crl.h.

The raw certificate data (DER).

Definition at line 75 of file x509_crl.h.

md_type_t sig_md

Internal representation of the MD algorithm of the signature algorithm, e.g.

POLARSSL_MD_SHA256

Definition at line 94 of file x509_crl.h.

< Internal representation of the Public Key algorithm of the signature algorithm, e.g.

POLARSSL_PK_RSA

Definition at line 95 of file x509_crl.h.

The raw certificate body (DER).

The part that is To Be Signed.

Definition at line 76 of file x509_crl.h.