X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fssl%2FSSL_set_session.pod;h=5f54714ad86a633c4f0540357ffcb2593c17a174;hb=b764f82c645639ce794f28ef92e749066dd2caa6;hp=1de232fbbc58d6c40e15f0bf47049ee275219ebe;hpb=2d3b6a5be7f567d44c88f7b55caff7976229b44a;p=oweals%2Fopenssl.git diff --git a/doc/ssl/SSL_set_session.pod b/doc/ssl/SSL_set_session.pod index 1de232fbbc..5f54714ad8 100644 --- a/doc/ssl/SSL_set_session.pod +++ b/doc/ssl/SSL_set_session.pod @@ -23,6 +23,14 @@ If there is already a session set inside B (because it was set with SSL_set_session() before or because the same B was already used for a connection), SSL_SESSION_free() will be called for that session. +=head1 NOTES + +SSL_SESSION objects keep internal link information about the session cache +list, when being inserted into one SSL_CTX object's session cache. +One SSL_SESSION object, regardless of its reference count, must therefore +only be used with one SSL_CTX object (and the SSL objects created +from this SSL_CTX object). + =head1 RETURN VALUES The following return values can occur: @@ -42,6 +50,7 @@ The operation succeeded. =head1 SEE ALSO L, L, +L, L, L