Comment 56 for bug 965371

Revision history for this message
Hiroshi Miura (miurahr) wrote :

For Wine, https://github.com/miurahr/wine/commits/wininet-submit and http://bugs.winehq.org/show_bug.cgi?id=30598 may help. I'm also using Evernote and can use it now with my patch.

I proposed disabling TLS1.1/1.2 by defaut in Wine as same behavior as Windows and support switch to enable it.
This is not a fix for issue here but escaping it.

Renegotiation disability on some servers is not issue for openssl itself. Issue for server administrator who need to maitain ssl library and configuration up-to-date, especially for things related to RFC 5746.

Applications for specific web service can disable TLS 1.1/1.2 with openssl/gnutls options in their program codes.