mbedtls_x509_crt_ca_cb_t
The type of trusted certificate callbacks. Callbacks of this type are passed to and used by the CRT verification routine mbedtls_x509_crt_verify_with_ca_cb() when looking for trusted signers of a given certificate. On success, the callback returns a list of trusted certificates to be considered as potential signers for the input certificate.
![]()
typedef int (*mbedtls_x509_crt_ca_cb_t)(void *p_ctx,