- From: Vinod Anupam <notifications@github.com>
- Date: Fri, 13 Apr 2018 20:49:32 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 April 2018 03:49:55 UTC
vanupam commented on this pull request. > + <code>referred_token_binding</code>, containing a signature + (using <var>referredTokenBindingKeyPair</var>) over the <var>referredTokenBindingId</var> + as well as <var>tlsConnection</var>'s + <a for=connection>token-binding Exported Keying Material</a>, as described in + <a href="https://tools.ietf.org/html/draft-ietf-tokbind-protocol#section-3.3">section 3.3</a> + of [[!TOKBIND-PROTOCOL]]. + </ol> + + <li><p>If <var>referredTokenBinding</var> is not null, <a for=list>append</a> + it to <var>tokenBindingMessage</var>. + </ol> + + <li><p>If <var>tokenBindingMessage</var> is not null, compute and return its base64url-encoding + [[!RFC4648]] as described in + <a href="https://tools.ietf.org/html/draft-ietf-tokbind-protocol#section-3">section 3</a> + of [[!TOKBIND-PROTOCOL]]. Otherwise return null. Reworded. -- 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_r181540517
Received on Saturday, 14 April 2018 03:49:55 UTC