diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-30 10:00:00 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-11-01 10:29:53 +0100 |
commit | 302d125b42ed39580fad65ad87fa376ddeaba305 (patch) | |
tree | 2b370d27d781d40af2f04b6b5c524730b83286f1 /docs/FEATURES | |
parent | 7f4c358541fdadcf29ba20bcdff71c5554e5f69c (diff) | |
download | curl-302d125b42ed39580fad65ad87fa376ddeaba305.tar.gz |
axtls: removed
As has been outlined in the DEPRECATE.md document, the axTLS code has
been disabled for 6 months and is hereby removed.
Use a better supported TLS library!
Assisted-by: Daniel Gustafsson
Closes #3194
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 39ac39040..68d38fc27 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -183,8 +183,7 @@ IMAPS (*1) FOOTNOTES ========= - *1 = requires OpenSSL, GnuTLS, NSS, yassl, axTLS, PolarSSL, WinSSL (native - Windows), Secure Transport (native iOS/OS X) or GSKit (native IBM i) + *1 = requires a TLS library *2 = requires OpenLDAP or WinLDAP *3 = requires a GSS-API implementation (such as Heimdal or MIT Kerberos) or SSPI (native Windows) @@ -197,8 +196,7 @@ FOOTNOTES *8 = requires libssh2 *9 = requires OpenSSL, GnuTLS, mbedTLS, NSS, yassl, Secure Transport or SSPI (native Windows) - *10 = requires any of the SSL libraries in (*1) above other than axTLS, which - does not support SSLv3 + *10 = requires an SSL library that supports SSLv3 *11 = requires libidn or Windows *12 = requires libz *13 = requires libmetalink, and either an Apple or Microsoft operating |