<?xml version="1.0" encoding="UTF-8"?>
<!--
    This XML document is the output of clean-for-DTD.xslt; a tool that strips
    extensions to RFC2629(bis) from documents for processing with xml2rfc.
-->
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?><!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.0.39 -->
<?rfc toc="yes"?>
<?rfc tocindent="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<!DOCTYPE rfc
  PUBLIC "" "rfc2629.dtd">
<rfc ipr="trust200902" docName="draft-ietf-httpbis-http2-encryption-09" category="exp" obsoletes="" updates="" submissionType="IETF"><front><title abbrev="Opportunistic HTTP Security">Opportunistic Security for HTTP</title><author initials="M." surname="Nottingham" fullname="Mark Nottingham"><organization/><address><email>mnot@mnot.net</email><uri>https://www.mnot.net/</uri></address></author><author initials="M." surname="Thomson" fullname="Martin Thomson"><organization>Mozilla</organization><address><email>martin.thomson@gmail.com</email></address></author><date year="2016"/><area>Applications and Real-Time</area><workgroup>HTTP Working Group</workgroup><keyword>Internet-Draft</keyword><abstract><t>This document describes how <spanx style="verb" xml:space="preserve">http</spanx> URIs can be accessed using Transport Layer Security (TLS) to
mitigate pervasive monitoring attacks.</t></abstract><note title="Note to Readers"><t>Discussion of this draft takes place on the HTTP working group mailing list (ietf-http-wg@w3.org),
which is archived at <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/">https://lists.w3.org/Archives/Public/ietf-http-wg/</eref>.</t><t>Working Group information can be found at <eref target="http://httpwg.github.io/">http://httpwg.github.io/</eref>; source code and issues list
for this draft can be found at <eref target="https://github.com/httpwg/http-extensions/labels/opp-sec">https://github.com/httpwg/http-extensions/labels/opp-sec</eref>.</t></note></front><middle><section anchor="introduction" toc="default" title="Introduction"><t>This document describes a use of HTTP Alternative Services <xref target="RFC7838" format="default"/> to decouple
the URI scheme from the use and configuration of underlying encryption, allowing a <spanx style="verb" xml:space="preserve">http</spanx> URI
<xref target="RFC7230" format="default"/> to be accessed using Transport Layer Security (TLS) <xref target="RFC5246" format="default"/> opportunistically.</t><t>Serving <spanx style="verb" xml:space="preserve">https</spanx> URIs requires avoiding Mixed Content <xref target="W3C.CR-mixed-content-20160802" format="default"/>, which is
problematic in many deployments. This document describes a usage model whereby sites can serve
<spanx style="verb" xml:space="preserve">http</spanx> URIs over TLS, thereby avoiding these issues, while still providing protection against
passive attacks.</t><t>Opportunistic Security <xref target="RFC7435" format="default"/> does not provide the same guarantees as using TLS with <spanx style="verb" xml:space="preserve">https</spanx>
URIs; it is vulnerable to active attacks, and does not change the security context of the
connection. Normally, users will not be able to tell that it is in use (i.e., there will be no
“lock icon”).</t><section anchor="goals-and-non-goals" toc="default" title="Goals and Non-Goals"><t>The immediate goal is to make the use of HTTP more robust in the face of pervasive passive
monitoring <xref target="RFC7258" format="default"/>.</t><t>A secondary (but significant) goal is to provide for ease of implementation, deployment and
operation. This mechanism is expected to have a minimal impact upon performance, and require a
trivial administrative effort to configure.</t><t>Preventing active attacks (such as a Man-in-the-Middle) is a non-goal for this specification.
Furthermore, this specification is not intended to replace or offer an alternative to <spanx style="verb" xml:space="preserve">https</spanx>, since
it both prevents active attacks and invokes a more stringent security model in most clients.</t></section><section anchor="notational-conventions" toc="default" title="Notational Conventions"><t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”,
“RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in
<xref target="RFC2119" format="default"/>.</t></section></section><section anchor="using-http-uris-over-tls" toc="default" title="Using HTTP URIs over TLS"><t>An origin server that supports the resolution of <spanx style="verb" xml:space="preserve">http</spanx> URIs can indicate support for this
specification by providing an alternative service advertisement <xref target="RFC7838" format="default"/> for a protocol
identifier that uses TLS, such as <spanx style="verb" xml:space="preserve">h2</spanx> <xref target="RFC7540" format="default"/>.  Such a protocol MUST include an explicit
indication of the scheme of the resource.  This excludes HTTP/1.1; HTTP/1.1 clients are forbidden
from including the absolute form of a URI in requests to origin servers (see Section 5.3.1 of
<xref target="RFC7230" format="default"/>).</t><t>A client that receives such an advertisement MAY make future requests intended for the associated
origin <xref target="RFC6454" format="default"/> to the identified service (as specified by <xref target="RFC7838" format="default"/>), provided that the
alternative service opts in as described in <xref target="opt-in" format="default"/>.</t><t>A client that places the importance of protection against passive attacks over performance might
choose to withhold requests until an encrypted connection is available. However, if such a
connection cannot be successfully established, the client can resume its use of the cleartext
connection.</t><t>A client can also explicitly probe for an alternative service advertisement by sending a request
that bears little or no sensitive information, such as one with the OPTIONS method. Likewise,
clients with existing alternative services information could make such a request before they
expire, in order minimize the delays that might be incurred.</t><t>Client certificates are not meaningful for URLs with the <spanx style="verb" xml:space="preserve">http</spanx> scheme, and therefore clients
creating new TLS connections to alternative services for the purposes of this specification MUST NOT
present them. Connections that use client certificates for other reasons MAY be reused, though
client certificates MUST NOT affect the responses to requests for <spanx style="verb" xml:space="preserve">http</spanx> resources.</t><section anchor="opt-in" toc="default" title="Alternative Server Opt-In"><t>It is possible that the server might become confused about whether requests’ URLs have a <spanx style="verb" xml:space="preserve">http</spanx> or
<spanx style="verb" xml:space="preserve">https</spanx> scheme, for various reasons; see <xref target="confuse" format="default"/>. To ensure that the alternative service has
opted into serving <spanx style="verb" xml:space="preserve">http</spanx> URLs over TLS, clients are required to perform additional checks before
directing <spanx style="verb" xml:space="preserve">http</spanx> requests to it.</t><t>Clients MUST NOT send <spanx style="verb" xml:space="preserve">http</spanx> requests over a secured connection, unless the chosen alternative
service presents a certificate that is valid for the origin - as per <xref target="RFC2818" format="default"/> (this also
establishes “reasonable assurances” for the purposes of {RFC7838}}) - and they have obtained a valid
http-opportunistic response for an origin (as per <xref target="well-known" format="default"/>).</t><t>For example, assuming the following request is made over a TLS connection that is successfully
authenticated for those origins, the following request/response pair would allow requests for the
origins “http://www.example.com” or “http://example.com” to be sent using a secured connection:</t><figure suppress-title="false" align="left" alt="" width="" height=""><artwork type="example" xml:space="preserve" name="" align="left" alt="" width="" height=""><![CDATA[

