On Tue, Sep 14, 1999 at 12:22:56PM -0700, [EMAIL PROTECTED] wrote:
[...]
> This is all theory at this point, but it seems as though there is a problem
> with SSL_set_timeout(...) (or my use of it).
What functions and macros do you use? Usually you should not need
SSL_set_timeout; what you need is SSL_CTX_set_timeout on the SSL_CTX
before any sessions are created. SSL_set_timeout on an SSL_SESSION
does not affect the copy of that session that may be in an external
cache.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]