Document when a session gets removed from cache
authorMatt Caswell <matt@openssl.org>
Mon, 23 Apr 2018 10:23:43 +0000 (11:23 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Apr 2018 08:24:20 +0000 (09:24 +0100)
commit0abb903b7618ad404c83ac9b44b2c1bf162b90de
treecde6a476cd2133398d30d40f868099eef7d7d91a
parent5791a917ca0b6273c48fb43a442fd156604065de
Document when a session gets removed from cache

Document the fact that if a session is not closed down cleanly then the
session gets removed from the cache and marked as non-resumable.

Fixes #4720

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6054)
doc/ssl/SSL_get_session.pod