[Bug 46161] Wine: Wrong GnuTLS usage?

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 23 13:54:53 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46161

--- Comment #7 from Marcel <marcel at meulemans.org> ---
For me Jacek's patch did not work because TLS 1.3 is still negotiated due to it
being part of the "NORMAL" priority string being passed to
gnutls_priority_set_direct() in schan_imp_create_session(). I got it work
correctly with TLS 1.3 enabled servers (not https://tls13.crypto.mozilla.org
which support ONLY TLS 1.3) by removing protocols supported by gnutls but no by
wine in the priority string passed to gnutls_priority_set_direct. See attached
patch.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list