Module: wine Branch: master Commit: 16d9f62bdf37739da3d78507d9541a3658531046 URL: https://source.winehq.org/git/wine.git/?a=commit;h=16d9f62bdf37739da3d78507d...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Feb 7 10:52:11 2019 +0100
secur32: Add support for client certificate authentication.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/secur32/schannel.c | 92 ++++++------- dlls/secur32/schannel_gnutls.c | 303 ++++++++++++++++++++++++++++++++++++++++- dlls/secur32/schannel_macosx.c | 4 +- dlls/secur32/secur32_priv.h | 2 +- 4 files changed, 345 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=16d9f62bdf37739da3d78...