From: Lutz Jänicke Date: Fri, 17 Aug 2001 16:38:06 +0000 (+0000) Subject: More details about session timeout settings. X-Git-Tag: OpenSSL_0_9_6c~146 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3eba9b0ebccf656aeddb56792e605f120e3fe612;p=oweals%2Fopenssl.git More details about session timeout settings. --- diff --git a/doc/ssl/SSL_CTX_set_timeout.pod b/doc/ssl/SSL_CTX_set_timeout.pod index 21faed12d4..e3de27c473 100644 --- a/doc/ssl/SSL_CTX_set_timeout.pod +++ b/doc/ssl/SSL_CTX_set_timeout.pod @@ -37,7 +37,10 @@ L is called, either directly by the application or automatically (see L) -The default value for session timeout is 300 seconds. +The default value for session timeout is decided on a per protocol +basis, see L. +All currently supported protocols have the same default timeout value +of 300 seconds. =head1 RETURN VALUES @@ -50,6 +53,7 @@ SSL_CTX_get_timeout() returns the currently set timeout value. L, L, L, -L +L, +L =cut diff --git a/doc/ssl/SSL_SESSION_get_time.pod b/doc/ssl/SSL_SESSION_get_time.pod index cd33b73aa3..ea3c2bcfe6 100644 --- a/doc/ssl/SSL_SESSION_get_time.pod +++ b/doc/ssl/SSL_SESSION_get_time.pod @@ -58,6 +58,7 @@ If any of the function is passed the NULL pointer for the session B, =head1 SEE ALSO L, -L +L, +L =cut diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 51b05929e4..2bb10ec8d0 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -678,6 +678,7 @@ L, L, L, L, +L, L, L, L,