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/DEPRECATE.md | |
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/DEPRECATE.md')
-rw-r--r-- | docs/DEPRECATE.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md index 3ca7ee99e..bb3c05fe1 100644 --- a/docs/DEPRECATE.md +++ b/docs/DEPRECATE.md @@ -5,32 +5,6 @@ email the curl-library mailing list as soon as possible and explain to us why this is a problem for you and how your use case can't be satisfied properly using a work around. -## axTLS backend - -Here are some complaints on axTLS. - - - home page without HTTPS - - [doesn't support modern TLS features like SNI](https://github.com/dsheets/axtls/issues/2) - - [lacks support for modern ciphers](https://github.com/micropython/micropython/issues/3198) - - [doesn't allow for outside bug report submissions](https://sourceforge.net/p/axtls/bugs/) - - there's virtually no discussion about it in its [forum](https://sourceforge.net/p/axtls/discussion/) - nor [mailing list](https://sourceforge.net/p/axtls/mailman/axtls-general/) - -Combined, this list hints that this is not a library and project we should -recommend to users. - -### State - -Since June 1st, 2018 (curl 7.61.0) axTLS support is disabled in code and -requires a small code change to build without errors. [See -PR](https://github.com/curl/curl/pull/2628) - -### Removal - -Remove all axTLS related code from curl on December 1st, exactly six months -after previously mentioned commit. To be shipped on December 26, 2018 -(possibly called version 7.64.0) - ## HTTP pipelining HTTP pipelining is badly supported by curl in the sense that we have bugs and |