1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

axTLS: mention it among the other SSL libs

This commit is contained in:
Daniel Stenberg 2010-12-15 16:08:45 +01:00
parent 5e37689a1a
commit a0a70dc21d
2 changed files with 7 additions and 4 deletions

View File

@ -446,10 +446,10 @@ 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 or PolarSSL, Curl has been written to use OpenSSL, GnuTLS, yassl, NSS, PolarSSL, axTLS or
although there should not be many problems using a different library. If qssl, although there should not be many problems using a different
anyone does "port" curl to use a different SSL library, we are of course library. If anyone does "port" curl to use a different SSL library, we are
very interested in getting the patch! of course very interested in getting the patch!
2.3 Where can I find a copy of LIBEAY32.DLL? 2.3 Where can I find a copy of LIBEAY32.DLL?

View File

@ -142,6 +142,9 @@ UNIX
To build with PolarSSL support instead of OpenSSL for SSL/TLS, note that To build with PolarSSL support instead of OpenSSL for SSL/TLS, note that
you need to use both --without-ssl and --with-polarssl. you need to use both --without-ssl and --with-polarssl.
To build with axTLS support instead of OpenSSL for TLS, note that you
need to use both --without-ssl and --with-axtls.
To get GSSAPI support, build with --with-gssapi and have the MIT or To get GSSAPI support, build with --with-gssapi and have the MIT or
Heimdal Kerberos 5 packages installed. Heimdal Kerberos 5 packages installed.