Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
tls_cert_verify_cb Struct Reference

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.

Detailed Description

Data structure for TLS_CERT_VERIFY_CALLBACK socket option.

Field Documentation

◆ cb

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.

◆ ctx

void* tls_cert_verify_cb::ctx

A pointer to an opaque context passed to the callback.


The documentation for this struct was generated from the following file: