diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-10-15 03:14:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-16 13:24:34 +0900 |
commit | 21084e84a418e0a6c4da72f632c5cd99386bd64b (patch) | |
tree | 10dec517ec1f28f6a6a989e5822848b0876809be /diff-lib.c | |
parent | Git 2.19.1 (diff) | |
download | tgif-21084e84a418e0a6c4da72f632c5cd99386bd64b.tar.xz |
http: add support for selecting SSL backends at runtime
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 because Secure Channel ("schannel") is
the native solution, accessing the Windows Credential Store, thereby
allowing for enterprise-wide management of certificates. For historical
reasons, Git for Windows needs to support OpenSSL still, as it has
previously been the only supported SSL backend in Git for Windows for
almost a decade.
The patch has been carried in Git for Windows for over a year, and is
considered mature.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-lib.c')
0 files changed, 0 insertions, 0 deletions