]> granicus.if.org Git - curl/commit
schannel: add client certificate authentication
authorArchangel_SDY <Archangel.SDY@gmail.com>
Sat, 10 Mar 2018 15:40:00 +0000 (23:40 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Apr 2018 22:23:01 +0000 (00:23 +0200)
commite35b0256eb34f1fe562e3e2a2615beb50a391c52
treedb189cc08d2f3056ac87d24599031072c0be5cff
parentbc4b8c9717c8972acf1f8d6383b127b5c8ef3e72
schannel: add client certificate authentication

Users can now specify a client certificate in system certificates store
explicitly using expression like `--cert "CurrentUser\MY\<thumbprint>"`

Closes #2376
docs/libcurl/opts/CURLOPT_SSLCERT.3
lib/vtls/schannel.c