<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.12 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-iab-protocol-maintenance-04" category="info">

  <front>
    <title abbrev="Protocol Maintenance">The Harmful Consequences of the Robustness Principle</title>

    <author initials="M." surname="Thomson" fullname="Martin Thomson">
      <organization>Mozilla</organization>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>

    <date year="2019" month="November" day="04"/>

    
    
    

    <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 title="Note to Readers">
<t>Discussion of this document takes place on the
  Architecture-Discuss mailing list (architecture-discuss@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/architecture-discuss/">https://mailarchive.ietf.org/arch/browse/architecture-discuss/</eref>.</t>
<t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/intarchboard/protocol-maintenance">https://github.com/intarchboard/protocol-maintenance</eref>.</t>
</note>
  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The robustness principle has been hugely influential in shaping the design of
the Internet.  As stated in IAB RFC 1958 <xref target="PRINCIPLES"/>, the robustness
principle advises to:</t>

<t><list style='empty'>
  <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>
</list></t>

<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 affect change in a system the size of the Internet.  That is, the
idea that once a protocol specification is published, changes that might require
existing implementations to change are not feasible.</t>

<t>Many problems that might lead to applications of the robustness principle are
avoided for protocols under 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 can greatly reduce and even
eliminate opportunities to apply the robustness principle.</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 inherent in applying the robustness
principle and to offer an alternative strategy for handling interoperability
problems in deployments.</t>

<t>Ideally, protocol implementations never have to apply the robustness principle.
Or, where it is unavoidable, use of the robustness principle is viewed as a
short term workaround that needs to be quickly reverted.</t>

</section>
<section anchor="fallibility-of-specifications" title="Fallibility of Specifications">

<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 (in RFC 760 <xref target="IP"/>) is preceded by a sentence that reveals
the motivation for the principle:</t>

<t><list style='empty'>
  <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>
</list></t>

<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>An imperfect specification is natural, largely because it is more important to
proceed to implementation and deployment than it is to perfect a specification.
A protocol, like any complex system, benefits greatly from experience with its
use.  A deployed protocol is immeasurably more useful than a perfect protocol.
The robustness principle is a tool that is suited to early phases of system
design.</t>

<t>As <xref target="SUCCESS"/> demonstrates, success or failure of a protocol depends
far more on factors like usefulness than on 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>The problem is therefore not with the premise, but with its conclusion: the
robustness principle itself.</t>

</section>
<section anchor="protocol-decay" title="Protocol Decay">

<t>The application of the robustness principle to the early Internet, or any system
that is in early phases of deployment, is expedient.  The consequence of
applying the principle is deferring the effort of dealing with interoperability
problems, which can amplify the ultimate cost of handling those 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.  Application of a protocol to uses that were not
anticipated in the original design, or ambiguities and errors in the
specification are often confounding factors.  Disagreements on the
interpretation of specifications should be expected over the lifetime of a
protocol.</t>

<t>Even with the best intentions, 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 sets up a feedback cycle.  Over time:</t>

<t><list style="symbols">
  <t>Implementations progressively add logic to constrain how data is transmitted,
or to permit variations in what is received.</t>
  <t>Errors in implementations or confusion about semantics are permitted or
ignored.</t>
  <t>These errors can become entrenched, forcing other implementations to be
tolerant of those errors.</t>
</list></t>

<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 they can be added to messages in any order.  However, some server
implementations terminate connections if they encounter a TLS ClientHello
message that ends with an empty extension.  To maintain interoperability, client
implementations are 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="JSON"/> demonstrates the effect of
specification shortcomings.  RFC 4627 omitted critical details on a range of key
details including Unicode handling, ordering and duplication of object members,
and number encoding.  Consequently, a range of interpretations were used by
implementations.  An updated specification <xref target="JSON-BIS"/> did not correct
these errors, concentrating instead on identifying the interoperable subset of
JSON.  I-JSON <xref target="I-JSON"/> 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 reaction that can create
interoperability problems.  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" title="Ecosystem Effects">

<t>Once deviations become entrenched, it can be extremely difficult - if not
impossible - to rectify the situation.</t>

<t>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.</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 important in ensuring the continued viability of a protocol.  New protocol
implementations are also more likely to be developed for new and diverse use
cases and often are 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 <xref target="USE-IT"/>).</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-protocol-maintenance" title="Active Protocol Maintenance">

<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, the inclination to be tolerant
accumulates over time.  Indeed, when faced with divergent interpretations of an
immutable specification, the best 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 suggests that the problem is with the assumption that
existing specifications and implementations are unable to 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="SUCCESS"/>.</t>

<t>Protocol designers are strongly encouraged to continue to maintain and evolve
protocol specificationss 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 email 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.
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 currency 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.  If specifications can be updated more
readily than deployments, details of the workaround can be document, 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" title="Extensibility">

