RetroArch
Public Attributes | List of all members
mbedtls_x509_crl_entry Struct Reference

#include <x509_crl.h>

Collaboration diagram for mbedtls_x509_crl_entry:
[legend]

Public Attributes

mbedtls_x509_buf raw
 
mbedtls_x509_buf serial
 
mbedtls_x509_time revocation_date
 
mbedtls_x509_buf entry_ext
 
struct mbedtls_x509_crl_entrynext
 

Detailed Description

Certificate revocation list entry. Contains the CA-specific serial numbers and revocation dates.

Member Data Documentation

◆ entry_ext

mbedtls_x509_buf mbedtls_x509_crl_entry::entry_ext

◆ next

struct mbedtls_x509_crl_entry* mbedtls_x509_crl_entry::next

◆ raw

mbedtls_x509_buf mbedtls_x509_crl_entry::raw

◆ revocation_date

mbedtls_x509_time mbedtls_x509_crl_entry::revocation_date

◆ serial

mbedtls_x509_buf mbedtls_x509_crl_entry::serial

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