Mbed TLS v3.6.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
mbedtls_x509_crt_restart_ctx Struct Reference

Context for resuming X.509 verify operations. More...

#include <x509_crt.h>

Collaboration diagram for mbedtls_x509_crt_restart_ctx:
Collaboration graph
[legend]

Public Types

enum  { x509_crt_rs_none, x509_crt_rs_find_parent }
 

Data Fields

mbedtls_pk_restart_ctx private_pk
 
mbedtls_x509_crtprivate_parent
 
mbedtls_x509_crtprivate_fallback_parent
 
int private_fallback_signature_is_good
 
int private_parent_is_trusted
 
enum
mbedtls_x509_crt_restart_ctx:: { ... }  
private_in_progress
 
int private_self_cnt
 
mbedtls_x509_crt_verify_chain private_ver_chain
 

Detailed Description

Context for resuming X.509 verify operations.

Definition at line 281 of file x509_crt.h.

Member Enumeration Documentation

anonymous enum
Enumerator
x509_crt_rs_none 
x509_crt_rs_find_parent 

Definition at line 294 of file x509_crt.h.

Field Documentation

mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::private_fallback_parent

Definition at line 287 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::private_fallback_signature_is_good

Definition at line 288 of file x509_crt.h.

enum { ... } mbedtls_x509_crt_restart_ctx::private_in_progress
mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::private_parent

Definition at line 286 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::private_parent_is_trusted

Definition at line 291 of file x509_crt.h.

mbedtls_pk_restart_ctx mbedtls_x509_crt_restart_ctx::private_pk

Definition at line 283 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::private_self_cnt

Definition at line 298 of file x509_crt.h.

mbedtls_x509_crt_verify_chain mbedtls_x509_crt_restart_ctx::private_ver_chain

Definition at line 299 of file x509_crt.h.


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