|
Mbed TLS v4.0.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 280 of file x509_crt.h.
| anonymous enum |
| Enumerator | |
|---|---|
| x509_crt_rs_none | |
| x509_crt_rs_find_parent | |
Definition at line 293 of file x509_crt.h.
| mbedtls_x509_crt* mbedtls_x509_crt_restart_ctx::private_fallback_parent |
Definition at line 286 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_fallback_signature_is_good |
Definition at line 287 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 285 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_parent_is_trusted |
Definition at line 290 of file x509_crt.h.
| mbedtls_pk_restart_ctx mbedtls_x509_crt_restart_ctx::private_pk |
Definition at line 282 of file x509_crt.h.
| int mbedtls_x509_crt_restart_ctx::private_self_cnt |
Definition at line 297 of file x509_crt.h.
| mbedtls_x509_crt_verify_chain mbedtls_x509_crt_restart_ctx::private_ver_chain |
Definition at line 298 of file x509_crt.h.
1.8.6