mbed TLS v2.28.0
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 pk
 
mbedtls_x509_crtparent
 
mbedtls_x509_crtfallback_parent
 
int fallback_signature_is_good
 
int parent_is_trusted
 
enum
mbedtls_x509_crt_restart_ctx:: { ... }  
in_progress
 
int self_cnt
 
mbedtls_x509_crt_verify_chain ver_chain
 

Detailed Description

Context for resuming X.509 verify operations.

Definition at line 232 of file x509_crt.h.

Member Enumeration Documentation

anonymous enum
Enumerator
x509_crt_rs_none 
x509_crt_rs_find_parent 

Definition at line 246 of file x509_crt.h.

Field Documentation

mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::fallback_parent

Definition at line 239 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::fallback_signature_is_good

Definition at line 240 of file x509_crt.h.

enum { ... } mbedtls_x509_crt_restart_ctx::in_progress
mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::parent

Definition at line 238 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::parent_is_trusted

Definition at line 243 of file x509_crt.h.

mbedtls_pk_restart_ctx mbedtls_x509_crt_restart_ctx::pk

Definition at line 235 of file x509_crt.h.

int mbedtls_x509_crt_restart_ctx::self_cnt

Definition at line 250 of file x509_crt.h.

mbedtls_x509_crt_verify_chain mbedtls_x509_crt_restart_ctx::ver_chain

Definition at line 251 of file x509_crt.h.


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