1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

Mention axTLS in some more documentation

This commit is contained in:
Dan Fandrich 2011-01-21 14:27:10 -08:00
parent e79c1e39e9
commit 3427bece89
5 changed files with 11 additions and 1 deletions

View File

@ -125,7 +125,7 @@ FILE
FOOTNOTES FOOTNOTES
========= =========
*1 = requires OpenSSL, GnuTLS, NSS, yassl or PolarSSL *1 = requires OpenSSL, GnuTLS, NSS, yassl, axTLS or PolarSSL
*2 = requires OpenLDAP *2 = requires OpenLDAP
*3 = requires a GSSAPI-compliant library, such as Heimdal or similar. *3 = requires a GSSAPI-compliant library, such as Heimdal or similar.
*4 = requires FBopenssl *4 = requires FBopenssl

View File

@ -44,6 +44,7 @@ Portability
MIT krb5 lib 1.2.4 MIT krb5 lib 1.2.4
qsossl V5R2M0 qsossl V5R2M0
NSS 3.11.x NSS 3.11.x
axTLS 1.2.7
Heimdal ? Heimdal ?
* = only partly functional, but that's due to bugs in the third party lib, not * = only partly functional, but that's due to bugs in the third party lib, not

View File

@ -55,6 +55,10 @@ NSS http://www.mozilla.org/projects/security/pki/nss/
grant you different permissions and impose different obligations. You grant you different permissions and impose different obligations. You
should select the license that best meets your needs. should select the license that best meets your needs.
axTLS http://axtls.sourceforge.net/
(May be used for SSL/TLS support) Uses a Modified BSD-style license.
c-ares http://daniel.haxx.se/projects/c-ares/license.html c-ares http://daniel.haxx.se/projects/c-ares/license.html
(Used for asynchronous name resolves) Uses an MIT license that is very (Used for asynchronous name resolves) Uses an MIT license that is very

View File

@ -283,6 +283,10 @@ yassl
Required actions unknown. Required actions unknown.
axTLS
Required actions unknown.
When using multiple threads you should set the CURLOPT_NOSIGNAL option to 1 When using multiple threads you should set the CURLOPT_NOSIGNAL option to 1
for all handles. Everything will or might work fine except that timeouts are for all handles. Everything will or might work fine except that timeouts are
not honored during the DNS lookup - which you can work around by building not honored during the DNS lookup - which you can work around by building

View File

@ -168,6 +168,7 @@ A list of features that MUST be present in the client/library for this test to
be able to run (if these features are not present, the test will be be able to run (if these features are not present, the test will be
SKIPPED). Features testable here are: SKIPPED). Features testable here are:
axTLS
crypto crypto
getrlimit getrlimit
GnuTLS GnuTLS