- From: Vinod Anupam <notifications@github.com>
- Date: Fri, 13 Apr 2018 20:45:58 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 April 2018 03:46:22 UTC
vanupam commented on this pull request. > + [[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> and + <var>tokenBindingKeyParameters</var> in the <a for=/>token-binding key store</a>. + + <li><p>If <var>tokenBindingKeyPair</var> is null, create a new key pair for + <var>keyDomainName</var> using <var>tokenBindingKeyParameters</var>, save it in the + <a for=/>token-binding key store</a>, and set <var>tokenBindingKeyPair</var> to that new key pair. + + <li><p>Return <var>tokenBindingKeyPair</var>. +</ol> + +<h4 id=computing-token-binding-id>Computing a Token Binding Id</h4> I updated the language. -- 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_r181540463
Received on Saturday, 14 April 2018 03:46:22 UTC