X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_free.pod;fp=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_free.pod;h=eb69a162bc7a6c959f1c116443b48bea4ff86ed0;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=13c1abd9ecff3ab99a47ce2a7bd8606ebb6520b2;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_free.pod b/lib/openssl/doc/ssl/SSL_free.pod index 13c1abd..eb69a16 100644 --- a/lib/openssl/doc/ssl/SSL_free.pod +++ b/lib/openssl/doc/ssl/SSL_free.pod @@ -15,6 +15,7 @@ SSL_free - free an allocated SSL structure SSL_free() decrements the reference count of B, and removes the SSL structure pointed to by B and frees up the allocated memory if the reference count has reached 0. +If B is NULL nothing is done. =head1 NOTES @@ -28,8 +29,8 @@ failure. The ssl session has reference counts from two users: the SSL object, for which the reference count is removed by SSL_free() and the internal session cache. If the session is considered bad, because -L was not called for the connection -and L was not used to set the +L was not called for the connection +and L was not used to set the SSL_SENT_SHUTDOWN state, the session will also be removed from the session cache as required by RFC2246. @@ -37,8 +38,17 @@ from the session cache as required by RFC2246. SSL_free() does not provide diagnostic information. -L, L, -L, L, -L +L, L, +L, L, +L + +=head1 COPYRIGHT + +Copyright 2000-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