aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index ea8b8ccdd..e2bf53ae0 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -358,10 +358,10 @@ FAQ
2.2 Does curl work/build with other SSL libraries?
- Curl has been written to use OpenSSL, GnuTLS or yassl, although there should
- not be many problems using a different library. If anyone does "port" curl
- to use a different SSL library, we are of course very interested in getting
- the patch!
+ Curl has been written to use OpenSSL, GnuTLS, yassl or NSS, although there
+ should not be many problems using a different library. If anyone does "port"
+ curl to use a different SSL library, we are of course very interested in
+ getting the patch!
2.3 Where can I find a copy of LIBEAY32.DLL?
@@ -844,6 +844,8 @@ FAQ
http://www.gnu.org/software/gnutls/manual/html_node/Multi_002dthreaded-applications.html
+ No special locking is needed with a NSS-powered libcurl. NSS is thread-safe.
+
5.2 How can I receive all data into a large memory chunk?
[ See also the examples/getinmemory.c source ]