aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent76b9e8de7b565891329790c64897377aa6ec4ac0 (diff)
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Closes #4346
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 11246ea30..a3da3da86 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -838,6 +838,10 @@ typedef enum {
behavior is present. */
#define CURLSSLOPT_REVOKE_BEST_EFFORT (1<<3)
+/* - CURLSSLOPT_NATIVE_CA tells libcurl to use standard certificate store of
+ operating system. Currently implemented under MS-Windows. */
+#define CURLSSLOPT_NATIVE_CA (1<<4)
+
/* The default connection attempt delay in milliseconds for happy eyeballs.
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 and happy-eyeballs-timeout-ms.d document
this value, keep them in sync. */