aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorGilles Vollant <info@winimage.com>2019-09-13 11:24:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-08 15:55:04 +0200
commit148534db57dda611cf8516e92e4d6e35fc1e5074 (patch)
tree0eab3d760825600ddcb5e20a028225db92f38eef /lib/urldata.h
parent76b9e8de7b565891329790c64897377aa6ec4ac0 (diff)
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Closes #4346
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 757218d83..e4d046400 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -259,6 +259,7 @@ struct ssl_config_data {
BIT(no_partialchain); /* don't accept partial certificate chains */
BIT(revoke_best_effort); /* ignore SSL revocation offline/missing revocation
list errors */
+ BIT(native_ca_store); /* use the native ca store of operating system */
};
struct ssl_general_config {