<?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.10 (Ruby 3.0.4) -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpbis-digest-headers-09" category="std" consensus="true" obsoletes="3230" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.7 -->
  <front>
    <title>Digest Fields</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-digest-headers-09"/>
    <author initials="R." surname="Polli" fullname="Roberto Polli">
      <organization>Team Digitale, Italian Government</organization>
      <address>
        <postal>
          <country>Italy</country>
        </postal>
        <email>robipolli@gmail.com</email>
      </address>
    </author>
    <author initials="L." surname="Pardue" fullname="Lucas Pardue">
      <organization>Cloudflare</organization>
      <address>
        <email>lucaspardue.24.7@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="May" day="25"/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTP</workgroup>
    <keyword>Digest</keyword>
    <abstract>
      <t>This document defines HTTP fields that support integrity digests. The
Content-Digest field can be used for the integrity of HTTP message content. The
Repr-Digest field can be used for the integrity of HTTP representations.
Want-Content-Digest and Want-Repr-Digest can be used to indicate a sender's
interest and preferences for receiving the respective Integrity fields.</t>
      <t>This document obsoletes RFC 3230 and the Digest and Want-Digest HTTP
fields.</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-digest-headers/"/>.
      </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/digest-headers"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP does not define the means to protect the data integrity of content or
representations. When HTTP messages are transferred between endpoints, lower layer
features or properties such as TCP checksums or TLS records <xref target="RFC2818"/> can provide
some integrity protection. However, transport-oriented integrity provides a
limited utility because it is opaque to the application layer and only covers
the extent of a single connection. HTTP messages often travel over a chain of
separate connections, in between connections there is a possibility for
unintended or malicious data corruption. An HTTP integrity mechanism can provide
the means for endpoints, or applications using HTTP, to detect data corruption
and make a choice about how to act on it. An example use case is to aid
fault detection and diagnosis across system boundaries.</t>
      <t>This document defines two digest integrity mechanisms for HTTP.
First, content integrity, which acts on conveyed content (<xref section="6.4" sectionFormat="of" target="SEMANTICS"/>).
Second, representation data integrity, which acts on representation data (<xref section="3.2" sectionFormat="of" target="SEMANTICS"/>). This supports advanced use cases such as validating the
integrity of a resource that was reconstructed from parts retrieved using
multiple requests or connections.</t>
      <t>This document obsoletes RFC 3230 and therefore the Digest and Want-Digest HTTP
fields; see <xref target="obsolete-3230"/>.</t>
      <section anchor="document-structure">
        <name>Document Structure</name>
        <t>This document is structured as follows:</t>
        <ul spacing="normal">
          <li>
            <xref target="content-digest"/> defines the Content-Digest request and response header and trailer field,</li>
          <li>
            <xref target="representation-digest"/> defines the Repr-Digest request and response header and trailer field,</li>
          <li>
            <xref target="want-fields"/> defines the Want-Repr-Digest and Want-Content-Digest request and response header and
trailer field,</li>
          <li>
            <xref target="algorithms"/> describes algorithms and their relation to the fields defined in this document,</li>
          <li>
            <xref target="state-changing-requests"/> details computing representation digests,</li>
          <li>
            <xref target="examples-unsolicited"/> and <xref target="examples-solicited"/> provide examples of using
Repr-Digest and Want-Repr-Digest.</li>
        </ul>
      </section>
      <section anchor="concept-overview">
        <name>Concept Overview</name>
        <t>The HTTP fields defined in this document can be used for HTTP integrity. Senders
choose a hashing algorithm and calculate a digest from an input related to the
HTTP message, the algorithm identifier and digest are transmitted in an HTTP
field. Receivers can validate the digest for integrity purposes. Hashing
algorithms are registered in the "Hash Algorithms for HTTP Digest Fields" (see
<xref target="algorithms"/>).</t>
        <t>Selecting the data on which digests are calculated depends on the use case of
HTTP messages. This document provides different headers for HTTP representation
data and HTTP content.</t>
        <t>There are use-cases where a simple digest of the HTTP content bytes is
required. The <tt>Content-Digest</tt> request and response header and trailer field is
defined to support digests of content (<xref section="3.2" sectionFormat="of" target="SEMANTICS"/>); see
<xref target="content-digest"/>.</t>
        <t>For more advanced use-cases, the <tt>Repr-Digest</tt> request and response header
and trailer field (<xref target="representation-digest"/>) is defined. It contains a digest value
computed by applying a hashing algorithm to selected representation data
(<xref section="3.2" sectionFormat="of" target="SEMANTICS"/>). Basing <tt>Repr-Digest</tt> on the selected
representation makes it straightforward to apply it to use-cases where the
transferred data requires some sort of manipulation to be considered a
representation or conveys a partial representation of a resource, such as Range
Requests (see <xref section="14.2" sectionFormat="of" target="SEMANTICS"/>).</t>
        <t><tt>Content-Digest</tt> and <tt>Repr-Digest</tt> support hashing algorithm agility.
The <tt>Want-Content-Digest</tt> and <tt>Want-Repr-Digest</tt> fields allow
endpoints to express interest in <tt>Content-Digest</tt> and <tt>Repr-Digest</tt>
respectively, and preference of algorithms in either.</t>
        <t><tt>Content-Digest</tt> and <tt>Repr-Digest</tt> are collectively termed
Integrity fields.
<tt>Want-Content-Digest</tt> and <tt>Want-Repr-Digest</tt> are
collectively termed Integrity preference fields.</t>
        <t>Integrity fields are tied to the <tt>Content-Encoding</tt>
and <tt>Content-Type</tt> header fields. Therefore, a given resource may have multiple
different digest values when transferred with HTTP.</t>
        <t>Integrity fields do not provide integrity for
HTTP messages or fields. However, they can be combined with other mechanisms that
protect metadata, such as digital signatures, in order to protect
the phases of an HTTP exchange in whole or in part. For example, HTTP Message
Signatures <xref target="SIGNATURES"/> could be used to sign Integrity fields, thus providing
coverage for HTTP content or representation data.</t>
        <t>This specification does not define means for authentication, authorization or privacy.</t>
      </section>
      <section anchor="obsolete-3230">
        <name>Obsoleting RFC 3230</name>
        <t><xref target="RFC3230"/> defined the <tt>Digest</tt> and <tt>Want-Digest</tt> HTTP fields for HTTP integrity.
It also coined the term "instance" and "instance manipulation" in order to
explain concepts that are now more universally defined, and implemented, as HTTP
semantics such as selected representation data (<xref section="3.2" sectionFormat="of" target="SEMANTICS"/>).</t>
        <t>Experience has shown that implementations of <xref target="RFC3230"/> have interpreted the
meaning of "instance" inconsistently, leading to interoperability issues. The
most common mistake being the calculation of the digest using (what we now call)
message content, rather than using (what we now call) representation data as was
originally intended. Interestingly, time has also shown that a digest of
message content can be beneficial for some use cases. So it is difficult to
detect if non-conformance to <xref target="RFC3230"/> is intentional or unintentional.</t>
        <t>In order to address potential inconsistencies and ambiguity across
implementations of <tt>Digest</tt> and <tt>Want-Digest</tt>, this document obsoletes
<xref target="RFC3230"/>. The Integrity fields (<xref target="representation-digest"/> and
<xref target="content-digest"/>) and Integrity preference fields (<xref target="want-fields"/>)
defined in this document are better aligned with current HTTP semantics and
have names that more clearly articulate the intended usages.</t>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</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>
        <t>This document uses the Augmented BNF defined in <xref target="RFC5234"/> and updated by
<xref target="RFC7405"/>.</t>
        <t>This document uses the following terminology from <xref section="3" sectionFormat="of" target="STRUCTURED-FIELDS"/> to specify syntax and parsing:
Boolean, Byte Sequence, Dictionary, Integer, and List.</t>
        <t>The definitions "representation", "selected representation", "representation
data", "representation metadata", "user agent" and "content" in this document are to be
interpreted as described in <xref target="SEMANTICS"/>.</t>
        <t>Hashing algorithm names respect the casing used in their definition document (e.g. SHA-1, CRC32c)
whereas hashing algorithm keys are quoted (e.g. "sha", "crc32c").</t>
        <t>The term "checksum" describes the output of the application of an algorithm
