2021-01-14 03:48:42 -05:00
|
|
|
# curl the next few years - perhaps
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
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.
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2021-01-14 03:48:42 -05:00
|
|
|
## "Complete" the HTTP/3 support
|
2019-09-02 03:49:31 -04:00
|
|
|
|
2021-01-14 03:48:42 -05:00
|
|
|
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.
|
2019-09-02 03:49:31 -04:00
|
|
|
|
2021-01-14 03:48:42 -05:00
|
|
|
## 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)
|
2019-03-06 18:00:30 -05:00
|
|
|
|
|
|
|
See Daniel's post on [Support of Encrypted
|
2020-11-04 08:02:01 -05:00
|
|
|
SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list.
|
2019-03-06 18:00:30 -05:00
|
|
|
|
2019-09-02 03:49:31 -04:00
|
|
|
Initial work exists in https://github.com/curl/curl/pull/4011
|