diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-06-22 12:01:32 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-06-22 15:31:38 -0400 |
commit | abbc5d6044f95ba84acaae6912b2d097c6b435d1 (patch) | |
tree | a6e27c4703269f08accfb41cb1245fe610490d1f /docs/EXPERIMENTAL.md | |
parent | bc052cc87858684774849398ad1073d56d7f09e9 (diff) | |
download | curl-abbc5d6044f95ba84acaae6912b2d097c6b435d1.tar.gz |
openssl: Don't ignore CA paths when using Windows CA store
This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does
not override CURLOPT_CAINFO / CURLOPT_CAPATH, or the hardcoded default
locations. Instead the CA store can now be used at the same time.
The change is due to the impending release. The issue is still being
discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and
is now documented as experimental.
Ref: bc052cc (parent commit)
Ref: https://github.com/curl/curl/issues/5585
Diffstat (limited to 'docs/EXPERIMENTAL.md')
-rw-r--r-- | docs/EXPERIMENTAL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/EXPERIMENTAL.md b/docs/EXPERIMENTAL.md index 34974fba8..bca2bd910 100644 --- a/docs/EXPERIMENTAL.md +++ b/docs/EXPERIMENTAL.md @@ -21,3 +21,4 @@ Experimental support in curl means: - HTTP/3 support and options - alt-svc support and options - MQTT + - CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported) |