mbed TLS Library
mbedtls_x509_crt_verify_chain
is only used within mbed TLS Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
mbed TLS Library
mbedtls_x509_crt_verify_chain
mbedtls_x509_crt_verify_chain struct
Verification chain as built by \c mbedtls_crt_verify_chain()
Syntax
Show:
Summary
Declaration
from
x509_crt.h:196
typedef
struct
{
mbedtls_x509_crt_verify_chain_item
items
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
;
unsigned
len
;
#if
defined
(
MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK
)
mbedtls_x509_crt
*
trust_ca_cb_result
;
#endif
}
mbedtls_x509_crt_verify_chain
;
Fields
Field
Declared as
mbedtls_x509_crt_verify_chain::items
mbedtls_x509_crt_verify_chain_item
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
mbedtls_x509_crt_verify_chain::len
unsigned
Related Functions
Found 3 other functions taking a
mbedtls_x509_crt_verify_chain
argument:
Function
x509_crt_verify_chain_reset()
x509_crt_verify_chain()
x509_crt_merge_flags_with_cb()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out