Re: [PATCH v2 1/3] http: add support for selecting SSL backends at runtime

2018-12-13 Thread Johannes Schindelin
Hi, On Thu, 13 Dec 2018, Johannes Schindelin wrote: > On Thu, 13 Dec 2018, Ævar Arnfjörð Bjarmason wrote: > > > On Thu, Oct 25 2018, Johannes Schindelin via GitGitGadget wrote: > > > > > From: Johannes Schindelin > > > > > > As of version 7.56.0, curl supports being compiled with multiple SSL

Re: [PATCH v2 1/3] http: add support for selecting SSL backends at runtime

2018-12-13 Thread Johannes Schindelin
Hi Ævar, On Thu, 13 Dec 2018, Ævar Arnfjörð Bjarmason wrote: > On Thu, Oct 25 2018, Johannes Schindelin via GitGitGadget wrote: > > > From: Johannes Schindelin > > > > As of version 7.56.0, curl supports being compiled with multiple SSL > > backends. > > > > This patch adds the Git side of that

Re: [PATCH v2 1/3] http: add support for selecting SSL backends at runtime

2018-12-13 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 25 2018, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > As of version 7.56.0, curl supports being compiled with multiple SSL > backends. > > This patch adds the Git side of that feature: by setting http.sslBackend > to "openssl" or "schannel", Git for Wi

[PATCH v2 1/3] http: add support for selecting SSL backends at runtime

2018-10-25 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin As of version 7.56.0, curl supports being compiled with multiple SSL backends. This patch adds the Git side of that feature: by setting http.sslBackend to "openssl" or "schannel", Git for Windows can now choose the SSL backend at runtime. This comes in handy on Windows