<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.10 (Ruby 3.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-protocol-maintenance-07" category="info" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.7 -->
  <front>
    <title abbrev="Protocol Maintenance">The Harmful Consequences of the Robustness Principle</title>
    <seriesInfo name="Internet-Draft" value="draft-iab-protocol-maintenance-07"/>
    <author initials="M." surname="Thomson" fullname="Martin Thomson">
      <organization>Mozilla</organization>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>CA</region>
          <code>94043</code>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="June" day="01"/>
    <workgroup>EDM</workgroup>
    <abstract>
      <t>The robustness principle, often phrased as "be conservative in what you send,
and liberal in what you accept", has long guided the design and implementation
of Internet protocols.  The posture this statement advocates promotes
interoperability in the short term, but can negatively affect the protocol
ecosystem over time.  For a protocol that is actively maintained, the robustness
principle can, and should, be avoided.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://intarchboard.github.io/draft-protocol-maintenance/draft-iab-protocol-maintenance.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-iab-protocol-maintenance/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EDM IAB Program mailing list (<eref target="mailto:edm@iab.org"/>),
        which is archived at <eref target="https://www.iab.org/mailman/listinfo/edm"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/intarchboard/draft-protocol-maintenance"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The robustness principle has been hugely influential in shaping the design of
the Internet. As stated in the IAB document on Architectural Principles of the
Internet <xref target="RFC1958"/>, the robustness principle advises to:</t>
      <ul empty="true">
        <li>
          <t>Be strict when sending and tolerant when receiving.  Implementations must
  follow specifications precisely when sending to the network, and tolerate
  faulty input from the network.  When in doubt, discard faulty input silently,
  without returning an error message unless this is required by the
  specification.</t>
        </li>
      </ul>
      <t>This simple statement captures a significant concept in the design of
interoperable systems.  Many consider the application of the robustness
principle to be instrumental in the success of the Internet as well as the
design of interoperable protocols in general.</t>
      <t>Time and experience shows that negative consequences to interoperability
accumulate over time if implementations apply the robustness principle.  This
problem originates from an assumption implicit in the principle that it is not
possible to effect change in a system the size of the Internet.  It assumes
that once a protocol specification is published, changes that might
require existing implementations to change are not feasible.</t>
      <t>Many problems that the robustness principle was intended to solve can instead
be better addressed by active maintenance.  Active protocol maintenance is
where a community of protocol designers, implementers, and deployers work
together to continuously improve and evolve protocol specifications alongside
implementations and deployments of those protocols.  A community that takes an
active role in the maintenance of protocols will no longer need to rely on the
robustness principle to avoid interoperability issues.</t>
      <t>There is good evidence to suggest that many important protocols are routinely
maintained beyond their inception.  In particular, a sizeable proportion of IETF
activity is dedicated to the stewardship of existing protocols.  This document
serves primarily as a record of the hazards in applying the robustness principle
too broadly, and offers an alternative strategy for handling interoperability
problems in deployments.</t>
      <t>Ideally, protocol implementations can be actively maintained and never have
to apply the robustness principle.  The robustness principle may still need
to used as a short-term mitigation for deployments that cannot yet be easily
updated and do not yet have documented specifications for workarounds, but
such cases need not be permanent. This is discussed further in <xref target="active"/>.</t>
      <t>Avoiding use of the robustness principle does
not mean that implementations will be inflexible to new input. As discussed
in <xref target="extensibility"/>, the flexibility to handle future extensions is better
supported by specifications being very clear about their extension mechanisms,
and implementations being strict in following the requirements of
those specifications.</t>
    </section>
    <section anchor="fallibility-of-specifications">
      <name>Fallibility of Specifications</name>
      <t>The context from which the robustness principle was developed provides valuable
insights into its intent and purpose. The earliest form of the principle in the
RFC series (the Internet Protocol specification <xref target="RFC0760"/>) is preceded by a
sentence that reveals the motivation for the principle:</t>
      <ul empty="true">
        <li>
          <t>While the goal of this specification is to be explicit about the protocol
  there is the possibility of differing interpretations.  In general, an
  implementation should be conservative in its sending behavior, and liberal in
  its receiving behavior.</t>
        </li>
      </ul>
      <t>This formulation of the principle expressly recognizes the possibility that the
specification could be imperfect.  This contextualizes the principle in an
important way.</t>
      <t>Imperfect specifications are unavoidable, largely because it is more important to
proceed to implementation and deployment than it is to perfect a specification.
A protocol benefits greatly from experience with its use.  A deployed protocol
is immeasurably more useful than a perfect protocol specification.  This is
particularly true in early phases of system design, to which the robustness
principle is best suited.</t>
      <t>As demonstrated by the IAB document on Successful Protocols <xref target="RFC5218"/>,
success or failure of a protocol depends far more on factors like usefulness
than on technical excellence. Timely publication of protocol specifications,
even with the potential for flaws, likely contributed significantly to the
eventual success of the Internet.</t>
      <t>This premise that specifications will be imperfect is correct -- however,
the robustness principle is almost always the incorrect solution to the
problem.</t>
    </section>
    <section anchor="protocol-decay">
      <name>Protocol Decay</name>
      <t>The application of the robustness principle to any system that is in early
phases of deployment, such as the early Internet, is expedient.  Applying the
principle defers the effort of dealing with interoperability problems and
prioritizes progress.  However, this deferral can amplify the ultimate cost
of handling interoperability problems.</t>
      <t>Divergent implementations of a specification emerge over time.  When variations
occur in the interpretation or expression of semantic components,
implementations cease to be perfectly interoperable.</t>
      <t>Implementation bugs are often identified as the cause of variation, though it is
often a combination of factors.  Using a protocol in ways that were not
anticipated in the original design, or ambiguities and errors in the
specification are often contributing factors.  Disagreements on the
interpretation of specifications should be expected over the lifetime of a
protocol.</t>
      <t>Even with the best intentions to maintain protocol correctness, the pressure
to interoperate can be significant. No implementation can hope to avoid
having to trade correctness for interoperability indefinitely.</t>
      <t>An implementation that reacts to variations in the manner recommended in the
robustness principle enters a pathological feedback cycle.  Over time:</t>
      <ul spacing="normal">
        <li>Implementations progressively add logic to constrain how data is transmitted,
or to permit variations in what is received.</li>
        <li>Errors in implementations or confusion about semantics are permitted or
ignored.</li>
        <li>These errors can become entrenched, forcing other implementations to be
tolerant of those errors.</li>
      </ul>
      <t>A flaw can become entrenched as a de facto standard.  Any implementation of the
protocol is required to replicate the aberrant behavior, or it is not
interoperable.  This is both a consequence of applying the robustness principle,
and a product of a natural reluctance to avoid fatal error conditions.  Ensuring
interoperability in this environment is often referred to as aiming to be "bug
for bug compatible".</t>
      <t>For example, in TLS <xref target="TLS"/>, extensions use a tag-length-value format
and can be added to messages in any order.  However, some server
implementations terminated connections if they encountered a TLS ClientHello
message that ends with an empty extension.  To maintain interoperability, client
implementations were required to be aware of this bug and ensure that a
ClientHello message ends in a non-empty extension.</t>
      <t>The original JSON specification <xref target="RFC4627"/> demonstrates the effect of
specification shortcomings: it did not tightly specify some important
details including Unicode handling, ordering and duplication of object members,
and number encoding.  Consequently, a range of interpretations were used by
implementations.  An updated JSON specification <xref target="RFC7159"/> did not correct
these errors, concentrating instead on identifying the interoperable subset of
JSON.  I-JSON <xref target="RFC7493"/> takes that subset and defines a new format
that prohibits the problematic parts of JSON.  Of course, that means that I-JSON
is not fully interoperable with JSON.  Consequently, I-JSON is not widely
implemented in parsers.  Many JSON parsers now implement the more precise
algorithm specified in <xref target="ECMA262"/>.</t>
      <t>The robustness principle therefore encourages a chain reaction that can create
interoperability problems over time.  In particular, the application of the robustness
principle is particularly deleterious for early implementations of new protocols
as quirks in early implementations can affect all subsequent deployments.</t>
    </section>
    <section anchor="ecosystem-effects">
      <name>Ecosystem Effects</name>
      <t>From observing widely deployed protocols, it appears there are two stable points
on the spectrum between being strict versus permissive in the presence of
protocol errors:</t>
      <ul spacing="normal">
        <li>If implementations predominantly enforce strict compliance with
specifications, newer implementations will experience failures if they do not
comply with protocol requirements. Newer implementations need to fix
compliance issues in order to be successfully deployed. This ensures that most
deployments are compliant.</li>
        <li>Conversely, if non-compliance is tolerated by existing implementations,
non-compliant implementations can be deployed successfully. Newer
implementations then have strong incentive to tolerate any existing
non-compliance in order to be successfully deployed. This ensures that most
deployments are tolerant of the same non-compliant behavior.</li>
      </ul>
      <t>This happens because interoperability requirements for protocol implementations
are set by other deployments. Specifications and - where they exist -
conformance test suites might guide the initial development of implementations,
but implementations ultimately need to interoperate with deployed
implementations.</t>
      <t>For widely used protocols, the massive scale of the Internet makes large-scale
interoperability testing infeasible for all but a privileged few.  The cost of
building a new implementation using reverse engineering increases as the number
of implementations and bugs increases.  Worse, the set of tweaks necessary for
wide interoperability can be difficult to discover. In the worst case, a new
implementer might have to choose between deployments that have diverged so far
as to no longer be interoperable.</t>
      <t>Consequently, new implementations might be forced into niche uses, where the
problems arising from interoperability issues can be more closely managed.
However, restricting new implementations into limited deployments risks causing
forks in the protocol.  If implementations do not interoperate, little prevents
those implementations from diverging more over time.</t>
      <t>This has a negative impact on the ecosystem of a protocol.  New implementations
are key to the continued viability of a protocol.  New protocol implementations
are also more likely to be developed for new and diverse use cases and are often
the origin of features and capabilities that can be of benefit to existing
users.</t>
      <t>The need to work around interoperability problems also reduces the ability of
established implementations to change. An accumulation of mitigations for
interoperability issues makes implementations more difficult to maintain and can
constrain extensibility (see also the IAB document on the Long-Term Viability of
Protocol Extension Mechanisms <xref target="RFC9170"/>).</t>
      <t>Sometimes what appear to be interoperability problems are symptomatic of issues
in protocol design.  A community that is willing to make changes to the
protocol, by revising or extending it, makes the protocol better in the process.
Applying the robustness principle instead conceals problems, making it harder,
or even impossible, to fix them later.</t>
    </section>
    <section anchor="active">
      <name>Active Protocol Maintenance</name>
      <t>The robustness principle can be highly effective in safeguarding against flaws
in the implementation of a protocol by peers.  Especially when a specification
remains unchanged for an extended period of time, incentive to be tolerant of
errors accumulates over time.  Indeed, when faced with divergent interpretations
of an immutable specification, the only way for an implementation to remain
interoperable is to be tolerant of differences in interpretation and
implementation errors.</t>
      <t>From this perspective, application of the robustness principle to the
implementation of a protocol specification that does not change is logical, even
necessary.  But that conclusion relies on an assumption that existing
specifications and implementations cannot change.  Applying the robustness
principle in this way disproportionately values short-term gains over the
negative effects on future implementations and the protocol as a whole.</t>
      <t>For a protocol to have sustained viability, it is necessary for both
specifications and implementations to be responsive to changes, in addition to
handling new and old problems that might arise over time.</t>
      <t>Maintaining specifications so that they closely match deployments ensures that
implementations are consistently interoperable and removes needless barriers for
new implementations.  Maintenance also enables continued improvement of the
protocol.  New use cases are an indicator that the protocol could be successful
<xref target="RFC5218"/>.</t>
      <t>Protocol designers are strongly encouraged to continue to maintain and evolve
protocol specifications beyond their initial inception and definition.  This
might require the development of revised specifications, extensions, or other
supporting material that documents the current state of the protocol.
Involvement of those who implement and deploy the protocol is a critical part of
this process, as they provide input on their experience with how the protocol is
used.</t>
      <t>Most interoperability problems do not require revision of protocols or protocol
specifications.  For instance, the most effective means of dealing with a
defective implementation in a peer could be to contact the developer responsible.
It is far more efficient in the long term to fix one isolated bug than it is to
deal with the consequences of workarounds.</t>
      <t>Early implementations of protocols have a stronger obligation to closely follow
specifications as their behavior will affect all subsequent implementations.  In
addition to specifications, later implementations will be guided by what
existing deployments accept.  Tolerance of errors in early deployments is most
likely to result in problems.  Protocol specifications might need more frequent
revision during early deployments to capture feedback from early rounds of
deployment.</t>
      <t>Neglect can quickly produce the negative consequences this document describes.
Restoring the protocol to a state where it can be maintained involves first
discovering the properties of the protocol as it is deployed, rather than the
protocol as it was originally documented.  This can be difficult and
time-consuming, particularly if the protocol has a diverse set of
implementations.  Such a process was undertaken for HTTP <xref target="HTTP"/> after
a period of minimal maintenance.  Restoring HTTP specifications to relevance
took significant effort.</t>
      <t>Maintenance is most effective if it is responsive, which is greatly affected by
how rapidly protocol changes can be deployed.  For protocol deployments that
operate on longer time scales, temporary workarounds following the spirit of the
robustness principle might be necessary.  For this, improvements in software
update mechanisms ensure that the cost of reacting to changes is much lower than
it was in the past.  Alternatively, if specifications can be updated more
readily than deployments, details of the workaround can be documented, including
the desired form of the protocols once the need for workarounds no longer exists
and plans for removing the workaround.</t>
    </section>
    <section anchor="extensibility">
      <name>Extensibility</name>
      <t>Good extensibility <xref target="EXT"/> can make it easier to respond to new use
cases or changes in the environment in which the protocol is deployed.</t>
      <t>The ability to extend a protocol is sometimes mistaken for an application of the
robustness principle.  After all, if one party wants to start using a new
feature before another party is prepared to receive it, it might be assumed that
the receiving party is being tolerant of unexpected inputs.</t>
      <t>A well-designed extensibility mechanism establishes clear rules for the handling
of things like new messages or parameters.  This depends on precisely
specifying the handling of malformed or illegal inputs so that
implementations behave consistently in all cases that might affect
interoperation.  If extension mechanisms and error handling are designed and
implemented correctly, new protocol features can be deployed with confidence in
the understanding of the effect they have on existing implementations.</t>
      <t>In contrast, relying on implementations to consistently apply the robustness
principle is not a good strategy for extensibility.  Using undocumented or
accidental features of a protocol as the basis of an extensibility mechanism can
be extremely difficult, as is demonstrated by the case study in <xref section="A.3" sectionFormat="of" target="EXT"/>.</t>
      <t>A protocol could be designed to permit a narrow set of valid inputs, or it could
allow a wide range of inputs as a core feature (see for example <xref target="HTML"/>).
Specifying and implementing a more flexible protocol is more difficult; allowing
less variability is preferable in the absence of strong reasons to be flexible.</t>
    </section>
    <section anchor="intolerance">
      <name>Virtuous Intolerance</name>
      <t>A well-specified protocol includes rules for consistent handling of aberrant
conditions.  This increases the chances that implementations will have
consistent and interoperable handling of unusual conditions.</t>
      <t>Choosing to generate fatal errors for unspecified conditions instead of
attempting error recovery can ensure that faults receive attention.  This
intolerance can be harnessed to reduce occurrences of aberrant implementations.</t>
      <t>Intolerance toward violations of specification improves feedback for new
implementations in particular.  When a new implementation encounters a peer that
is intolerant of an error, it receives strong feedback that allows the problem
to be discovered quickly.</t>
      <t>To be effective, intolerant implementations need to be sufficiently widely
deployed that they are encountered by new implementations with high probability.
This could depend on multiple implementations deploying strict checks.</t>
      <t>This does not mean that intolerance of errors in early deployments of protocols
has the effect of preventing interoperability.  On the contrary, when existing
implementations follow clearly-specified error handling, new implementations or
features can be introduced more readily as the effect on existing
implementations can be easily predicted; see also <xref target="extensibility"/>.</t>
      <t>Any intolerance also needs to be strongly supported by specifications, otherwise
they encourage fracturing of the protocol community or proliferation of
workarounds; see <xref target="exclusion"/>.</t>
      <t>Intolerance can be used to motivate compliance with any protocol requirement.
For instance, the INADEQUATE_SECURITY error code and associated requirements in
HTTP/2 <xref target="H2"/> resulted in improvements in the security of the
deployed base.</t>
    </section>
    <section anchor="exclusion">
      <name>Exclusion</name>
      <t>Any protocol participant that is affected by changes arising from maintenance
might be excluded if they are unwilling or unable to implement or deploy changes
that are made to the protocol.</t>
      <t>Deliberate exclusion of problematic implementations is an important tool that
can ensure that the interoperability of a protocol remains viable.  While
compatible changes are always preferable to incompatible ones, it is not always
possible to produce a design that protects the ability of all current and future
protocol participants to interoperate.  Developing and deploying changes that
risk exclusion of previously interoperating implementations requires some care,
but changes to a protocol should not be blocked on the grounds of the risk of
exclusion alone.</t>
      <t>Exclusion is a direct goal when choosing to be intolerant of errors (see
<xref target="intolerance"/>).  Exclusionary actions are employed with the deliberate intent
of protecting future interoperability.</t>
      <t>Excluding implementations or deployments can lead to a fracturing of the
protocol system that could be more harmful than any divergence resulting from
following the robustness principle. The IAB document on Uncoordinated Protocol
Development Considered Harmful <xref target="RFC5704"/> describes how conflict or
competition in the maintenance of protocols can lead to similar problems.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Sloppy implementations, lax interpretations of specifications, and uncoordinated
extrapolation of requirements to cover gaps in specification can result in
security problems.  Hiding the consequences of protocol variations encourages
the hiding of issues, which can conceal bugs and make them difficult to
discover.</t>
      <t>The consequences of the problems described in this document are especially acute
for any protocol where security depends on agreement about semantics of protocol
elements.  For instance, use of unsafe security mechanisms, such as weak
primitives <xref target="MD5"/> or obsolete mechanisms <xref target="SSL3"/>, are good
examples of where forcing exclusion (<xref target="exclusion"/>) can be desirable.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <displayreference target="H2" to="HTTP/2"/>
    <references>
      <name>Informative References</name>
      <reference anchor="ECMA262" target="https://www.ecma-international.org/publications/standards/Ecma-262.htm">
        <front>
          <title>ECMAScript(R) 2018 Language Specification</title>
          <author>
            <organization/>
          </author>
          <date year="2018" month="June"/>
        </front>
        <seriesInfo name="ECMA-262" value="9th Edition"/>
      </reference>
      <reference anchor="HTML" target="https://html.spec.whatwg.org/">
        <front>
          <title>HTML</title>
          <author>
            <organization/>
          </author>
          <date year="2019" month="March" day="08"/>
        </front>
        <seriesInfo name="WHATWG" value="Living Standard"/>
      </reference>
      <reference anchor="H2">
        <front>
          <title>Hypertext Transfer Protocol Version 2 (HTTP/2)</title>
          <author fullname="M. Belshe" initials="M." surname="Belshe">
            <organization/>
          </author>
          <author fullname="R. Peon" initials="R." surname="Peon">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
            <organization/>
          </author>
          <date month="May" year="2015"/>
          <abstract>
            <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2).  HTTP/2 enables a more efficient use of network resources and a reduced perception of latency by introducing header field compression and allowing multiple concurrent exchanges on the same connection.  It also introduces unsolicited push of representations from servers to clients.</t>
            <t>This specification is an alternative to, but does not obsolete, the HTTP/1.1 message syntax.  HTTP's existing semantics remain unchanged.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7540"/>
        <seriesInfo name="DOI" value="10.17487/RFC7540"/>
      </reference>
      <reference anchor="RFC1958">
        <front>
          <title>Architectural Principles of the Internet</title>
          <author fullname="B. Carpenter" initials="B." role="editor" surname="Carpenter">
            <organization/>
          </author>
          <date month="June" year="1996"/>
          <abstract>
            <t>The Internet and its architecture have grown in evolutionary fashion from modest beginnings, rather than from a Grand Plan. While this process of evolution is one of the main reasons for the technology's success, it nevertheless seems useful to record a snapshot of the current principles of the Internet architecture. This is intended for general guidance and general interest, and is in no way intended to be a formal or invariant reference model.  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="1958"/>
        <seriesInfo name="DOI" value="10.17487/RFC1958"/>
      </reference>
      <reference anchor="RFC0760">
        <front>
          <title>DoD standard Internet Protocol</title>
          <author fullname="J. Postel" initials="J." surname="Postel">
            <organization/>
          </author>
          <date month="January" year="1980"/>
        </front>
        <seriesInfo name="RFC" value="760"/>
        <seriesInfo name="DOI" value="10.17487/RFC0760"/>
      </reference>
      <reference anchor="RFC5218">
        <front>
          <title>What Makes for a Successful Protocol?</title>
          <author fullname="D. Thaler" initials="D." surname="Thaler">
            <organization/>
          </author>
          <author fullname="B. Aboba" initials="B." surname="Aboba">
            <organization/>
          </author>
          <date month="July" year="2008"/>
          <abstract>
            <t>The Internet community has specified a large number of protocols to date, and these protocols have achieved varying degrees of success. Based on case studies, this document attempts to ascertain factors that contribute to or hinder a protocol's success.  It is hoped that these observations can serve as guidance for future protocol work.  This memo  provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5218"/>
        <seriesInfo name="DOI" value="10.17487/RFC5218"/>
      </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="RFC4627">
        <front>
          <title>The application/json Media Type for JavaScript Object Notation (JSON)</title>
          <author fullname="D. Crockford" initials="D." surname="Crockford">
            <organization/>
          </author>
          <date month="July" year="2006"/>
          <abstract>
            <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.  This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4627"/>
        <seriesInfo name="DOI" value="10.17487/RFC4627"/>
      </reference>
      <reference anchor="RFC7159">
        <front>
          <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
          <author fullname="T. Bray" initials="T." role="editor" surname="Bray">
            <organization/>
          </author>
          <date month="March" year="2014"/>
          <abstract>
            <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t>
            <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7159"/>
        <seriesInfo name="DOI" value="10.17487/RFC7159"/>
      </reference>
      <reference anchor="RFC7493">
        <front>
          <title>The I-JSON Message Format</title>
          <author fullname="T. Bray" initials="T." role="editor" surname="Bray">
            <organization/>
          </author>
          <date month="March" year="2015"/>
          <abstract>
            <t>I-JSON (short for "Internet JSON") is a restricted profile of JSON designed to maximize interoperability and increase confidence that software can process it successfully with predictable results.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7493"/>
        <seriesInfo name="DOI" value="10.17487/RFC7493"/>
      </reference>
      <reference anchor="RFC9170">
        <front>
          <title>Long-Term Viability of Protocol Extension Mechanisms</title>
          <author fullname="M. Thomson" initials="M." surname="Thomson">
            <organization/>
          </author>
          <author fullname="T. Pauly" initials="T." surname="Pauly">
            <organization/>
          </author>
          <date month="December" year="2021"/>
          <abstract>
            <t>The ability to change protocols depends on exercising the extension and version-negotiation mechanisms that support change.  This document explores how regular use of new protocol features can ensure that it remains possible to deploy changes to a protocol. Examples are given where lack of use caused changes to be more difficult or costly.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9170"/>
        <seriesInfo name="DOI" value="10.17487/RFC9170"/>
      </reference>
      <reference anchor="HTTP">
        <front>
          <title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
          <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
            <organization/>
          </author>
          <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
            <organization/>
          </author>
          <date month="June" year="2014"/>
          <abstract>
            <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7230"/>
        <seriesInfo name="DOI" value="10.17487/RFC7230"/>
      </reference>
      <reference anchor="EXT">
        <front>
          <title>Design Considerations for Protocol Extensions</title>
          <author fullname="B. Carpenter" initials="B." surname="Carpenter">
            <organization/>
          </author>
          <author fullname="B. Aboba" initials="B." role="editor" surname="Aboba">
            <organization/>
          </author>
          <author fullname="S. Cheshire" initials="S." surname="Cheshire">
            <organization/>
          </author>
          <date month="September" year="2012"/>
          <abstract>
            <t>This document discusses architectural issues related to the extensibility of Internet protocols, with a focus on design considerations.  It is intended to assist designers of both base protocols and extensions.  Case studies are included.  A companion document, RFC 4775 (BCP 125), discusses procedures relating to the extensibility of IETF protocols.  This document is not an  Internet Standards Track specification; it is published for informational  purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6709"/>
        <seriesInfo name="DOI" value="10.17487/RFC6709"/>
      </reference>
      <reference anchor="RFC5704">
        <front>
          <title>Uncoordinated Protocol Development Considered Harmful</title>
          <author fullname="S. Bryant" initials="S." role="editor" surname="Bryant">
            <organization/>
          </author>
          <author fullname="M. Morrow" initials="M." role="editor" surname="Morrow">
            <organization/>
          </author>
          <author>
            <organization>IAB</organization>
          </author>
          <date month="November" year="2009"/>
          <abstract>
            <t>This document identifies problems that may result from the absence of formal coordination and joint development on protocols of mutual interest between standards development organizations (SDOs).  Some of these problems may cause significant harm to the Internet.  The document suggests that a robust procedure is required prevent this from occurring in the future.  The IAB has selected a number of case studies, such as Transport MPLS (T-MPLS), as recent examples to describe the hazard to the Internet architecture that results from uncoordinated adaptation of a protocol.</t>
            <t>This experience has resulted in a considerable improvement in the relationship between the IETF and the ITU-T.  In particular, this was achieved via the establishment of the "Joint working team on MPLS-TP".  In addition, the leadership of the two organizations agreed to improve inter-organizational working practices so as to avoid conflict in the future between ITU-T Recommendations and IETF RFCs.</t>
            <t>Whilst we use ITU-T - IETF interactions in these case studies, the scope of the document extends to all SDOs that have an overlapping protocol interest with the IETF.  This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5704"/>
        <seriesInfo name="DOI" value="10.17487/RFC5704"/>
      </reference>
      <reference anchor="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="SSL3">
        <front>
          <title>Deprecating Secure Sockets Layer Version 3.0</title>
          <author fullname="R. Barnes" initials="R." surname="Barnes">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." surname="Thomson">
            <organization/>
          </author>
          <author fullname="A. Pironti" initials="A." surname="Pironti">
            <organization/>
          </author>
          <author fullname="A. Langley" initials="A." surname="Langley">
            <organization/>
          </author>
          <date month="June" year="2015"/>
          <abstract>
            <t>The Secure Sockets Layer version 3.0 (SSLv3), as specified in RFC 6101, is not sufficiently secure.  This document requires that SSLv3 not be used.  The replacement versions, in particular, Transport Layer Security (TLS) 1.2 (RFC 5246), are considerably more secure and capable protocols.</t>
            <t>This document updates the backward compatibility section of RFC 5246 and its predecessors to prohibit fallback to SSLv3.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7568"/>
        <seriesInfo name="DOI" value="10.17487/RFC7568"/>
      </reference>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Constructive feedback on this document has been provided by a surprising number
