summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-20 08:44:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-20 08:44:21 +0100
commit8bc5ceb20480295230f05b3c351a0b08454ee6ee (patch)
tree6dea56a0b4b67785021aca8f59e4af4848682255
parent86cd0cfb909e941bec5ee5ba3106f859b6a82d7e (diff)
downloadcurl-8bc5ceb20480295230f05b3c351a0b08454ee6ee.tar.gz
TODO: Allow SAN names in HTTP/2 server push
Suggested-by: Nicolas Grekas
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 975c52dd3..3a6e4575b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -72,6 +72,7 @@
5.1 Better persistency for HTTP 1.0
5.2 support FF3 sqlite cookie files
5.3 Rearrange request header order
+ 5.4 Allow SAN names in HTTP/2 server push
5.5 auth= in URLs
5.6 Refuse "downgrade" redirects
5.7 QUIC
@@ -595,6 +596,15 @@
headers use a default value so only headers that need to be moved have to be
specified.
+5.4 Allow SAN names in HTTP/2 server push
+
+ curl only allows HTTP/2 push promise if the provided :autority header value
+ exactly matches the host name given in the URL. It could be extended to allow
+ any name that would match the Subject Alternative Names in the server's TLS
+ certificate.
+
+ See https://github.com/curl/curl/pull/3581
+
5.5 auth= in URLs
Add the ability to specify the preferred authentication mechanism to use by