to a sequence of bytes,
whereas "digest" is only used in relation to the value contained in the fields.</t>
        <t>Integrity fields: collective term for <tt>Content-Digest</tt> and <tt>Repr-Digest</tt></t>
        <t>Integrity preference fields: collective term for <tt>Want-Repr-Digest</tt> and <tt>Want-Content-Digest</tt></t>
      </section>
    </section>
    <section anchor="content-digest">
      <name>The Content-Digest Field</name>
      <t>The <tt>Content-Digest</tt> HTTP field can be used in requests and responses to
communicate digests that are calculated using a hashing algorithm applied to
the actual message content (see <xref section="6.4" sectionFormat="of" target="SEMANTICS"/>). It is a
<tt>Dictionary</tt> (see <xref section="3.2" sectionFormat="of" target="STRUCTURED-FIELDS"/>)
where each:</t>
      <ul spacing="normal">
        <li>key conveys the hashing algorithm (see <xref target="algorithms"/>)
used to compute the digest;</li>
        <li>value is a <tt>Byte Sequence</tt> (<xref section="3.3.5" sectionFormat="of" target="STRUCTURED-FIELDS"/>),
that contains the output of the digest calculation.</li>
      </ul>
      <t>For example:</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Content-Digest: \
  sha-512=:WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+AbwAgBWnrI\
  iYllu7BNNyealdVLvRwEmTHWXvJwew==:
]]></sourcecode>
      <t>The <tt>Dictionary</tt> type can be used, for example, to attach multiple digests
calculated using different hashing algorithms in order to support a population
of endpoints with different or evolving capabilities. Such an approach could
support transitions away from weaker algorithms (see <xref target="sec-agility"/>).</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Repr-Digest: \
  sha-256=:4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=:,\
  sha-512=:WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+AbwAgBWnrI\
  iYllu7BNNyealdVLvRwEmTHWXvJwew==:
]]></sourcecode>
      <t>A recipient <bcp14>MAY</bcp14> ignore any or all digests.
This allows the recipient to choose which hashing algorithm(s) to use for
validation instead of verifying every digest.</t>
      <t>A sender <bcp14>MAY</bcp14> send a digest without
knowing whether the recipient supports a given hashing algorithm, or even knowing
that the recipient will ignore it.</t>
      <t><tt>Content-Digest</tt> can be sent in a trailer section.
In this case,
<tt>Content-Digest</tt> <bcp14>MAY</bcp14> be merged into the header section; see <xref section="6.5.1" sectionFormat="of" target="SEMANTICS"/>.</t>
    </section>
    <section anchor="representation-digest">
      <name>The Repr-Digest Field</name>
      <t>The <tt>Repr-Digest</tt> HTTP field can be used in requests and responses to
communicate digests that are calculated using a hashing algorithm applied to
the entire selected representation data (see <xref section="8.1" sectionFormat="of" target="SEMANTICS"/>).</t>
      <t>Representations take into account the effect of the HTTP semantics on
messages. For example, the content can be affected by Range Requests or methods
such as HEAD, while the way the content is transferred "on the wire" is
dependent on other transformations (e.g. transfer codings for HTTP/1.1 - see
<xref section="6.1" sectionFormat="of" target="HTTP11"/>). To help illustrate HTTP representation concepts,
several examples are provided in <xref target="resource-representation"/>.</t>
      <t>When a message has no representation data it is still possible to assert that no
representation data was sent by computing the digest on an empty
string (see <xref target="usage-in-signatures"/>).</t>
      <t><tt>Repr-Digest</tt> is a <tt>Dictionary</tt> (see <xref section="3.2" sectionFormat="of" target="STRUCTURED-FIELDS"/>) where each:</t>
      <ul spacing="normal">
        <li>key conveys the hashing algorithm (see <xref target="algorithms"/>)
used to compute the digest;</li>
        <li>value is a <tt>Byte Sequence</tt> that
contains the output of the digest calculation.</li>
      </ul>
      <t>For example:</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Repr-Digest: \
  sha-512=:WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+AbwAgBWnrI\
  iYllu7BNNyealdVLvRwEmTHWXvJwew==:
]]></sourcecode>
      <t>The <tt>Dictionary</tt> type can be used, for example, to attach multiple digests
calculated using different hashing algorithms in order to support a population
of endpoints with different or evolving capabilities. Such an approach could
support transitions away from weaker algorithms (see <xref target="sec-agility"/>).</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Repr-Digest: \
  sha-256=:4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=:,\
  sha-512=:WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+AbwAgBWnrI\
  iYllu7BNNyealdVLvRwEmTHWXvJwew==:
]]></sourcecode>
      <t>A recipient <bcp14>MAY</bcp14> ignore any or all digests.
This allows the recipient to choose which hashing algorithm(s) to use for
validation instead of verifying every digest.</t>
      <t>A sender <bcp14>MAY</bcp14> send a digest without knowing whether the
recipient supports a given hashing algorithm, or even knowing that the recipient
will ignore it.</t>
      <t><tt>Repr-Digest</tt> can be sent in a trailer section.
In this case,
<tt>Repr-Digest</tt> <bcp14>MAY</bcp14> be merged into the header section; see <xref section="6.5.1" sectionFormat="of" target="SEMANTICS"/>.</t>
      <section anchor="state-changing-requests">
        <name>Using Repr-Digest in State-Changing Requests</name>
        <t>When the representation enclosed in a state-changing request
does not describe the target resource,
the representation digest <bcp14>MUST</bcp14> be computed on the
representation data.
This is the only possible choice because representation digest requires complete
representation metadata (see <xref target="representation-digest"/>).</t>
        <t>In responses,</t>
        <ul spacing="normal">
          <li>if the representation describes the status of the request,
<tt>Repr-Digest</tt> <bcp14>MUST</bcp14> be computed on the enclosed representation
 (see <xref target="post-referencing-status"/> );</li>
          <li>if there is a referenced resource
<tt>Repr-Digest</tt> <bcp14>MUST</bcp14> be computed on the selected representation of the referenced resource
 even if that is different from the target resource.
 That might or might not result in computing <tt>Repr-Digest</tt> on the enclosed representation.</li>
        </ul>
        <t>The latter case is done according to the HTTP semantics of the given
method, for example using the <tt>Content-Location</tt> header field (see <xref section="8.7" sectionFormat="of" target="SEMANTICS"/>).
In contrast, the <tt>Location</tt> header field does not affect <tt>Repr-Digest</tt> because
it is not representation metadata.</t>
        <t>For example, in <tt>PATCH</tt> requests, the representation digest
will be computed on the patch document
because the representation metadata refers to the patch document and not
to the target resource (see <xref section="2" sectionFormat="of" target="PATCH"/>).
In responses, instead, the representation digest will be computed on the selected
representation of the patched resource.</t>
      </section>
      <section anchor="digest-and-content-location">
        <name>Repr-Digest and Content-Location in Responses</name>
        <t>When a state-changing method returns the <tt>Content-Location</tt> header field, the
enclosed representation refers to the resource identified by its value and
<tt>Repr-Digest</tt> is computed accordingly.
An example is given in <xref target="post-not-request-uri"/>.</t>
      </section>
    </section>
    <section anchor="want-fields">
      <name>Integrity preference fields</name>
      <t>Senders can indicate their interest in Integrity fields and hashing algorithm
preferences using the
<tt>Want-Content-Digest</tt> or <tt>Want-Repr-Digest</tt> fields. These can be used in both
requests and responses.</t>
      <t><tt>Want-Content-Digest</tt> indicates that the sender would like to receive a content digest
on messages associated with the request URI and representation metadata, using
the <tt>Content-Digest</tt> field.</t>
      <t><tt>Want-Repr-Digest</tt> indicates that the sender would like to receive a representation digest
on messages associated with the request URI and representation metadata, using
the <tt>Repr-Digest</tt> field.</t>
      <t>If <tt>Want-Content-Digest</tt> or <tt>Want-Repr-Digest</tt> are used in a response, it
indicates that the server would like the client to provide the respective
Integrity field on future requests.</t>
      <t><tt>Want-Content-Digest</tt> and <tt>Want-Repr-Digest</tt> are of type <tt>Dictionary</tt>
where each:</t>
      <ul spacing="normal">
        <li>key conveys the hashing algorithm (see <xref target="algorithms"/>);</li>
        <li>value is an <tt>Integer</tt> (<xref section="3.3.1" sectionFormat="of" target="STRUCTURED-FIELDS"/>)
