I need to set the timeout for particular SSL session. Currently it is set to TCP_ALIVE TIME, ie 7200 secs, verified by call to SSL_get_timeout(SSL *s) & SSL_SESSION_get _timeout(SSL_SESSION *sess).

I tried both SSL_set_timeout(SSL*s,long tm) as well as SSL_SESSION_set_timeout(SSL_SESSION* sess,long tm), none of them are working for me.

Do I need to set anything before calling these functions???

Thanks,

Vinay

 Lutz Jaenicke <[EMAIL PROTECTED]> wrote:

On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:
>
> Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardcoded to a fix number internally

Hmm. I just re-read your original mail and found, that it does concern
SSL_set_timeout(), not SSL_CTX_set_timeout(), as I first thought.
Can you be more precise about what you intend to achieve?

Best,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to