mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:23:30 +03:00
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.
This commit is contained in:
parent
a995ea05b3
commit
79f1bf32d0
2 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue