aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-07-19 23:10:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-07-19 23:10:39 +0200
commit57ac61a46907edc068fbd0f221751b48082fdfce (patch)
tree72808b0ffb3e6b91927bcec83cb24354fe7253b1 /docs/ROADMAP.md
parent545562f13e27da87275e421a3b54d063cf2e494e (diff)
ROADMAP: QUIC and TLS 1.3
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 6e1d76b89..367130d33 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -14,6 +14,26 @@ over HTTP/1. Some of that difference can be attributed the inefficient window
size handling currently in use but there are probably more to be learned and
worked on to optimize this.
+QUIC
+----
+
+The standardization process of QUIC has been taken to the IETF and can be
+followed on the [IETF QUIC Mailing
+list](https://www.ietf.org/mailman/listinfo/quic). I'd like us to get on the
+bandwagon. Ideally, this would be done with a separate library/project to
+handle the binary/framing layer in a similar fashion to how HTTP/2 is
+implemented. This, to allow other projects to benefit from the work and to
+thus broaden the interest and chance of others to participate.
+
+TLS 1.3
+-------
+
+The new version of the TLS protocol is in the pipeline and will soon start to
+get used out in the wild. It offers some new interesting features and will
+need the TLS libraries to adapt and quite likely provide additional or
+modified APIs. libcurl needs to adapt accordingly.
+
+
HTTP cookies
------------