Zephyr Project API 4.1.99
A Scalable Open Source RTOS
|
Data structure for TLS_CERT_VERIFY_CALLBACK socket option. More...
#include <socket.h>
Data Fields | |
void * | cb |
A pointer to the certificate verification callback function. | |
void * | ctx |
A pointer to an opaque context passed to the callback. | |
Data structure for TLS_CERT_VERIFY_CALLBACK socket option.
void* tls_cert_verify_cb::cb |
A pointer to the certificate verification callback function.
The actual callback function type is defined by mbed TLS, see documentation of mbedtls_x509_crt_verify() function.
void* tls_cert_verify_cb::ctx |
A pointer to an opaque context passed to the callback.