summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-23 14:40:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-23 14:40:10 +0100
commit1be96a29522655944c33afc10041fc0b14f746b5 (patch)
treec41ce12b1d49fcd12f5f2540de252b667694e3a8
parent1a99ecdf50725c56981b23e8f02beed31935ef57 (diff)
downloadcurl-1be96a29522655944c33afc10041fc0b14f746b5.tar.gz
TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2
-rw-r--r--docs/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/TODO b/docs/TODO
index 1037da3b3..ea78d9f18 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -68,7 +68,6 @@
5.1 Better persistency for HTTP 1.0
5.2 support FF3 sqlite cookie files
5.3 Rearrange request header order
- 5.4 HTTP Digest using SHA-256
5.5 auth= in URLs
5.6 Refuse "downgrade" redirects
5.7 QUIC
@@ -560,15 +559,6 @@
headers use a default value so only headers that need to be moved have to be
specified.
-5.4 HTTP Digest using SHA-256
-
- RFC 7616 introduces an update to the HTTP Digest authentication
- specification, which amongst other thing defines how new digest algorithms
- can be used instead of MD5 which is considered old and not recommended.
-
- See https://tools.ietf.org/html/rfc7616 and
- https://github.com/curl/curl/issues/1018
-
5.5 auth= in URLs
Add the ability to specify the preferred authentication mechanism to use by