X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_set_timeout.pod;h=470efdfc29e4f7f4099dd327143070303885b3f6;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=e3de27c47367c54936af87d50ef5fd7e9cc232c8;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_CTX_set_timeout.pod b/lib/openssl/doc/ssl/SSL_CTX_set_timeout.pod index e3de27c..470efdf 100644 --- a/lib/openssl/doc/ssl/SSL_CTX_set_timeout.pod +++ b/lib/openssl/doc/ssl/SSL_CTX_set_timeout.pod @@ -30,15 +30,15 @@ valid at the time of the session negotiation. Changes of the timeout value do not affect already established sessions. The expiration time of a single session can be modified using the -L family of functions. +L family of functions. Expired sessions are removed from the internal session cache, whenever -L is called, either +L is called, either directly by the application or automatically (see -L) +L) The default value for session timeout is decided on a per protocol -basis, see L. +basis, see L. All currently supported protocols have the same default timeout value of 300 seconds. @@ -50,10 +50,19 @@ SSL_CTX_get_timeout() returns the currently set timeout value. =head1 SEE ALSO -L, -L, -L, -L, -L +L, +L, +L, +L, +L + +=head1 COPYRIGHT + +Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut