secur32: Use %LATEST_RECORD_VERSION gnutls priority.

Jacek Caban jacek at codeweavers.com
Mon Mar 28 05:42:05 CDT 2016


It's based on [1], where it's reported to fix issues with older gnutls.
I tested what client hello packages Windows reports for different sets
of used protocol versions, and it always uses newest possible version.
There may be a concern about not using SSL3 client hello, which still
may negotiate newer protocol and was recommended for compatibility
reasons, but it's known to be problematic the other way those days and
recent gnutls won't use it by default anyway [2].

[1] http://us.battle.net/wow/en/forum/topic/20742995286?page=11
[2]
https://gitlab.com/gnutls/gnutls/commit/25ed2750438178ff65d555a49212dc7b5a37c644

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/secur32/schannel_gnutls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-secur32-Use-LATEST_RECORD_VERSION-gnutls-priority.diff
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160328/7abde327/attachment.bin>


More information about the wine-patches mailing list