Sweden-Number/dlls/secur32
Jacek Caban f198b5a45a secur32: Use %LATEST_RECORD_VERSION gnutls priority.
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] 25ed275043

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-29 10:39:41 +09:00
..
tests secur32: Ignore pfQOP in VerifySignature (Clang). 2015-12-25 14:05:45 +01:00
Makefile.in
base64_codec.c
dispatcher.c
hmac_md5.c
hmac_md5.h
lsa.c
negotiate.c
ntlm.c secur32: Ignore pfQOP in VerifySignature (Clang). 2015-12-25 14:05:45 +01:00
schannel.c
schannel_gnutls.c secur32: Use %LATEST_RECORD_VERSION gnutls priority. 2016-03-29 10:39:41 +09:00
schannel_macosx.c secur32: Don't print 32-bit values as long integers (Clang). 2016-02-19 11:05:38 +09:00
secur32.c secur32: Implement a couple of identity helper functions. 2015-08-17 14:46:24 +09:00
secur32.spec secur32: Implement a couple of identity helper functions. 2015-08-17 14:46:24 +09:00
secur32_priv.h
thunks.c
thunks.h
util.c
wrapper.c