<?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.13 (Ruby 2.7.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-12" category="std" consensus="true" obsoletes="3230" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title>Digest Fields</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-digest-headers-12"/>
    <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="2023" month="April" day="13"/>
    <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="TLS"/> 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="RFC9110"/>).
Second, representation data integrity, which acts on representation data (<xref section="3.2" sectionFormat="of" target="RFC9110"/>). 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>
            <t>New request and response header and trailer field definitions.
            </t>
            <ul spacing="normal">
              <li>
                <xref target="content-digest"/> (Content-Digest),</li>
              <li>
                <xref target="representation-digest"/> (Repr-Digest), and</li>
              <li>
                <xref target="want-fields"/> (Want-Content-Digest and Want-Repr-Digest).</li>
            </ul>
          </li>
          <li>
            <t>Considerations specific to representation data integrity.
            </t>
            <ul spacing="normal">
              <li>
                <xref target="state-changing-requests"/> (State-changing requests),</li>
              <li>
                <xref target="digest-and-content-location"/> (Content-Location),</li>
              <li>
                <xref target="resource-representation"/> contains worked examples of Representation data
in message exchanges, and</li>
              <li>
                <xref target="examples-unsolicited"/> and <xref target="examples-solicited"/> contain worked examples
of Repr-Digest and Want-Repr-Digest fields in message exchanges.</li>
            </ul>
          </li>
          <li>
            <xref target="algorithms"/> presents hash algorithm considerations and defines
registration procedures for future entries.</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" registry (see
<xref target="establish-hash-algorithm-registry"/>).</t>
        <t>Selecting the data on which digests are calculated depends on the use case of the
HTTP messages. This document provides different fields 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="6.4" sectionFormat="of" target="RFC9110"/>); 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="RFC9110"/>). Basing <tt>Repr-Digest</tt> on the selected
representation makes it straightforward to apply it to use cases where the
message content requires some sort of manipulation to be considered as
representation of the resource or content conveys a partial representation of a resource,
such as Range Requests (see <xref section="14" sectionFormat="of" target="RFC9110"/>).</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 to express algorithm preferences 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="RFC9110"/>).</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 issue relates to the mistake of calculating 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 (Sections <xref format="counter" target="content-digest"/> and
<xref format="counter" target="representation-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"/>. This includes the rules: CR (carriage
return), LF (line feed), and CRLF (CR LF).</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="RFC9110"/>.</t>
        <t>This document uses the line folding strategies
described in <xref target="FOLDING"/>.</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="RFC9110"/>). 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
conveys an encoded version of the byte output produced by the digest
calculation.</li>
      </ul>
      <t>For example:</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Content-Digest: \
  sha-512=:YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP+pgk4vf2aCs\
  yRZOtw8MjkM7iw7yZ/WkppmM44T3qg==:
]]></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

Content-Digest: \
  sha-256=:d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=:,\
  sha-512=:YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP+pgk4vf2aCs\
  yRZOtw8MjkM7iw7yZ/WkppmM44T3qg==:
]]></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="RFC9110"/>.</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="RFC9110"/>).</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="RFC9112"/>). 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 conveys an encoded version of the byte
output produced by the digest calculation.</li>
      </ul>
      <t>For example:</t>
      <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Repr-Digest: \
  sha-512=:YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP+pgk4vf2aCs\
  yRZOtw8MjkM7iw7yZ/WkppmM44T3qg==:
]]></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=:d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=:,\
  sha-512=:YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP+pgk4vf2aCs\
  yRZOtw8MjkM7iw7yZ/WkppmM44T3qg==:
]]></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="RFC9110"/>.</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="RFC9110"/>).
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>Integrity preference fields are only a hint. The receiver of the field can
ignore it and send an Integrity field using any algorithm or omit the field
entirely, for example see <xref target="ex-server-selects-unsupported-algorithm"/>. It is not
a protocol error if preferences are ignored. Applications that use Integrity
fields and Integrity preferences can define expectations or constraints that
operate in addition to this specification. How to deal with an ignored
preferences is a scenario that should be considered.</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 Algorithm Considerations and Registration</name>
      <t>There are a wide variety of hashing algorithms that can be used for the purposes
of integrity. The choice of algorithm depends on several factors such as the
integrity use case, implementation needs or constraints, or application design
and workflows.</t>
      <t>An initial set of algorithms will be registered with IANA in the "Hash
Algorithms for HTTP Digest Fields" registry; see
<xref target="establish-hash-algorithm-registry"/>. Additional algorithms can be registered
in accordance with the policies set out in this section.</t>
      <t>Each algorithm has a status field, which is intended to provide an aid to
implementation selection.</t>
      <t>Algorithms with a status value of "standard" are suitable for many purposes,
including adversarial situations where hash functions might need to provide
resistance to collision, first-preimage and second-preimage attacks. For
adversarial situations, selecting 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>Algorithms with a status value of "insecure" either provide none of these
properties, or are known to be weak (see <xref target="NO-MD5"/> and <xref target="NO-SHA"/>). These
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>Discussion of algorithm agility is presented in <xref target="sec-agility"/>.</t>
      <t>Registration requests for the "Hash Algorithms for HTTP Digest Fields" registry
use the Specification Required policy (<xref section="4.6" sectionFormat="of" target="RFC8126"/>). Requests
should use the following template:</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. The options are:
          </t>
          <ul spacing="normal">
            <li>"standard" - for standardized algorithms without known problems,</li>
            <li>"provisional" - for non-standard or unproven algorithms,</li>
            <li>"insecure" - for insecure algorithms,</li>
            <li>"reserved"  - for algorithms that use a reserved token value that cannot be expressed in Structured Fields</li>
          </ul>
        </li>
        <li>Description: a short description of the algorithm</li>
        <li>Reference(s): pointer(s) to the primary document(s) defining the technical
details of the algorithm, and optionally the key</li>
      </ul>
      <t>When reviewing registration requests, the designated expert(s) should pay
attention to the requested status. The status value should reflect
standardization status and the broad opinion of relevant interest groups such as
the IETF or security-related SDOs. The "standard" status is not suitable for an
algorithm that is known to be weak, broken, or experimental. If a registration
request attempts to register such an algorithm as "standard", the designated
expert(s) should suggest an alternative status of "insecure" or "provisional".</t>
      <t>When reviewing registration requests, the designated expert(s) cannot use a
status of "insecure" or "provisional" as grounds for rejection.</t>
      <t>Requests to update or change the fields in an existing registration are
permitted. For example, this could allow for the transition of an algorithm
status from "standard" to "insecure" as the security environment evolves.</t>
    </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="RFC9110"/>)
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 an
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 digital 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"/>. <tt>Repr-Digest</tt> offers an interesting
possibility when combined with signatures. In the scenario where there is no
content to send, the digest of an empty string can be included in the message
and, if signed, can help the recipient detect if content was added either as a
result of accident or purposeful manipulation. The opposite scenario is also
supported; including an Integrity field for content, and signing it, can help a
recipient detect where the content was removed.</t>
        <t>Any mangling of Integrity fields, including digests' de-duplication
or combining different field values (see <xref section="5.2" sectionFormat="of" target="RFC9110"/>)
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="RFC9110"/>).</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 preprocess
the whole content before sending a message (e.g., see <xref target="I-D.thomson-http-mice"/>).</t>
      </section>
      <section anchor="variations-within-content-encoding">
        <name>Variations Within Content Encoding</name>
        <t>Content coding mechanisms can support different encoding parameters, meaning that the same input content can produce different outputs. For example, GZIP supports multiple compression levels. Such encoding parameters are generally not communicated as representation metadata. For instance, different compression levels would all use the same "Content-Encoding: gzip" field. Other examples include where encoding relies on nonces or timestamps, such as the aes128gcm content coding defined in <xref target="RFC8188"/>.</t>
        <t>Since it is possible for there to be variation within content coding, the checksum conveyed by the integrity field cannot 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>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 mitigations 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="RFC9110"/>) 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>IANA is requested to create the new "Hash Algorithms for HTTP Digest Fields"
registry at <eref target="https://www.iana.org/assignments/http-digest-hash-alg/">https://www.iana.org/assignments/http-digest-hash-alg/</eref> and
populate it with the entries in <xref target="iana-hash-algorithm-table"/>. The procedure for
new registrations is provided in <xref target="algorithms"/>.</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="RFC9260"/> appendix A, this document.</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="deprecate-the-hypertext-transfer-protocol-http-digest-algorithm-values-registry">
        <name>Deprecate the Hypertext Transfer Protocol (HTTP) Digest Algorithm Values Registry</name>
        <t>IANA is requested to deprecate the "Hypertext Transfer Protocol (HTTP) Digest
Algorithm Values" registry at
<eref target="https://www.iana.org/assignments/http-dig-alg/http-dig-alg.xhtml">https://www.iana.org/assignments/http-dig-alg/http-dig-alg.xhtml</eref> and replace the note on this registry with the following text:</t>
        <ul empty="true">
          <li>
            <t>"This registry is deprecated since it lists the algorithms that can be used
