mbed TLS v3.1.0
Data Fields
mbedtls_x509_crt_verify_chain Struct Reference

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509_crt_verify_chain:
Collaboration graph
[legend]

Data Fields

mbedtls_x509_crt_verify_chain_item private_items [MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE]
 
unsigned private_len
 
mbedtls_x509_crtprivate_trust_ca_cb_result
 

Detailed Description

Verification chain as built by mbedtls_crt_verify_chain()

Definition at line 312 of file x509_crt.h.

Field Documentation

mbedtls_x509_crt_verify_chain_item mbedtls_x509_crt_verify_chain::private_items[MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE]

Definition at line 314 of file x509_crt.h.

unsigned mbedtls_x509_crt_verify_chain::private_len

Definition at line 315 of file x509_crt.h.

mbedtls_x509_crt* mbedtls_x509_crt_verify_chain::private_trust_ca_cb_result

Definition at line 322 of file x509_crt.h.


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