[PATCH 1/8] winhttp: Use schannel in netconn_secure_connect if OpenSSL is not available

Jacek Caban jacek at codeweavers.com
Tue Jan 22 09:49:02 CST 2013


The following patch makes winhttp use schannel instead of OpenSSL for
SSL (HTTPS) connections. It is made to be as minimal change as possible
(but complete enough to replace all OpenSSL functionality) to limit the
scope for potential regressions. Further changes and improvements are
left for later.

Also, once this is stable enough, it will be ported to wininet (although
that will require more work).

---
 dlls/winhttp/Makefile.in       |   2 +-
 dlls/winhttp/net.c             | 180
++++++++++++++++++++++++++++++++++++++++-
 dlls/winhttp/winhttp_private.h |   6 ++
 3 files changed, 184 insertions(+), 4 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winhttp-Use-schannel-in-netconn_secure_connect-if-Ope.diff
Type: text/x-patch
Size: 9205 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130122/3c96ca01/attachment.bin>


More information about the wine-patches mailing list