with the Digest and Want-Digest fields defined in
<xref target="RFC3230"/><eref target="https://www.iana.org/">https://www.iana.org/</eref>, which has been obsoleted by
[rfc-to-be-this-document]. While registration is not closed, new registrations
are encouraged to use the [Hash Algorithms for HTTP Digest
Fields]<eref target="https://www.iana.org/assignments/http-digest-hash-alg/">https://www.iana.org/assignments/http-digest-hash-alg/</eref> registry
instead.</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <displayreference target="RFC9110" to="HTTP"/>
    <displayreference target="RFC9112" to="HTTP/1.1"/>
    <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="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="FOLDING">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald">
              <organization/>
            </author>
            <author fullname="A. Farrel" initials="A." surname="Farrel">
              <organization/>
            </author>
            <author fullname="Q. Wu" initials="Q." surname="Wu">
              <organization/>
            </author>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. </t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <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>
      </references>
      <references>
        <name>Informative References</name>
        <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="RFC9112">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns. </t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </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" initials="A." surname="Backman">
              <organization>Amazon</organization>
            </author>
            <author fullname="Justin Richer" initials="J." surname="Richer">
              <organization>Bespoke Engineering</organization>
            </author>
            <author fullname="Manu Sporny" initials="M." surname="Sporny">
              <organization>Digital Bazaar</organization>
            </author>
            <date day="6" month="February" year="2023"/>
            <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-16"/>
        </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>Carnegie 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="TLS">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="I-D.thomson-http-mice">
          <front>
            <title>Merkle Integrity Content Encoding</title>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Jeffrey Yasskin" initials="J." surname="Yasskin">
              <organization>Google</organization>
            </author>
            <date day="14" 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="RFC8188">
          <front>
            <title>Encrypted Content-Encoding for HTTP</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>This memo introduces a content coding for HTTP that allows message payloads to be encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8188"/>
          <seriesInfo name="DOI" value="10.17487/RFC8188"/>
        </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="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart">
              <organization/>
            </author>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen">
              <organization/>
            </author>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes the Stream Control Transmission Protocol (SCTP) and obsoletes RFC 4960.  It incorporates the specification of the chunk flags registry from RFC 6096 and the specification of the I bit of DATA chunks from RFC 7053. Therefore, RFCs 6096 and 7053 are also obsoleted by this document. In addition, RFCs 4460 and 8540, which describe errata for SCTP, are obsoleted by this document. </t>
              <t>SCTP was originally designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks. It is also suited to be used for other applications, for example, WebRTC.</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>The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9260"/>
          <seriesInfo name="DOI" value="10.17487/RFC9260"/>
        </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>This section following examples show how representation metadata, content
transformations, and method impacts on the message and content. These examples a
not exhaustive.</t>
      <t>Unless otherwise indicated, the examples are based on the JSON object <tt>{"hello":
"world"}</tt> followed by an LF. When the content contains non-printable characters
(e.g., when it is encoded) it is shown as a sequence of hex-encoded bytes.</t>
      <t>Consider a client that wishes to upload a JSON object using the PUT method. It
could do this using the application/json content type without any content
coding.</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
Content-Length: 19

{"hello": "world"}
]]></sourcecode>
      </figure>
      <t>However, the use of content coding is quite common. The client could also upload
the same data with a gzip coding (<xref section="8.4.1.3" sectionFormat="of" target="RFC9110"/>). Note that in
this case, the <tt>Content-Length</tt> contains a larger value due to the coding
overheads.</t>
      <figure anchor="ex-put-gz">
        <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
Content-Length: 39

1F 8B 08 00 88 41 37 64 00 FF
AB 56 CA 48 CD C9 C9 57 B2 52
50 2A CF 2F CA 49 51 AA E5 02
00 D9 E4 31 E7 13 00 00 00
]]></sourcecode>
      </figure>
      <t>Sending the gzip coded data without indicating it via <tt>Content-Encoding</tt> means
that the content is malformed. In this case, the server can reply with an error.</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

Content-Length: 39

1F 8B 08 00 88 41 37 64 00 FF
AB 56 CA 48 CD C9 C9 57 B2 52
50 2A CF 2F CA 49 51 AA E5 02
00 D9 E4 31 E7 13 00 00 00
]]></sourcecode>
      </figure>
      <figure>
        <name>An error response for a malformed content</name>
        <sourcecode type="http-message"><![CDATA[
HTTP/1.1 400 Bad Request

]]></sourcecode>
      </figure>
      <t>A Range-Request affects the transferred message content. In this example, the
client is accessing the resource at <tt>/entires/1234</tt>, which is the JSON object
<tt>{"hello": "world"}</tt> followed by an LF. However, the client has indicated a
preferred content coding and a specific byte range.</t>
      <figure>
        <name>Request for partial content</name>
        <sourcecode type="http-message"><![CDATA[
GET /entries/1234 HTTP/1.1
Host: foo.example
Accept-Encoding: gzip
Range: bytes=1-7

]]></sourcecode>
      </figure>
      <t>The server satisfies the client request by responding with a partial
representation (equivalent to the first 10 of the JSON object displayed in whole
in <xref target="ex-put-gz"/>).</t>
      <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 0-9/39

1F 8B 08 00 A5 B4 BD 62 02 FF
]]></sourcecode>
      </figure>
      <t>Aside from content coding or range requests, the method can also affect the
transferred message content. For example, the response to a HEAD request does
not carry content but in this example case does include a Content-Length; see
<xref section="8.6" sectionFormat="of" target="RFC9110"/>.</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
Content-Length: 39

]]></sourcecode>
      </figure>
      <t>Finally, the semantics of a response might decouple the target URI
from the enclosed representation. In the example below, the client issues a POST
request directed to <tt>/authors/</tt> but the response includes a <tt>Content-Location</tt>
header field that indicates the enclosed representation refers to the
resource available at <tt>/authors/123</tt>. Note that <tt>Content-Length</tt> is not sent
in this example.</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 spaces 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> followed by an LF, 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-Length: 19
Content-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:

{"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> followed by an LF, which is not shown because there is no 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
Content-Digest: \
  sha-256=:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=:
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:

]]></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=10-18

]]></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 10-18/19
Content-Digest: \
  sha-256=:jjcgBDWNAtbYUXI37CVG3gRuGOAjaaDRGpIUFsdyepQ=:
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:

"world"}
]]></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> followed by an LF, and the field is</t>
        <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:
]]></sourcecode>
        <t>However, since the message content is constrained to bytes 10-18,
the <tt>Content-Digest</tt> field-value is calculated over the
sequence  <tt>"world"}</tt> followed by an LF, thus resulting in</t>
        <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Content-Digest: \
  sha-256=:jjcgBDWNAtbYUXI37CVG3gRuGOAjaaDRGpIUFsdyepQ=:
]]></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 sequence of
hex-encoded bytes because it contains non-printable characters.</t>
        <figure>
          <name>PUT Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept-Encoding: br
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:

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

HTTP/1.1 200 OK
Content-Type: application/json
Content-Location: /items/123
Content-Encoding: br
Content-Length: 23
Repr-Digest: \
  sha-256=:d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=:

8B 08 80 7B 22 68 65 6C 6C 6F
22 3A 20 22 77 6F 72 6C 64 22
7D 0A 03
]]></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 content, which
is the JSON object <tt>{"hello": "world"}</tt> followed by an LF</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[
NOTE: '\' line wrapping per RFC 8792

PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Content-Length: 19
Accept-Encoding: br
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg==:

{"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=:d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=:

]]></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>For presentation purposes, the response body is displayed as a sequence of
hex-encoded bytes because it contains non-printable characters.</t>
        <figure>
          <name>PUT Request with Digest</name>
          <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

PUT /items/123 HTTP/1.1
Host: foo.example
Content-Type: application/json
Accept-Encoding: br
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg==:

{"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=:d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=:,\
  sha-512=:db7fdBbgZMgX1Wb2MjA8zZj+rSNgfmDCEEXM8qLWfpfoNY0sCpHAzZbj\
  09X1/7HAb7Od5Qfto4QpuBsFbUO3dQ==:

8B 08 80 7B 22 68 65 6C 6C 6F
22 3A 20 22 77 6F 72 6C 64 22
7D 0A 03
]]></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"/>), which is the JSON object <tt>{"title": "New
Title"}</tt> followed by an LF.</t>
        <t>The representation enclosed in the response is a multiline JSON object followed by an LF.
It refers to the resource identified by
<tt>Content-Location</tt> (see <xref section="6.4.2" sectionFormat="of" target="RFC9110"/>);
an application can thus use <tt>Repr-Digest</tt> in association with the resource
referenced by <tt>Content-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=:mEkdbO7Srd9LIOegftO0aBX+VPTVz7/CSHes2Z27gc4=:

{"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=:uVSlinTTdQUwm2On4k8TJUikGN1bf/Ds8WPX4oe0h9I=:

{
  "id": "123",
  "title": "New Title"
}
]]></sourcecode>
        </figure>
      </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"/>), which is the JSON object <tt>{"title": "New
Title"}</tt> followed by an LF.</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. It is a multiline
JSON object followed by an LF.</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=:mEkdbO7Srd9LIOegftO0aBX+VPTVz7/CSHes2Z27gc4=:

