4 #ifndef SSL_TIMEOUTIO_H
5 #define SSL_TIMEOUTIO_H
7 #include <openssl/ssl.h>
14 extern int ssl_timeoutread(time_t,
char *,
const int);
int ssl_timeoutaccept(time_t)
accept the request for SSL
Definition: ssl_timeoutio.c:109
int ssl_timeoutconn(time_t)
establish SSL protocol to remote host
Definition: ssl_timeoutio.c:137
int ssl_timeoutrehandshake(time_t)
do a new SSL handshake
Definition: ssl_timeoutio.c:164
int ssl_timeoutwrite(time_t, const char *, const int)
Definition: ssl_timeoutio.c:194