<?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.7.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpbis-unprompted-auth-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title>The Signature HTTP Authentication Scheme</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-unprompted-auth-05"/>
    <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="October" day="20"/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTPBIS</workgroup>
    <keyword>secure</keyword>
    <keyword>tunnels</keyword>
    <keyword>masque</keyword>
    <keyword>http-ng</keyword>
    <abstract>
      <?line 92?>

<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 104?>

<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 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>
          <t>The TLS version in use is greater or equal to 1.3 <xref target="TLS"/>.</t>
        </li>
        <li>
          <t>The TLS version in use is 1.2 and the Extended Master Secret extension
<xref target="RFC7627"/> has been negotiated.</t>
        </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>
          <t>the label is set to "EXPORTER-HTTP-Signature-Authentication"</t>
        </li>
        <li>
          <t>the context is set to the structure described in <xref target="context"/></t>
        </li>
        <li>
          <t>the exporter output length is set to 48 bytes (see <xref target="output"/>)</t>
        </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 (..),
  Public Key Length (i),
  Public Key (..),
  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>Public Key:</dt>
          <dd>
            <t>The public key used by the server to validate the signature provided by the
client (the encoding is described below).</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, Public Key, 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>
        <t>The encoding of the public key is determined by the Signature Algorithm in use
as follows:</t>
        <dl>
          <dt>RSASSA-PSS algorithms:</dt>
          <dd>
            <t>The public key is an RSAPublicKey structure <xref target="PKCS1"/> encoded in DER
<xref target="X.690"/>. BER encodings which are not DER <bcp14>MUST</bcp14> be rejected.</t>
          </dd>
          <dt>ECDSA algorithms:</dt>
          <dd>
            <t>The public key is a UncompressedPointRepresentation structure defined in
<xref section="4.2.8.2" sectionFormat="of" target="TLS"/>, using the curve specified by the SignatureScheme.</t>
          </dd>
          <dt>EdDSA algorithms:</dt>
          <dd>
            <t>The public key is the byte string encoding defined in <xref target="EdDSA"/>.</t>
          </dd>
        </dl>
        <t>This document does not define the public key encodings for other algorithms. In
order for a SignatureScheme to be usable with the Signature HTTP authentication
scheme, its public key encoding needs to be defined in a corresponding document.</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>
            <t>A string that consists of octet 32 (0x20) repeated 64 times</t>
          </li>
          <li>
            <t>The context string "HTTP Signature Authentication"</t>
          </li>
          <li>
            <t>A single 0 byte which serves as a separator</t>
          </li>
          <li>
            <t>The Signature Input extracted from the key exporter output (see <xref target="output"/>)</t>
          </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.</t>
      <t>All of the byte sequences below are encoded using base64url (see <xref section="5" sectionFormat="of" target="BASE64"/>) without quotes and without padding. In other words, these
byte sequence authentication parameters values <bcp14>MUST NOT</bcp14> include any characters
other then ASCII letters, digits, dash and underscore.</t>
      <t>The integer below is encoded without a minus and without leading zeroes. In
other words, the integer authentication parameters value <bcp14>MUST NOT</bcp14> include any
characters other than digits, and <bcp14>MUST NOT</bcp14> start with a zero unless the full
value is "0".</t>
      <t>Using the syntax from <xref target="ABNF"/>:</t>
      <figure anchor="fig-param">
        <name>Authentication Parameter Value ABNF</name>
        <artwork><![CDATA[
signature-byte-sequence-param-value = *( ALPHA / DIGIT / "-" / "_" )
signature-integer-param-value =  %x31-39 1*4( DIGIT ) / "0"
]]></artwork>
      </figure>
      <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-a">
        <name>The a Parameter</name>
        <t>The <bcp14>REQUIRED</bcp14> "a" (public key) parameter is a byte sequence that contains the
public key used by the server to validate the signature provided by the client.
This avoids key confusion issues (see <xref target="SEEMS-LEGIT"/>). The encoding of the
public key is described in <xref target="context"/>.</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 (see <xref target="output"/> for details). 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, \
  a=VGhpcyBpcyBhIHB1YmxpYyBrZXkgaW4gdXNlIGhlcmU, \
  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>
          <t>absence of the Authorization (or Proxy-Authorization) field</t>
        </li>
        <li>
          <t>failure to parse that field</t>
        </li>
        <li>
          <t>use of the Signature authentication scheme with an unknown key ID</t>
        </li>
        <li>
          <t>mismatch between key ID and provided public key</t>
        </li>
        <li>
          <t>failure to validate the verification parameter</t>
        </li>
        <li>
          <t>failure to validate the signature.</t>
        </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>
          <t>The intermediary can validate the authentication received from the client,
