OpenVPN
|
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... | |
#define __OPENVPN_X509_CERT_T_DECLARED |
Definition at line 36 of file ssl_verify_mbedtls.h.
typedef mbedtls_x509_crt openvpn_x509_cert_t |
Definition at line 37 of file ssl_verify_mbedtls.h.