TLS resumption: fix for PIPECONNECT
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 24 May 2022 19:27:38 +0000 (20:27 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 24 May 2022 19:27:38 +0000 (20:27 +0100)
commitb326f3a87ad439673a1cb73037f411bb8ea25ff4
treed4c12f1a54cc8db158b9962f859de7786659942f
parenta9a1463c2397d5a116f1130904dd8dc7ccd87b75
TLS resumption: fix for PIPECONNECT

When actively initiating a connection with PIPECONNECT, evaluate
the EHLO response for possible lbserver indication when we do
eventually reap that response, before acting on the STARTTLS response.
src/src/structs.h
src/src/tls-gnu.c
src/src/tls-openssl.c
src/src/transports/smtp.c