<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.35 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpbis-unprompted-auth-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <front>
    <title>The Signature HTTP Authentication Scheme</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-unprompted-auth-04"/>
    <author initials="D." surname="Schinazi" fullname="David 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 initials="D." surname="Oliver" fullname="David M. Oliver">
      <organization>Guardian Project</organization>
      <address>
        <email>david@guardianproject.info</email>
        <uri>https://guardianproject.info</uri>
      </address>
    </author>
    <author initials="J." surname="Hoyland" fullname="Jonathan Hoyland">
      <organization>Cloudflare Inc.</organization>
      <address>
        <email>jonathan.hoyland@gmail.com</email>
      </address>
    </author>
    <date year="2023" month="June" day="28"/>
    <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">
      <name>About This Document</name>
      <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>
      <ul spacing="normal">
        <li>The TLS version in use is greater or equal to 1.3 <xref target="TLS"/>.</li>
        <li>The TLS version in use is 1.2 and the Extended Master Secret extension
<xref target="RFC7627"/> has been negotiated.</li>
      </ul>
      <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>
      <ul spacing="normal">
        <li>the label is set to "EXPORTER-HTTP-Signature-Authentication"</li>
        <li>the context is set to the structure described in <xref target="context"/></li>
        <li>the exporter output length is set to 48 bytes (see <xref target="output"/>)</li>
      </ul>
      <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">
          <name>Key Exporter Context Format</name>
          <artwork><![CDATA[
  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 <tt>p</tt> Parameter (see <xref target="parameter-s"/>).</t>
          </dd>
          <dt>Key ID:</dt>
          <dd>
            <t>The key ID sent in the <tt>k</tt> 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">
          <name>Key Exporter Output Format</name>
          <artwork><![CDATA[
  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>
        <ul spacing="normal">
          <li>A string that consists of octet 32 (0x20) repeated 64 times</li>
          <li>The context string "HTTP Signature Authentication"</li>
          <li>A single 0 byte which serves as a separator</li>
          <li>The Signature Input extracted from the key exporter output (see <xref target="output"/>)</li>
        </ul>
        <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">
          <name>Example Content Covered by Signature</name>
          <artwork><![CDATA[
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 <tt>p</tt>
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">
        <name>Example Header Field</name>
        <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

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>
      <ul spacing="normal">
        <li>absence of the Authorization (or Proxy-Authorization) field</li>
        <li>failure to parse that field</li>
        <li>use of the Signature authentication scheme with an unknown key ID</li>
        <li>failure to validate the verification parameter</li>
        <li>failure to validate the signature.</li>
      </ul>
      <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>
      <ul spacing="normal">
        <li>The intermediary can validate the authentication received from the client,
then inform the upstream HTTP server of the presence of valid authentication.</li>
        <li>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.</li>
      </ul>
      <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>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized.  This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers".  It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration.  QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>The Transport Layer Security (TLS) master secret is not cryptographically bound to important session parameters such as the server certificate.  Consequently, it is possible for an active attacker to set up two sessions, one with a client and another with a server, such that the master secrets on the two sessions are the same.  Thereafter, any mechanism that relies on the master secret for authentication, including session resumption, becomes vulnerable to a man-in-the-middle attack, where the attacker can simply forward messages back and forth between the client and server.  This specification defines a TLS extension that contextually binds the master secret to a log of the full handshake that computes it, thus preventing such attacks.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes.  This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </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"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <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"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.</t>
            </abstract>
          </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 initials="D." surname="Jackson" fullname="Dennis Jackson">
              <organization/>
            </author>
            <author initials="C." surname="Cremers" fullname="Cas Cremers">
              <organization/>
            </author>
            <author initials="K." surname="Cohn-Gordon" fullname="Katriel Cohn-Gordon">
              <organization/>
            </author>
            <author initials="R." surname="Sasse" fullname="Ralf Sasse">
              <organization/>
            </author>
            <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"/>
            <abstract>
              <t>HTTP Origin-Bound Authentication (HOBA) is a digital-signature-based design for an HTTP authentication method.  The design can also be used in JavaScript-based authentication embedded in HTML.  HOBA is an alternative to HTTP authentication schemes that require passwords and therefore avoids all problems related to passwords, such as leakage of server-side password databases.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>This document specifies algorithm identifiers and ASN.1 encoding formats for elliptic curve constructs using the curve25519 and curve448 curves.  The signature algorithms covered are Ed25519 and Ed448.  The key agreement algorithms covered are X25519 and X448.  The encoding for public key, private key, and Edwards-curve Digital Signature Algorithm (EdDSA) structures is provided.</t>
            </abstract>
          </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"/>
            <abstract>
              <t>   This document describes MASQUE (Multiplexed Application Substrate
   over QUIC Encryption).  MASQUE is a mechanism that allows co-locating
   and obfuscating networking applications behind an HTTPS web server.
   The currently prevalent use-case is to allow running a VPN server
   that is indistinguishable from an HTTPS server to any unauthenticated
   observer.  We do not expect major providers and CDNs to deploy this
   behind their main TLS certificate, as they are not willing to take
   the risk of getting blocked, as shown when domain fronting was
   blocked.  An expected use would be for individuals to enable this
   behind their personal websites via easy to configure open-source
   software.

   This document is a straw-man proposal.  It does not contain enough
   details to implement the protocol, and is currently intended to spark
   discussions on the approach it is taking.  As we have not yet found a
   home for this work, discussion is encouraged to happen on the GitHub
   repository which contains the draft:
   https://github.com/DavidSchinazi/masque-drafts [1].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-schinazi-masque-00"/>
        </reference>
      </references>
    </references>
    <?line 497?>

<section numbered="false" anchor="acknowledgments">
      <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>
  <!-- ##markdown-source:
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

-->

</rfc>
