<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 2.6.4) -->
<?rfc-ext html-pretty-print="prettyprint https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"?>
<rfc xmlns:x="http://purl.org/net/xml2rfc/ext"
      category="std"
      consensus="true"
      docName="draft-ietf-httpbis-unprompted-auth-04"
      ipr="trust200902"
      sortRefs="true"
      submissionType="IETF"
      symRefs="true"
      tocInclude="true">
   <x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22\&amp;amp;body=%3c{ref}%3e:"/>
   <front>
      <title>The Signature HTTP Authentication Scheme</title>
      <author fullname="David Schinazi" initials="D." surname="Schinazi">
         <organization>Google LLC</organization>
         <address>
            <postal>
               <street>1600 Amphitheatre Parkway</street>
               <city>Mountain View</city>
               <region>CA</region>
               <code>94043</code>
               <country>United States of America</country>
            </postal>
            <email>dschinazi.ietf@gmail.com</email>
         </address>
      </author>
      <author fullname="David M. Oliver" initials="D." surname="Oliver">
         <organization>Guardian Project</organization>
         <address>
            <email>david@guardianproject.info</email>
            <uri>https://guardianproject.info</uri>
         </address>
      </author>
      <author fullname="Jonathan Hoyland" initials="J." surname="Hoyland">
         <organization>Cloudflare Inc.</organization>
         <address>
            <email>jonathan.hoyland@gmail.com</email>
         </address>
      </author>
      <date day="28" month="June" year="2023"/>
      <area>Applications and Real-Time</area>
      <workgroup>HTTPBIS</workgroup>
      <keyword>secure</keyword>
      <keyword>tunnels</keyword>
      <keyword>masque</keyword>
      <keyword>http-ng</keyword>
      <abstract><?line 84?>
         <t>Existing HTTP authentication schemes are probeable in the sense that it is possible for an unauthenticated client to probe whether an origin serves resources that require authentication. It is possible for an origin to hide the fact that it requires authentication by not generating Unauthorized status codes, however that only works with non-cryptographic authentication schemes: cryptographic signatures require a fresh nonce to be signed, and there is no existing way for the origin to share such a nonce without exposing the fact that it serves resources that require authentication. This document proposes a new non-probeable cryptographic authentication scheme.</t>
      </abstract>
      <note removeInRFC="true" title="About This Document">
         <t>Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-httpbis-unprompted-auth/"/>.</t>
         <t>Discussion of this document takes place on the HTTP Working Group mailing list (<eref target="mailto:ietf-http-wg@w3.org"/>), which is archived at <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/"/>. Working Group information can be found at <eref target="https://httpwg.org/"/>.</t>
         <t>Source for this draft and an issue tracker can be found at <eref target="https://github.com/httpwg/http-extensions/labels/unprompted-auth"/>.</t>
      </note>
   </front>
   <middle><?line 96?>
      <section anchor="introduction">
         <name>Introduction</name>
         <t>HTTP authentication schemes (see <xref section="11" sectionFormat="of" target="HTTP"/>) allow origins to restrict access for some resources to only authenticated requests. While these schemes commonly involve a challenge where the origin asks the client to provide authentication information, it is possible for clients to send such information unprompted. This is particularly useful in cases where an origin wants to offer a service or capability only to "those who know" while all others are given no indication the service or capability exists. Such designs rely on an externally-defined mechanism by which keys are distributed. For example, a company might offer remote employee access to company services directly via its website using their employee credentials, or offer access to limited special capabilities for specific employees, while making discovering (probing for) such capabilities difficult. Members of less well-defined communities might use more ephemeral keys to acquire access to geography- or capability-specific resources, as issued by an entity whose user base is larger than the available resources can support (by having that entity metering the availability of keys temporally or geographically).</t>
         <t>While digital-signature-based HTTP authentication schemes already exist (<xref target="HOBA"/>), they rely on the origin explicitly sending a fresh challenge to the client, to ensure that the signature input is fresh. That makes the origin probeable as it send the challenge to unauthenticated clients. This document defines a new signature-based authentication scheme that is not probeable.</t>
         <section anchor="conventions">
            <name>Conventions and Definitions</name>
            <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>", "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/>
               <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
            <?line -18?>
            <t>This document uses the following terminology from <xref section="3" sectionFormat="of" target="STRUCTURED-FIELDS"/> to specify syntax and parsing: Integer and Byte Sequence. This document uses the notation from <xref section="1.3" sectionFormat="of" target="QUIC"/>.</t>
         </section>
      </section>
      <section anchor="the-signature-authentication-scheme">
         <name>The Signature Authentication Scheme</name>
         <t>This document defines the "Signature" HTTP authentication scheme. It uses asymmetric cryptography. User agents possess a key ID and a public/private key pair, and origin servers maintain a mapping of authorized key IDs to their associated public keys.</t>
         <t>The client uses a TLS keying material exporter to generate data to be signed (see <xref target="compute-proof"/>) then sends the signature using the Authorization or Proxy-Authorization header field. The signature and additional information are exchanged using authentication parameters (see <xref target="auth-params"/>).</t>
      </section>
      <section anchor="tls-usage">
         <name>TLS Usage</name>
         <t>This authentication scheme is only defined for uses of HTTP with TLS <xref target="TLS"/>. This includes any use of HTTP over TLS as typically used for HTTP/2 <xref target="H2"/>, or HTTP/3 <xref target="H3"/> where the transport protocol uses TLS as its authentication and key exchange mechanism <xref target="QUIC-TLS"/>.</t>
         <t>Because the TLS keying material exporter is only secure for authentication when it is uniquely bound to the TLS session <xref target="RFC7627"/>, the Signature authentication scheme requires either one of the following properties:</t>
         <t>
            <list style="symbols">
               <t>The TLS version in use is greater or equal to 1.3 <xref target="TLS"/>.</t>
               <t>The TLS version in use is 1.2 and the Extended Master Secret extension <xref target="RFC7627"/> has been negotiated.</t>
            </list>
         </t>
         <t>Clients <bcp14>MUST NOT</bcp14> use the Signature authentication scheme on connections that do not meet one of the two properties above. If a server receives a request that uses this authentication scheme on a connection that meets neither of the above properties, the server <bcp14>MUST</bcp14> treat the request as malformed.</t>
      </section>
      <section anchor="compute-proof">
         <name>Computing the Authentication Proof</name>
         <t>The user agent computes the authentication proof using a TLS keying material exporter <xref target="KEY-EXPORT"/> with the following parameters:</t>
         <t>
            <list style="symbols">
               <t>the label is set to "EXPORTER-HTTP-Signature-Authentication"</t>
               <t>the context is set to the structure described in <xref target="context"/>
               </t>
               <t>the exporter output length is set to 48 bytes (see <xref target="output"/>)</t>
            </list>
         </t>
         <section anchor="context">
            <name>Key Exporter Context</name>
            <t>The TLS key exporter context is described in <xref target="fig-context"/>:</t>
            <figure anchor="fig-context" title="Key Exporter Context Format">
               <artwork>
  Signature Algorithm (16),
  Key ID Length (i),
  Key ID (..),
  Scheme Length (i),
  Scheme (..),
  Host Length (i),
  Host (..),
  Port (16),
  Realm Length (i),
  Realm (..),