<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>Extensibility 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.  If an extension mechanism is
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 Appendix A.3 of
<xref 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" title="Virtuous Intolerance">

<t>A well-specified protocol includes rules for consistent handling of aberrant
conditions.  This increases the chances that implementations will have
interoperable handling of unusual conditions.</t>

<t>Intolerance of any deviation from specification, where implementations generate
fatal errors in response to observing undefined or unusual behaviour, can be
harnessed to reduce occurrences of aberrant implementations.  Choosing to
generate fatal errors for unspecified conditions instead of attempting error
recovery can ensure that faults receive attention.</t>

<t>This improves feedback for new implementations in particular.  When a new
implementation encounters an intolerant implementation, it receives strong
feedback that allows problems 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>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="HTTP2"/> resulted in improvements in the security of the
deployed base.</t>

</section>
<section anchor="exclusion" title="Exclusion">

<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"/>), which is deployed with the 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.  RFC 5704 <xref target="UNCOORDINATED"/>
describes how conflict or competition in the maintenance of protocols can lead
to similar problems.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<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" title="IANA Considerations">

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Informative References'>

<reference anchor="ECMA262" target="https://www.ecma-international.org/publications/standards/Ecma-262.htm">
  <front>
    <title>ECMAScript(R) 2018 Language Specification</title>
    <author >
      <organization></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></organization>
    </author>
    <date year="2019" month="March" day="08"/>
  </front>
  <seriesInfo name="WHATWG" value="Living Standard"/>
</reference>




<reference  anchor="PRINCIPLES" target='https://www.rfc-editor.org/info/rfc1958'>
<front>
<title>Architectural Principles of the Internet</title>
<author initials='B.' surname='Carpenter' fullname='B. Carpenter' role='editor'><organization /></author>
<date year='1996' month='June' />
<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="IP" target='https://www.rfc-editor.org/info/rfc760'>
<front>
<title>DoD standard Internet Protocol</title>
<author initials='J.' surname='Postel' fullname='J. Postel'><organization /></author>
<date year='1980' month='January' />
</front>
<seriesInfo name='RFC' value='760'/>
<seriesInfo name='DOI' value='10.17487/RFC0760'/>
</reference>



<reference  anchor="SUCCESS" target='https://www.rfc-editor.org/info/rfc5218'>
<front>
<title>What Makes for a Successful Protocol?</title>
<author initials='D.' surname='Thaler' fullname='D. Thaler'><organization /></author>
<author initials='B.' surname='Aboba' fullname='B. Aboba'><organization /></author>
<date year='2008' month='July' />
<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" target='https://www.rfc-editor.org/info/rfc8446'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2018' month='August' />
<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="JSON" target='https://www.rfc-editor.org/info/rfc4627'>
<front>
<title>The application/json Media Type for JavaScript Object Notation (JSON)</title>
<author initials='D.' surname='Crockford' fullname='D. Crockford'><organization /></author>
<date year='2006' month='July' />
<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="JSON-BIS" target='https://www.rfc-editor.org/info/rfc7159'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author initials='T.' surname='Bray' fullname='T. Bray' role='editor'><organization /></author>
<date year='2014' month='March' />
<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="I-JSON" target='https://www.rfc-editor.org/info/rfc7493'>
<front>
<title>The I-JSON Message Format</title>
<author initials='T.' surname='Bray' fullname='T. Bray' role='editor'><organization /></author>
<date year='2015' month='March' />
<abstract><t>I-JSON (short for &quot;Internet JSON&quot;) 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="USE-IT">
<front>
<title>Long-term Viability of Protocol Extension Mechanisms</title>

<author initials='M' surname='Thomson' fullname='Martin Thomson'>
    <organization />
</author>

<date month='July' day='7' year='2019' />

<abstract><t>The ability to change protocols depends on exercising the extension and version negotiation mechanisms that support change.  Protocols that don't use these mechanisms can find that deploying changes can be difficult and costly.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-thomson-use-it-or-lose-it-04' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-thomson-use-it-or-lose-it-04.txt' />
</reference>



