Bodo Moeller <[EMAIL PROTECTED]> writes:
> On Fri, Sep 07, 2001 at 11:06:06AM +0300, Andrew Popov wrote:
>
> > We need to set timeout on SSL_accept()
> > Seting with SSL_CTX_set_timeout(SSL_CTX *ctx, long t) has no effect
>
> No, this function is not about connection timeouts (it is about the
>
On Fri, Sep 07, 2001 at 11:06:06AM +0300, Andrew Popov wrote:
> We need to set timeout on SSL_accept()
> Seting with SSL_CTX_set_timeout(SSL_CTX *ctx, long t) has no effect
No, this function is not about connection timeouts (it is about the
session cache).
To impose a timeout on SSL_accept, use