that conveys an ascending, relative, weighted preference.
It must be in the range 0 to 10 inclusive.
1 is the least preferred, 10 is the most preferred,
and a value of 0 means "not acceptable".</li>
      </ul>
      <t>Examples:</t>
      <sourcecode type="http-message"><![CDATA[
Want-Repr-Digest: sha-256=1
Want-Repr-Digest: sha-512=3, sha-256=10, unixsum=0
Want-Content-Digest: sha-256=1
Want-Content-Digest: sha-512=3, sha-256=10, unixsum=0
]]></sourcecode>
    </section>
    <section anchor="algorithms">
      <name>Hash Algorithms for HTTP Digest Fields Registry</name>
      <t>The "Hash Algorithms for HTTP Digest Fields", maintained by IANA at
<eref target="https://www.iana.org/assignments/http-dig-alg/">https://www.iana.org/assignments/http-dig-alg/</eref>, registers algorithms for use
with the Integrity and Integrity preference fields defined in this document.</t>
      <t>This registry uses the Specification
Required policy (<xref section="4.6" sectionFormat="of" target="RFC8126"/>).</t>
      <t>Registrations <bcp14>MUST</bcp14> include the following fields:</t>
      <ul spacing="normal">
        <li>Algorithm Key: the Structured Fields key value used in
<tt>Content-Digest</tt>, <tt>Repr-Digest</tt>, <tt>Want-Content-Digest</tt>, or <tt>Want-Repr-Digest</tt>
 field Dictionary member keys</li>
        <li>
          <t>Status: the status of the algorithm.
  Use "standard" for standardized algorithms without known problems;
  "experimental" or some other appropriate value
          </t>
          <ul spacing="normal">
            <li>e.g. according to the type and status of the primary document
  in which the algorithm is defined;
  "insecure" when the algorithm is insecure;
  "reserved" when the algorithm references a reserved token value</li>
          </ul>
        </li>
        <li>Description: a short description of the algorithm</li>
        <li>Reference(s): a set of pointers to the primary documents defining the
algorithm and key</li>
      </ul>
      <t>Insecure hashing algorithms <bcp14>MAY</bcp14> be used to preserve integrity against corruption,
but <bcp14>MUST NOT</bcp14> be used in a potentially adversarial setting;
for example, when signing Integrity fields' values for authenticity.</t>
      <t>The entries in <xref target="iana-hash-algorithm-table"/> are registered by this document.</t>
      <table anchor="iana-hash-algorithm-table">
        <name>Initial Hash Algorithms</name>
        <thead>
          <tr>
            <th align="left">Algorithm Key</th>
            <th align="left">Status</th>
            <th align="left">Description</th>
            <th align="left">Reference(s)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">sha-512</td>
            <td align="left">standard</td>
            <td align="left">The SHA-512 algorithm.</td>
            <td align="left">
              <xref target="RFC6234"/>, <xref target="RFC4648"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">sha-256</td>
            <td align="left">standard</td>
            <td align="left">The SHA-256 algorithm.</td>
            <td align="left">
              <xref target="RFC6234"/>, <xref target="RFC4648"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">md5</td>
            <td align="left">insecure</td>
            <td align="left">The MD5 algorithm. It is vulnerable to collision attacks; see <xref target="NO-MD5"/> and <xref target="CMU-836068"/></td>
            <td align="left">
              <xref target="RFC1321"/>, <xref target="RFC4648"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">sha</td>
            <td align="left">insecure</td>
            <td align="left">The SHA-1 algorithm. It is vulnerable to collision attacks; see <xref target="NO-SHA"/> and <xref target="IACR-2020-014"/></td>
            <td align="left">
              <xref target="RFC3174"/>, <xref target="RFC4648"/>, <xref target="RFC6234"/> this document.</td>
          </tr>
          <tr>
            <td align="left">unixsum</td>
            <td align="left">insecure</td>
            <td align="left">The algorithm used by the UNIX "sum" command.</td>
            <td align="left">
              <xref target="RFC4648"/>, <xref target="RFC6234"/>, <xref target="UNIX"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">unixcksum</td>
            <td align="left">insecure</td>
            <td align="left">The algorithm used by the UNIX "cksum" command.</td>
            <td align="left">
              <xref target="RFC4648"/>, <xref target="RFC6234"/>, <xref target="UNIX"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">adler</td>
            <td align="left">insecure</td>
            <td align="left">The ADLER32 algorithm.</td>
            <td align="left">
              <xref target="RFC1950"/>, this document.</td>
          </tr>
          <tr>
            <td align="left">crc32c</td>
            <td align="left">insecure</td>
            <td align="left">The CRC32c algorithm.</td>
            <td align="left">
              <xref target="RFC4960"/> appendix B, this document.</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <section anchor="sec-limitations">
        <name>HTTP Messages Are Not Protected In Full</name>
        <t>This document specifies a data integrity mechanism that protects HTTP
representation data or content, but not HTTP header and trailer fields, from
certain kinds of corruption.</t>
        <t>Integrity fields are not intended to be a general protection against malicious tampering with
HTTP messages. This can be achieved by combining it with other approaches such
as transport-layer security or digital signatures (for example, HTTP Message
Signatures <xref target="SIGNATURES"/>).</t>
      </section>
      <section anchor="end-to-end-integrity">
        <name>End-to-End Integrity</name>
        <t>Integrity fields can help detect representation data or content modification due to implementation errors,
undesired "transforming proxies" (see <xref section="7.7" sectionFormat="of" target="SEMANTICS"/>)
or other actions as the data passes across multiple hops or system boundaries.
Even a simple mechanism for end-to-end representation data integrity is valuable
because a user agent can validate that resource retrieval succeeded before handing off to a
HTML parser, video player etc. for parsing.</t>
        <t>Note that using these mechanisms alone does not provide end-to-end integrity of HTTP messages over
multiple hops, since metadata could be manipulated at any stage. Methods to protect
metadata are discussed in <xref target="usage-in-signatures"/>.</t>
      </section>
      <section anchor="usage-in-signatures">
        <name>Usage in Signatures</name>
        <t>Digital signatures are widely used together with checksums to provide the
certain identification of the origin of a message <xref target="NIST800-32"/>. Such signatures
can protect one or more HTTP fields and there are additional considerations when
Integrity fields are included in this set.</t>
        <t>There are no restrictions placed on the type or format of digitial signature that
Integrity fields can be used with. One possible approach is to combine them with
HTTP Message Signatures <xref target="SIGNATURES"/>.</t>
        <t>Digests explicitly
depend on the "representation metadata" (e.g. the values of <tt>Content-Type</tt>,
<tt>Content-Encoding</tt> etc). A signature that protects Integrity fields but not other
"representation metadata" can expose the communication to tampering. For
example, an actor could manipulate the <tt>Content-Type</tt> field-value and cause a
digest validation failure at the recipient, preventing the application from
accessing the representation. Such an attack consumes the resources of both
endpoints. See also <xref target="digest-and-content-location"/>.</t>
        <t>Signatures are likely to be deemed an adversarial setting
when applying Integrity fields; see <xref target="algorithms"/>.
Using signatures to protect the checksum of an empty representation
allows receiving endpoints to detect if an eventual payload has been stripped or added.</t>
        <t>Any mangling of Integrity fields, including digests' de-duplication
or combining different field values (see <xref section="5.2" sectionFormat="of" target="SEMANTICS"/>)
might affect signature validation.</t>
      </section>
      <section anchor="usage-in-trailer-fields">
        <name>Usage in Trailer Fields</name>
        <t>Before sending Integrity fields in a trailer section, the sender
should consider that intermediaries are explicitly allowed to drop any trailer
(see <xref section="6.5.2" sectionFormat="of" target="SEMANTICS"/>).</t>
        <t>When Integrity fields are used in a trailer section, the field-values are received after the content.
Eager processing of content before the trailer section prevents digest validation, possibly leading to
processing of invalid data.</t>
        <t>Not every hashing algorithm is suitable for use in the trailer section, some may require to pre-process
the whole payload before sending a message (e.g. see <xref target="I-D.thomson-http-mice"/>).</t>
      </section>
      <section anchor="usage-with-encryption">
        <name>Usage with Encryption</name>
        <t>The checksum of an encrypted payload can change between different messages
depending on the encryption algorithm used; in those cases its value could not be used to provide
a proof of integrity "at rest" unless the whole (e.g. encoded) content is persisted.</t>
      </section>
      <section anchor="sec-agility">
        <name>Algorithm Agility</name>
        <t>The security properties of hashing algorithms are not fixed.
