commit | e4612d02c53cccd24fa97b08fc01250d1238cca1 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Jun 13 11:24:15 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Tue Jul 19 12:08:49 2016 +0100 |
tree | 60dcaaa62136f24ac1e25a71b53826f4a57be458 | |
parent | 941b10bd954f9fb217901e4ad0a31c70972b864d [diff] |
Remove sessions from external cache, even if internal cache not used. If the SSL_SESS_CACHE_NO_INTERNAL_STORE cache mode is used then we weren't removing sessions from the external cache, e.g. if an alert occurs the session is supposed to be automatically removed. Reviewed-by: Richard Levitte <levitte@openssl.org>