Re: [whatwg/fetch] Update Fetch to support Token Binding. (#325)

vanupam commented on this pull request.



> @@ -202,6 +202,34 @@ <h2 class="short">Conformance</h2>
 <span>process request body</span> for <var>request</var>.
 <!-- XXX xref "read", "payload body" -->
 
+<h3>Token Binding</h3>
+
+<p>The technique of Token Binding allows user agents to work with servers to protect credentials
+like HTTP cookies.
+User agents and servers mutually agree to use Token Binding by negotiating while setting up
+TLS connections, as described in the
+<a href="https://tools.ietf.org/html/draft-ietf-tokbind-negotiation">Token Binding Negotiation</a>
+spec.

Done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/325

Received on Tuesday, 7 February 2017 03:05:18 UTC