From: Lutz Jänicke Date: Mon, 19 Nov 2001 11:12:30 +0000 (+0000) Subject: Clarify reference count handling/removal of session X-Git-Tag: OpenSSL_0_9_6c~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c156d5c9bd4f106ad7f65119a11f0d3100f02d69;p=oweals%2Fopenssl.git Clarify reference count handling/removal of session (shinagawa@star.zko.dec.com). --- diff --git a/doc/ssl/SSL_get_session.pod b/doc/ssl/SSL_get_session.pod index 8547faa58b..dd9aba40b6 100644 --- a/doc/ssl/SSL_get_session.pod +++ b/doc/ssl/SSL_get_session.pod @@ -37,8 +37,10 @@ if the session is valid, it can be removed at any time due to timeout during L. If the data is to be kept, SSL_get1_session() will increment the reference -count and the session will stay in memory until explicitly freed with -L, regardless of its state. +count, so that the session will not be implicitly removed by other operations +but stays in memory. In order to remove the session +L must be explicitly called once +to decrement the reference count again. SSL_SESSION objects keep internal link information about the session cache list, when being inserted into one SSL_CTX object's session cache.