</artwork>
            </figure>
            <t>The key exporter context contains the following fields:</t>
            <dl>
               <dt>Signature Algorithm:</dt>
               <dd>
                  <t>The signature scheme sent in the <spanx style="verb">p</spanx> Parameter (see <xref target="parameter-s"/>).</t>
               </dd>
               <dt>Key ID:</dt>
               <dd>
                  <t>The key ID sent in the <spanx style="verb">k</spanx> Parameter (see <xref target="parameter-k"/>).</t>
               </dd>
               <dt>Scheme:</dt>
               <dd>
                  <t>The scheme for this request, encoded using the format of the scheme portion of a URI as defined in <xref section="3.1" sectionFormat="of" target="URI"/>.</t>
               </dd>
               <dt>Host:</dt>
               <dd>
                  <t>The host for this request, encoded using the format of the host portion of a URI as defined in <xref section="3.2.2" sectionFormat="of" target="URI"/>.</t>
               </dd>
               <dt>Port:</dt>
               <dd>
                  <t>The port for this request.</t>
               </dd>
               <dt>Realm:</dt>
               <dd>
                  <t>The real of authentication that is sent in the realm authentication parameter (<xref section="11.5" sectionFormat="of" target="HTTP"/>). If the realm authentication parameter is not present, this <bcp14>SHALL</bcp14> be empty. This document does not define a means for the origin to communicate a realm to the client. If a client is not configured to use a specific realm, it <bcp14>SHALL</bcp14> use an empty realm and <bcp14>SHALL NOT</bcp14> send the realm authentication parameter.</t>
               </dd>
            </dl>
            <t>The Signature Algorithm and Port fields are encoded as unsigned 16-bit integers in network byte order. The Key ID, Scheme, Host, and Real fields are length prefixed strings; they are preceded by a Length field that represents their length in bytes. These length fields are encoded using the variable-length integer encoding from <xref section="16" sectionFormat="of" target="QUIC"/> and <bcp14>MUST</bcp14> be encoded in the minimum number of bytes necessary.</t>
         </section>
         <section anchor="output">
            <name>Key Exporter Output</name>
            <t>The key exporter output is 48 bytes long. Of those, the first 32 bytes are part of the input to the signature and the next 16 bytes are sent alongside the signature. This allows the recipient to confirm that the exporter produces the right values. This is described in <xref target="fig-output"/>:</t>
            <figure anchor="fig-output" title="Key Exporter Output Format">
               <artwork>
  Signature Input (256),
  Verification (128),