of people including <contact fullname="Bernard Aboba"/>, <contact fullname="Brian Carpenter"/>, <contact fullname="Stuart Cheshire"/>, <contact fullname="Mark Nottingham"/>, <contact fullname="Russ Housley"/>, <contact fullname="Eric Rescorla"/>,
<contact fullname="Henning Schulzrinne"/>, <contact fullname="Robert Sparks"/>, <contact fullname="Brian Trammell"/>, and
<contact fullname="Anne Van Kesteren"/>.  Please excuse any omission.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA61c25IbyXF976/o4L5IDsyQe6WWCtkakbMi7eVqvcOV7CdH
obsAlKfRBfdlIOwEI/wR/kJ/ic/JrKqubmAoO8IRUiwHQNclK/PkyUv11dVV
Mbihsa/KZx92tnxruv1mbMrXvu3tf4y2rWxf+k054Luf/Hrsh9b2fflj59rK
HRr7rDDrdWcf8PiPnR985ZvyvXHtYFuDZ58Vta9as8fwdWc2w5Uz66tD+OHV
fvrh1YuXRWUGu/Xd6VXp2o0v+nG9d33vfDucDhjg3c0fCszzZXHcvipv37wv
Hmw72ldFWW47Px70s7JMP8Yi/bYze3yGiZpXpa33v8f8177b4jPTVbtX5W4Y
Dv2r58+Px+N1+O45f7037fPG9QNX8hwP4oHOHvz0wNYNu3F9Xfn9c2yCg629
6ernus1LW8QQDXbYD9Mg+ZPXYUTnPzHG809L8Xo37JuiMOOw8x0kc4U5y1Ll
/9502E35Yef3vW/lC2wWn/tfXNMY+cCqoPbD7xt/tO3Q+cPpurXDfKQ35sHV
5V21c635xU0j/dH7bWPL779/LZ/1Q2ctNvv5Ny9elDf7ww77swYflj+a7v5o
TvKryg0nLmKEKLC8Pzt7lM87u8XJvypf3+jPfI2Zv/3qxVdfhr/xAFXl59YN
FqsZKFpq6s3edq6a7afuw1qvnR02v9/yU55cUfB4u70Z3IMo0u3r9zdffPPF
K3k4mgU/vKs6dxh+9dOvyy9efP6b8nvTbkezteXdwVZug+kGLPaZPFZjIa/k
Z1cvvlFBYEG251Q6sM5zxYnKb4ddeVs7Pq6Tmm5LoT3LFdNWe3PFQ+5amcg0
oqeHcd2Eqfvn/WDaGmrUP7/lrzE4leFZgVHffnj//XxL/GSx2m+vXnx59eI3
Tyz4L29vPvzlj6/K792Da7eUtkx2eclUwusekrk+7sxw3MpiOd3bINnfvSp/
+u71y6+/eqFrcP2hMTjLtx8+/Pj8i6Iorq6uSrOGAplqKAriUjdhzyFizwrH
DcUvD7vO9NAB05fP1haqAejqHuRQgSQlF1Ge/IhttfWqwMrLxq1tZ5rZt6aq
7GF4tip3GKfx2OV2dDWGJfTVEMe2Lfms22PqPYxDBF9A497JydihjCbZX5cl
F33w/TBC34ed62EOEDWfK0394CtRVzyw9/hHIYfrD1jU2jWwCK6M8/aw46HE
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
iR+rF3BZAAA=

-->

</rfc>
