ucspi-ssl 0.13.03
ucspi-ssl
Loading...
Searching...
No Matches
Macros | Functions | Variables
ssl_timeout.c File Reference
#include "ucspissl.h"
#include "iopause.h"
#include "logmsg.h"
Include dependency graph for ssl_timeout.c:

Go to the source code of this file.

Macros

#define WHO   "ssl_timeout"
 

Functions

int ssl_timeoutaccept (SSL *ssl, unsigned int timeout)
 
int ssl_timeoutconn (SSL *ssl, unsigned int timeout)
 
int ssl_verberror (void)
 

Variables

stralloc sslerror = {0}
 

Macro Definition Documentation

◆ WHO

#define WHO   "ssl_timeout"

Definition at line 5 of file ssl_timeout.c.

Function Documentation

◆ ssl_timeoutaccept()

int ssl_timeoutaccept ( SSL *  ssl,
unsigned int  timeout 
)

Definition at line 7 of file ssl_timeout.c.

Here is the caller graph for this function:

◆ ssl_timeoutconn()

int ssl_timeoutconn ( SSL *  ssl,
unsigned int  timeout 
)

Definition at line 60 of file ssl_timeout.c.

Here is the caller graph for this function:

◆ ssl_verberror()

int ssl_verberror ( void  )

Definition at line 112 of file ssl_timeout.c.

Variable Documentation

◆ sslerror

stralloc sslerror = {0}

Definition at line 110 of file ssl_timeout.c.