- From: =JeffH <notifications@github.com>
- Date: Thu, 04 May 2017 13:42:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 May 2017 20:43:03 UTC
equalsJeffH commented on this pull request. > +<h4 id=getting-token-binding-key>Getting a Token Binding Key</h4> + +<p>Get the <a for=/>token-binding key</a> for an <a for=/>origin</a> <var>tokenBindingOrigin</var> +and <a for=/>token-binding key parameters</a> <var>tokenBindingKeyParameters</var>, +using the user agent's <a for=/>token-binding key</a> store, by running these substeps: + +<ol> + <li><p>Let <var>keyDomainName</var> be null. + + <li><p>If <var>tokenBindingOrigin</var>'s host is an IP address, set <var>keyDomainName</var> to + <var>tokenBindingOrigin</var>'s host. + + <p>Otherwise, set <var>keyDomainName</var> to the registrable domain of + <var>tokenBindingOrigin</var>'s host, determined by running the steps in the Algorithm section of + <a href=https://publicsuffix.org/list/>Public Suffix List</a> + [[PUBLIC-SUFFIX]] should we be using this alg here: https://html.spec.whatwg.org/#is-a-registrable-domain-suffix-of-or-is-equal-to ? -- 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#pullrequestreview-36381920
Received on Thursday, 4 May 2017 20:43:03 UTC