Algorithm Agility (see <xref target="RFC7696"/>) is achieved by providing implementations with flexibility
to choose hashing algorithms from the IANA Hash Algorithms for HTTP Digest Fields registry; see
<xref target="establish-hash-algorithm-registry"/>.</t>
        <t>The "standard" algorithms listed in this document are suitable for many purposes,
including adversarial situations where hash functions might need
to provide resistance to collision, first-preimage and second-preimage attacks.
Algorithms listed as "insecure" either provide none of these properties,
or are known to be weak (see <xref target="NO-MD5"/> and <xref target="NO-SHA"/>).</t>
        <t>For adversarial situations, which of the "standard" algorithms are acceptable
will depend on the level of protection the circumstances demand.
As there is no negotiation, endpoints that depend on a digest for security
will be vulnerable to attacks on the weakest algorithm they are willing to accept.</t>
        <t>Transition from weak algorithms is supported
by negotiation of hashing algorithm using <tt>Want-Content-Digest</tt> or <tt>Want-Repr-Digest</tt> (see <xref target="want-fields"/>)
or by sending multiple digests from which the receiver chooses.
Endpoints are advised that sending multiple values consumes resources,
which may be wasted if the receiver ignores them (see <xref target="representation-digest"/>).</t>
        <t>While algorithm agility allows the migration to stronger algorithms
it does not prevent the use of weaker algorithms.
Integrity fields do not provide any mitigiations for downgrade or substitution
attacks (see Section 1 of <xref target="RFC6211"/>) of the hashing algorithm.
To protect against such attacks, endpoints could restrict their set of supported algorithms
to stronger ones and protect the fields value by using TLS and/or digital signatures.</t>
      </section>
      <section anchor="resource-exhaustion">
        <name>Resource exhaustion</name>
        <t>Integrity fields validation consumes computational resources.
In order to avoid resource exhaustion, implementations can restrict
validation of the algorithm types, number of validations, or the size of content.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="http-field-name-registration">
        <name>HTTP Field Name Registration</name>
        <t>IANA is asked to update the
"Hypertext Transfer Protocol (HTTP) Field Name Registry" registry
(<xref target="SEMANTICS"/>) according to the table below:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Field Name</th>
              <th align="left">Status</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Content-Digest</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="content-digest"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Repr-Digest</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="representation-digest"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Want-Content-Digest</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="want-fields"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Want-Repr-Digest</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="want-fields"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Digest</td>
              <td align="left">obsoleted</td>
              <td align="left">
                <xref target="RFC3230"/>, <xref target="obsolete-3230"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Want-Digest</td>
              <td align="left">obsoleted</td>
              <td align="left">
                <xref target="RFC3230"/>, <xref target="obsolete-3230"/> of this document</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="establish-hash-algorithm-registry">
        <name>Establish the Hash Algorithms for HTTP Digest Fields Registry</name>
        <t>This memo sets this specification to be the establishing document for the
<eref target="https://www.iana.org/assignments/http-structured-dig-alg/">Hash Algorithms for HTTP Digest Fields</eref>
registry defined in <xref target="algorithms"/>.</t>
        <t>IANA is asked to initialize the registry with the entries in
