]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: add CA cache support for files and memory blobs
authorAndrew Kurushin <ajax16384@gmail.com>
Fri, 3 Nov 2023 15:25:00 +0000 (18:25 +0300)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 11 Nov 2023 09:11:11 +0000 (04:11 -0500)
commit1af46f2f9313d90be9aafe8a11f534d68ff49d54
treea367e9f5c28be59cfc9d6b8ea21bc7ae1b08dbca
parentad6fc6414dc9706e15c8f7f58dd6ab18fa6157bf
schannel: add CA cache support for files and memory blobs

- Support CA bundle and blob caching.

Cache timeout is 24 hours or can be set via CURLOPT_CA_CACHE_TIMEOUT.

Closes https://github.com/curl/curl/pull/12261
docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3
lib/vtls/schannel.c
lib/vtls/schannel_int.h
lib/vtls/schannel_verify.c