diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-14 09:48:42 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-14 09:49:17 +0100 |
commit | ac1f1b77a8dcccde727cb7c495584f8877dc4ec1 (patch) | |
tree | ee967aff2a7e6e95cfabe824a0f7196ae52d1c14 | |
parent | ab6eb2ec0744074004980d0f98677e52b215941f (diff) | |
download | curl-ac1f1b77a8dcccde727cb7c495584f8877dc4ec1.tar.gz |
ROADMAP: refreshed
o removed HSTS - already implemented
o added HTTPS RR records
o mention HTTP/3 completion
-rw-r--r-- | docs/ROADMAP.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 1a18d3e7a..79e8b03a2 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -1,17 +1,22 @@ -curl the next few years - perhaps -================================= +# curl the next few years - perhaps Roadmap of things Daniel Stenberg wants to work on next. It is intended to serve as a guideline for others for information, feedback and possible participation. -HSTS ----- +## "Complete" the HTTP/3 support - Merge [the existing PR](https://github.com/curl/curl/pull/5896). +curl has experimental support for HTTP/3 since a good while back. There are +some functionality missing and once the final specs are published we want to +eventually remove the "experimental" label from this functionality. -ECH (Encrypted Client Hello - formerly known as ESNI) ------------------------------------------------------ +## HTTPS DNS records + +As a DNS version of alt-svc and also a pre-requisite for ECH (see below). + +See: https://tools.ietf.org/html/draft-ietf-dnsop-svcb-https-02 + +## ECH (Encrypted Client Hello - formerly known as ESNI) See Daniel's post on [Support of Encrypted SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list. |