</artwork>
            </figure>
            <t>The key exporter context contains the following fields:</t>
            <dl>
               <dt>Signature Input:</dt>
               <dd>
                  <t>This is part of the data signed using the client's chosen asymmetric private key (see <xref target="computation"/>).</t>
               </dd>
               <dt>Verification:</dt>
               <dd>
                  <t>The verification is transmitted to the server using the v Parameter (see <xref target="parameter-v"/>).</t>
               </dd>
            </dl>
         </section>
         <section anchor="computation">
            <name>Signature Computation</name>
            <t>Once the Signature Input has been extracted from the key exporter output (see <xref target="output"/>), it is prefixed with static data before being signed to mitigate issues caused by key reuse. The signature is computed over the concatenation of:</t>
            <t>
               <list style="symbols">
                  <t>A string that consists of octet 32 (0x20) repeated 64 times</t>
                  <t>The context string "HTTP Signature Authentication"</t>
                  <t>A single 0 byte which serves as a separator</t>
                  <t>The Signature Input extracted from the key exporter output (see <xref target="output"/>)</t>
               </list>
            </t>
            <t>For example, if the Signature Input has all its 32 bytes set to 01, the content covered by the signature (in hexadecimal format) would be:</t>
            <figure anchor="fig-sig-example" title="Example Content Covered by Signature">
               <artwork>
