aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-01-23 13:17:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-01-23 13:17:36 +0100
commit045c734e16ac527cb7faa996a92959dd5f64fc56 (patch)
treea98563bc62f4fb79ea76d40a65a3841806882974 /docs/FAQ
parentde991037e462d4bb149971de8ee4fae3272771d9 (diff)
FAQ: update the SSL lib list and wording in question 2.2
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index b895be8ad..b820af24e 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -419,10 +419,14 @@ FAQ
2.2 Does curl work/build with other SSL libraries?
- Curl has been written to use OpenSSL, GnuTLS, yassl, NSS, PolarSSL, axTLS or
- qssl, 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 a generic SSL function layer internally, and
+ that SSL functionality can then be provided by one out of many different SSL
+ backends.
+
+ 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?