Merge branch 'js/mingw-http-ssl'
commitd7b185973201d7263e84e76044ba3f2b37b1e8a3
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2018 15:53:58 +0000 (3 00:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2018 15:53:58 +0000 (3 00:53 +0900)
tree14dea021cd830e1ee1e0dd5ae25da5029b9762e1
parent11cc180fa5c4428faa64acf3507fa96d9636ad34
parentb67d40adbbaf4f5c4898001bf062a9fd67e43368
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
Documentation/config.txt
http.c