<?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-rfc2629 version 1.6.5 (Ruby 3.0.3) -->
<?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-08" category="std" consensus="true" obsoletes="3230" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.3 -->
  <front>
    <title>Digest Fields</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-digest-headers-08"/>
    <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="March" day="21"/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTP</workgroup>
    <keyword>Digest</keyword>
    <abstract>
      <t>This document defines HTTP fields that support integrity digests. The
Repr-Digest field can be used for the integrity of HTTP
representations. The Content-Digest field can be used for the integrity of
HTTP message content. Want-Repr-Digest and Want-Content-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 representations
or content. 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, 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.
Second, content integrity, which acts on conveyed content (<xref section="6.4" sectionFormat="of" target="SEMANTICS"/>).</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="representation-digest"/> defines the Repr-Digest request and response header and trailer field,</li>
          <li>
            <xref target="content-digest"/> defines the Content-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>This document defines the <tt>Repr-Digest</tt> request and response header
and trailer field (<xref target="representation-digest"/>) that 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>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><tt>Repr-Digest</tt> and <tt>Content-Digest</tt> support hashing algorithm agility.
The <tt>Want-Repr-Digest</tt> and <tt>Want-Content-Digest</tt> fields allows
endpoints to express interest in <tt>Repr-Digest</tt> and <tt>Content-Digest</tt>
respectively, and preference of algorithms in either.</t>
        <t><tt>Repr-Digest</tt> and <tt>Content-Digest</tt> are collectively termed
Integrity fields.
<tt>Want-Repr-Digest</tt> and <tt>Want-Content-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.</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 Boolean, Byte Sequence,
Dictionary, Integer and List types from
<xref target="STRUCTURED-FIELDS"/> along with
the sf-dictionary and sf-list ABNF rules.</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>Repr-Digest</tt> and <tt>Content-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="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 Structured Fields <tt>Dictionary</tt> (see <xref section="3.2" sectionFormat="of" target="STRUCTURED-FIELDS"/>) where:</t>
      <ul spacing="normal">
        <li>keys convey the hashing algorithm (see <xref target="algorithms"/>)
used to compute the digest;</li>
        <li>values <bcp14>MUST</bcp14> be of type <tt>Byte Sequence</tt>,
which contain the output of the digest calculation.</li>
      </ul>
      <sourcecode type="abnf"><![CDATA[
Repr-Digest   = sf-dictionary
]]></sourcecode>
      <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="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
Structured Fields Dictionary (see <xref section="3.2" sectionFormat="of" target="STRUCTURED-FIELDS"/>)
where:</t>
      <ul spacing="normal">
        <li>keys convey the hashing algorithm (see <xref target="algorithms"/>)
used to compute the digest;</li>
        <li>values <bcp14>MUST</bcp14> be <tt>Byte Sequences</tt> (<xref section="3.3.5" sectionFormat="of" target="STRUCTURED-FIELDS"/>)
containing the output of the digest calculation.</li>
      </ul>
      <sourcecode type="abnf"><![CDATA[
Content-Digest   = sf-dictionary
]]></sourcecode>
      <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="want-fields">
      <name>Integrity preference fields</name>
      <t>Senders can indicate their interest in Integrity fields and hashing algorithm
preferences using the
<tt>Want-Repr-Digest</tt> or <tt>Want-Content-Digest</tt> fields. These can be used in both
requests and responses.</t>
      <t><tt>Want-Repr-Digest</tt> indicates the sender's desire to receive a representation digest
on messages associated with the request URI and representation metadata, using
the <tt>Repr-Digest</tt> field.</t>
      <t><tt>Want-Content-Digest</tt> indicates the sender's desire 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> and <tt>Want-Content-Digest</tt> are Structured Fields
Dictionary (see <xref section="3.2" sectionFormat="of" target="STRUCTURED-FIELDS"/>) where:</t>
      <ul spacing="normal">
        <li>keys convey the hashing algorithm (see <xref target="algorithms"/>);</li>
        <li>values <bcp14>MUST</bcp14> be of type <tt>Integer</tt> (<xref section="3.3.1" sectionFormat="of" target="STRUCTURED-FIELDS"/>)
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".
Values convey an ascending, relative, weighted preference.</li>
      </ul>
      <sourcecode type="abnf"><![CDATA[
   Want-Repr-Digest = sf-dictionary
   Want-Content-Digest = sf-dictionary
]]></sourcecode>
      <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>Repr-Digest</tt>, <tt>Content-Digest</tt>, <tt>Want-Repr-Digest</tt> or
 <tt>Want-Content-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-considerations">
      <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.</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>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-Repr-Digest</tt> or <tt>Want-Content-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">Repr-Digest</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="representation-digest"/> of this document</td>
            </tr>
            <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">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">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">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="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>Repr-Digest</tt> or <tt>Content-Digest</tt> fields even though the client did not solicit one using
<tt>Want-Repr-Digest</tt> or <tt>Want-Content-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>Repr-Digest</tt> and <tt>Content-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>Repr-Digest</tt> and <tt>Content-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
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:
Content-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>Repr-Digest</tt> field-value is calculated over the JSON object
<tt>{"hello": "world"}</tt>, which is not shown because there is no payload
data.
<tt>Content-Digest</tt> is computed on empty content.</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
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:
Content-Digest: \
  sha-256=:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=:

]]></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
Repr-Digest: \
  sha-256=:X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:
Content-Digest: \
  sha-256=:Wqdirjg/u3J688ejbUlApbjECpiUUtIwT8lY/z81Tno=:

"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 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-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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
qAm3FuPFG6NsMrD4P7C/XIQavwAA

-->

</rfc>
