From: Phil Pennock Date: Fri, 4 May 2012 02:11:49 +0000 (-0700) Subject: OpenSSL fixes and backwards compat break. X-Git-Tag: exim-4_80_RC1~40^2~11 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/da3ad30dcfbb4770835c2b7e165bb719f76cfc16?hp=da3ad30dcfbb4770835c2b7e165bb719f76cfc16 OpenSSL fixes and backwards compat break. Drop SSL_clear() after SSL_new() which causes protocol negotiation failures for TLS1.0 vs TLS1.1/1.2 in OpenSSL 1.0.1b. Remove SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (+dont_insert_empty_fragments) from default of openssl_options. ---