FAQ: update the SSL lib list and wording in question 2.2

This commit is contained in:
Daniel Stenberg 2013-01-23 13:17:36 +01:00
parent de991037e4
commit 045c734e16

View File

@ -419,10 +419,14 @@ FAQ
2.2 Does curl work/build with other SSL libraries? 2.2 Does curl work/build with other SSL libraries?
Curl has been written to use OpenSSL, GnuTLS, yassl, NSS, PolarSSL, axTLS or Curl has been written to use a generic SSL function layer internally, and
qssl, although there should not be many problems using a different that SSL functionality can then be provided by one out of many different SSL
library. If anyone does "port" curl to use a different SSL library, we are backends.
of course very interested in getting the patch!
curl can be built to use one of the following SSL alternatives: OpenSSL,
GnuTLS, yassl, NSS, PolarSSL, axTLS, Darwinssl, schannel (native Windows) or
qssl. They all have their pros and cons, and we try to maintain a comparison
of them here: http://curl.haxx.se/docs/ssl-compared.html
2.3 Where can I find a copy of LIBEAY32.DLL? 2.3 Where can I find a copy of LIBEAY32.DLL?