OpenVPN
|
#include <openssl/x509.h>
Go to the source code of this file.
Macros | |
#define | __OPENVPN_X509_CERT_T_DECLARED |
Typedefs | |
typedef X509 | openvpn_x509_cert_t |
Functions | |
Function for authenticating a new connection from a remote OpenVPN peer | |
int | verify_callback (int preverify_ok, X509_STORE_CTX *ctx) |
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_openssl.h.
typedef X509 openvpn_x509_cert_t |
Definition at line 37 of file ssl_verify_openssl.h.