summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2013-02-18 16:27:30 -0700
committerNick Zitzmann <nickzman@gmail.com>2013-02-18 16:27:30 -0700
commit79f1bf32d0d2929456ce61a0b1d7dc0b7fc4e84b (patch)
treebe094c305370e5c912cda54405934e51cef96c70 /docs/libcurl/libcurl-tutorial.3
parenta995ea05b3dd378d9f1e4ff3c40f686bcf3a348e (diff)
downloadcurl-79f1bf32d0d2929456ce61a0b1d7dc0b7fc4e84b.tar.gz
docs: schannel and darwinssl documentation improvements
Schannel and darwinssl use the certificates built into the OS to do vert verification instead of bundles. darwinssl is thread-safe. Corrected typos in the NSS docs.
Diffstat (limited to 'docs/libcurl/libcurl-tutorial.3')
-rw-r--r--docs/libcurl/libcurl-tutorial.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3
index 1cca23f33..455f01f30 100644
--- a/docs/libcurl/libcurl-tutorial.3
+++ b/docs/libcurl/libcurl-tutorial.3
@@ -289,6 +289,10 @@ axTLS
Required actions unknown.
+Secure Transport
+
+ The engine is fully thread-safe, and no additional steps are required.
+
When using multiple threads you should set the CURLOPT_NOSIGNAL option to 1
for all handles. Everything will or might work fine except that timeouts are
not honored during the DNS lookup - which you can work around by building