]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: enable CA path processing
authorJay Satiro <raysatiro@yahoo.com>
Sun, 10 Sep 2017 07:22:05 +0000 (03:22 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 10 Sep 2017 07:22:05 +0000 (03:22 -0400)
commit64bb7ae6aed183f3efb02e5b489b2f34fa19fb9d
tree454611e2464fa48da8c6eaf0841015fcf9e1aa32
parenta14f7152ce1c25cf110d3ccf640f9d4ce17dacd3
mbedtls: enable CA path processing

CA path processing was implemented when mbedtls.c was added to libcurl
in fe7590f, but it was never enabled.

Bug: https://github.com/curl/curl/issues/1877
Reported-by: SBKarr@users.noreply.github.com
docs/libcurl/opts/CURLOPT_CAPATH.3
docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3
lib/vtls/mbedtls.c