2020202020202020202020202020202020202020202020202020202020202020
2020202020202020202020202020202020202020202020202020202020202020
48545450205369676E61747572652041757468656E7469636174696F6E
00
0101010101010101010101010101010101010101010101010101010101010101
</artwork>
            </figure>
            <t>This constructions mirrors that of the TLS 1.3 CertificateVerify message defined in <xref section="4.4.3" sectionFormat="of" target="TLS"/>.</t>
            <t>The resulting signature is then transmitted to the server using the <spanx style="verb">p</spanx> Parameter (see <xref target="parameter-p"/>).</t>
         </section>
      </section>
      <section anchor="auth-params">
         <name>Authentication Parameters</name>
         <t>This specification defines the following authentication parameters. These parameters use structured fields (<xref target="STRUCTURED-FIELDS"/>) in their definition, even though the Authorization field itself does not use structured fields. Due to the syntax requirements for authentication parameters, the byte sequences defined below <bcp14>SHALL</bcp14> be enclosed in double-quotes (the base64-encoded data and colon delimeters are enclosed in double-quotes, see example in <xref target="example"/>).</t>
         <section anchor="parameter-k">
            <name>The k Parameter</name>
            <t>The <bcp14>REQUIRED</bcp14> "k" (key ID) parameter is a byte sequence that identifies which key the user agent wishes to use to authenticate. This can for example be used to point to an entry into a server-side database of known keys.</t>
         </section>
         <section anchor="parameter-p">
            <name>The p Parameter</name>
            <t>The <bcp14>REQUIRED</bcp14> "p" (proof) parameter is a byte sequence that specifies the proof that the user agent provides to attest to possessing the credential that matches its key ID.</t>
         </section>
         <section anchor="parameter-s">
            <name>The s Parameter</name>
            <t>The <bcp14>REQUIRED</bcp14> "s" (signature) parameter is an integer that specifies the signature scheme used to compute the proof transmitted in the "p" directive. Its value is an integer between 0 and 65535 inclusive from the IANA "TLS SignatureScheme" registry maintained at &lt;<eref target="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-signaturescheme"/>&gt;.</t>
         </section>
         <section anchor="parameter-v">
            <name>The v Parameter</name>
            <t>The <bcp14>REQUIRED</bcp14> "v" (verification) parameter is a byte sequence that specifies the verification that the user agent provides to attest to possessing the key exporter output. This avoids issues with signature schemes where certain keys can generate signatures that are valid for multiple inputs (see <xref target="SEEMS-LEGIT"/>).</t>
         </section>
      </section>
      <section anchor="example">
         <name>Example</name>
         <t>For example, the key ID "basement" authenticating using Ed25519 <xref target="ED25519"/> could produce the following header field:</t>
         <figure anchor="fig-hdr-example" title="Example Header Field">
            <sourcecode type="http-message" x:line-folding="\">
Authorization: Signature \
  k=":YmFzZW1lbnQ=:", \
  s=2055, \
  v=":dmVyaWZpY2F0aW9uXzE2Qg==:", \
  p=":SW5zZXJ0IHNpZ25hdHVyZSBvZiBub25jZSBoZXJlIHdo \
    aWNoIHRha2VzIDUxMiBiaXRzIGZvciBFZDI1NTE5IQ==:"