<xref target="iana-hash-algorithm-table"/>.</t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC1321">
          <front>
            <title>The MD5 Message-Digest Algorithm</title>
            <author fullname="R. Rivest" initials="R." surname="Rivest">
              <organization/>
            </author>
            <date month="April" year="1992"/>
            <abstract>
              <t>This document describes the MD5 message-digest algorithm. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input.  This memo provides information for the Internet community.  It does not specify an Internet standard.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1321"/>
          <seriesInfo name="DOI" value="10.17487/RFC1321"/>
        </reference>
        <reference anchor="RFC3174">
          <front>
            <title>US Secure Hash Algorithm 1 (SHA1)</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="P. Jones" initials="P." surname="Jones">
              <organization/>
            </author>
            <date month="September" year="2001"/>
            <abstract>
              <t>The purpose of this document is to make the SHA-1 (Secure Hash Algorithm 1) hash algorithm conveniently available to the Internet community. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3174"/>
          <seriesInfo name="DOI" value="10.17487/RFC3174"/>
        </reference>
        <reference anchor="RFC1950">
          <front>
            <title>ZLIB Compressed Data Format Specification version 3.3</title>
            <author fullname="P. Deutsch" initials="P." surname="Deutsch">
              <organization/>
            </author>
            <author fullname="J-L. Gailly" initials="J-L." surname="Gailly">
              <organization/>
            </author>
            <date month="May" year="1996"/>
            <abstract>
              <t>This specification defines a lossless compressed data format.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1950"/>
          <seriesInfo name="DOI" value="10.17487/RFC1950"/>
        </reference>
        <reference anchor="RFC3230">
          <front>
            <title>Instance Digests in HTTP</title>
            <author fullname="J. Mogul" initials="J." surname="Mogul">
              <organization/>
            </author>
            <author fullname="A. Van Hoff" initials="A." surname="Van Hoff">
              <organization/>
            </author>
            <date month="January" year="2002"/>
            <abstract>
              <t>HTTP/1.1 defines a Content-MD5 header that allows a server to include a digest of the response body.  However, this is specifically defined to cover the body of the actual message, not the contents of the full file (which might be quite different, if the response is a Content-Range, or uses a delta encoding).  Also, the Content-MD5 is limited to one specific digest algorithm; other algorithms, such as SHA-1 (Secure Hash Standard), may be more appropriate in some circumstances.  Finally, HTTP/1.1 provides no explicit mechanism by which a client may request a digest.  This document proposes HTTP extensions that solve these problems.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3230"/>
          <seriesInfo name="DOI" value="10.17487/RFC3230"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <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="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <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>
        <reference anchor="RFC6234">
          <front>
            <title>US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="T. Hansen" initials="T." surname="Hansen">
              <organization/>
            </author>
            <date month="May" year="2011"/>
            <abstract>
              <t>Federal Information Processing Standard, FIPS</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6234"/>
          <seriesInfo name="DOI" value="10.17487/RFC6234"/>
        </reference>
        <reference anchor="RFC7405">
          <front>
            <title>Case-Sensitive String Support in ABNF</title>
            <author fullname="P. Kyzivat" initials="P." surname="Kyzivat">
              <organization/>
            </author>
            <date month="December" year="2014"/>
            <abstract>
              <t>This document extends the base definition of ABNF (Augmented Backus-Naur Form) to include a way to specify US-ASCII string literals that are matched in a case-sensitive manner.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7405"/>
          <seriesInfo name="DOI" value="10.17487/RFC7405"/>
        </reference>
        <reference anchor="UNIX">
          <front>
            <title>The Single UNIX Specification, Version 2 - 6 Vol Set for UNIX 98</title>
            <author>
              <organization>The Open Group</organization>
            </author>
            <date year="1997" month="February"/>
          </front>
        </reference>
        <reference anchor="NIST800-32" target="https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-32.pdf">
          <front>
            <title>Introduction to Public Key Technology and the Federal PKI Infrastructure</title>
            <author>
              <organization>National Institute of Standards and Technology, U.S. Department of Commerce</organization>
            </author>
            <date year="2001" month="February"/>
          </front>
        </reference>
        <reference anchor="CMU-836068" target="https://www.kb.cert.org/vuls/id/836068/">
          <front>
            <title>MD5 Vulnerable to collision attacks</title>
            <author>
              <organization>Carnagie Mellon University, Software Engineering Institute</organization>
            </author>
            <date year="2008" month="December" day="31"/>
          </front>
        </reference>
        <reference anchor="IACR-2020-014" target="https://eprint.iacr.org/2020/014.pdf">
          <front>
            <title>SHA-1 is a Shambles</title>
            <author initials="G." surname="Leurent">
              <organization>Inria, France</organization>
            </author>
            <author initials="T." surname="Peyrin">
              <organization>Nanyang Technological University, Singapore; Temasek Laboratories, Singapore</organization>
            </author>
            <date year="2020" month="January" day="05"/>
          </front>
        </reference>
        <reference anchor="SEMANTICS">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke">
              <organization>greenbytes GmbH</organization>
            </author>
            <date day="12" month="September" year="2021"/>
            <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.

   This document updates RFC 3864 and obsoletes RFC 2818, RFC 7231, RFC
   7232, RFC 7233, RFC 7235, RFC 7538, RFC 7615, RFC 7694, and portions
   of RFC 7230.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P-H. Kamp" initials="P-H." surname="Kamp">
              <organization/>
            </author>
            <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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC4960">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." role="editor" surname="Stewart">
              <organization/>
            </author>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document obsoletes RFC 2960 and RFC 3309.  It describes the Stream Control Transmission Protocol (SCTP).  SCTP is designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks, but is capable of broader applications.</t>
              <t>SCTP is a reliable transport protocol operating on top of a connectionless packet network such as IP.  It offers the following services to its users:</t>
              <t>--  acknowledged error-free non-duplicated transfer of user data,</t>
              <t>--  data fragmentation to conform to discovered path MTU size,</t>
              <t>--  sequenced delivery of user messages within multiple streams, with an option for order-of-arrival delivery of individual user messages,</t>
              <t>--  optional bundling of multiple user messages into a single SCTP packet, and</t>
              <t>--  network-level fault tolerance through supporting of multi-homing at either or both ends of an association.</t>
              <t> The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4960"/>
          <seriesInfo name="DOI" value="10.17487/RFC4960"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC2818">
          <front>
            <title>HTTP Over TLS</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="May" year="2000"/>
            <abstract>
              <t>This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2818"/>
          <seriesInfo name="DOI" value="10.17487/RFC2818"/>
        </reference>
        <reference anchor="HTTP11">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="Roy T. Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke">
              <organization>greenbytes GmbH</organization>
            </author>
            <date day="12" month="September" year="2021"/>
            <abstract>
              <t>   The Hypertext Transfer Protocol (HTTP) is a stateless application-
   level protocol for distributed, collaborative, hypertext information
   systems.  This document specifies the HTTP/1.1 message syntax,
   message parsing, connection management, and related security
   concerns.

   This document obsoletes portions of RFC 7230.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-messaging-19"/>
        </reference>
        <reference anchor="PATCH">
          <front>
            <title>PATCH Method for HTTP</title>
            <author fullname="L. Dusseault" initials="L." surname="Dusseault">
              <organization/>
            </author>
            <author fullname="J. Snell" initials="J." surname="Snell">
              <organization/>
            </author>
            <date month="March" year="2010"/>
            <abstract>
              <t>Several applications extending the Hypertext Transfer Protocol (HTTP) require a feature to do partial resource modification.  The existing HTTP PUT method only allows a complete replacement of a document. This proposal adds a new HTTP method, PATCH, to modify an existing HTTP resource.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5789"/>
          <seriesInfo name="DOI" value="10.17487/RFC5789"/>
        </reference>
        <reference anchor="NO-MD5">
          <front>
            <title>Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms</title>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <author fullname="L. Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document updates the security considerations for the MD5 message digest algorithm.  It also updates the security considerations for HMAC-MD5.  This document is not an Internet Standards Track  specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6151"/>
          <seriesInfo name="DOI" value="10.17487/RFC6151"/>
        </reference>
        <reference anchor="NO-SHA">
          <front>
            <title>Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms</title>
            <author fullname="T. Polk" initials="T." surname="Polk">
              <organization/>
            </author>
            <author fullname="L. Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document includes security considerations for the SHA-0 and SHA-1 message digest algorithm.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6194"/>
          <seriesInfo name="DOI" value="10.17487/RFC6194"/>
        </reference>
        <reference anchor="SIGNATURES">
          <front>
            <title>HTTP Message Signatures</title>
            <author fullname="Annabelle Backman">
              <organization>Amazon</organization>
            </author>
            <author fullname="Justin Richer">
              <organization>Bespoke Engineering</organization>
            </author>
            <author fullname="Manu Sporny">
              <organization>Digital Bazaar</organization>
            </author>
            <date day="6" month="March" year="2022"/>
            <abstract>
              <t>   This document describes a mechanism for creating, encoding, and
   verifying digital signatures or message authentication codes over
   components of an HTTP message.  This mechanism supports use cases
   where the full HTTP message may not be known to the signer, and where
   the message may be transformed (e.g., by intermediaries) before
   reaching the verifier.  This document also describes a means for
   requesting that a signature be applied to a subsequent HTTP message
   in an ongoing HTTP exchange.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-message-signatures-09"/>
        </reference>
        <reference anchor="I-D.thomson-http-mice">
          <front>
            <title>Merkle Integrity Content Encoding</title>
            <author fullname="Martin Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Jeffrey Yasskin">
              <organization>Google</organization>
            </author>
            <date day="13" month="August" year="2018"/>
            <abstract>
              <t>   This memo introduces a content-coding for HTTP that provides
   progressive integrity for message contents.  This integrity
   protection can be evaluated on a partial representation, allowing a
   recipient to process a message as it is delivered while retaining
   strong integrity protection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-thomson-http-mice-03"/>
        </reference>
        <reference anchor="RFC7696">
          <front>
            <title>Guidelines for Cryptographic Algorithm Agility and Selecting Mandatory-to-Implement Algorithms</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <date month="November" year="2015"/>
            <abstract>
              <t>Many IETF protocols use cryptographic algorithms to provide confidentiality, integrity, authentication, or digital signature.  Communicating peers must support a common set of cryptographic algorithms for these mechanisms to work properly.  This memo provides guidelines to ensure that protocols have the ability to migrate from one mandatory-to-implement algorithm suite to another over time.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="201"/>
          <seriesInfo name="RFC" value="7696"/>
          <seriesInfo name="DOI" value="10.17487/RFC7696"/>
        </reference>
        <reference anchor="RFC6211">
          <front>
            <title>Cryptographic Message Syntax (CMS) Algorithm Identifier Protection Attribute</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="April" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS), unlike X.509/PKIX certificates, is vulnerable to algorithm substitution attacks.  In an algorithm substitution attack, the attacker changes either the algorithm being used or the parameters of the algorithm in order to change the result of a signature verification process.  In X.509 certificates, the signature algorithm is protected because it is duplicated in the TBSCertificate.signature field with the proviso that the validator is to compare both fields as part of the signature validation process.  This document defines a new attribute that contains a copy of the relevant algorithm identifiers so that they are protected by the signature or authentication process. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6211"/>
          <seriesInfo name="DOI" value="10.17487/RFC6211"/>
        </reference>
        <reference anchor="RFC7396">
          <front>
            <title>JSON Merge Patch</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="J. Snell" initials="J." surname="Snell">
              <organization/>
            </author>
            <date month="October" year="2014"/>
            <abstract>
              <t>This specification defines the JSON merge patch format and processing rules.  The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describing a set of modifications to a target resource's content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7396"/>
          <seriesInfo name="DOI" value="10.17487/RFC7396"/>
        </reference>
        <reference anchor="RFC7807">
          <front>
            <title>Problem Details for HTTP APIs</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="E. Wilde" initials="E." surname="Wilde">
              <organization/>
            </author>
            <date month="March" year="2016"/>
            <abstract>
              <t>This document defines a "problem detail" as a way to carry machine- readable details of errors in a HTTP response to avoid the need to define new error response formats for HTTP APIs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7807"/>
          <seriesInfo name="DOI" value="10.17487/RFC7807"/>
        </reference>
      </references>
    </references>
    <section anchor="resource-representation">
      <name>Resource Representation and Representation Data</name>
      <t>The following examples show how representation metadata, payload transformations
and method impacts on the message and content. When the content
contains non-printable characters (e.g. when it is compressed) it is shown as
a Base64-encoded string.</t>
      <figure>
        <name>Request containing a JSON object without any content coding</name>
        <sourcecode type="http-message"><![CDATA[
PUT /entries/1234 HTTP/1.1
Host: foo.example
Content-Type: application/json

{"hello": "world"}
]]></sourcecode>
      </figure>
      <figure>
        <name>Request containing a gzip-encoded JSON object</name>
        <sourcecode type="http-message"><![CDATA[
PUT /entries/1234 HTTP/1.1
Host: foo.example
Content-Type: application/json
Content-Encoding: gzip

H4sIAItWyFwC/6tWSlSyUlAypANQqgUAREcqfG0AAAA=
]]></sourcecode>
      </figure>
      <t>Now the same content conveys a malformed JSON object, because the request does
