]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: add support for different sslcert and sslkey types.
authorStanislav Malishevskiy <s.malishevskiy@auriga.com>
Mon, 20 Mar 2023 15:48:49 +0000 (15:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Mar 2023 18:25:10 +0000 (11:25 -0700)
commit0a01d41ee4ca7f8afb75219f46f4f1c573465075
tree0a637a1a2b0d8780c09cda385d64849b0cf45861
parent73876f4861cd3d187a4682290ab75c9dccadbc56
http: add support for different sslcert and sslkey types.

Basically git work with default curl ssl type - PEM. But for support
eTokens like SafeNet tokens via pksc11 need setup 'ENG' as sslcert type
and as sslkey type. So there added additional options for http to make
that possible.

Signed-off-by: Stanislav Malishevskiy <stanislav.malishevskiy@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c