X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_SESSION_get_time.pod;fp=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_SESSION_get_time.pod;h=d92a8efb10c4eb764bc5be91bea4476b42a27702;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=490337a32f0f59b15acc069faca14055c670c697;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_SESSION_get_time.pod b/lib/openssl/doc/ssl/SSL_SESSION_get_time.pod index 490337a..d92a8ef 100644 --- a/lib/openssl/doc/ssl/SSL_SESSION_get_time.pod +++ b/lib/openssl/doc/ssl/SSL_SESSION_get_time.pod @@ -2,7 +2,10 @@ =head1 NAME -SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout settings +SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, +SSL_SESSION_set_timeout +SSL_get_time, SSL_set_time, SSL_get_timeout, SSL_set_timeout, +- retrieve and manipulate session time and timeout settings =head1 SYNOPSIS @@ -41,7 +44,7 @@ functions are synonyms for the SSL_SESSION_*() counterparts. Sessions are expired by examining the creation time and the timeout value. Both are set at creation time of the session to the actual time and the default timeout value at creation, respectively, as set by -L. +L. Using these functions it is possible to extend or shorten the lifetime of the session. @@ -52,13 +55,22 @@ valid values. SSL_SESSION_set_time() and SSL_SESSION_set_timeout() return 1 on success. -If any of the function is passed the NULL pointer for the session B, +If any of the function is passed the NULL pointer for the session B, 0 is returned. =head1 SEE ALSO -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