then inform the upstream HTTP server of the presence of valid authentication.</t>
        </li>
        <li>
          <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>
        </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 anchor="sec-normative-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="X.690">
          <front>
            <title>Information technology - ASN.1 encoding Rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ISO/IEC 8824-1:2021" value=""/>
        </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="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>
        <reference anchor="PKCS1">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="A. Rusch" initials="A." surname="Rusch"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
              <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
              <t>This document also obsoletes RFC 3447.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8017"/>
          <seriesInfo name="DOI" value="10.17487/RFC8017"/>
        </reference>
        <reference anchor="EdDSA">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="BASE64">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="ABNF">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
      </references>
      <references anchor="sec-informative-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 553?>

<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="David Benjamin"/>, <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 A. 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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
uYzzEOMdayL22v/cv39+gO7RQRf+wceD/cPjw5eH/cPOy+7Lg5d7hwd77W4H
PnUPjw4PDvvw9/hwH9/C39eHfdFui3bnn/tXMXrAvabdHGf5+vbrGfMb/np+
F6cQT9ZBo/wS2KDU3CJI0zi1KTpryTA5glnHM8yGkaHRZIfw3NVQDntjTNZt
dfk0xeUqOcgyeZg5ZfWaR1n9b7FbEN6Lr4Tlicuv1/NtRU7+caucjrdMMJWi
yvK5TeEBnk3zw4S9MHTcYqiEMWaErpCC9A1YHc9HD7t5GtZLYjBcFN+d9ob9
wy7Cqe5h9wgPPlyJ0F/ymJx4NPGPEjysQMwwiCxyoiNRUjrA0RWKvnJawb66
yO7awwM6OxjPFdkOCKB4Btqx3vBsMICwJMMXu3x8jn+VmROBeQSIzQBc0nb7
XTTCXAHGO6a4pSgMNPLq8kKtCGh90WmsLRSsrdIP/DdWt3FxolicdIuDEMKt
xgdFFLdm6OLJDSkiCNZIxRYkK3kYCp4HltZoN2DVH7zomhUAiwcXf33XO716
TbnYvf2uBz+l83PYtKbbNJbWJg/9Sv5mW/Yu31/05At5PngzuIW/jWYD///f
G3KnNIjlSq27/LeH/U5z/1h2ftPdtiPsYO92o2JZqJezKc8plPyZRsXVoEnZ
4oPSu1KDx61y2ozlwJ0xy8ZdQ25z+m2nmv9QVU2yeRiqvJkG2hTlQVjTVU6a
L7GSmXA7HU/ElYowi0SxpmRaeDWOHTizkWA0Rt2ocCXF4jD8Zm1Rk/AyYg+q
YcH6kggP2e0ZqF2/emb9am39CtZfBB/fwoMyQBX/omyjS/zYw8j7OIDIBwdF
sJ/zuRIjKWetirJqSmttCP1FPfTfnOYvmJY8w7RkjWkJMg3PP76FXy4SZh2l
bsLHLiW5sSzhAiiwaIYLZPmI3eN3X/xlz49UBlGkEQh7WIyL9Zhn1mPW1mNg
PX5v6muKvHFbX45Yy4VbMXZYtlhzxb3apA4ykovfgnsw0YPMmcnqvCOdLRHF
t8kWHh4c7B+w/TTQrQCTg95VTzbwNLoWnTfoFopBXXLlBpiky8Tv/vjnbXeD
Y7lctgIVKboHpAwuDKNq8yILTbOw47WvrYd5tgi38GFRtEuT7vxQ7MT9Mztx
v7YT97AT5Xjq7xYwUYnG/mE5Q7v2N4A5GbCJBm6GZsfF7Ky5Vlc5WvIn1q5i
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
g6ve5atB87zlfvOtyT9217QXov8PNPBGBAJRAAA=

-->

</rfc>