{"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=:yXIGDTN5VrfoyisKlXgRKUHHMs35SNtyC3szSz1dbO8=:
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
target URI.</t>
        <t>The PATCH request uses the <tt>application/merge-patch+json</tt> media type defined in
<xref target="RFC7396"/>. <tt>Repr-Digest</tt> is calculated on the content, which corresponds to the
patch document and is the JSON object <tt>{"title": "New Title"}</tt> followed by an
LF.</t>
        <t>The response <tt>Repr-Digest</tt> field-value is computed on the complete representation of the patched
resource. It is a multiline JSON object followed by an LF.</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=:mEkdbO7Srd9LIOegftO0aBX+VPTVz7/CSHes2Z27gc4=:

{"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=:uVSlinTTdQUwm2On4k8TJUikGN1bf/Ds8WPX4oe0h9I=:

{
  "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="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.
It is a multiline JSON object followed by an LF.</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=:EXB0S2VF2H7ijkAVJkH1Sm0pBho0iDZcvVUHHXTTZSA=:

{
  "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>
        <t>In the response content below, the string "\r\n" represent the bytes CRLF.</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[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Transfer-Encoding: chunked
Trailer: Digest

8\r\n
{"hello"\r\n
8\r\n
: "world\r\n
3\r\n
"}\n\r\n
0\r\n
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg==:\r\n

]]></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 spaces 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[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Repr-Digest: \
  sha-256=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg==:

{"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=:YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP+pgk4vf2aCs\
  yRZOtw8MjkM7iw7yZ/WkppmM44T3qg==:

{"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 a response with
error status code such as 4xx or 5xx.
This specification does not prescribe
any requirement on status code selection;
the follow example illustrates one possible
option.</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="sample-digest-values">
      <name>Sample Digest Values</name>
      <t>This section shows examples of digest values for different hashing algorithms.
The input value is the JSON object <tt>{"hello": "world"}</tt>. The digest values are
each produced by running the relevant hashing algorithm over the input and
running the output bytes through <tt>Byte Sequence</tt> serialization; see <xref section="4.1.8" sectionFormat="of" target="STRUCTURED-FIELDS"/>.</t>
      <artwork><![CDATA[
NOTE: '\' line wrapping per RFC 8792

sha-512 -   :WZDPaVn/7XgHaAy8pmojAkGWoRx2UFChF41A2svX+TaPm+\
            AbwAgBWnrIiYllu7BNNyealdVLvRwEmTHWXvJwew==:

sha-256 -   :X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=:

md5 -       :Sd/dVLAcvNLSq16eXua5uQ==:

sha -       :07CavjDP4u3/TungoUHJO/Wzr4c=:

unixsum -   :GQU=:

unixcksum - :7zsHAA==:

adler -     :OZkGFw==:

crc32c -    :Q3lHIA==:
]]></artwork>
    </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>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 <xref target="representation-digest">the Repr-Digest field</xref>.</t>
      <t>While the syntax of Digest and Repr-Digest are different,
the considerations and examples this document gives for Repr-Digest
apply equally to Digest because they operate on the same input data;
see Sections <xref format="counter" target="state-changing-requests"/>, <xref format="counter" target="security"/> and <xref format="counter" 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>
      <t>RFC 3230 allowed algorithms to define their output encoding format for use with
the Digest field. This resulted in a mixed of formats such as base64, hex or
decimal. By virtue of using Structured fields, Content-Digest and Repr-Digest
use only a single encoding format. Further explanation and examples are provided in <xref target="sample-digest-values"/>.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document is based on ideas from <xref target="RFC3230"/>, so thanks
to Jeff Mogul and Arthur Van Hoff for their great work.
The original idea of refreshing RFC3230 arose from an interesting
discussion with Mark Nottingham, Jeffrey Yasskin, and Martin 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" removeInRFC="true" anchor="code-samples">
      <name>Code Samples</name>
      <t>How can I generate and validate the digest values, computed over the JSON object
<tt>{"hello": "world"}</tt> followed by an LF, 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 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(bytes_, encoding=lambda x: x, algorithm=hashlib.sha256):
    content_encoded = encoding(bytes_)
    return digest_bytes(content_encoded, algorithm)


bytes_ = b'{"hello": "world"}\n'

print("Encoding | hashing algorithm | digest-value")
print("Identity | sha256 |", digest(bytes_))
# Encoding | hashing algorithm | digest-value
# Identity | sha256 | RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=

print("Encoding | hashing algorithm | digest-value")
print("Brotli | sha256 |", digest(bytes_, encoding=brotli.compress))
# Encoding | hashing algorithm | digest-value
# Brotli | sha256 | d435Qo+nKZ+gLcUHn7GQtQ72hiBVAgqoLsZnZPiTGPk=

print("Encoding | hashing algorithm | digest-value")
print("Identity | sha512 |", digest(bytes_, algorithm=hashlib.sha512))
print("Brotli | sha512 |", digest(bytes_, algorithm=hashlib.sha512,
                                    encoding=brotli.compress))
# Encoding | hashing algorithm | digest-value
# Identity | sha512 |b'YMAam51Jz/jOATT6/zvHrLVgOYTGFy1d6GJiOHTohq4yP'
#                     '+pgk4vf2aCsyRZOtw8MjkM7iw7yZ/WkppmM44T3qg=='

# Brotli | sha512 | b'db7fdBbgZMgX1Wb2MjA8zZj+rSNgfmDCEEXM8qLWfpfoNY'
#                    '0sCpHAzZbj09X1/7HAb7Od5Qfto4QpuBsFbUO3dQ=='

]]></artwork>
    </section>
    <section numbered="false" removeInRFC="true" anchor="changes">
      <name>Changes</name>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-11">
        <name>Since draft-ietf-httpbis-digest-headers-11</name>
        <ul spacing="normal">
          <li>Editorial or minor changes</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-10">
        <name>Since draft-ietf-httpbis-digest-headers-10</name>
        <ul spacing="normal">
          <li>Editorial or minor changes</li>
        </ul>
      </section>
      <section numbered="false" anchor="since-draft-ietf-httpbis-digest-headers-09">
        <name>Since draft-ietf-httpbis-digest-headers-09</name>
        <ul spacing="normal">
          <li>Editorial or minor changes</li>
        </ul>
      </section>
      <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:
H4sIAAAAAAAAA+19aXPbVrbgd/yKO3JN2e6QlKhdSrvfozZLjrZosR0nqRZI
gBQsEqABUDLt5P2W+S3zy+Zsd8FCWUrsvH5TnUolFAnc5dxzz740m00vj/Jh
uKl2okGY5WovCodB5gVJL/ZH8HWQ+v28GYV5v3md5+NulDUDerJ5HfpBmGbN
9qLX8/NwkKTTTZXlgZd0s2QY5mG2qZYWlxY8LxqnmypPJ1m+uLCwsbDo+Wno
b6rOeDyM4NUoiTPlx4E6C/1h8yIahd5dkt4M0mQy3lT7Fxen3k04ha8CvUrP
y3J44Z/+MIlhjdMw87KRn+b//DBJaN448cbRpvo5T3oNBf+J4iCM84bKkjRP
w34Gn6Yj+ZCnUQ9+6iWjsS8fRvAw/BTFwygOGwqAMfLH4yge/Op5t2E8CTc9
pdz1KZVPx7CSN7BueEy9xN/g2+sEYYiAyzbn5/H/d4NWkg7m4beRHw03lYFs
827wn3dL+CP85qe9a/veMMryrMU/znfgp+g2zOZPJ10A37w7AA6bhuPEvjqI
8utJtwV7ktnpf83wYx7GGQJ+fuh3w2E2XzxUj99rRlk2CZv0CKBC8RHPn+TX
SQqgaMK0CqAFgD9rqdNkOIzoG8ags6QbpnnifA/b2FQXoT/C44xyfwgwPoD/
RX6sXia3YRrjAdCjIUMpTbrRGN//zwF+gfuhn3vJJM4R7/D1aWElh7ASPw0m
obOUw0nPz9yvaSXbw2QS9IeAlO6UQ3x2TI+2Fpdba87MXpykI8DbW8KDs73t
9tJiWz4utdeW9bcbKwvycXl1eV0+riwu6QdW7ce15YUV/Lh3crhzcPxyE79b
X9tY5F832m0aScEZZOOhPxW086K4X1oK3rhN89ZizVvz7VYbvj3tXGzv0zwr
a+sb8MXxSfNoZ4W+WW2vtPmb8/2OfLOxDN+cH7w87lxcnu2eA8ibO60CXRiF
WeYPwmYWDWI/n6RwK5W6PD54y4sQOnNxHapzuCPDkH5T5+OwF/WFDjTUa0At
+KAWVVOtqtfJUJ2HuYJd8tMb6zSWQT1l8QnGPRmHsbl7sG0gS5uqvbGx1lxA
SB4fnF+sLyw0lxYLKzoAFEqCSQ8XoBBR6WKpH8IpIGnvOk6GyWBKBCqHOfZC
wH5/qE5/OIA3+6kPBATenQj21KzsmLYGrxzEGUw5yUOV9NU5UjBALyZ9dqKG
umydt9ROCLiX4z3Ah7eRJqW90NkWkNI2bws24qeDMLe3Pr4djifdrBUD4WgN
ktt5/IDfzB+GA783nT8/pa8yhL2Pz2pCzOBpjYM+DLx9dNlcX1pdWF0vwAuw
RL2eDGMAQxdOESDWw6tJx+bnud+7yWaBYttP43AQheooHALtVpcxYC4ceA7b
Pk/6+R1cQrUbD4DshikSUgOy4s7Xges0l9q1m7+7u2vdAMkDokME83YC5C0K
5nknSCIPOttnzcWFxYXmQnu5sDVA92ZbRXAm6vzaH8H26rbSlP9rUvOypQ5D
QAChWXa7B3Ea+Q21l/qxnF315QugU+EUNlt699iPpz5AwGAGnNCwCDAAkD9O
0vB7eGjkZ+GNOvS7SernSRqFmfNAAXi07ebCSi3wwjGsJG9Ffi8l4OHj8wAl
wgiv2WwqvwsID4zS8y6uAVDAGyeEpUHYh1PLiMSoPkkRcF/8XGWTMawhh92C
kJDCyoWRZC28s952At/HeVPkD3pT9YATdEM1ycKA7j5ePPs+XAiaRQgOoB8N
weOdwRb+yGDAN4FiwTAskLS8Nz6sqrQ6vKr0vTuLOz5cBpA18DKFgEMwHBCL
p5mH06V6AJinD38BSmS0njTshdEtYjuuDB6DW4kUHQmTLJLh2SrD3EhaSKJJ
2DJkqrxg+ZvYhhmNDnQUBcEw9LwnBULoeQSVIIHB40QfLw09Cn0Q2GCn4xSk
rV5OXwJ2+UWoyqkANntl2Ko310Co3TOEGwc3HxArzgA2KUCyG+Z3ITwFIBwn
Ecljw+QuTBUwsjD1+iGzGBge1zGG2w44D8jWu1bA4y+2T1XvOgRSNBnRMxeH
5wjoBAnu58//AX++QBa7vLz6++90gjDIbRSEXgYim7MR2SMsu6X2YX64fQ1e
JyJ1E28aPBsU38CBYEfeMBpF+OMkj4b4Uzfs+YAmKsqRxiRj/8OE6CcC0LfS
MG+Rzi6Jh1OAJN55D58iwY1YAmAXc1GAc2xWWAApEFQAICz2NhwqHANe6l37
UQy/eBkyGERT+z4czEFsAO98jwuE4yG6OE6yLOryfgB7vUmMWwc8DxDMI5Di
elEyyRghAN7pZMxr68iJW0iNgLT5wIdGhQOwKIaXwzl++Mt3VYYJAoDGRBkf
MJSQsTSvh1Ac+Tch7T2JevChm0xyEM3v8C2gZABkOBFaYPjRH42HdJdhTRlt
GR+KAq/vT4a5TEKcDsYNIn8QJxnCpZcCXECryPJwpGAC5O2AkJUrq8lkfpcI
HawDCO8dt9by9qI0I7WEr5N5uqHuriPE9l6e4RbggdtwCsegn3z2+fO5LHa1
tYxnLqLk778/b3nwUxIHjRLdK93j8hx1DzvTLLUWPUBNZxpFuxcWAGAKbpEV
BgbA9sbeAubAeEIGvQIp8ZEqJhMQgJil3MHzeJljlr2QrqfJSKHEhD+ARgf3
NGAE8UZwbhEeahrCdctyIgcu0nsPJ6tAuZM0fCCB/R7ofwjERg/XxJF+/x3n
e/JE7ejZzo38WFoGAk7/FiCI+iBmJXfZJtBtdRze6Q3RGpBtwGZCxeoZLzgF
jQU+MxskzItkyyCHwMoEU0SjB0L4rMjvnjfkweK5O887fPB5AyeVF+4QJAwG
fOyhvBTwsgnCLqimKGTzNc9EQcCLeC+y6l1l8GvYxJsEcuSgqY8d13Fe+Mlg
hNmnqLiwtKaGzTBheuNC51C+c+DD6NksLhBZC7wCFDdTaNKAYxQKg8RZnVV3
I/qrEW3Cj7RYlOYscPUYzUkMmAX0Fm4ATIUAdX50f5JVlBcB48ky7hVwRJqr
Wxae1+fP/nAAjDC/HiGQZU+ZuvYzuNn6J1yDe6xEP5kYktViEKFcSYAATgA0
grg7ksH+BG8AcIJcKCrcHjiJXjjO1QlwtdsovMO7ExZkTx4bGTNcV/dalcXB
IlNqgb4Zk30DuEWSIdvAfSC22K3g2kEa702GLOcJISciBKNH8RgYTBrir4Hw
d89lzSSpOuNFaJ0CHJd7K8MZiQiECBYxcHBLYFpwcig5wmJpU0JBmTzpJcEG
HdFkkgL7Bhiqfd6TZ0+OpuNjCFMNt1DN4ZOqYx8zICsYDOf0CU7VM6B6HuAh
XENQK7PrJsKvaSZq6geJCwEbGiIdFuGXLjRgAHMd0RNoZQbciDWg5gfEj/Ad
w6sBlcuAzoQBmcM3wlkQ9UkIN9ht9lW8wh4tCU+FftSqBuEbLAuXZnnZHX8H
khlJEXIGvK7C+6o7RfYSZR6SoAjgzShxVaSRV48k8TCeRnvAOq14aTA6MnlF
NHB4NrEtr8ocYM97KOEhA6zy8Qbt8cohG/cu3qsu/tlMNvMcWaFsDETU3BJV
c/UA9yehhzbcCaJId0qi4pSubc0FRugQ4oVBHU/xijKNKsk0Wz5JnsXNCjbq
YUs6D4mgGQr+SOWiwXUO+Hbnp3RQtFT8DT6XkQkxuqTnKsEZYI2oq6BNG1c4
AslxjFdEzFjd0JBcEh/KKxK0NJIVS0U0AYuSJO2DSBX5wzKQCjJZw9My3Bny
BKBKImc9Y/lHQ7JdQjRAqAq+I1oU4aqxuIYKD0gLaRHpv6oRMWS4Mj+70lfe
R3HKMxoGAi38iPvMlFHYgQx+eZGeVdqH0wZfTDuWXbGr+cPAYYQi5cPAQDQQ
5D89i4L1jQDNqjaCR0ECjd41wzqmB7tma4UoT8qsKjLMzoJsN+4lARzbFV14
8/XFdBxeaTomw6oLLV8DBNUAlhNb5Bz5U8CAW/gg0rxnCbhLAujaxAVDwh1A
WVSp6sKDhKwbwhYcVomqbUmbtiu1hoDrcKoFCiA+XSK9NGGCR+sqdKi4eNpi
MgpzHwlNw6g/AXtClDWeo/8JJkUIWVsLacfjayIQeAlFp9byGL5ydw3ahiK+
T9e3pZBsi8jX4OePeFPeuZkN76kx7pPEOBkGrlkLF1axSCEEQNdn8KE8QaYK
pFWGnVozUB2l1fpx5noBKlYnaw5AQyzKStpdwIbZ6JP8Scag6NbvTVlMPGHV
C+mGUeU+PykqZJ73s/hNfjVCI+Fw9erob1w5s0aE9IBF+cMM7eJmNLxXag54
Vo6Mc44GNX8WaPece+4eEJEhSu49FnjFpor3LU7umBlP2CYM1GyqN8A0iKSQ
EdmnGohjJDpmIUwGALSa932cUN3LCT1v9+M4RBMY7OEah7pO7mJeoplc5H14
08KZrjLRWJgxZxB5eMp4UvCkA6goJi6WIRIhcR0C0SBxMeEB0PTniz2K3JVi
Vx4laJpNRiO07uD3IpBnmkaNYEy0C6FYJMKlEUOZorCB6dkd3tw7Bjg8OXxe
Njw3FCgueN1h47H7lnLfKvNfFiwzMmYACoNCSieorWktumzIg9DMBxvPoxED
GVHLcyDtO4JmWVQQ2tQNY0AM9PUQvpLcYCQNUHkSj02SSFSjHhq6rEEt6sMe
YtSHydeIRw0/2rOMmFvG4uSyJkH+gqiupWN+EBBTHCf0BLzgHHAPTbiIuT6Q
0sEEj5QNa14NNs2+n42SxmfsOfams7hdYQfPzrXF8/Pnv1esI6iBw/czpVRc
yD2ME+9SwS7y3JuppOIF74ag9gHJGwLl1WylN0mJ5xHFsVcZV0Z3Cv3cQiOI
NvTguqSAVSjGibqq3R9ksp2wlsQmqeMk167KbZQA6QQzEq9ugM/dkfF87ujy
/GKuwf9Xxyf0+Wz3x8uDs90d/Hy+3zk8NB88eeJ8/+TycMd+sm9unxwd7R7v
8MvwrSp85c0ddX6aY3o2d3J6cXBy3DmcqwcYC70uWfFRIcp6adRlIG9tn/7f
/wNy6OfP/wswYbHd3oBj5T/W22vL8AeKDw1reuc/kc17IKUDLEkLHw7h5oyR
X2dEWPkyovgCkPzbzwiZXzfV37u9cXv5H/IFbrjwpYZZ4UuCWfWbyssMxJqv
aqYx0Cx8X4J0cb2dnwp/a7g7X5aNlZOM8C5UncmAWY7aOt5zrTA/S/DDrwTd
yTjwWVOjS4nxD7+Ksg4EYTgJZLh0MsSAnu0z9aznp2mEUguc7SSNnzfU4Z56
hiE6qh+GAdsf4Un8Fp4/3Htesb6bVbIpleg9MOZIfPxkwHEYHtrM/9f5xdnl
NopFO829g93DHXYcbSy3AVtQLiLJZaqyKRCEj+zg81PkAZveVgJ0xwcE2gJ1
X52jXgTkoKF2IprAT4GsE8FAWRLfPESHPduyHHOtmiuSHLwoM5g2/lRjwKh+
bURQ/AnAAnRmAL/pmya0776L5hUvmipctM+fjZgw+xD46JIh8XOy/mFsQOnK
/iwhMb/COPsVHZDpnahfNGiPlXMSW9mGFaUOMO0ynoWtQavBLv8GoA0wht5z
j7RuP6tRN29II4bdU5BZoN+fy64Jhr20BwPMPZfjY3lPuyDnDHR458kkRxOh
qOCu64+FejOrhywTCD1jDv5KlqOGWeccs585cigixdIbJ2lHTAE4CalH2nJi
7XszdbpNR93k3aDk8ABd2LuHBc4YtEYvNTy9NCFyKuLdJW8CmSFBti8xbT6M
yqqtAF8wBxPYxHjhGq1QZkTj0ggkG3Lta5OaEcYd8yTLf7VmYzxn0qZIjfN7
+QRYbVlkK1lNKvY5soChy9G7snTkqvyaCOsV4oVSB1uWQr93vQnsini7tvjg
uqoLl7FdM/9zTxnVUMxujuj8PQzLCEc+46sC/bsqKhVLrZVZK22w1qysQQrj
AXoJSi63Eigmdwivhb5WY4piYDOgXRMOo+X8JBZrpqjFAIf/+q//oigYHcaG
gsvupnr6y1OmU3cph4Aq0DdImaTwvFL4yqb6BaYBitBcaS++2PzpqOOPVtqv
Ps2/P+lcXKzOf7rdTw9fD05+uni5N20Hqy9fRSf7F8n1h+Xp6Xfjwc3ybX/R
385wkOnZu5P8bv3o/c3RWnS3Nn03/+ZmPB4dLS9fLH0YvHixiSsW9HbxAANR
XaRusBtdq/9ITzBG69pYUjQyexUctiaWCkpkBeOEttFhdIBWY9ERbE1rJLza
8XBFt8mQgl5AkmL9LSJVhJTSGO9KmuAyyRDh6RnIsCNc0b/zhWXfhaDIpe7q
BGOzsNcUMyHrq1/5lBdXVl9sBstLKz8m38U/vPtucNi73I/XXv6Y/7i2eB1t
ve4MPiSH2bv43Wl08fL05sVm469GkA56yqMxhqkokOsUKBNkwY+nFFABoqwO
x2I2TUZRkb3Mi3jJ2R3GnpkKPjzLnmvrNVrOtDMfdW/Q5EFlx3sKVxYkJXwP
rWc6DqyFa+RIKVogfrQ6LSIOXGvvJmZxDWiXqNru+myAgRgOKwtsMM7BTzKS
R7S7OMxdBOAQAEV5nWFWLlbGkRgwnfZhZBKCg8ouCUyoWjeqA+AOu2jRSgcc
NcTcWUyhMoqOHLA8YKXVLnCBluGDrqNWM8F6DVWIRYHP/kswQlQ00/ALdqgi
RNZL8MC7XXSnw5rQukMQ9nsUKE6QDoEG9YpOOatHA9mynsOC2ZREy6JRxaeR
mM2UPB/oJwM8TYLM+Eb2dzs7FE4zZEaJxMsdFCONHKv1nPiT7gAyc+zYQ68n
Ec9YrMv8PAeA44ZFItXDKDa9WxMlRn6rprj3LG45kFzkmJ0E8HE4VnAbJiyW
13lGjUmy4WV4n0GUMcENiAliUxd1YGaEBBwcRQP6RhBCG1c8I9ZDomLwnnIg
Ggcg+xloMDljYZzUWtruyNJJrlcRWErWPorpUuFonE89TApBIx4jHRlJmlHs
RLaL+6pwl1jU+aJM5tVJOuq/WyZjUeuBghbGjdwnan0LQcsB9b+lrP8/paza
I/63iPUXiViqRsTy/pSIpaoillcVsQo09NHyVeHtrydcPXmiLul2uuIVLIgD
CLd1AKFh+J+fzIo6FPbGUCiwJSCww0SkLV9ltaGJnuMKZQMSexMpbcOJwKgZ
Xk6XbM/snubYGBYs6nikoGckNiq0JhkmK7HTOoK9fi4TmIKTocelEgUjRkdN
OWa5UthpZKTOBka8Rv06IBbtagjESWZDWwiGGKRZwpN6mNgTKZlQldILBnjk
TW3VwnPmGTFsyq5Rh8ob61dgTurBS5klDJut1Q3Nt48W4Rt/nkS5IQWvQR0M
mgU9Av1FGJVEkit9QJyDh9AXSO5nLTHVRj3NAJzYQoFVoSNLB9QHSRySSJ5q
R26dJM77JFLjsSxd4LHCPAvBJjostxhZUlUd1sqx8AckzOaYyydxbDOGMreR
Zf8SMORyiC+VAViL/kWZiAI9rigf08TMSTxd7TVjGlqDM2M/x6hJMXB7+q7W
DGTuIeGRcYkXByDND3bhya8lzCnDleyNtAsNU3t/NYu6Z1dq1q5mRdQJhtCa
nWvAxLsc01xGEQT5mVFqPz+5L/DbKCglEs1YqdgblT0EFWn73ozLUjoLA2YT
HExCdpRnIsWjz7eigBjgmfs1nLY8J7MFnmH2TVoZkTM4Ys2umpM00saF+zzZ
ADHXk41hvBQ0TfzbJMCx78UNpasGjsHZVAQJz42TM/d8RmBbvf/AiSnLwrJp
owvqs1dv30CBpHYavanMCjUiUN1RpNQwugk5Q4FCsjHbSBR7ubRJ7OS6ZVnS
i0gHIJHdYVbq8uxAllR7YxuS1VLAtsKuzRaKuPHo9dfTnm+xjerJIf/vz4jp
nOEwSu35+uY8gfDkXu3W09vS1tEUM9SSuI4HzAsJmWUfGVIoSU7Q2NS61/1F
qyS5ylfXkWSsapCnmqIZc5xn5GQCJUvtlUuk7WygbVjrAAApGUW5Hc9jIxsG
ErlclEl4+LHJEGkysaXMEpb3w8CG7gNlEN8TcgWfYhKTXjJUYZpivGG/EOCK
e+UNBK1irQ86BuRMZieeQw7q4MeERaIBw494HjoQiKKWKag6FjukRyFhOQVD
+kEQWS9oOdCQIjk51MkfMg4j/eJFF6gQyXNZLwTtP0p4A9m1DpG0YdYzycfs
8Fs6dbQmuPaFr+OiK1p8QMaQWIOKA64901WoKmYhH6GAjKUhLuZbuGV3IcqM
oZvbjIIlIMtoAsSAonL4MpGddAFh3l7gSI8MRsCH21rxGIYgh8lIKZpW8En+
iYL67C9YKYU0Wd4lbGJBYkXnSEjroX0SixTMUagiGyfrTFDlk9k0pof2jN/Q
trDUsI8tNDAO82M2Gb1YqEsdr4xY9/O9g5KpAfhyMSGnnC3HdXScZKrPTxyc
cNNWfED4AOMC0ijkNMsa+xOffk0CvU4lQgOUkzyF9ExURYxkMKt0cna0sbjv
9/IktWGoeSHrU0cnNkqBpCoOw6B87cu5wagVwi2mmHNMeeujvQWNICicRBR1
mIV5YYWZkT+dHCiiCAed404hG8p7RDaUTqZ5QDYUEEkhVrA8Z10CfbssD+ka
iXcUjGlY75gS/jAtBPc2yU3sjrGdeLto67OnQtGkWmkWCZWtTzqoM2BrsuaH
eP8j8tuUToX5Bk/ScWGKJFXPYG7pXCbFT+YIE7NJRLeUoDlCRqaxq+FxMBhh
ZUBRzimdXpRPBOGZUlKuYX8SS/SmqLBhYfWYpRFJwLVbtAQ4IqZYN4GuRCN0
QDCzxfRo5zsubEJeIa9+KQ0NBbKhIRSFobvbLeTbeZZCMfrxNdGazzCkxP2+
U4SA5ZQoBQ2Nd4JxVwAyZLFUIYBtD3ECmx8kgOkcF+/kuOCFttPY3MWEDGQT
unxyFbzbQpUXAYFeHZmDUb2yWVWYDYEHiu+Las87fBhWgJKIKwjnJDPGoF2M
FgMGJqjXttwD33uYEA2OOukJ16XZIdc0MrmxXNBI8tJxKOc4xHao/Scktaa3
bkqIP8Ccs9wpLtBQ3YlY2DCcEiBmRVAT4IzSnosvYY4Y8n3RYUBZK0izuOhN
USx6qnNbChkQlGng7URZb5JpB00lOQqRQQRw7YkrWOvJbepwC6MVaTr/6PxP
T5scCoWdyFKKeY5MpaauBLLcWsW1cxDu4iodjzaseiJl6UHduE2AHJa08TzV
dPjhD+F0k+e3ufO8RpKiGNvkmND2VVaiGkV9pFGvhTTq1RBK32ap3EpzIJKM
uoDNGECIaz0nvN+sMVia42NGmoyFp6ehlB5qurSkyZdW/o4+odZfvGTaqk8p
1XCLR1nDjEN3KyNuo4fCMH89HO5vEuNDoROO6LxvL2tTsoz579qH5TLBouXp
sogxyVjl5MfgAt6EsZyVFkFQouuGOquOsblyxgjfHTIJE+w2kcxcUxKs/bIC
bXzpTMutz7Lnm4qIZZiKy4WYawp8AB0qYhzDnziqVKyQOdZpwhpNuOkA1Nxo
WD1XiSwfM5cfss8U8EJMTGmIuexs/q+5lGw9Y9mGtG7UhFJailyTsT/10Nga
u5Gf8jo8z9jGyFWgvvI6CNbIwDyLU8Ld+VldW6ibJuhtGsPmGZqgCIS3vhQn
IVsPFUc0sh2p+Qe7F3vK4TJNnSB/vnMia3KQW6YUO2pBQgDF2OU5bOkuc4AG
rvIm5JwwglNE0soQVFhOXrUA9kyico5UhTNBtbwle4hd2po5Ky0filc5lGwy
EDskjAEjxqQ0OVffuUuw2MLNbP1pzJCbQxfMe9CcuD88vzjQ9aneG9nOOLzQ
E0kh/CSKc/KhjSeWWgXhx4jSl4qLRsFnjFH3WNWgEmZDRkwEG3lJDR+yLulK
iLSWX9HD4WAQrNDZpC8OIi3ihPFtlCZUaJKd5JIFo871EyXF6vMT/e7vZGF2
8ygz1QHCdwxgPmVJjTJo1d4ExCh6r0mVoHik38vx8GKSCCmdvVhGy1ZIIjwX
OVAy+eqiXGwSN8smePS00lk1AwB1EHAelsvDPMObiNS0vlu6aUbCL47tKgkY
EqUGYUzanSOyarnJ1obK4bS5vh9yqdqKDTrGqnfNtXw4aqfL9DbK3SRbHcQg
xYQ8P3MKdHEpLXPsAJ9qpq16VpDFHpYh+5wdDbugJORJc9c1XNXAC7dDMVWS
VHf/2alREjjZsFwkrKRxkc0NWCxcU7j2FDJm4sEotCJNPgJOzZXdNGvk/nIi
5zy0FTIgRXuSu0KLGmNolalvZaJZrpMxKeE1Ba92b9lZwjUwLAZLNS+EVlg1
DJcQP2LOhDTf+LF8ZfNUygVPfMcvJQWg8IgnoH2EAVWTo8JNsJSAU0z7pJzE
gHtHh5Swgyk4qGyA6E84A0pT3mvRqiWfBw4crnioBRZh/FnoZnlTRWLrJtQK
jLPvmWUMMyrR5hVA3MAib5gfrP11Ji3bZAyj1JeT9RdIH5aWOeLAQzdp3LyO
1zZgjUGrA7XBbToCwueUcvcSPKl7AfWQyq1iTTAIdVJKngw4sIQzGU11vqK9
3VAi7feyiTEUlUCZslyAQgcM/mwLu/4qsU1ODVqpLUfXjvRIqWHiJnGb8l5s
GbN2mFLRIlTT6omhJK0FjtGlWCWGIhq52DQNBVjWs05OsgBjhQGK5sTtVcgU
27ZrKYvWWxGwLXUShzZuw0R4cSU7KVKAc44c4ivUTs2kdqRpcqgvZqSj9jmc
ekVzxcwMMxOYqtOQOH+3UAzCCZU2NSPwBoIu2CnBwLLBCjA0yyN65s1eUI+E
EzQxSQyujmjWYrNmUGzvMawB5Q60Wso9tJew6P3l8ha0pqZx1iqhYp6tV6ED
uPrAkEl1KkVLNVB3pzxcUTJcGyexbTSvZCYSohR9YcP8yHJDyDwZ6cRKIZd0
FuQRNUYirIEVcgWDL5REwwJOxQuPzjTUa0gcCMIQi4ngCqoWELZ56DI9FcTW
YVquR6NVjj7pk8ecfM4mV95zK1TSHMXKHJY0ULlLkgq1Y8fU3NFmNE9zZKoY
FEsAg8231xHDSiKG5TYWqUGoKRUapBvoJ8sopbthxYJiLKDNvNfTY/QykCWU
7Nk0hn97Ep+D6+j1okBiPsV42p8MC3UltE0BfotyZ8+RriigHX7fK8foWnU3
9l0Zk0ylYraKcmdDvlfZjgFuYVdpOAK+F5B1fooLHgylCES12IhdlwRUPoWx
m8HEXAqP1qbFxFKNL017SgLRSrmshcfWYwnxsbTHXtgSe7wQgVpMEN4WCxsZ
+8mqVKousLHhuOS10UszH1FyY67NE5GcRZfNkmLWllgOD9JkTAKBTOFVMgor
W9ZqZi1rszbN2jU7ZE4XkSN/Ntz7fi6ZOqZs2i6ALOUCf0y2nKJkXVtcszSR
JoOZqtDOhmZ1U6cyiFecIIrpeV1wBvU0jo6tulGpWKlja6BqvXHdmhpcRQML
E0nYo5iNZW6yeXAtntIGNV5YAUb4Ix/Tf2BhfRDhRlkSc2OHUdQLjcLxGoko
ixBvYMmwOOE6SvNNk64mCSCufIr309aF09cjlDdR0vWBSwJRbShdjsUGTfhU
GRnD/t1MGEkBcOPOKTegnEHz8t3BqY0iNmIuRiyhQQ+PmRweOjy9ZlGEXqJh
woEjp3eSkSgLfVbEHa1FV5VpOIutzi9hIRi3rc3OtPW5soCyqQafovGchKyo
EyLMJgdGeIDO7NC7ScMhXl/0ZCbkv0EDRzRCB+GIBH7rDlV+mLUX1we9kVOZ
jcmfLasACEOG8/V1YceoL3AEohECxYhiSmTcahwijsjVhZzhJdtJBHRbWFhy
PKISQ7C2Wes8EXchfoIL6PqI1RzravkcqK5DLAVjL4rcA8k8ee7mRo0xCwWN
mHwLrL2/I44OtrNoxwYHnhq136kQXu/n1vaMfvQRp6gOLzQUYb22urEqRQld
84QpglUpfURiR38YfhSpxLOx/jVLMZG65Hh+mPvlD/mbAUbWqGYyPArZJ6Z0
cxh4sEXHp1gLR9GKHxO3JXAt1cWBZ2E6TSjLOTSyWHKx5m4AFQMVbRDG38n6
3G1EmElhO+VBhXMZ4dgIxlhkAadAEo9WZZ9s6CYMXebkaKGMNaovh7W/oQTA
qp/OyQkB8SM1mgicVRIPCmk3GF/sWBiIM9KLEy6CWsnTaX2x7h1KCyNAhIFg
LGJZkNzFsJCA9NJs0uVGHChkaUcw7dZUd8Sp+YKsLrbbeEFEZa+gScu7sM0D
tHWQ6R6P7Dqse+KZYNVZYkolesMgpwsdF2hJLAWl3FYFAgJWzLpTQVpsEABP
ztdaCHVQsViYwo/XoMsRLKqgdfQ6g1MclquLKxkMaxVLY90mkY1jdiYpx8Aw
G9cgcTOByv4msisAOOMJeSAxQcg8zN5z4m7Rp9ARxFoU/YvEp2gCt2ZvzjM+
Rqboeo8BGBQrgxbEG+YE4iNAu87c/hRpcPgxVxc6Q/VURxA+w3Gf1ww8dTzL
z5yqMs+rGQQstXVDuEibnvdbs+6f32Z8fsg/v3m/uQs0//wmHl3+XPePcS5W
fvntG62zVB1F1oleFz9GcvFbXfV3wh7XM1FYZyGm3u69OOasQvF1Q+OYdYXh
y2MWa8nfs0h3zNJi/+yYpW3L3nVhuQA+m9JyjWrJ/+oEZp0VeP6pMb8BLrGX
Q4sTdNEeKJPoGwyi2ZfFEUs7rLsaxaQ01Na1OLx7cDSKZ6qRA8f/u9sZKvJj
nzob+RmSd+r0xz3xxNClFzj/D8qwkFTb0Pic8mtTip7FbxyxvC0iRWivuqDQ
ASlnT3mbMTVusEQz4xAdN1e+YPICSqaKZ6LsF6r8W+0/lacI/QohMwUq9psb
QlFL0BhV3ZgJuSdfcaU0nkTF2jlNfMpv3Eluv0O/O5EzpUX+LI324A79LJ34
fi0ViGyZqRZXVu+dCn//ClONgpXimyZ4hqfCDmvONBxzf3t/yzVtLy2EvP1s
W7j9KgvEXoUPgcW9C+Q+aX9iiRSGx0ssdGPTq8Q2isVVGuDWrVeipGeu19VQ
rCJLHQXnqDwbmhEoivK32jnhIz5cDyycnDXlx08u1eH+zPR+gFap2WfV2Tnc
PVuafUWqOIyNK+vn4iJ3s+fiKnoPmorYMGoLG4uryM6wvCZoZh9Vp3bmb0AC
P2+qJzOJN3cEfDF3IPHiJcYzx0EgOyju6Fw39QABV9iUpb2vWfvUvHIGGwwK
8zxEkuaJvPJETp8OP/cezhmJI7p/tD5e56PhP3SOFzozmUujhzwRH6iZy3BO
N37zYw5iuvcPNXdReJZ6Pch2A/F/A/OlJrhF7aaanuCZiZzcT1fOqjSHsSWB
64Hxj4atxwCzhLEjoHWn3i8/p/0euva7YRO33NRY+8uv2OUuGobF2CeJZ+ME
0IaqCAOeL7bCCVZRD3TBB9zRLz9/QfjxWPj5ZcZOHiDwGE1L0nV1i8AuUG9U
Co0CXOpcxEknha92MNwAK1HVl/3RZd/FeGDRwphPsaYuNWmbmUEo+otXKoPE
TilJzo2oqbOJWdcGd3LHOl0js9CpXeThCWntG3OTvEs2VJJX+S4ilwCnFIo/
sFD3qOtn1q//6vzkGDDmPSWLf567xranc5ve3F2SDoO5369k59KyJFaHe9Ic
0XWTmXYnGKBLDTp9LsngYyNO7FUkhlPydrLt19hQpWQSVSjmdA+nmOh1+LGp
6/xQYdEWOQ/Y6+SbhEgqZQ7Seyhxf0OM//QLm7Pp+KeXFwJ9FAs8tt8Ekn5n
H3Nc2fPvs8TaoCkUQkcvo2FKnzMbp+vKy+CU8yKUz7eBY9pGx/sJJlf1k6Ql
h2Rq+V1Qx+7yMszPh2E8yK+xfbDnmYNT+uAoGwsYiHAJCYvUJ8XeHRc8NfsR
YztyErefhLbilSz+ALsPkygPpaS9ZFrx+eh4yUyfjWd8Flz6ivMt0Fmhh3vm
1kNYbrVbS+UiozbUCYikrbhSDHRgIF25DXmGWCUgFetaYPtbim8KY5wwFjH7
q86x6KypHO8SHG97T61vqYV1tbCg1tfVclstranVZfxzb8/rbCmQ+rc7anld
be+o7Q38d2VNbS2qlUVvZUEtdtT2nlrco2fgp7bqdNTuilpY9GCEnQ21u6yW
2mp3TbWXcEz69yEIhAs219PBpjn1BO7teJI3B58k917fKn3GYWCPnlPBiGBJ
8ORt5Ne0aOHUSVsX0fG+jPwhEljuSqBK2CDJ1GyTxE5GOpGWQhS/9Tn/DzpR
A0U6TLz4FciYMn3LMOaWH+hEGK80ekega/tqUWS8M4Wu4P071n6i8oRNvSSO
bMhsXLXUHKz0U9Zn7VZB9ITokPerGHwkwgGgz9U8p5vz6V45WYUlpuhdVWlr
LVMskEhZAopkhhMD3zaJwWXiyUnCppEk1QqmTOQ65Hy5+wjk7FB6W5nIELg3
maO+aDfXyqenD0KCS0nBcM7rwl6qDDA9o9hwZ986XaE7leMPdCi17dhVjg5/
hjEKQJQllon9ICkM0l7QXgOXXwVRRmGwgeko5JFpytKd+kJvBn8XF1bVqWxN
buiXSPIXCLkLVLXQ3JgvX/TOitpaVls7anURbipe9CLUT00vM31lqF9jkcyW
yunj7UFpiJ8toRVeP0p8KKZhiOjZoyQF4MkSSIR3597bVqk3ahZKReCxgKg5
evT/kZyKTRGsSNF1sn51iQcqu0T+Qh2R4KsizdROYysRrJbroVUPGlfzyGtS
c7j196d0cO7O76eai4AGJz98RdGgfG/tgRSO4xkHAcoxPMdF7nE/H80inbpW
tjyJ5CkHIUhw42GhtNvl2YFnIgFmldfS8Yv6qMn3VSCR3BEJpjw9Ob8weU4B
kOaemBau5rmHVjZ/RehTQDzTisOvKW3kFUpjiahoS63MXHax0JFn+catHw1J
syEOopcFuHXliqMV4VPniCGJKSF/rfABkFBm9D+EtV8SST7P8fDI1Lb9UTQc
hmlUURpoIQ9E67baJk9I8GD1RU5pU7mA9GZ8DSuOAlwt/IHNLB6yfHMZiPFU
CmwxcpCdTOnSG4j9l7ZnsTbSfH5S29GYGWGNaSAIR1z7IZduPzpxxfRfZeYp
zFEnnFeLcWNISl1jSCqjh4Lz4Nq9TEEUMKbxEimbgMsYPSLiBWO0MHCwEifm
sN9Mxxwaj/wedbZz7pCpkGBeocvRj3JTfFEkcRkKC682h3RlFGWjsa3JJocn
nLUTD4bSmYV1dRwN4IsbtyFjmM2gwy0z+Bku2om7DI6gCz9i9k3NzKo4czm5
aEhNoZ8heGkhY06ellD6sR+lz3kVizw54ZVeTkRFsnWY7rYOYnNiIO9tukUB
tk2yQfiDGEhC1KMyIqWAGWDuCWX76hRZv2iWM7Im26UwJMm1ETlFgE0NHA4n
n2p4svHQYAkXVmNMwWh9HRP9kN6hpoIIFqqjKU0x8aE0SjznG3Mmtewoc7He
oicravbhkapVr05jqDalk2pCGlHrcsGkFilX8xHeUuBNjYf0oiF7HELLFhW8
lZDkesvcfUqINHbFhpfUa80YWQgvZ6oSQMtGRGXvYzUl2oovpo6SgIcPw9Ry
iYfVVv6DIpJjBbu3B8bZD/MLH6bt9aPh1vnr+M3g/d2n1eG73TfvT+eHeyv7
exvd29299T2/uzN4sXlPoefHjfMQw5zLpDilDC7fzPqQ/JV4d0qX4jipuxI1
OF+S1cnsycKWpCaGhQBbr9BNWWqmGhGsvshf09T1cstlFqTQVk11SEt26u7B
A5VxR5snbkimZafYqClBY+PJZukPf+RuFGD733o5ajF4eW1n98fx+/X9rXP/
u/mLg9Gb71ZebYeTH8Ozm9HK8dH41Zt3L5euzyd7l1/zJtyH9kQBS0FWiPT8
8fsi2tTjvtadH3YBHJmJ+577RUXZVJKoE9S8kkXkzxHWoilmodlef6Qx5s+j
1GxDyGMsHrT2+S/R4ffve4OtnTfHnbz70+Xbg6W17dcvlwZnk5cnnfe+v3P2
cnxwuZcF03D849fEvhnUt2JxuRcdndXMaVHCIYTGd9dNsORgbBRCVCJLzdLd
XuOSt3olyc+S99GqaYZTpqyWWoqEKrFfmOvzR8imxnpWmKPsGzRKeNy5UUlB
Y1llV3udwBZlttqe1HqwONm4pxZtLTA16/GMJ1Jd3Qs3Erk415El/G/Tx+tx
d4dgB4Rym+kcnq3QzFPREWYJ0ZrBF/wDZGKZiY0u9IoV172KSUh6j1vTTayu
Kma2blqqbM4NnDBLN4+kP6e29Jucra00yYeRSWUqSyp1xqLijDU2olnVvSM9
nbbMssfz3gtLsgem2HnF9C4/ZaTNLdilAvsMlbpAd7pJwEEpxiRedqN7FTe6
EYeiB3jv/3jDFPKjPYgNfoHj1ODHXyik4zY0FyYOYZnAX6ztWOuYgWqNtRiA
U9aP4Lmv1L3G89ihsb6g1rbU4qJaXVerK2p1m/7d8+CbpQ7sC39aW4Nv1Noi
/bQM33hrO2qhoxaW7pUHd0z6uvV68O8IcoeoCSWbbQ9olGjebCXJJXkP5brl
5hIm65z0D6/qTXygIl/WsGYtx3Oq1uaV8gq2KItLSN0s9WpJCyaDZF68s11h
ZB0mp0soxr36019MIGrsAd+OZvwZovEFO/oyIugjxfDZO/yjN7y4k11Sv9Ka
Kyq62B8XMWRIw4Lyu8RJoZ+Y9gqWX7pZg/9mkX8Ji/yfxSPr2WAd4/wm7dyC
7lo/2OoO3h0N3rbfdBeP3nfWP717/116fjzoj3a2d3ffHq1/OHzTH/eT458W
su3xfufTu+57HGRh4217fm2/0107CVZ+7OfJ8o/jyVa21708WQp+fPEX895d
uQ3bBbsLOQXPKizBZhDixdOIgE02Pj+pbeLyGI77wC5YutvfjEZn2K57VpgP
MmYCByL4cXjnXdAftaE+euUze6UVPdRIaMhzRLjuzlkz9EH+oC47Xk0fn2pb
9nIRle897qhoKjSh34V010lFysByKtI9xfjU3PV4ToMvWH51PbM9290kucn+
NKF7CAVkmOXTGUxxtHsTdE/WztNg4/DgJBz085MFf+vtd69PL15/WpvfPt8P
s8V3i2uD3jKTQBdDlGBInc/8oXTwK/nPCaBl77n9sn7zk9fngJAXF8GPl3ej
xZN4+Wb94tVldPPyuN3tz+9k629O3y4n4cL1xgFtHsiT64LHP2vA4d3v37DE
RUfq11KVnULPPA1NSf8TelLT4+7rkxS6VN6/Gkl5UEvBLCnf6PKu/fyeuJ28
RLi8LxAu76xeW5FeyboQlLRkqaMoqkBRvKt/U5JvTEnqtzJ9e/By5+J45XXa
T6ZR9sPw7eDsh8v9/aNsaeX8OJ9uL2Wfzj+1YbvrsJVagsPEgvES98g50gET
jTINwSfaK6sbS4tra4sb/IhUQcIH7bCPoS3lEElKhbPNZLkLoKT46K6PfuwP
kwFV/00kHs3QElsZrtxjUCqSsz3ShsbJjaZ5zCgTsVuqK/csqBlsk7oEfofn
csUhHpxm4uSBSW2fJaztU64zWGuWKFojqF6ydmNJZFtNO8Uv0zE1g455Dh37
kuGijgTPCrYotlE00Xg1NOpLwlUNGaHzsTj2x2hJ+QT/RenKk3404FUaEkPb
/wM05iH62L+o2FEmDTZu01dXRfvLVdHmkTh15TAQ1XAwjLHxZuM6x5pRRA7l
Zw7DQZRHI0qWBfxiPyKlidYGDZVfd++NXwmpoGIYhcSLjDyVxWSMGd1b0VZo
NLo4xOQJP42GU2bNmmqUG/SqA907NapqL3VXWafdiAO1EkDZsJl9GZk3TSCT
iarAwOPPnw1C//47FVVk3HZlCqoEyxWo7S0vJWuYh83WqS2AV4oB4LJ+ObmP
lgFPivYwn21M0r3Ilc+k92DslVtiCUFfX1jjWmd/kHJyLmV9d+OvQCKdhJ9l
6iCwh6XU77n80snlu3uIwO7brYXzxdd7i/tr0fubzutXN/vt89HCeOs6WYh2
3vVuX4PA8fbi4t15xxABe+v1GpgacCcTjgSmMn9M1Hwy1dFBhrFFVn7HiCaw
pweTDr5VVQJChVbl6WKhVWKoJgF+W2pfdmJdI1yn0BCOlwIEsmIXBCzmSYZI
P7acXiyl4gu4o3jMLAdha8RxsUyqTEyg1E9zEJ7Lf0kPhYd4L/kW+lJY5r5I
y9+N+bQiqXAXEPJ4elSK2AR72tKCkmPqlkPXqSmS3JI9rEV7QXEy1NumIUhZ
5Llf0l/iOXt/6Dc2A2+f1V+MPxU7eXZPVP03sY5qNHRkj971JL4BiUqQdlNn
6XvrCAxj8aU/+Ctt/KU/lui/c7//EtOHBfrv1zI402AluG3zelXdBWUhvxDH
X6mydX5PWP/XCOrXLIuHwjz9Iuq7tSeLAfc4YzcEFh8laaHyfCFeqL7tc2aD
Rv8duf/fH7nPnP9fPXbfCaA854bK4sN7mqlD6m57alJVTT0PvhnFFM/MNGhs
6La3RE7h2s9JGy+eJsKiqKF08NY52N6ckIc5XNydP/1zdHZ2k1zuWfuivXAP
LeZzL4/x11Hov9BXV6ag2rdqjlrkmjKO2GI9l7b9NkqP4gBGgvqwRt2zcIkQ
R3uAbcg2t1BDWsPNyW059Fy3BcjK6EZtNrrDaGBKPlMVcL8oDphaBjSzp3EZ
i5KwVsNWG7/OA/0NsPV/IIqS1/Ono44/Wmm/+jT//qRzcbE6/+l2Pz18PTj5
6eLl3rQdrL58FZ3sXyTXH5anp9+NBzfLt/1FfzvDQaZn707yu/Wj9zdHa9Hd
2vTd/Jub8Xh0tLx8sfThD2G0i51lnBaU3kkoFgikAik2LyhsUZwjfjm6HKRu
Ev897xG96KWpuc59LeX+SVlmz4aiP81s53B9BRxc69jWfHgF3KoWFE/JXfA8
xwkgta9wCy7aE+VlrVR8B+jnNXXdlz9+RJl75eNHSXEqdKQvFHZmZuchY5EW
A8TqbENGHli3Xv7es+q+AUs0BA6Vs2KdOI2BvMT2dpsdvV8hHaXeqJU4fn2e
AgBCF9FYTVNMVzHXRMK6YdyyTPpVT7+qI6N8Kgc2s8B0pmzTAlECHSoWZRg6
BmIYHXTsbnz2cbClmJi87tGUes6piOgwIUvwV8hb+Lbka2aZkQfaHUo2A2eE
stXg3FCK6ikZAaKhKV3FfrAw236gg5V1/ZG6YuCcfnzOV0HUEi6EVypAhklM
mZXsuf+WEyZFBdENi6puhZUMbo5R0Oi/FJ3IeF6cDBtkhtizS5gqyQDpJDa9
Zk2/1WoFfpPXxWvBErbum9yaQ1Tv/DqlFOerLSyIci7RWld4ZyIjHeuinRL4
4GGxqHUE0PnF2eU2tgfbae4d7B7unOtCEQ9kjrq0a1Mptfnm3c6p/zqeX3s7
2Pc70/XxKHnfuXn5Jjn7uHi5t329t9zuLGa3b7+78E9H3/3iuYUkO927zmDr
TZweRD8BtVvbOj6ehv4weH14e3a3O7rYf/P29tVdeEesTld5pVnfLq/vbnw4
SW4+fEhvgzxbj09enb06Xjp5s3OZTN983Oqv3XQnGztbp7v4LpZtbcqkm+fB
PMzQ6d0eH55/aK+Gbyf+yuRHPYd9bmFt2799v3O6PFmav5jEg+Ry/9XJ/JtP
6XIPn9WVS2k9L3+81N+x7tNUm2ufsv1Oh8blSp888ubJu5uXe7wnqcpJP2z+
uDTcP6DnKUMB0P+I+wnAAZD9B08ACx6yeGJ6KpBqoy2faLGUxlxAa6tYhu0o
Cb84VVcPafxpFgG57SBxaut4RAs0NjNCOZCYq7zHt6iHfVHGOXcN4TfIz835
KWSkh7sephl3duRyqrQXXWaDBy+1f5vT9lrsmJlmeZLojhCo1Jcr7HNkDwNq
FOHTN84GEACYmszTGoJ/mbmWQd261i09qYUWknZodtR+MwYorBrblPjSu0z3
7IYt53e463FItn8S1/VyzSoxRkAfA/bVIkk+JFEIlwOg8qSY5B0OQAuPQVBg
0FPTT52LMSsf29Yxcc9Ii1LVnp66RRXxdw9bYw4y6fIovbO12+JnDkSxxiQC
1q/PntRaH20fDaL7U/j1I45Sn0tWzPvibKVesa0jvmFof9GuMAB5kMm/M6RH
l0MBweQm3ome2smCnSo6S10NtdA+CQH6ved0z0Ch6O8zo2Aa9KvuPsxlk+Gb
WZ07DRpwXcCYkMDpk0QQCIzh3e1BajO+4grqfl/KniLsGeu4f3GxjQV53WXo
1mSueKavPM4SpZotmSZJImLpDlwkUpfXI42COS9MdygbYf8e3JXYbozYjVU5
V5cbWPESJbcAhLwRNgPfmqrbKM0nZMJhu5nTVF6H9N+freiROT1mtYHNcKWd
tNTeJM25PRTch9iWTS2UDi2Wgc/Y/O96IaQ1q+r0sN/5MAwGLHyCfMQtPsLg
xVwfSCr6pYtdpqPMViaFOXzpouO0GMjQqejHN9RC5VXY76ujZDAZ0jI7sPpJ
CrITkDxsniu0DY5ugNEnCsSZGyYR7HzxhzQJN4fvwxkRA5G5YK+JKb9V7N0o
zWmNtfLIT29Qj8Qfr/1Rg9aVwuX6yc+ymyhmFeQI80xjwAdqmsapFaZjOiHO
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

-->

</rfc>
