|
mbed TLS v3.1.0
|
Context for resuming X.509 verify operations. More...
#include <x509_crt.h>

Public Types | |
| enum | { x509_crt_rs_none, x509_crt_rs_find_parent } |
Data Fields | |
| mbedtls_pk_restart_ctx | private_pk |
| mbedtls_x509_crt * | private_parent |
| mbedtls_x509_crt * | private_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 |
Context for resuming X.509 verify operations.
Definition at line 331 of file x509_crt.h.
| anonymous enum |
| Enumerator | |
|---|---|
| x509_crt_rs_none | |
| x509_crt_rs_find_parent | |
Definition at line 345 of file x509_crt.h.
| mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::private_fallback_parent |
Definition at line 338 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_fallback_signature_is_good |
Definition at line 339 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 337 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_parent_is_trusted |
Definition at line 342 of file x509_crt.h.
| mbedtls_pk_restart_ctx mbedtls_x509_crt_restart_ctx::private_pk |
Definition at line 334 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_self_cnt |
Definition at line 349 of file x509_crt.h.
| mbedtls_x509_crt_verify_chain mbedtls_x509_crt_restart_ctx::private_ver_chain |
Definition at line 350 of file x509_crt.h.
1.8.6