From 3eba9b0ebccf656aeddb56792e605f120e3fe612 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 17 Aug 2001 16:38:06 +0000 Subject: [PATCH] More details about session timeout settings. --- doc/ssl/SSL_CTX_set_timeout.pod | 8 ++++++-- doc/ssl/SSL_SESSION_get_time.pod | 3 ++- doc/ssl/ssl.pod | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) 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, -- 2.25.1