|
OpenVPN
|
Control Channel OpenSSL Backend. More...
#include <openssl/ssl.h>#include <openssl/err.h>

Go to the source code of this file.
Data Structures | |
| struct | tls_root_ctx |
| Structure that wraps the TLS context. More... | |
| struct | key_state_ssl |
Functions | |
| static void | tls_clear_error (void) |
Variables | |
| int | mydata_index |
| Allocate space in SSL objects in which to store a struct tls_session pointer back to parent. | |
Control Channel OpenSSL Backend.
Definition in file ssl_openssl.h.
|
inlinestatic |
Definition at line 61 of file ssl_openssl.h.
|
extern |
Allocate space in SSL objects in which to store a struct tls_session pointer back to parent.
Definition at line 88 of file ssl_openssl.c.
Referenced by key_state_ssl_init(), tls_init_lib(), and verify_callback().