- From: Vinod Anupam <notifications@github.com>
- Date: Fri, 13 Apr 2018 20:44:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 April 2018 03:44:33 UTC
vanupam commented on this pull request. > +of [[TOKBIND-PROTOCOL]]. + +<p>At a very high level, a user agent negotiates the use of Token Binding with +a server when it sets up a TLS connection to the server. +It sends its highest supported +<dfn export id=concept-token-binding-protocol-version for=connection>token-binding protocol version</dfn> +and supported cryptographic algorithms and parameters (the +<dfn export id=concept-token-binding-key-parameters for=connection>token-binding key parameters</dfn>) +in a <code>token_binding</code> Client Hello Extension, as described in +<a href="https://tools.ietf.org/html/draft-ietf-tokbind-negotiation#section-2">section 2</a> +of the Token Binding Negotiation spec [[!TOKBIND-NEGOTIATION]]. +The user agent saves the values of the +<a for=connection>token-binding protocol version</a> and +<a for=connection>token-binding key parameters</a> that were negotiated for +that TLS connection. The user agent also computes and saves the value of +<a for=connection>token-binding Exported Keying Material</a> for that connection. Done. We now refer to that section. -- 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_r181540422
Received on Saturday, 14 April 2018 03:44:33 UTC