mbed TLS v3.1.0
Data Fields
mbedtls_x509_crt_verify_chain_item Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509_crt_verify_chain_item:
Collaboration graph
[legend]

Data Fields

mbedtls_x509_crtprivate_crt
 
uint32_t private_flags
 

Detailed Description

Item in a verification chain: cert and flags for it

Definition at line 299 of file x509_crt.h.

Field Documentation

mbedtls_x509_crt* mbedtls_x509_crt_verify_chain_item::private_crt

Definition at line 300 of file x509_crt.h.

uint32_t mbedtls_x509_crt_verify_chain_item::private_flags

Definition at line 301 of file x509_crt.h.


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