OpenVPN
Data Structures | Functions | Variables
ssl_openssl.h File Reference
#include <openssl/ssl.h>
#include <openssl/err.h>
Include dependency graph for ssl_openssl.h:
This graph shows which files directly or indirectly include this file:

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. More...
 

Function Documentation

◆ tls_clear_error()

static void tls_clear_error ( void  )
inlinestatic

Definition at line 59 of file ssl_openssl.h.

Variable Documentation

◆ mydata_index

int mydata_index

Allocate space in SSL objects in which to store a struct tls_session pointer back to parent.

Definition at line 82 of file ssl_openssl.c.

Referenced by key_state_ssl_init(), tls_init_lib(), and verify_callback().