Re: schannel modifications for WinCE 6

2014-09-11 Thread Daniel Stenberg
On Wed, 10 Sep 2014, Ben Sutcliffe wrote: I can submit a patch if you guys are interested Yes thanks, that'd be great! I'm sure there is or will be other interested people. curl_schannel.c: - Explicitly set cipher algorithm to RC4. Whatever the default cipher was, it wasn't working

Re: schannel modifications for WinCE 6

2014-09-11 Thread Ben Sutcliffe
On Thu, Sep 11, 2014 at 5:14 AM, Daniel Stenberg dan...@haxx.se wrote: Yes thanks, that'd be great! I'm sure there is or will be other interested people. Okay, attached a patch. I've never submitted one before, so let me know if there are any issues. :) I also had to make some changes to

Re: schannel modifications for WinCE 6

2014-09-11 Thread Marc Hoersken
On 11.09.2014 um 14:57 Ben Sutcliffe wrote: - Fix an apparent bug in hostname verification for wildcard certs. For *. example.com http://example.com from the cert, it was comparing .example.com http://example.com instead of example.com http://example.com

Re: schannel modifications for WinCE 6

2014-09-11 Thread Daniel Stenberg
On Thu, 11 Sep 2014, Marc Hoersken wrote: I don't think that *.example.com should match example.com. Please see: http://en.wikipedia.org/wiki/Wildcard_certificate#Example and the RFC: http://tools.ietf.org/html/rfc6125#section-6.4.3 I agree! If that that was what fixed here I misunderstood

schannel modifications for WinCE 6

2014-09-10 Thread Ben Sutcliffe
Hi! Just curious if anyone else has gotten libcurl 7.37.1 working with schannel support on Windows Embedded CE 6 (ARMV4I). I had to make a few modifications in order to get it to compile and run, but I think I'm finally there. I can submit a patch if you guys are interested, but here's an