not indicate a content coding.</t>
      <figure>
        <name>Request containing malformed JSON</name>
        <sourcecode type="http-message"><![CDATA[
PUT /entries/1234 HTTP/1.1
Host: foo.example
Content-Type: application/json

H4sIAItWyFwC/6tWSlSyUlAypANQqgUAREcqfG0AAAA=
]]></sourcecode>
      </figure>
      <t>A Range-Request alters the content, conveying a partial representation.</t>
      <figure>
        <name>Request for partial content</name>
        <sourcecode type="http-message"><![CDATA[
GET /entries/1234 HTTP/1.1
Host: foo.example
Range: bytes=1-7

]]></sourcecode>
      </figure>
      <figure>
        <name>Partial response from a gzip-encoded representation</name>
        <sourcecode type="http-message"><![CDATA[
HTTP/1.1 206 Partial Content
Content-Encoding: gzip
Content-Type: application/json
Content-Range: bytes 1-7/18

iwgAla3RXA==
]]></sourcecode>
      </figure>
      <t>The method can also alter the content.  For example, the response
to a HEAD request does not carry content.</t>
      <figure>
        <name>HEAD request</name>
        <sourcecode type="http-message"><![CDATA[
HEAD /entries/1234 HTTP/1.1
Host: foo.example
Accept: application/json
Accept-Encoding: gzip

]]></sourcecode>
      </figure>
      <figure>
        <name>Response to HEAD request (empty content)</name>
        <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Content-Encoding: gzip

]]></sourcecode>
      </figure>
      <t>Finally, the semantics of an HTTP response might decouple the effective request URI
from the enclosed representation. In the example response below, the
<tt>Content-Location</tt> header field indicates that the enclosed representation
refers to the resource available at <tt>/authors/123</tt>, even though the request is
directed to <tt>/authors/</tt>.</t>
      <figure>
        <name>POST request</name>
        <sourcecode type="http-message"><![CDATA[
POST /authors/ HTTP/1.1
Host: foo.example
Accept: application/json
Content-Type: application/json

{"author": "Camilleri"}
]]></sourcecode>
      </figure>
      <figure>
        <name>Response with Content-Location header</name>
        <sourcecode type="http-message"><![CDATA[
HTTP/1.1 201 Created
Content-Type: application/json
Content-Location: /authors/123
Location: /authors/123

{"id": "123", "author": "Camilleri"}
]]></sourcecode>
      </figure>
    </section>
    <section anchor="examples-unsolicited">
      <name>Examples of Unsolicited Digest</name>
      <t>The following examples demonstrate interactions where a server responds with a
<tt>Content-Digest</tt> or <tt>Repr-Digest</tt> fields even though the client did not solicit one using
<tt>Want-Content-Digest</tt> or <tt>Want-Repr-Digest</tt>.</t>
      <t>Some examples include JSON objects in the content.
For presentation purposes, objects that fit completely within the line-length limits
are presented on a single line using compact notation with no leading space.
Objects that would exceed line-length limits are presented across multiple lines
(one line per key-value pair) with 2 spaced of leading indentation.</t>
      <t>Checksum mechanisms defined in this document are media-type agnostic
and do not provide canonicalization algorithms for specific formats.
Examples are calculated inclusive of any space.
While examples can include both fields,
<tt>Content-Digest</tt> and <tt>Repr-Digest</tt> can be returned independently.</t>
      <section anchor="example-full-representation">
        <name>Server Returns Full Representation Data</name>
        <t>In this example, the message content conveys complete representation data.
This means that in the response, <tt>Content-Digest</tt> and <tt>Repr-Digest</tt>
are both computed over the JSON object <tt>{"hello": "world"}</tt>, and thus have the same value.</t>
        <figure>
          <name>GET request for an item</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example

]]></sourcecode>
        </figure>
        <figure>
          <name>Response with identical Repr-Digest and Content-Digest</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Content-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

{"hello": "world"}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="server-returns-no-representation-data">
        <name>Server Returns No Representation Data</name>
        <t>In this example, a HEAD request is used to retrieve the checksum
of a resource.</t>
        <t>The response <tt>Content-Digest</tt> field-value is computed on empty content.
<tt>Repr-Digest</tt> is calculated over the JSON object
<tt>{"hello": "world"}</tt>, which is not shown because there is no payload
data.</t>
        <figure>
          <name>HEAD request for an item</name>
          <sourcecode type="http-message"><![CDATA[
HEAD /items/123 HTTP/1.1
Host: foo.example

]]></sourcecode>
        </figure>
        <figure>
          <name>Response with both Content-Digest and Digest; empty content</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Content-Digest: \
  sha-256=:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=:
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

]]></sourcecode>
        </figure>
      </section>
      <section anchor="server-returns-partial-representation-data">
        <name>Server Returns Partial Representation Data</name>
        <t>In this example, the client makes a range request and the server responds with
partial content.</t>
        <figure>
          <name>Request for partial content</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example
Range: bytes=1-7

]]></sourcecode>
        </figure>
        <figure>
          <name>Partial response with both Content-Digest and Repr-Digest</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 206 Partial Content
Content-Type: application/json
Content-Range: bytes 1-7/18
Content-Digest: \
  sha-256=:Wqdirjg/u3J688ejbUlApbjECpiUUtIwT8lY/z81Tno=:
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

"hello"
]]></sourcecode>
        </figure>
        <t>In the response message above, note that the
<tt>Repr-Digest</tt> and <tt>Content-Digests</tt> are different.
The <tt>Repr-Digest</tt> field-value is calculated across the entire JSON object
<tt>{"hello": "world"}</tt>, and the field is</t>
        <sourcecode type="http-message"><![CDATA[
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:
]]></sourcecode>
        <t>However, since the message content is constrained to bytes 1-7,
the <tt>Content-Digest</tt> field-value is calculated over the
byte sequence  <tt>"hello"</tt>, thus resulting in</t>
        <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Content-Digest: \
  sha-256=:Wqdirjg/u3J688ejbUlApbjECpiUUtIwT8lY/z81Tno=:
]]></sourcecode>
      </section>
      <section anchor="client-and-server-provide-full-representation-data">
        <name>Client and Server Provide Full Representation Data</name>
        <t>The request contains a <tt>Repr-Digest</tt> field-value calculated on the enclosed
representation. It also includes an <tt>Accept-Encoding: br</tt> header field that advertises the
client supports Brotli encoding.</t>
        <t>The response includes a <tt>Content-Encoding: br</tt> that indicates the selected
representation is Brotli-encoded. The <tt>Repr-Digest</tt> field-value is therefore
different compared to the request.</t>
        <t>For presentation purposes, the response body is displayed as a Base64-encoded string because it contains
non-printable characters.</t>
        <figure>
          <name>PUT Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept-Encoding: br
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

{"hello": "world"}
]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Digest of encoded response</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Content-Location: /items/123
Content-Encoding: br
Content-Length: 22
Repr-Digest: sha-256=:4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=:

iwiAeyJoZWxsbyI6ICJ3b3JsZCJ9Aw==
]]></sourcecode>
        </figure>
      </section>
      <section anchor="client-provides-full-representation-data-server-provides-no-representation-data">
        <name>Client Provides Full Representation Data, Server Provides No Representation Data</name>
        <t>The request <tt>Repr-Digest</tt> field-value is calculated on the enclosed payload.</t>
        <t>The response <tt>Repr-Digest</tt> field-value
depends on the representation metadata header fields, including
<tt>Content-Encoding: br</tt> even when the response does not contain content.</t>
        <sourcecode type="http-message"><![CDATA[
PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Content-Length: 18
Accept-Encoding: br
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

{"hello": "world"}
]]></sourcecode>
        <figure>
          <name>Empty response with Digest</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 204 No Content
Content-Type: application/json
Content-Encoding: br
Repr-Digest: sha-256=:4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=:

]]></sourcecode>
        </figure>
      </section>
      <section anchor="client-and-server-provide-full-representation-data-1">
        <name>Client and Server Provide Full Representation Data</name>
        <t>The response contains two digest values using different algorithms.</t>
        <t>As the response body contains non-printable characters, it is displayed as a
base64-encoded string.</t>
        <figure>
          <name>PUT Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept-Encoding: br
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

{"hello": "world"}
]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Digest of Encoded Content</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Content-Encoding: br
Content-Location: /items/123
Repr-Digest: \
  sha-256=:4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=:,\
  sha-512=:pxo7aYzcGI88pnDnoSmAnaOEVys0MABhgvHY9+VI+ElE60jBCwnMPyA/\
  s3NF3ZO5oIWA7lf8ukk+5KJzm3p5og==:

