Re: SSL_accept timeout

2001-09-14 Thread Eric Rescorla
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 >

Re: SSL_accept timeout

2001-09-14 Thread Bodo Moeller
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