summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-07-02 13:16:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-07-02 13:16:09 +0200
commit9aabe91c8d42646043e12a1436872d97f2d5110e (patch)
treef37763dfa9ec3d206ce5b83b7e7a701e2da919b3
parentd56feb610db90f8410063726411569a8aa11f926 (diff)
downloadcurl-9aabe91c8d42646043e12a1436872d97f2d5110e.tar.gz
DEPRECATE: linkified
-rw-r--r--docs/DEPRECATE.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md
index 687ebe5f5..7d2ec3cf5 100644
--- a/docs/DEPRECATE.md
+++ b/docs/DEPRECATE.md
@@ -10,25 +10,19 @@ using a work around.
Here are some complaints on axTLS.
- home page without HTTPS
- - doesn't support modern TLS features like SNI? [1]
- - lacks support for modern ciphers [5]
- - doesn't allow for outside bug report submissions [2]
- - there's virtually no discussion about it on [3] and [4]
+ - [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.
-1. https://github.com/dsheets/axtls/issues/2
-2. https://sourceforge.net/p/axtls/bugs/
-3. https://sourceforge.net/p/axtls/discussion/
-4. https://sourceforge.net/p/axtls/mailman/axtls-general/
-5. https://github.com/micropython/micropython/issues/3198
-
### State
Since June 1st (curl 7.61.0) axTLS support is disabled in code and requires a
-small code change to build without errors. (PR:
-https://github.com/curl/curl/pull/2628)
+small code change to build without errors. [PR](https://github.com/curl/curl/pull/2628)
### Removal