iwiAeyJoZWxsbyI6ICJ3b3JsZCJ9Aw==
]]></sourcecode>
        </figure>
      </section>
      <section anchor="post-not-request-uri">
        <name>POST Response does not Reference the Request URI</name>
        <t>The request <tt>Repr-Digest</tt> field-value is computed on the enclosed representation (see
<xref target="state-changing-requests"/>).</t>
        <t>The representation enclosed in the response refers to the resource identified by
<tt>Content-Location</tt> (see <xref section="6.4.2" sectionFormat="of" target="SEMANTICS"/>). <tt>Repr-Digest</tt> is thus computed on the enclosed representation.</t>
        <figure>
          <name>POST Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
POST /books HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept: application/json
Accept-Encoding: identity
Repr-Digest: sha-256=:bWopGGNiZtbVgHsG+I4knzfEJpmmmQHf7RHDXA3o1hQ=:

{"title": "New Title"}
]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Digest of Resource</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 201 Created
Content-Type: application/json
Content-Location: /books/123
Location: /books/123
Repr-Digest: sha-256=:yxOAqEeoj+reqygSIsLpT0LhumrNkIds5uLKtmdLyYE=:

{
  "id": "123",
  "title": "New Title"
}
]]></sourcecode>
        </figure>
        <t>Note that a <tt>204 No Content</tt> response without content but with the same
<tt>Repr-Digest</tt> field-value would have been legitimate too.
In that case, <tt>Content-Digest</tt> would have been computed on an empty content.</t>
      </section>
      <section anchor="post-referencing-status">
        <name>POST Response Describes the Request Status</name>
        <t>The request <tt>Repr-Digest</tt> field-value is computed on the enclosed representation (see
<xref target="state-changing-requests"/>).</t>
        <t>The representation enclosed in the response describes the status of the request,
so <tt>Repr-Digest</tt> is computed on that enclosed representation.</t>
        <t>Response <tt>Repr-Digest</tt> has no explicit relation with the resource referenced by
<tt>Location</tt>.</t>
        <figure>
          <name>POST Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
POST /books HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept: application/json
Accept-Encoding: identity
Repr-Digest: sha-256=:bWopGGNiZtbVgHsG+I4knzfEJpmmmQHf7RHDXA3o1hQ=:

{"title": "New Title"}
]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Digest of Representation</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 201 Created
Content-Type: application/json
Repr-Digest: sha-256=:2LBp5RKZGpsSNf8BPXlXrX4Td4Tf5R5bZ9z7kdi5VvY=:
Location: /books/123

{
  "status": "created",
  "id": "123",
  "ts": 1569327729,
  "instance": "/books/123"
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="digest-with-patch">
        <name>Digest with PATCH</name>
        <t>This case is analogous to a POST request where the target resource reflects the
effective request URI.</t>
        <t>The PATCH request uses the <tt>application/merge-patch+json</tt> media type defined in
<xref target="RFC7396"/>.</t>
        <t><tt>Repr-Digest</tt> is calculated on the enclosed payload, which corresponds to the patch
document.</t>
        <t>The response <tt>Repr-Digest</tt> field-value is computed on the complete representation of the patched
resource.</t>
        <figure anchor="fig-patch">
          <name>PATCH Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
PATCH /books/123 HTTP/1.1
Host: foo.example
Content-Type: application/merge-patch+json
Accept: application/json
Accept-Encoding: identity
Repr-Digest: sha-256=:bWopGGNiZtbVgHsG+I4knzfEJpmmmQHf7RHDXA3o1hQ=:

{"title": "New Title"}
]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Digest of Representation</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Repr-Digest: sha-256=:yxOAqEeoj+reqygSIsLpT0LhumrNkIds5uLKtmdLyYE=:

{
  "id": "123",
  "title": "New Title"
}
]]></sourcecode>
        </figure>
        <t>Note that a <tt>204 No Content</tt> response without content but with the same
<tt>Repr-Digest</tt> field-value would have been legitimate too.</t>
      </section>
      <section anchor="error-responses">
        <name>Error responses</name>
        <t>In error responses, the representation data does not necessarily refer to the
target resource. Instead, it refers to the representation of the error.</t>
        <t>In the following example, a client sends the same request from <xref target="fig-patch"/> to
patch the resource located at /books/123. However, the resource does not exist
and the server generates a 404 response with a body that describes the error in
accordance with <xref target="RFC7807"/>.</t>
        <t>The response <tt>Repr-Digest</tt> field-value is computed on this enclosed representation.</t>
        <figure>
          <name>Response with Digest of Error Representation</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 404 Not Found
Content-Type: application/problem+json
Repr-Digest: sha-256=:KPqhVXAT25LLitV1w0O167unHmVQusu+fpxm65zAsvk=:

{
  "title": "Not Found",
  "detail": "Cannot PATCH a non-existent resource",
  "status": 404
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="use-with-trailer-fields-and-transfer-coding">
        <name>Use with Trailer Fields and Transfer Coding</name>
        <t>An origin server sends <tt>Repr-Digest</tt> as trailer field, so it can calculate digest-value
while streaming content and thus mitigate resource consumption.
The <tt>Repr-Digest</tt> field-value is the same as in <xref target="example-full-representation"/> because <tt>Repr-Digest</tt> is designed to
be independent from the use of one or more transfer codings (see <xref target="representation-digest"/>).</t>
        <figure>
          <name>GET Request</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example

]]></sourcecode>
        </figure>
        <figure>
          <name>Chunked Response with Digest</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Transfer-Encoding: chunked
Trailer: Digest

8\r\n
{"hello"\r\n
8
: "world\r\n
2\r\n
"}\r\n
0\r\n
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

]]></sourcecode>
        </figure>
      </section>
    </section>
    <section anchor="examples-solicited">
      <name>Examples of Want-Repr-Digest Solicited Digest</name>
      <t>The following examples demonstrate interactions where a client solicits a
<tt>Repr-Digest</tt> using <tt>Want-Repr-Digest</tt>.
The behavior of <tt>Content-Digest</tt> and <tt>Want-Content-Digest</tt> is identical.</t>
      <t>Some examples include JSON objects in the content.
For presentation purposes, objects that fit completely within the line-length limits
are presented on a single line using compact notation with no leading space.
Objects that would exceed line-length limits are presented across multiple lines
(one line per key-value pair) with 2 spaced of leading indentation.</t>
      <t>Checksum mechanisms described in this document are media-type agnostic
and do not provide canonicalization algorithms for specific formats.
Examples are calculated inclusive of any space.</t>
      <section anchor="server-selects-clients-least-preferred-algorithm">
        <name>Server Selects Client's Least Preferred Algorithm</name>
        <t>The client requests a digest, preferring "sha". The server is free to reply with
"sha-256" anyway.</t>
        <figure>
          <name>GET Request with Want-Repr-Digest</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example
Want-Repr-Digest: sha-256=3, sha=10

]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Different Algorithm</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Repr-Digest: sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

{"hello": "world"}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="ex-server-selects-unsupported-algorithm">
        <name>Server Selects Algorithm Unsupported by Client</name>
        <t>The client requests a "sha" digest because that is the only algorithm it
supports. The server is not obliged to produce a response containing a "sha"
digest, it instead uses a different algorithm.</t>
        <figure>
          <name>GET Request with Want-Repr-Digest</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example
Want-Repr-Digest: sha=10

]]></sourcecode>
        </figure>
        <figure>
          <name>Response with Unsupported Algorithm</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Repr-Digest: \
  sha-512=:WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+AbwAgBWnrI\
  iYllu7BNNyealdVLvRwEmTHWXvJwew==:

{"hello": "world"}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="server-does-not-support-client-algorithm-and-returns-an-error">
        <name>Server Does Not Support Client Algorithm and Returns an Error</name>
        <t><xref target="ex-server-selects-unsupported-algorithm"/> is an example where a server ignores
the client's preferred digest algorithm. Alternatively a server can also reject
the request and return an error.</t>
        <t>In this example, the client requests a "sha" <tt>Repr-Digest</tt>, and the server returns an
error with problem details <xref target="RFC7807"/> contained in the content. The problem
details contain a list of the hashing algorithms that the server supports. This
is purely an example, this specification does not define any format or
requirements for such content.</t>
        <figure>
          <name>GET Request with Want-Repr-Digest</name>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: foo.example
