From 7f70dbcad58eb7183d129860192d6968dd7063a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Feb 2007 22:32:37 +0000 Subject: Rob Crittenden added support for NSS (Network Security Service) for the SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ --- docs/FAQ | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/FAQ') 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 ] -- cgit v1.2.3