- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 04 May 2017 08:51:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 May 2017 15:52:20 UTC
annevk commented on this pull request. > +<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]] + + <li><p>Let <var>tokenBindingKeyPair</var> be null. + + <li><p>Set <var>tokenBindingKeyPair</var> to the result of looking up the + <a for=/>token-binding key</a> pair for <var>keyDomainName</var> in the + <a for=/>token-binding key</a> store. We should at least define the store somehow, similar to authentication entries. An upstream bug against Storage might not be a bad idea either. -- 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_r114818048
Received on Thursday, 4 May 2017 15:52:20 UTC