</sourcecode>
         </figure>
      </section>
      <section anchor="non-probeable-server-handling">
         <name>Non-Probeable Server Handling</name>
         <t>Servers that wish to introduce resources whose existence cannot be probed need to ensure that they do not reveal any information about those resources to unauthenticated clients. In particular, such servers <bcp14>MUST</bcp14> respond to authentication failures with the exact same response that they would have used for non-existent resources. For example, this can mean using HTTP status code 404 (Not Found) instead of 401 (Unauthorized). Such authentication failures can be caused for example by:</t>
         <t>
            <list style="symbols">
               <t>absence of the Authorization (or Proxy-Authorization) field</t>
               <t>failure to parse that field</t>
               <t>use of the Signature authentication scheme with an unknown key ID</t>
               <t>failure to validate the verification parameter</t>
               <t>failure to validate the signature.</t>
            </list>
         </t>
         <t>In order to validate the signature, the server needs to first parse the field containing the signature, then look up the key ID in its database of public keys, and finally perform the cryptographic validation. These steps can take time, and an attacker could detect use of this mechanism if that time is observable by comparing the timing of a request for a known non-existent resource to the timing of a request for a potentially authenticated resource. Servers can mitigate this observability by slightly delaying responses to some non-existent resources such that the timing of the authentication verification is not observable. This delay needs to be carefully considered to avoid having the delay itself leak the fact that this origin uses this mechanism at all.</t>
         <t>Non-probeable resources also need to be non-discoverable for unauthenticated users. For example, if a server operator wishes to hide an authenticated resource by pretending it does not exist to unauthenticated users, then the server operator needs to ensure there are no unauthenticated pages with links to that resource, and no other out-of-band ways for unauthenticated users to discover this resource.</t>
      </section>
      <section anchor="intermediary">
         <name>Intermediary Considerations</name>
         <t>Since the Signature HTTP authentication scheme leverages TLS keying material exporters, its output cannot be transparently forwarded by HTTP intermediaries. HTTP intermediaries that support this specification have two options:</t>
         <t>
            <list style="symbols">
               <t>The intermediary can validate the authentication received from the client, then inform the upstream HTTP server of the presence of valid authentication.</t>
               <t>The intermediary can export the Signature Input and Verification (see <xref target="output"/>}), and forward it to the upstream HTTP server, then the upstream server performs the validation.</t>
            </list>
         </t>
         <t>The mechanism for the intermediary to communicate this information to the upstream HTTP server is out of scope for this document.</t>
         <t>Note that both of these mechanisms require the upstream HTTP server to trust the intermediary. This is usually the case because the intermediary already needs access to the TLS certificate private key in order to respond to requests.</t>
      </section>
      <section anchor="security">
         <name>Security Considerations</name>
         <t>The Signature HTTP authentication scheme allows a user agent to authenticate to an origin server while guaranteeing freshness and without the need for the server to transmit a nonce to the user agent. This allows the server to accept authenticated clients without revealing that it supports or expects authentication for some resources. It also allows authentication without the user agent leaking the presence of authentication to observers due to clear-text TLS Client Hello extensions.</t>
         <t>The authentication proofs described in this document are not bound to individual HTTP requests; if the key is used for authentication proofs on multiple requests on the same connection, they will all be identical. This allows for better compression when sending over the wire, but implies that client implementations that multiplex different security contexts over a single HTTP connection need to ensure that those contexts cannot read each other's header fields. Otherwise, one context would be able to replay the Authorization header field of another. This constraint is met by modern Web browsers. If an attacker were to compromise the browser such that it could access another context's memory, the attacker might also be able to access the corresponding key, so binding authentication to requests would not provide much benefit in practice.</t>
         <t>Key material used for the Signature HTTP authentication scheme <bcp14>MUST NOT</bcp14> be reused in other protocols. Doing so can undermine the security guarantees of the authentication.</t>
         <t>Origins offering this scheme can link requests that use the same key. However, requests are not linkable across origins if the keys used are specific to the individual origins using this scheme.</t>
      </section>
      <section anchor="iana">
         <name>IANA Considerations</name>
         <section anchor="iana-schemes">
            <name>HTTP Authentication Schemes Registry</name>
            <t>This document, if approved, requests IANA to register the following entry in the "HTTP Authentication Schemes" Registry maintained at &lt;<eref target="https://www.iana.org/assignments/http-authschemes"/>&gt;:</t>
            <dl spacing="compact">
               <dt>Authentication Scheme Name:</dt>
               <dd>
                  <t>Signature</t>
               </dd>
               <dt>Reference:</dt>
               <dd>
                  <t>This document</t>
               </dd>
               <dt>Notes:</dt>
               <dd>
                  <t>None</t>
               </dd>
            </dl>
         </section>
         <section anchor="iana-exporter-label">
            <name>TLS Keying Material Exporter Labels</name>
            <t>This document, if approved, requests IANA to register the following entry in the "TLS Exporter Labels" registry maintained at &lt;<eref target="https://www.iana.org/assignments/tls-parameters#exporter-labels"/>&gt;:</t>
            <dl spacing="compact">
               <dt>Value:</dt>
               <dd>
                  <t>EXPORTER-HTTP-Signature-Authentication</t>
               </dd>
               <dt>DTLS-OK:</dt>
               <dd>
                  <t>N</t>
               </dd>
               <dt>Recommended:</dt>
               <dd>
                  <t>Y</t>
               </dd>
               <dt>Reference:</dt>
               <dd>
                  <t>This document</t>
               </dd>
            </dl>
         </section>
      </section>
   </middle>
   <back>
      <displayreference target="H2" to="HTTP/2"/>
      <displayreference target="H3" to="HTTP/3"/>
      <references title="Normative References">
         <reference anchor="FOLDING">
            <front>
               <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
               <author fullname="K. Watsen" initials="K." surname="Watsen"/>
               <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
               <author fullname="A. Farrel" initials="A." surname="Farrel"/>
               <author fullname="Q. Wu" initials="Q." surname="Wu"/>
               <date month="June" year="2020"/>
            </front>
            <seriesInfo name="RFC" value="8792"/>
            <seriesInfo name="DOI" value="10.17487/RFC8792"/>
         </reference>
         <reference anchor="HTTP">
            <front>
               <title>HTTP Semantics</title>
               <author fullname="R. Fielding"
                        initials="R."
                        role="editor"
                        surname="Fielding"/>
               <author fullname="M. Nottingham"
                        initials="M."
                        role="editor"
                        surname="Nottingham"/>
               <author fullname="J. Reschke"
                        initials="J."
                        role="editor"
                        surname="Reschke"/>
               <date month="June" year="2022"/>
            </front>
            <seriesInfo name="STD" value="97"/>
            <seriesInfo name="RFC" value="9110"/>
            <seriesInfo name="DOI" value="10.17487/RFC9110"/>
         </reference>
         <reference anchor="RFC2119">
            <front>
               <title>Key words for use in RFCs to Indicate Requirement Levels</title>
               <author fullname="S. Bradner" initials="S." surname="Bradner"/>
               <date month="March" year="1997"/>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
         </reference>
         <reference anchor="RFC8174">
            <front>
               <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
               <author fullname="B. Leiba" initials="B." surname="Leiba"/>
               <date month="May" year="2017"/>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
         </reference>
         <reference anchor="STRUCTURED-FIELDS">
            <front>
               <title>Structured Field Values for HTTP</title>
               <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
               <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
               <date month="February" year="2021"/>
            </front>
            <seriesInfo name="RFC" value="8941"/>
            <seriesInfo name="DOI" value="10.17487/RFC8941"/>
         </reference>
         <reference anchor="QUIC">
            <front>
               <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
               <author fullname="J. Iyengar"
                        initials="J."
                        role="editor"
                        surname="Iyengar"/>
               <author fullname="M. Thomson"
                        initials="M."
                        role="editor"
                        surname="Thomson"/>
               <date month="May" year="2021"/>
            </front>
            <seriesInfo name="RFC" value="9000"/>
            <seriesInfo name="DOI" value="10.17487/RFC9000"/>
         </reference>
         <reference anchor="TLS">
            <front>
               <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
               <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
               <date month="August" year="2018"/>
            </front>
            <seriesInfo name="RFC" value="8446"/>
            <seriesInfo name="DOI" value="10.17487/RFC8446"/>
         </reference>
         <reference anchor="RFC7627">
            <front>
               <title>Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension</title>
               <author fullname="K. Bhargavan"
                        initials="K."
                        role="editor"
                        surname="Bhargavan"/>
               <author fullname="A. Delignat-Lavaud"
                        initials="A."
                        surname="Delignat-Lavaud"/>
               <author fullname="A. Pironti" initials="A." surname="Pironti"/>
               <author fullname="A. Langley" initials="A." surname="Langley"/>
               <author fullname="M. Ray" initials="M." surname="Ray"/>
               <date month="September" year="2015"/>
            </front>
            <seriesInfo name="RFC" value="7627"/>
            <seriesInfo name="DOI" value="10.17487/RFC7627"/>
         </reference>
         <reference anchor="KEY-EXPORT">
            <front>
               <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
               <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
               <date month="March" year="2010"/>
            </front>
            <seriesInfo name="RFC" value="5705"/>
            <seriesInfo name="DOI" value="10.17487/RFC5705"/>
         </reference>
         <reference anchor="URI">
            <front>
               <title>Uniform Resource Identifier (URI): Generic Syntax</title>
               <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
               <author fullname="R. Fielding" initials="R." surname="Fielding"/>
               <author fullname="L. Masinter" initials="L." surname="Masinter"/>
               <date month="January" year="2005"/>
            </front>
            <seriesInfo name="STD" value="66"/>
            <seriesInfo name="RFC" value="3986"/>
            <seriesInfo name="DOI" value="10.17487/RFC3986"/>
         </reference>
      </references>
      <references title="Informative References">
         <reference anchor="H2">
            <front>
               <title>HTTP/2</title>
               <author fullname="M. Thomson"
                        initials="M."
                        role="editor"
                        surname="Thomson"/>
               <author fullname="C. Benfield"
                        initials="C."
                        role="editor"
                        surname="Benfield"/>
               <date month="June" year="2022"/>
            </front>
            <seriesInfo name="RFC" value="9113"/>
            <seriesInfo name="DOI" value="10.17487/RFC9113"/>
         </reference>
         <reference anchor="H3">
            <front>
               <title>HTTP/3</title>
               <author fullname="M. Bishop"
                        initials="M."
                        role="editor"
                        surname="Bishop"/>
               <date month="June" year="2022"/>
            </front>
            <seriesInfo name="RFC" value="9114"/>
            <seriesInfo name="DOI" value="10.17487/RFC9114"/>
         </reference>
         <reference anchor="SEEMS-LEGIT">
            <front>
               <title>Seems Legit: Automated Analysis of Subtle Attacks on Protocols That Use Signatures</title>
               <author fullname="Dennis Jackson" initials="D." surname="Jackson"/>
               <author fullname="Cas Cremers" initials="C." surname="Cremers"/>
               <author fullname="Katriel Cohn-Gordon" initials="K." surname="Cohn-Gordon"/>
               <author fullname="Ralf Sasse" initials="R." surname="Sasse"/>
               <date year="2019"/>
            </front>
            <seriesInfo name="DOI" value="10.1145/3319535.3339813"/>
            <refcontent>CCS '19: Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security</refcontent>
            <refcontent>pp. 2165–2180</refcontent>
         </reference>
         <reference anchor="HOBA">
            <front>
               <title>HTTP Origin-Bound Authentication (HOBA)</title>
               <author fullname="S. Farrell" initials="S." surname="Farrell"/>
               <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
               <author fullname="M. Thomas" initials="M." surname="Thomas"/>
               <date month="March" year="2015"/>
            </front>
            <seriesInfo name="RFC" value="7486"/>
            <seriesInfo name="DOI" value="10.17487/RFC7486"/>
         </reference>
         <reference anchor="QUIC-TLS">
            <front>
               <title>Using TLS to Secure QUIC</title>
               <author fullname="M. Thomson"
                        initials="M."
                        role="editor"
                        surname="Thomson"/>
               <author fullname="S. Turner"
                        initials="S."
                        role="editor"
                        surname="Turner"/>
               <date month="May" year="2021"/>
            </front>
            <seriesInfo name="RFC" value="9001"/>
            <seriesInfo name="DOI" value="10.17487/RFC9001"/>
         </reference>
         <reference anchor="ED25519">
            <front>
               <title>Algorithm Identifiers for Ed25519, Ed448, X25519, and X448 for Use in the Internet X.509 Public Key Infrastructure</title>
               <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
               <author fullname="J. Schaad" initials="J." surname="Schaad"/>
               <date month="August" year="2018"/>
            </front>
            <seriesInfo name="RFC" value="8410"/>
            <seriesInfo name="DOI" value="10.17487/RFC8410"/>
         </reference>
         <reference anchor="MASQUE-ORIGINAL">
            <front>
               <title>The MASQUE Protocol</title>
               <author fullname="David Schinazi" initials="D." surname="Schinazi">
                  <organization>Google LLC</organization>
               </author>
               <date day="28" month="February" year="2019"/>
            </front>
            <seriesInfo name="Internet-Draft" value="draft-schinazi-masque-00"/>
         </reference>
      </references>
      <?line 497?>
      <section anchor="acknowledgments" numbered="false">
         <name>Acknowledgments</name>
         <t>The authors would like to thank many members of the IETF community, as this document is the fruit of many hallway conversations. In particular, the authors would like to thank <contact fullname="Nick Harper"/>, <contact fullname="Dennis Jackson"/>, <contact fullname="Ilari Liusvaara"/>, <contact fullname="Lucas Pardue"/>, <contact fullname="Justin Richer"/>, <contact fullname="Ben Schwartz"/>, <contact fullname="Martin Thomson"/>, and <contact fullname="Chris Wood"/> for their reviews and contributions. The mechanism described in this document was originally part of the first iteration of MASQUE <xref target="MASQUE-ORIGINAL"/>.</t>
      </section>
   </back>
</rfc>
