#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "openvpn-plugin.h"
Go to the source code of this file.
|
static const char * | get_env (const char *name, const char *envp[]) |
|
OPENVPN_EXPORT int | openvpn_plugin_open_v3 (const int v3structver, struct openvpn_plugin_args_open_in const *args, struct openvpn_plugin_args_open_return *ret) |
|
void | show (const int type, const char *argv[], const char *envp[]) |
|
static void | x509_print_info (X509 *x509crt) |
|
OPENVPN_EXPORT int | openvpn_plugin_func_v3 (const int version, struct openvpn_plugin_args_func_in const *args, struct openvpn_plugin_args_func_return *retptr) |
|
OPENVPN_EXPORT void | openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle) |
|
◆ get_env()
static const char * get_env |
( |
const char * |
name, |
|
|
const char * |
envp[] |
|
) |
| |
|
static |
◆ openvpn_plugin_close_v1()
OPENVPN_EXPORT void openvpn_plugin_close_v1 |
( |
openvpn_plugin_handle_t |
handle | ) |
|
◆ openvpn_plugin_func_v3()
OPENVPN_EXPORT int openvpn_plugin_func_v3 |
( |
const int |
version, |
|
|
struct openvpn_plugin_args_func_in const * |
args, |
|
|
struct openvpn_plugin_args_func_return * |
retptr |
|
) |
| |
◆ openvpn_plugin_open_v3()
OPENVPN_EXPORT int openvpn_plugin_open_v3 |
( |
const int |
v3structver, |
|
|
struct openvpn_plugin_args_open_in const * |
args, |
|
|
struct openvpn_plugin_args_open_return * |
ret |
|
) |
| |
◆ show()
void show |
( |
const int |
type, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |
◆ x509_print_info()
static void x509_print_info |
( |
X509 * |
x509crt | ) |
|
|
static |