![]() |
s/qmail 4.3.23
Next generation secure email transport
|
#include <openssl/ssl.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | TLS_fun) (SSL *, void *, int) |
Functions | |
int | tls_timeoutconn (int, int, int, SSL *) |
int | tls_timeoutaccept (int, int, int, SSL *) |
int | tsl_timeoutrehandshake (int, int, int, SSL *) |
int | tls_timeoutread (int, int, int, SSL *, char *, int) |
int | tls_timeoutwrite (int, int, int, SSL *, char *, int) |
int | tls_timeoutio (TLS_fun fun, int, int, int, SSL *, char *, int) |
Definition at line 6 of file tls_timeoutio.h.
Definition at line 67 of file tls_timeoutio.c.
Definition at line 19 of file tls_timeoutio.c.
Definition at line 96 of file tls_timeoutio.c.
Definition at line 103 of file tls_timeoutio.c.