mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
86d33001e4
Instead of use 'docs/*.md' in dep5. For clarity and avoiding a wide- matching wildcard. + Remove mention of old files from .reuse/dep5 + add info to .github/dependabot.yml + make scripts/copyright.pl warn on non-matching patterns Closes #13245
31 lines
972 B
Markdown
31 lines
972 B
Markdown
<!--
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
-->
|
|
|
|
# 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.
|
|
|
|
## "Complete" the HTTP/3 support
|
|
|
|
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.
|
|
|
|
## HTTPS DNS records
|
|
|
|
As a DNS version of alt-svc and also a pre-requisite for ECH (see below).
|
|
|
|
See: https://datatracker.ietf.org/doc/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.
|
|
|
|
Initial work exists in [PR 4011](https://github.com/curl/curl/pull/4011)
|