From: Junio C Hamano Date: Fri, 2 Nov 2018 15:53:58 +0000 (+0900) Subject: Merge branch 'js/mingw-http-ssl' X-Git-Tag: v2.20.0-rc0~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7b185973201d7263e84e76044ba3f2b37b1e8a3;p=git Merge branch 'js/mingw-http-ssl' On platforms with recent cURL library, http.sslBackend configuration variable can be used to choose a different SSL backend at runtime. The Windows port uses this mechanism to switch between OpenSSL and Secure Channel while talking over the HTTPS protocol. * js/mingw-http-ssl: http: when using Secure Channel, ignore sslCAInfo by default http: add support for disabling SSL revocation checks in cURL http: add support for selecting SSL backends at runtime --- d7b185973201d7263e84e76044ba3f2b37b1e8a3