On Mon, Oct 14, 2019, at 10:29 AM, ellie timoney wrote:
> I've created a github issue
> (https://github.com/cyrusimap/cyrus-imapd/issues/2893), and am about to make
> a test case to reproduce the problem, so I can get on with fixing it. :)
I think this is fixed now, on both master and 3.0 branch
Thanks! You have the more correct fix:
From: https://www.openssl.org/docs/man1.1.0/man3/TLSv1_client_method.html
"TLS_method(), TLS_server_method(), TLS_client_method()
These are the general-purpose version-flexible SSL/TLS methods. The
actual protocol version used will be negotiated to the hi
Thanks for reporting back. For whatever its worth, the equivalent fix on 2.5+
uses "TLS_client_method()", not "TLSv1_2_client_method()". I'm not sure what
difference it makes, but maybe it requires a newer OpenSSL than you have?
Here's the commit to master, fyi:
https://github.com/cyrusimap/cyr