summaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorFlorian Van Heghe <florian.van.heghe@guardsquare.com>2021-11-29 15:22:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-30 16:19:46 +0100
commit8443f975c0509595515d39532527c8c3e7e7313e (patch)
treeefa254e5b68f28e8472a5ea59028a3024dabece3 /docs/libcurl
parentaae235b6ba92662a6fb7b459614f7ee2e290ae17 (diff)
downloadcurl-8443f975c0509595515d39532527c8c3e7e7313e.tar.gz
mbedTLS: add support for CURLOPT_CAINFO_BLOB
Closes #8071
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/opts/CURLOPT_CAINFO_BLOB.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 b/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3
index 72923e812..777b2e336 100644
--- a/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3
+++ b/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3
@@ -61,7 +61,7 @@ if(curl) {
.SH AVAILABILITY
Added in 7.77.0.
-This option is supported by the BearSSL (since 7.79.0),
+This option is supported by the BearSSL (since 7.79.0), mbedTLS (since 7.81.0),
OpenSSL, Secure Transport and Schannel backends.
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or