Want-Repr-Digest: sha=10

]]></sourcecode>
        </figure>
        <figure>
          <name>Response advertising the supported algorithms</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 400 Bad Request
Content-Type: application/problem+json

{
  "title": "Bad Request",
  "detail": "Supported hashing algorithms: sha-256, sha-512",
  "status": 400
}
]]></sourcecode>
        </figure>
      </section>
    </section>
    <section anchor="migrating-from-rfc-3230">
      <name>Migrating from RFC 3230</name>
      <t>HTTP digests are computed by applying a hashing algorithm to input data.
RFC 3230 defined the input data as an "instance", a term it also defined.
The concept of instance has since been superseded by the HTTP semantic term "representation".
It is understood that some implementations of RFC 3230
mistook "instance" to mean HTTP content.
Using content for the Digest field is an error
that leads to interoperability problems between peers that implement RFC 3230.</t>
      <t>For the uncertainty of doubt, RFC 3230 was only ever intended
to use what HTTP now defines as selected representation data.
The semantic concept of digest and representation are explained
alongside the definition of Representation-Digest <xref target="representation-digest"/>.</t>
      <t>While the syntax of Digest and Repr-Digest are different,
the considerations and examples this document gives to Repr-Digest
apply equally to Digest because they operate on the same input data.
See <xref target="state-changing-requests"/>, <xref target="security"/> and <xref target="usage-in-signatures"/>.</t>
      <t>RFC 3230 could never communicate
the digest of HTTP message content in the Digest field;
Content-Digest now provides that capability.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document is based on ideas from <xref target="RFC3230"/>, so thanks
to J. Mogul and A. Van Hoff for their great work.
The original idea of refreshing RFC3230 arose from an interesting
discussion with M. Nottingham, J. Yasskin and M. Thomson when reviewing
the MICE content coding.</t>
      <t>Thanks to Julian Reschke for his valuable contributions to this document,
and to the following contributors that have helped improve this specification by reporting bugs,
asking smart questions, drafting or reviewing text, and evaluating open issues:
Mike Bishop,
Brian Campbell,
Matthew Kerwin,
James Manger,
Tommy Pauly,
Sean Turner,
Justin Richer,
and Erik Wilde.</t>
    </section>
    <section numbered="false" anchor="code-samples">
      <name>Code Samples</name>
      <t><em>RFC Editor: Please remove this section before publication.</em></t>
      <t>How can I generate and validate the <tt>Repr-Digest</tt> values shown in the examples
throughout this document?</t>
      <t>The following python3 code can be used to generate digests for JSON objects
using SHA algorithms for a range of encodings. Note that these are formatted as
base64. This function could be adapted to other algorithms and should take into
account their specific formatting rules.</t>
      <artwork><![CDATA[
import base64, json, hashlib, brotli, logging
log = logging.getLogger()

def encode_item(item, encoding=lambda x: x):
    indent = 2 if isinstance(item, dict) and len(item) > 1 else None
    json_bytes = json.dumps(item, indent=indent).encode()
    return encoding(json_bytes)

def digest_bytes(bytes_, algorithm=hashlib.sha256):
    checksum_bytes = algorithm(bytes_).digest()
    log.warning("Log bytes: \n[%r]", bytes_)
    return base64.encodebytes(checksum_bytes).strip()

def digest(item, encoding=lambda x: x, algorithm=hashlib.sha256):
    content_encoded = encode_item(item, encoding)
    return digest_bytes(content_encoded, algorithm)


item = {"hello": "world"}

print("Encoding | hashing algorithm | digest-value")
print("Identity | sha256 |", digest(item))
# Encoding | hashing algorithm | digest-value
# Identity | sha256 | X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=

print("Encoding | hashing algorithm | digest-value")
print("Brotli | sha256 |", digest(item, encoding=brotli.compress))
# Encoding | hashing algorithm | digest-value
# Brotli | sha256 | 4REjxQ4yrqUVicfSKYNO/cF9zNj5ANbzgDZt3/h3Qxo=

print("Encoding | hashing algorithm | digest-value")
print("Identity | sha512 |", digest(item, algorithm=hashlib.sha512))
print("Brotli | sha512 |", digest(item, algorithm=hashlib.sha512,
                                    encoding=brotli.compress))
# Encoding | hashing algorithm | digest-value
# Identity | sha512 |b'WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm'
#                     '+AbwAgBWnrIiYllu7BNNyealdVLvRwEmTHWXvJwew=='
# Brotli | sha512 | b'pxo7aYzcGI88pnDnoSmAnaOEVys0MABhgvHY9+VI+ElE6'
#                   '0jBCwnMPyA/s3NF3ZO5oIWA7lf8ukk+5KJzm3p5og=='

]]></artwork>
    </section>
    <section numbered="false" anchor="changes">
      <name>Changes</name>
      <t><em>RFC Editor: Please remove this section before publication.</em></t>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-08">
        <name>Since draft-ietf-httpbis-digest-headers-08</name>
        <ul spacing="normal">
          <li>Add note about migrating from RFC 3230. #1968, #1971</li>
          <li>Clarify what Want-* means in responses. #2097</li>
          <li>Editorial changes to structure and to align to HTTP style guide.</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-07">
        <name>Since draft-ietf-httpbis-digest-headers-07</name>
        <ul spacing="normal">
          <li>Introduced Repr-Digest and Want-Repr-Digest, and deprecated
Digest and Want-Digest. Use of Structured Fields. #1993, #1919</li>
          <li>IANA refactoring. #1983</li>
          <li>No normative text in security considerations. #1972</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-06">
        <name>Since draft-ietf-httpbis-digest-headers-06</name>
        <ul spacing="normal">
          <li>Remove id-sha-256 and id-sha-512 from the list of supported algorithms #855</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-05">
        <name>Since draft-ietf-httpbis-digest-headers-05</name>
        <ul spacing="normal">
          <li>Reboot digest-algorithm values registry #1567</li>
          <li>Add Content-Digest #1542</li>
          <li>Remove SRI section #1478</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-04">
        <name>Since draft-ietf-httpbis-digest-headers-04</name>
        <ul spacing="normal">
          <li>Improve SRI section #1354</li>
          <li>About duplicate digest-algorithms #1221</li>
          <li>Improve security considerations #852</li>
          <li>md5 and sha deprecation references #1392</li>
          <li>Obsolete 3230 #1395</li>
          <li>Editorial #1362</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-03">
        <name>Since draft-ietf-httpbis-digest-headers-03</name>
        <ul spacing="normal">
          <li>Reference semantics-12</li>
          <li>Detail encryption quirks</li>
          <li>Details on Algorithm agility #1250</li>
          <li>Obsolete parameters #850</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-02">
        <name>Since draft-ietf-httpbis-digest-headers-02</name>
        <ul spacing="normal">
          <li>Deprecate SHA-1 #1154</li>
          <li>Avoid id-* with encrypted content</li>
          <li>Digest is independent from MESSAGING and HTTP/1.1 is not normative #1215</li>
          <li>Identity is not a valid field value for content-encoding #1223</li>
          <li>Mention trailers #1157</li>
          <li>Reference httpbis-semantics #1156</li>
          <li>Add contentMD5 as an obsoleted digest-algorithm #1249</li>
          <li>Use lowercase digest-algorithms names in the doc and in the digest-algorithm IANA table.</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-01">
        <name>Since draft-ietf-httpbis-digest-headers-01</name>
        <ul spacing="normal">
          <li>Digest of error responses is computed on the error representation-data #1004</li>
          <li>Effect of HTTP semantics on payload and message body moved to appendix #1122</li>
          <li>Editorial refactoring, moving headers sections up. #1109-#1112, #1116,
#1117, #1122-#1124</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-00">
        <name>Since draft-ietf-httpbis-digest-headers-00</name>
        <ul spacing="normal">
          <li>Align title with document name</li>
          <li>Add id-sha-* algorithm examples #880</li>
          <li>Reference <xref target="RFC6234"/> and <xref target="RFC3174"/> instead of FIPS-1</li>
          <li>Deprecate MD5</li>
          <li>Obsolete ADLER-32 but don't forbid it #828</li>
          <li>Update CRC32C value in IANA table #828</li>
          <li>Use when acting on resources (POST, PATCH) #853</li>
          <li>Added Relationship with SRI, draft Use Cases #868, #971</li>
          <li>Warn about the implications of <tt>Content-Location</tt></li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
