- From: vanupam <notifications@github.com>
- Date: Tue, 07 Nov 2017 02:20:11 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 November 2017 02:20:34 UTC
vanupam commented on this pull request. > + +<h4 id=computing-token-binding-header-value>Computing a Token Binding Header Value</h4> + +<p>If the user agent supports <a for=/>Token Binding</a>, build the value that can be passed +in a `<code>Sec-Token-Binding</code>` <a for=/>header</a> for a <a for=/>request</a> +<var>httpRequest</var> and a <a>connection</a> <var>tlsConnection</var>, +using the <a for=/>token-binding key</a> store and the +<a for=connection>connection pool</a>, by running these substeps: + +<ol> + <li><p>If <var>httpRequest</var>'s <a for=request>use-token-binding flag</a> is not set, + then return null. + + <li><p>Initialize <var>tokenBindingMessage</var> to null. + + <li><p>If Token Binding was not negotiated for <var>tlsConnection</var>, return null. 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#discussion_r149258437
Received on Tuesday, 7 November 2017 02:20:34 UTC