OpenVPN
Macros | Typedefs
ssl_verify_mbedtls.h File Reference
#include "syshead.h"
#include <mbedtls/x509_crt.h>
Include dependency graph for ssl_verify_mbedtls.h:

Go to the source code of this file.

Macros

#define __OPENVPN_X509_CERT_T_DECLARED
 

Typedefs

typedef mbedtls_x509_crt openvpn_x509_cert_t
 

Functions

Function for authenticating a new connection from a remote OpenVPN peer
int verify_callback (void *session_obj, mbedtls_x509_crt *cert, int cert_depth, uint32_t *flags)
 Verify that the remote OpenVPN peer's certificate allows setting up a VPN tunnel. More...
 

Macro Definition Documentation

◆ __OPENVPN_X509_CERT_T_DECLARED

#define __OPENVPN_X509_CERT_T_DECLARED

Definition at line 36 of file ssl_verify_mbedtls.h.

Typedef Documentation

◆ openvpn_x509_cert_t

typedef mbedtls_x509_crt openvpn_x509_cert_t

Definition at line 37 of file ssl_verify_mbedtls.h.