Re: [PATCH] http.c: Add config options/parsing for SSL engine vars

2013-04-30 Thread Jerry Qassar
On Tue, Apr 30, 2013 at 1:29 PM, Jeff King wrote: > On Tue, Apr 30, 2013 at 01:17:03PM -0700, Junio C Hamano wrote: > >> Jerry Qassar writes: >> >> > Curl already does support engine-based certificates (in code and >> > help). Its problem is that a) it doesn&

Re: [PATCH] http.c: Add config options/parsing for SSL engine vars

2013-04-30 Thread Jerry Qassar
hanks very much for taking a look at this. I wasn't 100% certain about the versioning to use for it (specifically the version-to-0x mapping), so any input on that would be a big help. I'll try to answer your questions below... > >> [the entire message unsnipped for reference] &g

[PATCH] http.c: Add config options/parsing for SSL engine vars

2013-04-23 Thread Jerry Qassar
k-end curl changes needed to 'turn on' PKCS#11. Any suggestions would be greatly appreciated. Signed-off-by: Jerry Qassar --- Documentation/config.txt | 13 + http.c | 36 2 files changed, 49 insertions(+) diff --git a/Docu