<reference  anchor="HTTP" target='https://www.rfc-editor.org/info/rfc7230'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<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 &quot;http&quot; and &quot;https&quot; 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" target='https://www.rfc-editor.org/info/rfc6709'>
<front>
<title>Design Considerations for Protocol Extensions</title>
<author initials='B.' surname='Carpenter' fullname='B. Carpenter'><organization /></author>
<author initials='B.' surname='Aboba' fullname='B. Aboba' role='editor'><organization /></author>
<author initials='S.' surname='Cheshire' fullname='S. Cheshire'><organization /></author>
<date year='2012' month='September' />
<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="HTTP2" target='https://www.rfc-editor.org/info/rfc7540'>
<front>
<title>Hypertext Transfer Protocol Version 2 (HTTP/2)</title>
<author initials='M.' surname='Belshe' fullname='M. Belshe'><organization /></author>
<author initials='R.' surname='Peon' fullname='R. Peon'><organization /></author>
<author initials='M.' surname='Thomson' fullname='M. Thomson' role='editor'><organization /></author>
<date year='2015' month='May' />
<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="UNCOORDINATED" target='https://www.rfc-editor.org/info/rfc5704'>
<front>
<title>Uncoordinated Protocol Development Considered Harmful</title>
<author initials='S.' surname='Bryant' fullname='S. Bryant' role='editor'><organization /></author>
<author initials='M.' surname='Morrow' fullname='M. Morrow' role='editor'><organization /></author>
<author><organization>IAB</organization></author>
<date year='2009' month='November' />
<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 &quot;Joint working team on MPLS-TP&quot;.  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" target='https://www.rfc-editor.org/info/rfc6151'>
<front>
<title>Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms</title>
<author initials='S.' surname='Turner' fullname='S. Turner'><organization /></author>
<author initials='L.' surname='Chen' fullname='L. Chen'><organization /></author>
<date year='2011' month='March' />
<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" target='https://www.rfc-editor.org/info/rfc7568'>
<front>
<title>Deprecating Secure Sockets Layer Version 3.0</title>
<author initials='R.' surname='Barnes' fullname='R. Barnes'><organization /></author>
<author initials='M.' surname='Thomson' fullname='M. Thomson'><organization /></author>
<author initials='A.' surname='Pironti' fullname='A. Pironti'><organization /></author>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<date year='2015' month='June' />
<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 anchor="acknowledgments" title="Acknowledgments">

<t>Constructive feedback on this document has been provided by a surprising number
of people including Bernard Aboba, Brian Carpenter, Stuart Cheshire, Mark
Nottingham, Russ Housley, Henning Schulzrinne, Robert Sparks, Brian Trammell,
and Anne Van Kesteren.  Please excuse any omission.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAGzGv10AA5Vca5PbRnb9jl+B0n6xt8ixLEuyrdQmGUvj1SSWrGjG66RS
qa0m0CSRAQEGDQxFq+a/55x7uxsNkOPd3fKWZkig+/Z9nvvoWS6XWV/1tX2V
P7nd2vyt6Xbroc5ft42z/zfYprAub9d5j+8+tqvB9Y11Lv/QVU1R7Wv7JDOr
VWfv8fqHru3boq3zd6ZqetsYvPskK9uiMTssX3Zm3S8rs1ru/YPL3fjg8unz
rDC93bTd8VVeNes2q/bdq7zvsOWzp0+/f/osy1xvmvKvpm4brHe0LttXr/L/
xlqL3LVd39m1w0/Hnf6AnXdmv6+azf9kmRn6bdu9yvJlluN/VeNe5e8u8ttt
u3NtI58pme9M11fN5Iu22+Dz9reqro18YEF4/Srf9f9atwfb9F27P140ts8y
Et7tTF/dW+yVX71+d/ns5bNX8lZgMz+8Kbpq33/x8cv82dOvv8t/Ms1mMBub
3+xtUa0rcKJqmyfyWgmuvJLHlk9fyifOdpV13EoX1n2W3Cj/vt/mV2XF13VT
021sj123fb93r7766nA4XFgwZknWd41sZOoLnPGr/bCq/dbuK+G16Ur31RWf
xuIX2373JMOqb2/f/TQ9Ej+ZUfv98uk3y6ffPULwr28vb3/986v8p+oe8slv
/GbnSca+9YUDZy4OW9MfNkIsKMmWy2VuVq7vTAHeU327UUX3QUUX0F9oWb7f
dsbZMjcuf7KyeUEN7+5FVtCHnGvnx3YAtU25yEBQXlcr25l68q0pCrvvnyzy
LdaBJm7yzVCVWJYWUuKUmybnu9UOW++gHMLPDCZ0LQy3fR70313kOYnet64f
OosVKpeD7728l5vyvqVJ8CjtrsUPmcis3YOoVVVX/ZGUcV8H3e5zfLdb5Kuh
zwvT5I3dyNnqY27Wa1v08mTYO7NF644OW+Xtve0gyZ0FOT+2XW7iQ3gDpwZR
4K+uJBaL/9tyIcuN/M4iv7n7QngAsoYaT4Lb5r4lly681HZVWdY2y/5ArnRt
ORTCpUdlKNxeWUhxO2xICJSphnfqKxWP2xoaeiqEdp3xt8B1HO7Sc7fkG9eX
P+Qff3ydf/39i+/yz5//5cPH6/evrz/8dHXzJ3zMTx8efueMEE7lIJoeKp39
c/4DZNB3FZh82IJIqhDJIRP6toa8Gv9NZwsrOg96ricq4vIdtoEFrNsabiV3
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
u8rpcP//A4hOuygGTQAA

-->

</rfc>

