[Bug 46161] Wine: Wrong GnuTLS usage?

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 6 13:44:40 CST 2018


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

--- Comment #13 from Jacek Caban <jacek at codeweavers.com> ---
Not really, note that as long as the code in schannel.c is not aware of TLS1.3
(and I tested that although TLS1.3 is defined in headers, Windows doesn't
support it so I'm not sure we want to), it will never be actually enabled. My
patch made only gnutls backend aware of TLS1.3, which meant in practice that it
would be always disabled, so we'd always append -VERS-TLS1.3 to the priority
string.

Headers are already in Git:
https://source.winehq.org/git/wine.git/commitdiff/40c847d8074770681d1c6434fdaf7c015bca99f4

I took another look at this and sent a simpler patch:
https://source.winehq.org/patches/data/155698

-- 
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