aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/FEATURES2
-rw-r--r--docs/INTERNALS1
-rw-r--r--docs/LICENSE-MIXING4
-rw-r--r--docs/libcurl/libcurl-tutorial.34
-rw-r--r--tests/FILEFORMAT1
5 files changed, 11 insertions, 1 deletions
diff --git a/docs/FEATURES b/docs/FEATURES
index 32589e1d3..63e4f676c 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -125,7 +125,7 @@ FILE
FOOTNOTES
=========
- *1 = requires OpenSSL, GnuTLS, NSS, yassl or PolarSSL
+ *1 = requires OpenSSL, GnuTLS, NSS, yassl, axTLS or PolarSSL
*2 = requires OpenLDAP
*3 = requires a GSSAPI-compliant library, such as Heimdal or similar.
*4 = requires FBopenssl
diff --git a/docs/INTERNALS b/docs/INTERNALS
index 9d0bdbaa1..e667c3307 100644
--- a/docs/INTERNALS
+++ b/docs/INTERNALS
@@ -44,6 +44,7 @@ Portability
MIT krb5 lib 1.2.4
qsossl V5R2M0
NSS 3.11.x
+ axTLS 1.2.7
Heimdal ?
* = only partly functional, but that's due to bugs in the third party lib, not
diff --git a/docs/LICENSE-MIXING b/docs/LICENSE-MIXING
index 3db1a3d7f..f596546da 100644
--- a/docs/LICENSE-MIXING
+++ b/docs/LICENSE-MIXING
@@ -55,6 +55,10 @@ NSS http://www.mozilla.org/projects/security/pki/nss/
grant you different permissions and impose different obligations. You
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
(Used for asynchronous name resolves) Uses an MIT license that is very
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3
index 72f002963..1efd6fbb3 100644
--- a/docs/libcurl/libcurl-tutorial.3
+++ b/docs/libcurl/libcurl-tutorial.3
@@ -283,6 +283,10 @@ yassl
Required actions unknown.
+axTLS
+
+ Required actions unknown.
+
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
not honored during the DNS lookup - which you can work around by building
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 05d622f33..74fecacdd 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -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
SKIPPED). Features testable here are:
+axTLS
crypto
getrlimit
GnuTLS