mbed TLS v1.3.16
Data Fields
_x509_crl Struct Reference

Certificate revocation list structure. More...

#include <x509_crl.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
 CRL version (1=v1, 2=v2) More...
 
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
 
md_type_t sig_md
 Internal representation of the MD algorithm of the signature algorithm, e.g. More...
 
pk_type_t sig_pk
 Internal representation of the Public Key algorithm of the signature algorithm, e.g. More...
 
void * sig_opts
 Signature options to be passed to pk_verify_ext(), e.g. More...
 
struct _x509_crlnext
 

Detailed Description

Certificate revocation list structure.

Every CRL may have multiple entries.

Definition at line 70 of file x509_crl.h.

Field Documentation

x509_buf _x509_crl::crl_ext

Definition at line 87 of file x509_crl.h.

x509_crl_entry _x509_crl::entry

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

Definition at line 85 of file x509_crl.h.

x509_name _x509_crl::issuer

The parsed issuer data (named information object).

Definition at line 80 of file x509_crl.h.

x509_buf _x509_crl::issuer_raw

The raw issuer data (DER).

Definition at line 78 of file x509_crl.h.

struct _x509_crl* _x509_crl::next

Definition at line 95 of file x509_crl.h.

x509_time _x509_crl::next_update

Definition at line 83 of file x509_crl.h.

x509_buf _x509_crl::raw

The raw certificate data (DER).

Definition at line 72 of file x509_crl.h.

x509_buf _x509_crl::sig

Definition at line 90 of file x509_crl.h.

md_type_t _x509_crl::sig_md

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

POLARSSL_MD_SHA256

Definition at line 91 of file x509_crl.h.

x509_buf _x509_crl::sig_oid1

Definition at line 76 of file x509_crl.h.

x509_buf _x509_crl::sig_oid2

Definition at line 89 of file x509_crl.h.

void* _x509_crl::sig_opts

Signature options to be passed to pk_verify_ext(), e.g.

for RSASSA-PSS

Definition at line 93 of file x509_crl.h.

pk_type_t _x509_crl::sig_pk

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

POLARSSL_PK_RSA

Definition at line 92 of file x509_crl.h.

x509_buf _x509_crl::tbs

The raw certificate body (DER).

The part that is To Be Signed.

Definition at line 73 of file x509_crl.h.

x509_time _x509_crl::this_update

Definition at line 82 of file x509_crl.h.

int _x509_crl::version

CRL version (1=v1, 2=v2)

Definition at line 75 of file x509_crl.h.


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