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

vanupam commented on this pull request.



> +<var>providedTokenBindingKeyParameters</var>.
+
+ <li><p>Let <var>providedTokenBinding</var> be the result of
+<a abstract-op lt="Compute a Token Binding">computing a token binding</a>
+using <a for=/>token-binding type</a> <code>provided_token_binding</code>,
+<var>providedTokenBindingId</var>, <var>providedTokenBindingKeyPair</var>,
+and <var>tlsConnection</var>'s
+<a for=connection>token-binding Exported Keying Material</a>.
+
+ <li><p>Append <var>providedTokenBinding</var> to
+ <var>tokenBindingMessage</var>'s <code>TokenBindingMessage.tokenbindings</code> field.
+
+ <li><p>If <var>httpRequest</var>'s <a for=request>referred-token-binding origin</a> is not null,
+ then run these substeps:
+  <ol>
+   <li><p>Let <var>referredTlsConnection</var> be the result of

I removed fetch() API related changes.

For referred Token Binding using redirects, the referredTlsConnection will already exist - it will just be looked up.

-- 
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/715#discussion_r185593807

Received on Wednesday, 2 May 2018 18:25:27 UTC