"Stanislav Malishevskiy via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Stanislav Malishevskiy <s.malishevskiy@xxxxxxxxxx> > > 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@xxxxxxxxx> > --- > http.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Thanks. Is this something that can be protected from future breakage with a few new tests somewhere in t/t5559 (which may also involve touching t/lib-httpd.sh as well)?