schannel SSL: certificate validation on WinCE
authorMark Salisbury <mark.salisbury@hp.com>
Tue, 19 Jun 2012 02:15:02 +0000 (04:15 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 19 Jun 2012 02:39:45 +0000 (04:39 +0200)
commit1e4c57fa6471c0010f66d82a83f190a07fa37309
tree9aaf2c71055c4f4b0e1aa0084ff21f9225550104
parent29dd7192e6115ebd592cba89602908160802e904
schannel SSL: certificate validation on WinCE

curl_schannel.c - auto certificate validation doesn't seem to work
right on CE.  I added a method to perform the certificate validation
which uses CertGetCertificateChain and manually handles the result.
lib/curl_schannel.c