HEADERS
  + END_STREAM
  + END_HEADERS
    :method = GET
    :scheme = http
    :path = /.well-known/http-opportunistic
    host: example.com

HEADERS
    :status = 200
    content-type = application/json
DATA
  + END_STREAM
[ "http://www.example.com", "http://example.com" ]
]]></artwork></figure></section><section anchor="interaction-with-https-uris" toc="default" title="Interaction with “https” URIs"><t>Clients MUST NOT send <spanx style="verb" xml:space="preserve">http</spanx> requests and <spanx style="verb" xml:space="preserve">https</spanx> requests on the same connection.  Similarly,
clients MUST NOT send <spanx style="verb" xml:space="preserve">http</spanx> requests for multiple origins on the same connection.</t></section><section anchor="well-known" toc="default" title="The “http-opportunistic” well-known URI"><t>This specification defines the “http-opportunistic” well-known URI <xref target="RFC5785" format="default"/>. A client is said to
have a valid http-opportunistic response for a given origin when:</t><t><list style="symbols"><t>The client has obtained a 200 (OK) response for the well-known URI from the origin, and it is
fresh <xref target="RFC7234" format="default"/> (potentially through revalidation <xref target="RFC7232" format="default"/>), and</t><t>That response has the media type “application/json”, and</t><t>That response’s payload, when parsed as JSON <xref target="RFC7159" format="default"/>, contains an array as the root, and</t><t>The array contains a string that is a case-insensitive character-for-character match
for the origin in question, serialised into Unicode as per Section 6.1 of <xref target="RFC6454" format="default"/>.</t></list></t><t>A client MAY treat an “http-opportunistic” resource as invalid if the contains values that are not
strings.</t><t>This document does not define semantics for “http-opportunistic” resources on an <spanx style="verb" xml:space="preserve">https</spanx> origin,
nor does it define semantics if the resource includes <spanx style="verb" xml:space="preserve">https</spanx> origins.</t></section></section><section anchor="iana-considerations" toc="default" title="IANA Considerations"><t>This specification registers a Well-Known URI <xref target="RFC5785" format="default"/>:</t><t><list style="symbols"><t>URI Suffix: http-opportunistic</t><t>Change Controller: IETF</t><t>Specification Document(s): <xref target="well-known" format="default"/> of [this specification]</t><t>Related Information:</t></list></t></section><section anchor="security" toc="default" title="Security Considerations"><section anchor="security-indicators" toc="default" title="Security Indicators"><t>User Agents MUST NOT provide any special security indicia when an <spanx style="verb" xml:space="preserve">http</spanx> resource is acquired using
TLS. In particular, indicators that might suggest the same level of security as <spanx style="verb" xml:space="preserve">https</spanx> MUST NOT be
used (e.g., a “lock device”).</t></section><section anchor="downgrade" toc="default" title="Downgrade Attacks"><t>A downgrade attack against the negotiation for TLS is possible.</t><t>For example, because the <spanx style="verb" xml:space="preserve">Alt-Svc</spanx> header field <xref target="RFC7838" format="default"/> likely appears in an unauthenticated
and unencrypted channel, it is subject to downgrade by network attackers. In its simplest form, an
attacker that wants the connection to remain in the clear need only strip the <spanx style="verb" xml:space="preserve">Alt-Svc</spanx> header
field from responses.</t></section><section anchor="privacy" toc="default" title="Privacy Considerations"><t>Cached alternative services can be used to track clients over time; e.g., using a user-specific
hostname. Clearing the cache reduces the ability of servers to track clients; therefore clients
MUST clear cached alternative service information when clearing other origin-based state (i.e.,
cookies).</t></section><section anchor="confuse" toc="default" title="Confusion Regarding Request Scheme"><t>HTTP implementations and applications sometimes use ambient signals to determine if a request is
for an <spanx style="verb" xml:space="preserve">https</spanx> resource; for example, they might look for TLS on the stack, or a server port number
of 443.</t><t>This might be due to expected limitations in the protocol (the most common HTTP/1.1 request form
does not carry an explicit indication of the URI scheme and the resource might have been developed
assuming HTTP/1.1), or it may be because how the server and application are implemented (often,
they are two separate entities, with a variety of possible interfaces between them).</t><t>Any security decisions based upon this information could be misled by the deployment of this
specification, because it violates the assumption that the use of TLS (or port 443) means that the
client is accessing a HTTPS URI, and operating in the security context implied by HTTPS.</t><t>Therefore, servers need to carefully examine the use of such signals before deploying this
specification.</t></section><section anchor="server-controls" toc="default" title="Server Controls"><t>This specification requires that a server send both an Alternative Service advertisement and host
content in a well-known location to send HTTP requests over TLS. Servers SHOULD take suitable
measures to ensure that the content of the well-known resource remains under their control.
Likewise, because the Alt-Svc header field is used to describe policies across an entire origin,
servers SHOULD NOT permit user content to set or modify the value of this header.</t></section></section></middle><back><references title="Normative References"><reference anchor="RFC2119" target="http://www.rfc-editor.org/info/rfc2119"><front><title>Key words for use in RFCs to Indicate Requirement Levels</title><author initials="S." surname="Bradner" fullname="S. Bradner"><organization/></author><date year="1997" month="March"/><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="RFC2818" target="http://www.rfc-editor.org/info/rfc2818"><front><title>HTTP Over TLS</title><author initials="E." surname="Rescorla" fullname="E. Rescorla"><organization/></author><date year="2000" month="May"/><abstract><t>This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet.  This memo provides information for the Internet community.</t></abstract></front><seriesInfo name="RFC" value="2818"/><seriesInfo name="DOI" value="10.17487/RFC2818"/></reference><reference anchor="RFC5246" target="http://www.rfc-editor.org/info/rfc5246"><front><title>The Transport Layer Security (TLS) Protocol Version 1.2</title><author initials="T." surname="Dierks" fullname="T. Dierks"><organization/></author><author initials="E." surname="Rescorla" fullname="E. Rescorla"><organization/></author><date year="2008" month="August"/><abstract><t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t></abstract></front><seriesInfo name="RFC" value="5246"/><seriesInfo name="DOI" value="10.17487/RFC5246"/></reference><reference anchor="RFC5785" target="http://www.rfc-editor.org/info/rfc5785"><front><title>Defining Well-Known Uniform Resource Identifiers (URIs)</title><author initials="M." surname="Nottingham" fullname="M. Nottingham"><organization/></author><author initials="E." surname="Hammer-Lahav" fullname="E. Hammer-Lahav"><organization/></author><date year="2010" month="April"/><abstract><t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.   [STANDARDS-TRACK]</t></abstract></front><seriesInfo name="RFC" value="5785"/><seriesInfo name="DOI" value="10.17487/RFC5785"/></reference><reference anchor="RFC6454" target="http://www.rfc-editor.org/info/rfc6454"><front><title>The Web Origin Concept</title><author initials="A." surname="Barth" fullname="A. Barth"><organization/></author><date year="2011" month="December"/><abstract><t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents.  Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites.  In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string.  It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request.   [STANDARDS-TRACK]</t></abstract></front><seriesInfo name="RFC" value="6454"/><seriesInfo name="DOI" value="10.17487/RFC6454"/></reference><reference anchor="RFC7159" target="http://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="RFC7230" target="http://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 "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="RFC7232" target="http://www.rfc-editor.org/info/rfc7232"><front><title>Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</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 defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false.</t></abstract></front><seriesInfo name="RFC" value="7232"/><seriesInfo name="DOI" value="10.17487/RFC7232"/></reference><reference anchor="RFC7234" target="http://www.rfc-editor.org/info/rfc7234"><front><title>Hypertext Transfer Protocol (HTTP/1.1): Caching</title><author initials="R." surname="Fielding" fullname="R. Fielding" role="editor"><organization/></author><author initials="M." surname="Nottingham" fullname="M. Nottingham" 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 defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages.</t></abstract></front><seriesInfo name="RFC" value="7234"/><seriesInfo name="DOI" value="10.17487/RFC7234"/></reference><reference anchor="RFC7540" target="http://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="RFC7838" target="http://www.rfc-editor.org/info/rfc7838"><front><title>HTTP Alternative Services</title><author initials="M." surname="Nottingham" fullname="M. Nottingham"><organization/></author><author initials="P." surname="McManus" fullname="P. McManus"><organization/></author><author initials="J." surname="Reschke" fullname="J. Reschke"><organization/></author><date year="2016" month="April"/><abstract><t>This document specifies "Alternative Services" for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t></abstract></front><seriesInfo name="RFC" value="7838"/><seriesInfo name="DOI" value="10.17487/RFC7838"/></reference></references><references title="Informative References"><reference anchor="RFC7258" target="http://www.rfc-editor.org/info/rfc7258"><front><title>Pervasive Monitoring Is an Attack</title><author initials="S." surname="Farrell" fullname="S. Farrell"><organization/></author><author initials="H." surname="Tschofenig" fullname="H. Tschofenig"><organization/></author><date year="2014" month="May"/><abstract><t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t></abstract></front><seriesInfo name="BCP" value="188"/><seriesInfo name="RFC" value="7258"/><seriesInfo name="DOI" value="10.17487/RFC7258"/></reference><reference anchor="RFC7435" target="http://www.rfc-editor.org/info/rfc7435"><front><title>Opportunistic Security: Some Protection Most of the Time</title><author initials="V." surname="Dukhovni" fullname="V. Dukhovni"><organization/></author><date year="2014" month="December"/><abstract><t>This document defines the concept "Opportunistic Security" in the context of communications protocols.  Protocol designs based on Opportunistic Security use encryption even when authentication is not available, and use authentication when possible, thereby removing barriers to the widespread use of encryption on the Internet.</t></abstract></front><seriesInfo name="RFC" value="7435"/><seriesInfo name="DOI" value="10.17487/RFC7435"/></reference><reference anchor="RFC7469" target="http://www.rfc-editor.org/info/rfc7469"><front><title>Public Key Pinning Extension for HTTP</title><author initials="C." surname="Evans" fullname="C. Evans"><organization/></author><author initials="C." surname="Palmer" fullname="C. Palmer"><organization/></author><author initials="R." surname="Sleevi" fullname="R. Sleevi"><organization/></author><date year="2015" month="April"/><abstract><t>This document defines a new HTTP header that allows web host operators to instruct user agents to remember ("pin") the hosts' cryptographic identities over a period of time.  During that time, user agents (UAs) will require that the host presents a certificate chain including at least one Subject Public Key Info structure whose fingerprint matches one of the pinned fingerprints for that host.  By effectively reducing the number of trusted authorities who can authenticate the domain during the lifetime of the pin, pinning may reduce the incidence of man-in-the-middle attacks due to compromised Certification Authorities.</t></abstract></front><seriesInfo name="RFC" value="7469"/><seriesInfo name="DOI" value="10.17487/RFC7469"/></reference><reference anchor="W3C.CR-mixed-content-20160802" target="https://www.w3.org/TR/2016/CR-mixed-content-20160802"><front><title>Mixed Content</title><author initials="M." surname="West" fullname="Mike West"><organization/></author><date month="August" day="2" year="2016"/></front><seriesInfo name="World Wide Web Consortium CR" value="CR-mixed-content-20160802"/><format type="HTML" target="https://www.w3.org/TR/2016/CR-mixed-content-20160802"/></reference></references><section anchor="acknowledgements" toc="default" title="Acknowledgements"><t>Mike Bishop contributed significant text to this document.</t><t>Thanks to Patrick McManus, Stefan Eissing, Eliot Lear, Stephen Farrell, Guy Podjarny, Stephen Ludin,
Erik Nygren, Paul Hoffman, Adam Langley, Eric Rescorla, Julian Reschke, Kari Hurtta, and Richard
Barnes for their feedback and suggestions.</t></section></back><!-- ##markdown-source:
H4sIAGNeW1gAA5Vaa3MbN5b9jl+Bkj+MNEtStmzZDr1JRSPJsSZ6eES5UluZ
VAx2gySi7gYX6BbNuJzfPudeAN1Nis5mUymr1Q/gPs8990LD4VDUpi70WN4s
l9bVTWV8bTI50VnjTL2WM+vku7u790JNp04/bL9Hj9qXRW6zSpVYLHdqVg+N
rmfDRV0vp8bzz6OhrjK3XtbGVsNC1drXIsePsTx6+uylyHA5t249lvrTUgiz
dGNZu8bXR0+ffvP0SCin1VieLJeFwatYw0tV5fJWq2J4Z0otVtbdz51tluMg
871e41Y+lhdVrV2l6+EZCSaEr/Hhr6qwFfZeay+WZix/rm02kPjHVLmu6oH0
UNTpmcfVuowXtTMZHmW2XKp4UeJlPDJVYSr9ixCqqRfWjYUcCon/TOXH8mok
r21dm2q+UCXfDoa6Uu5++4l1c1WZ31nDMd/RpTLFWJaVrb+nf0ZQhR/A7GNJ
lvXjw8PVajVKTw+3d79b2NLbanNr7LrxYGNneWV/N0WhNiTgb0Z1+Ob7Od0d
wQRCVNaV+O5Bk8S3b0+Pnj37Jl2+fvY6Xh4fvXiZLl+9Po6XL18cv4iXr54d
p89eHT1/2l0edZftu8cv2hdeP8cWwlSzLTFeHR2nvV+9eH7cXr7kXX56fjo6
vR2W5pPOh5lFkFT1kELx6eun2FCI4XAo1RROh6+FuFsYLxHjDXlc5tpnzky1
lwu7kh/JCx/lh9sLLzNVyamWKsu09zqXjYd35Z1TlafckZdqrV2XYvt3l5MD
xJ0oTW3myAG51O5BeWghS1uZ2jr6XtW1yu79KEgFP+tfr+mf2v6KDMi180Kc
GZ813sN90s5kzfJSxMta3UPQZaEyLfGwXuiQupQxtDhnjSR30m8Fklvut+k7
XM2/Xz0fIToOBmK1MNlCYmHlsgVEzCGY/O8Ug/SlH4WXD0/CG/7wfTNFyh72
Fzz8Dor8FHf/gXdvvQcBowlntqm6DbA+/VjNR3NTL5rpyNjD794gTRsHtTKb
a8YD430DZUkUQfDVM8POZUnuuCBCOW7BP4b6E0KCzOkPCzXVhT+0y+XQ6+y7
6IbS5HmhhXhCEONs3mQk/tdDRSEYNPmGrX9SECxxvCIc3INBwMjPn2NAf/mC
oMC3GYyDPchnCC/ps4UuoYOzJfuRFiS1Eb8zM29cMCC2gI7aFWsycAe7A6mK
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
7PBWZJuETiPxH8ejPW9CKQAA

--></rfc>