*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> SSL_get_default_timeout (3)              
Title
Content
Arch
Section
 

SSL_GET_DEFAULT_TIMEOUT(3)

Contents


NAME    [Toc]    [Back]

       SSL_get_default_timeout - get default session timeout
       value

SYNOPSIS    [Toc]    [Back]

        #include <openssl/ssl.h>

        long SSL_get_default_timeout(SSL *ssl);

DESCRIPTION    [Toc]    [Back]

       SSL_get_default_timeout() returns the default timeout
       value assigned to SSL_SESSION objects negotiated for the
       protocol valid for ssl.

NOTES    [Toc]    [Back]

       Whenever a new session is negotiated, it is assigned a
       timeout value, after which it will not be accepted for
       session reuse. If the timeout value was not explicitly set
       using SSL_CTX_set_timeout(3), the hardcoded default timeout
 for the protocol will be used.

       SSL_get_default_timeout() return this hardcoded value,
       which is 300 seconds for all currently supported protocols
       (SSLv2, SSLv3, and TLSv1).

RETURN VALUES    [Toc]    [Back]

       See description.

SEE ALSO    [Toc]    [Back]

      
      
       ssl(3), SSL_CTX_set_session_cache_mode(3),
       SSL_SESSION_get_time(3), SSL_CTX_flush_sessions(3),
       SSL_get_default_timeout(3)


OpenBSD 3.6                 2002-05-14                          1
[ Back ]
 Similar pages
Name OS Title
SSL_CTX_set_timeout OpenBSD manipulate timeout values for session caching
SSL_CTX_get_timeout OpenBSD manipulate timeout values for session caching
SSL_CTX_get_timeout Tru64 Manipulate timeout values for session caching
SSL_CTX_set_timeout NetBSD manipulate timeout values for session caching
SSL_CTX_set_timeout Tru64 Manipulate timeout values for session caching
SSL_set_time OpenBSD retrieve and manipulate session time and timeout settings
SSL_set_timeout OpenBSD retrieve and manipulate session time and timeout settings
SSL_get_time OpenBSD retrieve and manipulate session time and timeout settings
SSL_SESSION_get_timeout Tru64 Retrieve and manipulate session time and timeout settings
SSL_SESSION_set_time Tru64 Retrieve and manipulate session time and timeout settings
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service