OpenSSL: Revert the disabling of the session-cache. Bug 2255
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Apr 2018 21:45:39 +0000 (22:45 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Apr 2018 21:50:49 +0000 (22:50 +0100)
commita28050f855e0011e0b6f1b395d65e3cebcb277a2
tree91eeddb0074398a81d69b728e6d22219e38dbec8
parent3c676fa8fedeee3b6e775c9d81c9fc79e8d65e7f
OpenSSL: Revert the disabling of the session-cache.  Bug 2255

Session cacheing is never useful, as we use a new context for every TLS startup.
However, removing the support triggers odd behaviour from Outlook Express (only
when there is an IMAP server on the same machine as Exim): an initial connect
from the OE client fails, the immediate retry works.
doc/doc-txt/ChangeLog
src/src/tls-openssl.c