Module: wine Branch: master Commit: 0527cf89fb907c330bc4fad3b135a1c85208fa9e URL: https://source.winehq.org/git/wine.git/?a=commit;h=0527cf89fb907c330bc4fad3b...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 9 17:25:32 2020 +0200
secur32: Add TLS application protocol negotiation support.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/secur32/schannel.c | 25 ++++-- dlls/secur32/schannel_gnutls.c | 112 +++++++++++++++++++++++ dlls/secur32/secur32_priv.h | 4 +- dlls/secur32/tests/schannel.c | 198 +++++++++++++++++++++++++++++++++-------- include/sspi.h | 26 ++++++ 5 files changed, 323 insertions(+), 42 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0527cf89fb907c330bc4f...