aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-02-26 13:02:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-26 13:02:34 +0100
commit6f1735926fc44b12f984f19538befd3502c8a237 (patch)
treeef657b6cf23035fc28662f59be781869b904b95a /docs/ROADMAP.md
parent1e486db9c24354c71036c3e4f1de5454dc249270 (diff)
ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work on
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 334fbed17..bad9084ec 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -23,6 +23,19 @@ HTTP/2
As it would avoid the roundtrip-heavy Upgrade: procedures when you _know_
it speaks HTTP/2.
+HTTP cookies
+------------
+
+Two cookie drafts have been adopted by the httpwg in IETF and we should
+support them as the popular browsers will as well:
+
+[Deprecate modification of 'secure' cookies from non-secure
+origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00)
+
+[Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)
+
+[Firefox bug report about secure cookies](https://bugzilla.mozilla.org/show_bug.cgi?id=976073)
+
SRV records
-----------
@@ -31,7 +44,9 @@ How to find services for specific domains/hosts.
HTTPS to proxy
--------------
-To avoid network traffic to/from the proxy getting snooped on.
+To avoid network traffic to/from the proxy getting snooped on. There's a git
+branch in the public git repository for this that we need to make sure works
+for all TLS backends and then merge!
curl_formadd()
--------------