From 925ac8e4f1c5d365ddea2f7aee460cd0a3cd409d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 17 May 2017 17:32:30 +0100 Subject: TLS: do decent PIPELINING under TLS, at least with GnuTLS I've not found an equivalent in OpenSSL of gnutls_record_cork() nor gnutls_record_check_pending() yet. --- doc/doc-txt/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/doc-txt/ChangeLog') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 4bc5235ec..12c1ff35b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -86,6 +86,12 @@ PP/04 Add commandline_checks_require_admin option. AND make fixes to the calling application, such as using `--` to stop processing options. +JH/13 Do pipelining under TLS, with GnuTLS. Previously, although safe, no + advantage was taken. Now take care to pack both (client) MAIL,RCPT,DATA, + and (server) responses to those, into a single TLS record each way (this + usually means a single packet). As a side issue, we can now detect + over-eager senders in non-pipelined mode. + Exim version 4.89 ----------------- -- cgit v1.2.3