OpenSSL fixes and backwards compat break.
authorPhil Pennock <pdp@exim.org>
Fri, 4 May 2012 02:11:49 +0000 (19:11 -0700)
committerPhil Pennock <pdp@exim.org>
Fri, 4 May 2012 02:11:49 +0000 (19:11 -0700)
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.


No differences found