<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.25 (Ruby 2.7.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-krose-multicast-security-02" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.0 -->
  <front>
    <title abbrev="Multicast Transport Security">Security and Privacy Considerations for Multicast Transports</title>
    <seriesInfo name="Internet-Draft" value="draft-krose-multicast-security-02"/>
    <author initials="K." surname="Rose" fullname="Kyle Rose">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>145 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>krose@krose.org</email>
      </address>
    </author>
    <author initials="J." surname="Holland" fullname="Jake Holland">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>145 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>jakeholland.net@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="January" day="31"/>
    <area>General</area>
    <workgroup>TODO Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Interdomain multicast has unique potential to solve delivery scalability for popular content, but it carries a set of security and privacy issues that differ from those in unicast delivery.
This document analyzes the security threats unique to multicast-based delivery for Internet and Web traffic under the Internet and Web threat models.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    mailing list (),
  which is archived at <eref target=""/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/squarooticus/draft-krose-multicast-security"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>This document examines the security considerations relevant to the use of multicast for scalable one-to-many delivery of application traffic over the Internet, along with special considerations for multicast delivery to clients constrained by the Web security model.</t>
      <section anchor="background">
        <name>Background</name>
        <t>This document assumes readers have a basic understanding of some background topics, specifically:</t>
        <ul spacing="normal">
          <li>The Internet threat model as defined in Section 3 of <xref target="RFC3552"/>.</li>
          <li>The Security Considerations for UDP Usage Guidelines as described in Section 6 of <xref target="RFC8085"/>, since application layer multicast traffic is generally carried over UDP.</li>
          <li>Source-specific multicast, as described in <xref target="RFC4607"/>.  This document focuses on interdomain multicast, therefore any-source multicast is out of scope in accordance with the deprecation of interdomain any-source multicast in <xref target="RFC8815"/>.</li>
        </ul>
      </section>
      <section anchor="web-security-model">
        <name>Web Security Model</name>
        <t>The Web security model, while not yet documented authoritatively in a single reference, nevertheless strongly influences Web client implementations, and has generally been interpreted to require certain properties of underlying transports such as:</t>
        <ul spacing="normal">
          <li>Confidentiality: A passive observer must not be able to identify or access content through simple observation of the bits being delivered, up to the limits of metadata privacy (such as traffic analysis, peer identity, application/transport/security-layer protocol design constraints, etc.).</li>
          <li>Authenticity: A receiver must be able to cryptographically verify that the delivered content originated from the desired source.</li>
          <li>Integrity: A receiver must be able to distinguish between original content as sent from the desired source and content modified in some way (including through deletion) by an attacker.</li>
          <li>Non-linkability: A passive observer must not be able to link a single user across multiple devices or a single client roaming across multiple networks.</li>
        </ul>
        <t>For unicast transport, TLS <xref target="RFC8446"/> satisfies these requirements, therefore Web Transport <xref target="webtrans"/> proposes to require qualifying transport protocols to use "TLS or a semantically equivalent security protocol".</t>
        <t>For unicast communication this is sensible and meaningful (if imprecise) for an engineer with a grounding in security, but it is unclear how or whether 'semantic equivalence to TLS' can be directly interpreted in any meaningful way for multicast transport protocols.
This document instead explicitly describes a security and privacy threat model for multicast transports in order to extend the Web security model to accommodate multicast delivery in a way that fits within the spirit of how that model is generally interpreted for unicast.</t>
        <t>Although defining the security protections necessary to make multicast traffic suitable for Web Transport is a key goal for this document, many of the security considerations described here would be equally necessary to consider if a higher level multicast transport protocol were to be made available via a different interface within clients constrained by the Web security model.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
    </section>
    <section anchor="threat-model">
      <name>Threat Model</name>
      <t>Fundamentally, multicast is simply an addressing scheme in which the destination address identifies more than one unique receiver;
that said, this has implications for protocol design that differ greatly from those for unicast addressing.</t>
      <t>Given the virtually unbounded potential for attacks targeting data confidentiality and user privacy, we attempt to make the description of a multicast threat model tractable by taking the approach of highlighting areas in which multicast differs from unicast or poses novel challenges that are not addressed at a layer unconcerned with the addressing scheme.</t>
      <section anchor="multicast-transport-properties">
        <name>Multicast Transport Properties</name>
        <t>Unlike typical unicast transport protocols, multicast transports are naturally unidirectional.
Use cases for multicast transports typically involve one or a small number of senders transmitting data to a large number of receivers.
The sender may not know who the receivers are, or even how many of them there are, although a sender may require a pre-existing out-of-band relationship with receivers for the received data to be useful, such as via distribution of decryption keys only to authorized receivers.</t>
        <t>Applications built atop multicast IP or UDP must provide a mechanism for congestion control, just as those built atop unicast IP or UDP must.
Although multicast applications compliant with Section 4.1 of <xref target="RFC8085"/> will implement congestion control, in the context of a threat model it is important to note that malicious clients might attempt to use non-compliant subscriptions to multicast traffic as part of a DoS attack where possible, and that some applications might not be compliant with the recommendations for congestion control implementations.</t>
        <t>IP and UDP provide no native reliability mechanism, whether for unicast or multicast transmission.
Protocols leveraging multicast may add mechanisms for reliable delivery (see <xref target="RFC5740"/>, <xref target="RFC5775"/>, and <xref target="quic-http-mcast"/> for examples), but this may expand the attack surface against content providers if per-packet authenticity is not provided.
For example, in an application with unicast recovery for objects constructed out of multiple packets and which is limited to object-level authentication, if a packet is injected into the multicast stream receivers will fail to authenticate an entire object, necessitating unicast recovery by every receiver for the entire object.
Care must be taken to avoid such amplification attack vectors.</t>
      </section>
      <section anchor="authentication">
        <name>Authentication</name>
        <t>The Web security model requires that content be authenticated cryptographically.
In the context of unicast transport security, authentication means that content is known to have originated from the trusted peer, something that is typically enforced via a cryptographic authentication tag:</t>
        <ul spacing="normal">
          <li>Symmetric tags, such as symmetric message authentication codes (MACs) and authentication tags produced by authenticated encryption (AE) algorithms.
Because anyone in possession of the keying material may produce valid symmetric authentication tags, such keying material is typically known to at most two parties:
one sender and one receiver.
Some algorithms (such as TESLA, discussed below) relieve this constraint by imposing some different constraint on verification of tagged content.</li>
          <li>Asymmetric tags, typically signatures produced by public key cryptosystems.
These assume that only the sender has access to the signing key, but impose no constraints on dissemination of the signature verification key.</li>
        </ul>
        <t>In both cases:</t>
        <ul spacing="normal">
          <li>The receiving party must have a means for establishing trust in the keying material used to verify the authentication tag.</li>
          <li>
            <t>Instead of directly authenticating the protected content, the tag may protect a root of trust that itself protects cryptographically-linked content.
Examples include:  </t>
            <ul spacing="normal">
              <li>The TLS 1.3 handshake employing an authentication tag to reject MitM attacks against ECDH key agreement.</li>
              <li>An authentication tag of a Merkle tree root protecting the content represented by the entire tree.</li>
            </ul>
          </li>
          <li>The authentication tag serves to provide integrity protection over the unit of content to which the tag applies, with additional mechanisms required to detect and/or manage duplication/replay, deletion/loss, and reordering within a sequence of such authenticated content units.</li>
        </ul>
        <t>Asymmetric verification of content delivered through multicast is conceptually identical to the unicast case, owing to the asymmetry of access to the signing key;
but the symmetric case does not directly apply given that multiple receivers need access to the same key used for both signing and verification, which in a naive implementation opens up the possibility of forgery by a receiver on-path or with the ability to spoof the source.</t>
        <t>Multiple mechanisms providing for reliable asymmetric authentication of data delivered by multicast have been proposed over the years.</t>
        <ul spacing="normal">
          <li>TESLA <xref target="RFC4082"/> achieves asymmetry between the sender and multiple receivers through timed release of symmetric keying material rather than through the assumed computational difficulty of deriving a signing key from a verification key in public key cryptosystems like RSA and ECDSA.
It employs computationally-inexpensive symmetric authentication tagging with release of the keying material to receivers only after they are assumed to have received the protected data, with any data received subsequent to scheduled key release to be discarded by the receiver.
This requires some degree of time synchronization between clients and servers and imposes latency above one-way path delay prior to release of authenticated data to applications.</li>
          <li>Simple per-packet asymmetric signature of packet contents based on out-of-band communication of the signature's public key and algorithm, for example as described in Section 3 of <xref target="RFC6584"/>.</li>
          <li>Asymmetric Manifest-based Integrity (AMBI) <xref target="AMBI"/> relies on an out-of-band authenticated channel for distribution of manifests containing cryptographic digests of the packets in the multicast stream.
Authentication of this channel may, for instance, be provided by TLS if manifests are distributed using HTTPS from an origin known to the client to be closely affiliated with the multicast stream, such as would be the case if the manifest URL is delivered by the origin of the parent page hosting the media object.
Authenticity in this case is a prerequisite of the out-of-band channel that AMBI builds upon to provide authenticity for the multicast data channel.</li>
        </ul>
        <t>Regardless of mechanism, the primary goal of authentication in the multicast context is identical to that for unicast:
that the content delivered to the application originated from the trusted source.
Semantic equivalence to (D)TLS in this respect is therefore straightforwardly achieved by any number of potential mechanisms.</t>
      </section>
      <section anchor="integrity">
        <name>Integrity</name>
        <t>Integrity in the Web security model for unicast is closely tied to the features provided by transports that enabled the Web from its earliest days.
TCP, the transport substrate for the original HTTP, provides in-order delivery, reliability via retransmission, packet de-duplication, and modest protection against replay and forgery by certain classes of adversaries.
SSL and TLS later greatly strengthened those protections.
Web applications universally rely on these integrity assumptions for even the most basic operations.
It is no surprise, then, that when QUIC was subsequently designed with HTTP as the model application, initial requirements included the integrity guarantees provided by TCP at the granularity of an individual stream.</t>
        <t>Multicast applications by contrast have different integrity assumptions owing to the multicast transport legacy.
UDP, the transport protocol atop which multicast applications are typically built, provides no native reliability, in-order delivery, de-duplication, or protection against replay or forgery.
Additionally, UDP by itself provides no protection against off-path spoofing or injection.
Multicast has therefore traditionally been used for applications that can deal with a modest loss of integrity through application-layer mitigations such as:</t>
        <ul spacing="normal">
          <li>Packet indexes to reveal duplication/replay and reordering, and to complicate off-path spoofing and injection</li>
          <li>Deletion coding to allow for passive recovery from loss/deletion</li>
          <li>Graceful degradation in response to loss/deletion, exemplified by video codecs designed to tolerate loss</li>
        </ul>
        <t>A baseline for multicast transport integrity that makes sense within the Web security model requires that we first define the minimally acceptable integrity requirements for data that may be presented to a user or otherwise input to the browser's trusted computing base.
We propose that the proper minimal standard given the variety of potential use cases, including many that have no need for reliable or in-order delivery, is to require protection against replay, injection, and modification and the ability to detect deletion, loss, or reordering.
This standard will necessarily constrain conformant application-layer protocol design, just as the Web security model adds constraints to vanilla TCP.</t>
        <t>Integrity in multicast, as in the unicast case, is partially provided by the authentication mechanism:
for example, if authentication is provided at packet granularity, modified or forged packets will fail to authenticate and will thus not be delivered to the application.
Lacking a bidirectional relationship at the transport layer, however, applications relying on multicast must otherwise provide for detection of and/or recovery from packet duplication/replay, loss/deletion, and reordering.
Some of these functions, too, may be provided by the authentication layer. For instance:</t>
        <ul spacing="normal">
          <li>TESLA prevents replay and reveals reordering, but only across time intervals. An application requiring finer-grained countermeasures against duplication/replay or reordering, or indeed any countermeasure to deletion/loss, would need to provide that via custom support (e.g., through the introduction of packet sequence numbers) or via an intermediate-layer protocol providing those functions.</li>
          <li>AMBI by design provides strong protection against duplication/replay and reveals reordering and deletion/loss of content packets through a strict in-order manifest of packet digests.</li>
        </ul>
      </section>
      <section anchor="confidentiality">
        <name>Confidentiality</name>
        <t>In the unicast transport security context, confidentiality implies that an observer (passive or active) without pre-existing access to keying material must not be able to decrypt the bytes on the wire or identify the content being transferred, even if that adversary has access to the decrypted content via other means.
In practice, the former is trivially achieved through the use of authenticated key exchange and modern symmetric ciphers, but the latter is an ideal that is rarely possible owing to the substantial metadata in the clear on the public Internet:
traffic analysis can make use of packet sizes and timing, endpoint identities, biases in application-layer protocol designs, side channels, and other such metadata to reveal an often surprising amount of information about the encrypted payload without needing access to any keying material.
(Conceptually, one could make many streams appear identical to a passive observer: video streams, for example, could be bucketed into a small number of bitrates with identical packet sizes and pacing via padding of the actual content.
This would increase overhead for servers and networks, primarily in terms of bandwidth utilization, that may be operationally unacceptable.)</t>
        <t>Multicast additionally introduces the complication that all receivers of a stream, even if such a stream is encrypted, receive the same payload (loss and duplication notwithstanding).
This introduces novel privacy concerns that do not apply to unicast transports.</t>
        <section anchor="privacy">
          <name>Privacy</name>
          <t>In contrast to (say) unicast TLS, on-path monitoring can trivially prove that identical content was delivered to multiple receivers, irrespective of payload encryption.
Furthermore, since those receivers all require the same keying material to decrypt the received payload, a compromise of any single receiver's device exposes decryption keys, and therefore the plaintext content, to the attacker.</t>
          <t>That having been said, however, there are factors and practices that help mitigate these additional risks:</t>
          <ul spacing="normal">
            <li>
              <t>Multicast delivery is unidirectional from content provider to consumer and has no end-to-end unicast control channel association at the transport-layer, though such associations are generally unavoidable at the application layer (a common case likely being a referring web page).
Assuming application-layer unicast control plane traffic is properly secured, identifiable plaintext control messages are limited to IGMP or MLD messages intercepted by (and not retransmitted with user-identifying information by) a user's upstream router.  </t>
              <t>
Notwithstanding linkability via data or metadata from application-layer control flows, an on-path observer can thus only directly determine that some entity downstream of that path element has joined a particular multicast channel (in SSM <xref target="RFC4607"/>, identified by the (source, group) pair of IP addresses).
Lacking a destination address, increasing the specificity of receiver identification would require an observer to obtain monitoring points closer to the user or to manipulate a user into revealing metadata out-of-band that the observer can tie to the user via traffic analysis or other means.  </t>
              <t>
This is a form of k-anonymity not available to unicast transports.
In the unicast case, an on-path observer has access to metadata specific to endpoint address pairs, including total flow size, packet count, port and protocol, which (in combination with other metadata) can later be tied to the user, site, service, and/or location assigned to each address at the given time.  </t>
              <t>
Widespread near-simultaneous unicast download events, such as those triggered by the release of a video game update or of an episode of a popular streaming video series, expose the identities of consumers of such content anywhere along the path from end users' devices to the origin through very elementary traffic analysis, unless measures are taken by the end user or content provider to hide the traffic, such as by mixing it with other traffic in a way that complicates disentangling individual flows.
A properly-designed virtual private network (VPN) link could, for example, obfuscate flow-identifying information in traffic to a given user, at the expense of using greater bandwidth (for added chaff) and of loudly signaling to passive observers the presence of a VPN link.</t>
            </li>
            <li>There is no standard mechanism in the multicast protocol ecosystem by which a passive observer may derive separate but related content or metadata from the multicast channel itself:
in particular, if a multicast stream is encrypted using a key delivered out-of-band, there is no general means by which a passive observer could directly derive the source location of the keying material.
For a passive observer to know what encrypted content is being delivered to a particular user whose channel subscriptions are known they would need to already know what content is available via that channel, either via traffic analysis such as in the case of passive observation of unicast TLS, or via a priori knowledge of related content that references the channel.
A dragnet cataloging all content available through a particular origin is an example of the latter, but could be further mitigated via controlled access to index information, or via periodic changes in multicast source, group, or keying material, or some combination of the three.</li>
          </ul>
        </section>
        <section anchor="personaldata">
          <name>Personal Data</name>
          <t>A sender has responsibility not to expose personal information broadly. This is not a consideration unique to multicast delivery:
an irresponsible service could publish a web page with Social Security numbers or push its server TLS private key into the certificate transparency log as easily as it could multicast personal data to a large set of receivers.</t>
          <t>The Web security model partially mitigates negligence on the part of senders by mandating the use of secure transports:
prohibiting the fetching of mixed content on a single page prevents a server from sending private data to a browser in the clear.
The main effect is to raise the bar closer to requiring bad faith or willful irresponsibility on the part of senders in revealing personal information.</t>
          <t>Multicast by its very nature is not generally suitable for transport of personal data:
since the main value of leveraging a multicast transport is to deliver the same data to a large pool of receivers, such content must not include confidential personal information.
Senders already have a responsibility to handle private information in a way that respects the privacy of users:
the availability of multicast transports does not further complicate this responsibility.</t>
        </section>
        <section anchor="forward-secrecy">
          <name>Forward Secrecy</name>
          <t>Forward secrecy (also called "perfect forward secrecy" or "PFS" and defined in <xref target="RFC4949"/>) is a countermeasure against attackers that record encrypted traffic with the intent of later decrypting it should the communicating parties' long-term keys be compromised.
Forward secrecy for protocols leveraging time-limited keys to protect a communication session ("session keys") requires that such session keys be unrecoverable by an attacker that later compromises the long-term keys used to negotiate or deliver those session keys.</t>
          <t>As noted earlier, confidential content delivered via multicast will necessarily imply delivery of the same keying material to multiple receivers, rather than negotiation of a unique key as is typical in the unicast case.
Presumably, such receivers will need to be individually authenticated and authorized by the content provider prior to delivery of decryption keys.
If this authorization and key delivery mechanism employs a forward secret unicast transport such as TLS 1.3, then so long as these encryption keys are ephemeral (that is, rotated periodically and discarded after rotation) the multicast payloads will also effectively be forward secret beyond the time interval of rotation, which we can consider to be the session duration.</t>
        </section>
        <section anchor="bypassing-authentication">
          <name>Bypassing Authentication</name>
          <t>Protocols should be designed to discourage implementations from making use of unauthenticated data.
The usual approach to enforcing this is to entangle decryption and authentication where possible, for example via use of primitives such as authenticated encryption.
While ultimately authentication checks are independent of decryption (at least in classical cryptography), use of such primitives to minimize the number of places in which an incomplete or lazy implementation can avoid such checks constitutes best practice.
TLS 1.3, for instance, mandates AE for all symmetric cryptographic operations:
without writing one's own AE cipher implementation that purposely skips the authentication tag check, this leaves establishment of trust in the peer certificate as the only practical step an implementation can skip without impacting the ability to make use of the decrypted content.</t>
          <t>The situation in multicast is complicated by the need for more than two parties to have access to symmetric keys that would used to secure payloads via AE in the unicast case.
As discussed in <xref target="authentication"/>, it is imperative for protocols to provide, and for receivers to leverage, some kind of asymmetry in authentication of each content unit prior to any use of said content to eliminate the ability for an attacker in possession of a shared symmetric key (possibly including an authorized receiver) to inject forged data into a stream that other receivers would then validate and deliver to applications.
This requirement to perform authentication checks throughout the lifetime of a stream that are separate from, and orthogonal to, content decryption adds an extra dimension of risk from implementation incorrectness, because such authentication becomes an on-going process rather than the result of a one-time certificate check at connection establishment.
Protocol designers and implementors are thus strongly encouraged to simplify or even black box such on-going authentication to minimize the potential for implementors or users to skip such checks.</t>
        </section>
      </section>
      <section anchor="non-linkability">
        <name>Non-linkability</name>
        <t>Concern about pervasive monitoring of users culminated in the publication of <xref target="RFC7258"/>, which states that "the IETF will work to mitigate the technical aspects of [pervasive monitoring]."
One area of particular concern is the ability for pervasive monitoring to track individual clients across changes in network connectivity, such as being able to tell when a device or connection migrates from a wired home network to a cell network.
This has motivated mitigations in subsequent protocol designs, such as those discussed in section 9.5 of <xref target="RFC9000"/>.
Migration of multicast group subscriptions across network connections carries the potential for correlation of metadata between multicast group subscriptions and unicast control channels, even when control channels are encrypted, so care must be taken to design protocols to avoid such correlations.</t>
      </section>
      <section anchor="browser-specific-threats">
        <name>Browser-Specific Threats</name>
        <t>The security requirements for multicast transport to a browser follow directly from the requirement that the browser's job is to protect the user.  Huang et al. <xref target="huang-w2sp"/> summarize the core browser security guarantee as follows:</t>
        <ul empty="true">
          <li>
            <t>Users can safely visit arbitrary web sites and execute scripts provided by those sites.</t>
          </li>
        </ul>
        <t>The reader will find the full discussion of the browser threat model in section 3 of <xref target="RFC8826"/> helpful in understanding what follows.</t>
        <section anchor="access-to-local-resources">
          <name>Access to Local Resources</name>
          <t>This document covers only unidirectional multicast from a server to (potentially many) clients, as well as associated control channels used to manage that communication and access to the content delivered via multicast.
As a result, local resource access can be presumed to be limited to that already available within web applications.
Note that these resources may include fingerprint information that can be used to identify or track individuals, such as information about the user agent, viewport size, display resolution, a concern covered in extensive detail in <xref target="RFC8942"/>.</t>
        </section>
        <section anchor="injection">
          <name>Injection</name>
          <t>In the absence of any specific mitigations, network attackers have the ability to inject or modify packets in a multicast stream.
On-path injection and modification are trivial, but even off-path injection is feasible for many networks, such as those that implement no protections against source address spoofing.
Consequently, it is critical that a browser prevent any such injected or modified traffic from reaching large attack surfaces in the browser, such as the rendering code.</t>
        </section>
        <section anchor="hostile-origin">
          <name>Hostile Origin</name>
          <t>A hostile origin could serve a Web application that attempts to join many multicast channels, overwhelming the provider's network with undesired traffic.</t>
          <t>The first line of defense is the browser itself:
the browser should at a minimum prevent joining of channels not associated with the hosting site.
In the general case, this implies the need for a CORS-like mechanism for cross-origin authorization of multicast channel sharing.</t>
          <t>The second line of defense is the network.
The user's upstream router can and should monitor the user's multicast behavior, implementing circuit breakers that will target unpopular content when overloaded or when an abusive subscription pattern is detected.</t>
        </section>
        <section anchor="private-browsing-modes">
          <name>Private Browsing Modes</name>
          <t>Browsers that offer a private browsing mode, designed both to bypass access to client-side persistent state and to prevent broad classes of data leakage that can be leveraged by passive and active attackers alike, should require explicit user approval for joining a multicast group given the metadata exposure to network elements of IGMP and MLD messages.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This entire document is about security.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC3552">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="B. Korver" initials="B." surname="Korver">
              <organization/>
            </author>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak.  This document provides guidelines to RFC authors on how to write a good Security Considerations section.   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="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC4607">
          <front>
            <title>Source-Specific Multicast for IP</title>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook">
              <organization/>
            </author>
            <author fullname="B. Cain" initials="B." surname="Cain">
              <organization/>
            </author>
            <date month="August" year="2006"/>
            <abstract>
              <t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols.  For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use.  This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4607"/>
          <seriesInfo name="DOI" value="10.17487/RFC4607"/>
        </reference>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2014"/>
            <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="RFC8085">
          <front>
            <title>UDP Usage Guidelines</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert">
              <organization/>
            </author>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst">
              <organization/>
            </author>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd">
              <organization/>
            </author>
            <date month="March" year="2017"/>
            <abstract>
              <t>The User Datagram Protocol (UDP) provides a minimal message-passing transport that has no inherent congestion control mechanisms.  This document provides guidelines on the use of UDP for the designers of applications, tunnels, and other protocols that use UDP.  Congestion control guidelines are a primary focus, but the document also provides guidance on other topics, including message sizes, reliability, checksums, middlebox traversal, the use of Explicit Congestion Notification (ECN), Differentiated Services Code Points (DSCPs), and ports.</t>
              <t>Because congestion control is critical to the stable operation of the Internet, applications and other protocols that choose to use UDP as an Internet transport must employ mechanisms to prevent congestion collapse and to establish some degree of fairness with concurrent traffic.  They may also need to implement additional mechanisms, depending on how they use UDP.</t>
              <t>Some guidance is also applicable to the design of other protocols (e.g., protocols layered directly on IP or via IP-based tunnels), especially when these protocols do not themselves provide congestion control.</t>
              <t>This document obsoletes RFC 5405 and adds guidelines for multicast UDP usage.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="145"/>
          <seriesInfo name="RFC" value="8085"/>
          <seriesInfo name="DOI" value="10.17487/RFC8085"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8815">
          <front>
            <title>Deprecating Any-Source Multicast (ASM) for Interdomain Multicast</title>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson">
              <organization/>
            </author>
            <author fullname="T. Chown" initials="T." surname="Chown">
              <organization/>
            </author>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document recommends deprecation of the use of Any-Source Multicast (ASM) for interdomain multicast. It recommends the use of Source-Specific Multicast (SSM) for interdomain multicast applications and recommends that hosts and routers in these deployments fully support SSM.  The recommendations in this document do not preclude the continued use of ASM within a single organization or domain and are especially easy to adopt in existing deployments of intradomain ASM using PIM Sparse Mode (PIM-SM).</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="229"/>
          <seriesInfo name="RFC" value="8815"/>
          <seriesInfo name="DOI" value="10.17487/RFC8815"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4082">
          <front>
            <title>Timed Efficient Stream Loss-Tolerant Authentication (TESLA): Multicast Source Authentication Transform Introduction</title>
            <author fullname="A. Perrig" initials="A." surname="Perrig">
              <organization/>
            </author>
            <author fullname="D. Song" initials="D." surname="Song">
              <organization/>
            </author>
            <author fullname="R. Canetti" initials="R." surname="Canetti">
              <organization/>
            </author>
            <author fullname="J. D. Tygar" initials="J. D." surname="Tygar">
              <organization/>
            </author>
            <author fullname="B. Briscoe" initials="B." surname="Briscoe">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>This document introduces Timed Efficient Stream Loss-tolerant Authentication (TESLA).  TESLA allows all receivers to check the integrity and authenticate the source of each packet in multicast or broadcast data streams.  TESLA requires no trust between receivers, uses low-cost operations per packet at both sender and receiver, can tolerate any level of loss without retransmissions, and requires no per-receiver state at the sender.  TESLA can protect receivers against denial of service attacks in certain circumstances.  Each receiver must be loosely time-synchronized with the source in order to verify messages, but otherwise receivers do not have to send any messages.  TESLA alone cannot support non-repudiation of the data source to third parties.</t>
              <t>This informational document is intended to assist in writing standardizable and secure specifications for protocols based on TESLA in different contexts.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4082"/>
          <seriesInfo name="DOI" value="10.17487/RFC4082"/>
        </reference>
        <reference anchor="RFC5740">
          <front>
            <title>NACK-Oriented Reliable Multicast (NORM) Transport Protocol</title>
            <author fullname="B. Adamson" initials="B." surname="Adamson">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="M. Handley" initials="M." surname="Handley">
              <organization/>
            </author>
            <author fullname="J. Macker" initials="J." surname="Macker">
              <organization/>
            </author>
            <date month="November" year="2009"/>
            <abstract>
              <t>This document describes the messages and procedures of the Negative- ACKnowledgment (NACK) Oriented Reliable Multicast (NORM) protocol. This protocol can provide end-to-end reliable transport of bulk data objects or streams over generic IP multicast routing and forwarding services.  NORM uses a selective, negative acknowledgment mechanism for transport reliability and offers additional protocol mechanisms to allow for operation with minimal a priori coordination among senders and receivers.  A congestion control scheme is specified to allow the NORM protocol to fairly share available network bandwidth with other transport protocols such as Transmission Control Protocol (TCP).  It is capable of operating with both reciprocal multicast routing among senders and receivers and with asymmetric connectivity (possibly a unicast return path) between the senders and receivers. The protocol offers a number of features to allow different types of applications or possibly other higher-level transport protocols to utilize its service in different ways.  The protocol leverages the use of FEC-based (forward error correction) repair and other IETF Reliable Multicast Transport (RMT) building blocks in its design. This document obsoletes RFC 3940.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5740"/>
          <seriesInfo name="DOI" value="10.17487/RFC5740"/>
        </reference>
        <reference anchor="RFC5775">
          <front>
            <title>Asynchronous Layered Coding (ALC) Protocol Instantiation</title>
            <author fullname="M. Luby" initials="M." surname="Luby">
              <organization/>
            </author>
            <author fullname="M. Watson" initials="M." surname="Watson">
              <organization/>
            </author>
            <author fullname="L. Vicisano" initials="L." surname="Vicisano">
              <organization/>
            </author>
            <date month="April" year="2010"/>
            <abstract>
              <t>This document describes the Asynchronous Layered Coding (ALC) protocol, a massively scalable reliable content delivery protocol. Asynchronous Layered Coding combines the Layered Coding Transport (LCT) building block, a multiple rate congestion control building block and the Forward Error Correction (FEC) building block to provide congestion controlled reliable asynchronous delivery of content to an unlimited number of concurrent receivers from a single sender.  This document obsoletes RFC 3450.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5775"/>
          <seriesInfo name="DOI" value="10.17487/RFC5775"/>
        </reference>
        <reference anchor="RFC6584">
          <front>
            <title>Simple Authentication Schemes for the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) Protocols</title>
            <author fullname="V. Roca" initials="V." surname="Roca">
              <organization/>
            </author>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document introduces four schemes that provide per-packet authentication, integrity, and anti-replay services in the context of the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) protocols.  The first scheme is based on RSA Digital Signatures.  The second scheme relies on the Elliptic Curve Digital Signature Algorithm (ECDSA).  The third scheme relies on a Group- keyed Message Authentication Code (MAC).  Finally, the fourth scheme merges the Digital Signature and group schemes.  These schemes have different target use cases, and they do not all provide the same service.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6584"/>
          <seriesInfo name="DOI" value="10.17487/RFC6584"/>
        </reference>
        <reference anchor="RFC8446">
          <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="RFC8826">
          <front>
            <title>Security Considerations for WebRTC</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="January" year="2021"/>
            <abstract>
              <t>WebRTC is a protocol suite for use with real-time applications that can be deployed in browsers -- "real-time communication on the Web".  This document defines the WebRTC threat model and analyzes the security threats of WebRTC in that model.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8826"/>
          <seriesInfo name="DOI" value="10.17487/RFC8826"/>
        </reference>
        <reference anchor="RFC8942">
          <front>
            <title>HTTP Client Hints</title>
            <author fullname="I. Grigorik" initials="I." surname="Grigorik">
              <organization/>
            </author>
            <author fullname="Y. Weiss" initials="Y." surname="Weiss">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>HTTP defines proactive content negotiation to allow servers to select the appropriate response for a given request, based upon the user agent's characteristics, as expressed in request headers. In practice, user agents are often unwilling to send those request headers, because it is not clear whether they will be used, and sending them impacts both performance and privacy.</t>
              <t>This document defines an Accept-CH response header that servers can use to advertise their use of request headers for proactive content negotiation, along with a set of guidelines for the creation of such headers, colloquially known as "Client Hints."</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8942"/>
          <seriesInfo name="DOI" value="10.17487/RFC8942"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
              <organization/>
            </author>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="AMBI">
          <front>
            <title>Asymmetric Manifest Based Integrity</title>
            <author fullname="Jake Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Kyle Rose">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <date day="11" month="July" year="2021"/>
            <abstract>
              <t>   This document defines Asymmetric Manifest-Based Integrity (AMBI).
   AMBI allows each receiver or forwarder of a stream of multicast
   packets to check the integrity of the contents of each packet in the
   data stream.  AMBI operates by passing cryptographically verifiable
   hashes of the data packets inside manifest messages, and sending the
   manifests over authenticated out-of-band communication channels.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-ambi-02"/>
        </reference>
        <reference anchor="quic-http-mcast">
          <front>
            <title>Hypertext Transfer Protocol (HTTP) over multicast QUIC</title>
            <author fullname="Lucas Pardue">
	 </author>
            <author fullname="Richard Bradbury">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <author fullname="Sam Hurst">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <date day="13" month="August" year="2021"/>
            <abstract>
              <t>   This document specifies a profile of the QUIC protocol and the HTTP/3
   mapping that facilitates the transfer of HTTP resources over
   multicast IP using the QUIC transport as its framing and
   packetisation layer.  Compatibility with the QUIC protocol's syntax
   and semantics is maintained as far as practical and additional
   features are specified where this is not possible.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pardue-quic-http-mcast-09"/>
        </reference>
        <reference anchor="webtrans">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Victor Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="28" month="July" year="2021"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with a model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which may be optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-02"/>
        </reference>
        <reference anchor="huang-w2sp" target="https://ptolemy.berkeley.edu/projects/truststc/pubs/840/websocket.pdf">
          <front>
            <title>Talking to Yourself for Fun and Profit</title>
            <author initials="L-S." surname="Huang">
              <organization/>
            </author>
            <author initials="E.Y." surname="Chen">
              <organization/>
            </author>
            <author initials="A." surname="Barth">
              <organization/>
            </author>
            <author initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author initials="C." surname="Jackson">
              <organization/>
            </author>
            <date year="2011" month="May"/>
          </front>
          <seriesInfo name="Web 2.0 Security and Privacy (W2SP 2011)" value=""/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acks</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAFJh+GEAA81965LbRpLufz4FTvuHuidI6jLy2OqN3di2LrZ21ZZWLa1j
YnbiRBEokmWBAAcFdJtW6Jn2IfbFNr/MrAtAtu3z7yhixt1soC5ZefnyVlws
FrOqLRuzs5dF1Zl1v/jUtd4udkPdu9L4fuFtOXSuPywePZn1rq/pwRv9qDBN
Vbzr3K0pD8XztvGusp3pHf1UrNuuuA6DFB860/h92/V+Zlarzt5envpjHHhW
md5ezkr6/03bHS4L31ezmdt3l0XfDb5/8ujRM1qO6ay5LL63Dc1az+7a7tOm
a4f9ZfHh7Yu3xU/0u2s2xff4bPbJHuiB6rJ43fS2a2y/eIHtzma+p138X1O3
De3sYP1s7y6Lv/VtOS88ramza08/HXb44e+zmRn6bdtdzorFrKB/rvGXxb8v
i/dENP5ASPnvh9qmz9puYxr3K1Pmsrj6ZHbGFR9suW3aut04SxO8bsolP+tp
RttfFo+ffl1817WmujMH/kNJdLksnpvdqnPVxs6L66vi0ZPHT5/KX9uh6UGp
j43rbVXc9EQ7X7Tr4mpnO6IzP2Vp4vqy4CP+V/7/Ja1ttJd/WxY/tHVNNMm2
82/mkx19/P/bjn6mBW5lfUs623/d4ONl2e5ms6btdrTOW+InvPD+1fMnjx8/
i7/8+euvn8Rfnj57mv7y9C+Pvom/fPPk62/jL98++vbr9Mvjb56mX759TH+Z
uWadZo3jPfo2zfT1N08fZb98k8b7y9ffZuM9ffqXbPAn2S/PnqbRnj169Egn
urr+7rV8jn+vFy+WItbO9uvFbkVcXi2I4o4f+cfgysW27/eLHSTx1Ht701WD
XUye5Afv7KqH6N47XXhg0d7a7tbZO1nidjDNZnH3xO/Tm6pZzj6YmoW2b4u/
tkPnbb1mVfJqaFTbtGvXn8X3WFEUZ9fmUDx59Phx+oMnHrEeB5Emwb+f7Kp4
snx0Woed//Tk5h0PdBFfigKf/VuMfouy82ZxQ9KD3f2Rp18u/7osnm9t80ce
vloW35mu3/6xgYv31pdtV5s/8vjzJcl3+cm3aSG96TYQWRy4v3z4cN+3td0d
livbfbK1PSxtNTzcd+3Ptuz9Q1bJvi8f7oeVf/jt00cP6eB9W36y/XJfrWez
xWJRmBXpAVOSwmUFXLUkoU0RzUyxNb4YGvePwRb7trdN70wNLvBtfWuLytYk
S92h8KWpzcrVODnwxb7dD7XpSFs0eGlerIa+cH1Rmg7nXxhihB5Kw+fnvdfz
dt4P9FC/NX1RufXadsW6a3f0AalGog5WxKsL8y9nH7bOF2Qyhx1NR4OZ+vAr
D2HTFP2WDFMf90O7SOZ0ZTwps7gf7CFYJF4a+JMItV67kt4ne8pDHz/CUxS7
lkbySyHxzlVVbWezr/B411ZDCfU8myzZ/mJ2rpkuuRxb745O+dbQ07R2PDcQ
OYiI6biwbjkLMnSkVBZ9u9iZ5pB2Ro+b/b6mxzFk3BNUwWhL8wK2d1PcuX5b
+L0tcfDlMZhIc8cpaHFl7WhTnl+gKWhjVbE68AQgU9wfE4ro9NVXJEcl4wQy
ZdPTJHbYWeze0NyeeJJYzxR0ZOEwGCxAP4Gj2p2lv4XBaDV7VwIrYA+0VVPX
ByjlPxUf8hPMT45mpN2sedXEbaSTmFZ/xvCfP6t1+vJlGUeJWusE2vr44l3x
0ZuNLb4fHGiEQ+YJfNm51XiKv8QpYMy+fKFlu6a0oyOrzcHmdA9HSCTbCOaq
DypolZwrLUHWekO6u7SLQIo0yPxoRbwI2FraZ1GMD2RNP3gY/YaePKE15jho
AmZtRytvDgvP02ZLpsHaQeS/bPcs0qYkzVgZbJZZDqxS2X1nddf0bD7X6WF1
2TD3fDzEVmC3eDzXOF2w1yk2nBd3W0di07Q9Ac4+bpfoIcbG9QwdiLpYAE5m
Q4/TPmmvtO550ViiNi28tt4DX5H88MPresADnicV0Sjcbk+6m34SVpmzCoG2
TWe4slYJTGTAMkiwOksmn8ha0kSgA2n7Pf3oBIKxMNQHttQR2hd+KLd0vsL0
xKFrYkNW5Az0roo9CRjtq2hXZJ1vmbeImCDDis4PmoQmlnfWpEA6nBV2qMod
otMOG9ISvCcdJp4aDnLlaBkri3WplrDVvBj2QY/VbocnoMpsbwg8mGgLznX1
kc1Zt3tHFNtbWqusqz/Mcxl5GHf/MPpJIjZEL/Ih2hrM7jZNUlA9DWj7cnmx
BJWu6MAxbqkkIja0LpImI0vZHcgKbzqz34pqKegpkImNlzCxbjjSizhp4xqD
E1WzZnk5eEZ4mtcA1bTpfm8BlfM90XVwfksf93fgGZ2gjjMS+TwL7unpmPfC
syQLpBtECbAuJb+gOCctVA+sYsNp074saH0BxW5IIPqelK7teO0/ts2CNN0n
xQR/mMvwThItUjJgNnKIvEg52Kuytw6yBD4MD6pMkRezwxKnr5B+hxcKg/yK
XgvoITLJvPjw5kZVByH7L18KT2zk107MsbdB7CCvPtduEOjkJ3/+HKA1DQHJ
bKElM6n9x0BCtx7LZ2RJfhIW/Qyrke2RHwUuZMbCGLemxkaj4grvnk22Ri7W
jn8WIw/t7ZgHvAOlcd47S65is1kPNZ3uGvqIeMx5e8FWiw7UNsREEDHWx6YQ
e4q1gzN0BRHZOeCqsrYE+rbtHZZ/t7UgVPEg7CLtoOTDpm0+IEPVgAEqIk/Z
s7ZM+k70fL5S8OIYdZyg4xQNEpzuCToQxIKCcJglmDpBoicg6AgO3DOjxwLJ
aAE5tTQ6iU91D8TBA7BwO/qNBP8UamKbgv2x5lhDH4LwrhFEuHc0GjQkqMuP
yMAjq58Tb53YgZjjqiYLJmJLuEbk2I75SCCIJ2mBdjcC5HYIMRxjDT+QMQQn
YZaxEDjQ9JM9FJvWCOn6/DTmBeNRNQz3Ad0ERSBqxV071BXYxEKCaKOjNYZ3
C2JjU2zdBlxHQJmo81t8Qo5yx3xI4+4IWRbm1jhBzrfO0EjieggHEV3XRrEJ
Hcn/K74l8E+G9xYmBdsDp73gg+DfBZGAZoiFefKbP958OJvLf4sf3/LP71/+
x8fX71++wM83P1y9eRN/CE/c/PD24xv6+0x/Sm8+f3t9/fLHF/IyfVpMPrq+
+uuZIJCzt+8+vH7749Wbs8KJ4pglHB7JlfPZFDh+9/xd8fipaFOEdEgVfv78
fzQi8+XLjNRCI3O1DZ2k/EqEO8CAQ31AEGqyXWZPPFZ7hqaeuL5hXhBifhDx
VDz3ivSSYSxFvDEf40wGJWKgqqojpgHv+3JLuhwzEeQrA9iEIRWFqY8G0AM7
sIO6J7lr4FYFFzJY5X+asUR646q5sDuQHGZWFSyuwBR85A7uBhuihWaObibB
2eKJAN/TnKIWbl3Xi0QMzQrqmc4g+emsyNkse40dMAIDvCrHMJDPg82tKkAC
wxbv2t2+j3pAyURnvQ/ozuQilutMjiqwMEEuzKegcuiQyUwTzaHKSFRr+h8v
C1Fjn44k05BMIC+UCfTgGAOsa9NCzsstEYEMVogagFUBLZRsYFP6RV0nslMt
maAOQht9jSPuYEb76mQ8/F0E3bPZx6Z2IM1hDzN9jC2SWZqftiG8VNMPnR6j
E1NI9DWkOT4SH9AbdupsZwPo1Kz+bzksAw4V/LCDJDXDbkXb5mgLe8vyNkHu
xA+wT0Qe4pHs8cDebFGtvk2scGDafmrIEt1tBcHHR7GfOWa34FEYq0zf7wQ6
yTMmmCSTjxygEjwAu7C/CLyFu7ho14sV+LSztQjV1u3lANPsYm/ieqq4uxXD
ScIQ8+APsZYHfCbVNQR+riwjevxG+tiLjgJxxAP81VY5VWZX+0zEV4Oricv6
dp8d1Ot3hQYBGO8SN9w62BpCNcS0jfM7XjNx5AYKqGWXhFxHWufPeAGeD2uD
bPTAZOOxl8nIp+lNvkDCH/Qb4kdMtRB0eLp8PAk70N+Jb6KLenJ1CkzYbfil
F10w0gACCmkQ4lKNWRHbWAUvBlCsHXw0pTsoglzlAAo35EekVfthFZWPH8Xv
knfoydHodDkv2hvVfzAzHUKYngGw2B/R2XBxRlSShahjMiGZshbhOOLYTLMf
E2jq4BOz0HFhWpxXYIOmhezDLSKmdiGCGlljHkF0bguOFcHO0b7aZjl7F30J
4J/ObCA76WEIGCm6NIGsXuaus3juubdWGAIZEcSh9JdvOCiFbXz+PEk+ENtg
MAQyaef+QlwDtoaYl9C3UXysZ+IHwVRmYwDRoweqxCFpJkBHinaxh2PZswwG
pxyshSPSZ6sluz8691w8h1HUjI8vUBBHGOO87Yrj5YrlhhKgRqNT0YOUFQhw
E/tE83PUQsIyMsZCQGdcJ888F1iqe4BENHiWwZKGP9IBISlndpk+Y0FcEy4N
SkgHtuKh9VCVMvlcQTFHqejUj/ZKdtjyDzGWEJTlaJzl7DlMUogzkOkG1qDJ
b1tXqe6ETKwDZfU0b+ndlpUizObViAbF56/GRPlyXxAu6H+144ElECLINl8d
x12Ws9dHCunYGCe3dbwe9jEnc9JRwcTx5jnkfCpuw0kWgC5ylOesTOAfbGQk
lxtni+RjSY+KczHawHQ1vdlczmZ/Km4OpGjIPpX4xCfL5ePnO7hBGzsdoCRa
+uL8+uq5v2CmPZ7AQ3aqoRTPZUxd8tCDFTy/ekkj1BuEP7c7Ot7vbGmgmsmq
A2cgBkla1bICCm4dmU5WPDRYByAK+dfZilvS/FW2gxMr041ORxmRMx4N2xsc
8l3Lqp9Q2eUMK1NQIZ5GQijL2Q2r/LilFGL88PLmzdUcmKAcGDSubN3eXbB+
JNERXZYihqAbzJuARgyaPMbsKdoUxwRdimTTJjcpILjEUV/5yVmnrcJXAEC0
4yPbDyvSbuw2CjP5A7HiTsAaDojTJsKJAmMShoN7olFc1UGYBPug4TSmg52x
hcpipNgMkcfbXXCVgiMf1jjeK40Gw9cUq5bULwNZZuwPEaJhThzbQTSO5nZE
HNmceHgRzotUQdoC8piyx+BFF8cA7JFUEGGZ1q81IAS8F+JO+aPqqmhQJB3U
XETebAJD48+02q5tWd/I8kT0e86R6zP+WF9xeDTngZdqNwsJtYYKBaEVIoKP
l38m8jSV38IXI5RUt0wAGLqjfUrUEfq8uHb9dXQDg619+fzFD8w6hhxPhinL
MN/VyfEYUF3b7hMCtfSKbDrEjZRiQXV2SNx4yZ1oWERtDF5dBg44MQ3Hhpkp
A0RyIQyeBalSupJUPJM+5iLazKXHgIwBUPgiUcyqcuJa5RhIbQ5zT2XlUJvq
IXCWaaBdqyGlFmhv5EbOY/z7YU3qTyBRZzka6DRtKlkiGpsDnnC/WM+M7Ziu
G/tghyKpganSCI+mhEIIxY8CHuzb7jUqIC5+KTl7pZcEiEkUyU2706IOFhad
WnLE9ymHf5oJqrOZCsdgRdVagWRJpPaIvGw0WAE9HeBUwjeNhW8+nszsJBjG
Ag0dwMojrAGEzkkzD4AM1G7M//w3KZAx9i7IWydtgnTTNvgAArRbrmLZKDoy
CRmR27E3NGnbZRECfQnVD/s26D3N18yuw94yvhIWxqJHKNvca/ygkOCvpiNe
HUbFGLQ3zgpqcqFKgnCwhsHXn8SKaf720bdPCJabcgv75bMjDqmizCZwUuD4
hAKT9W7Hzm9tjVQdpF1MNXFn2GfhaFl8fRssUsVO1SBnQ0/DaLqSJj6IA96J
UTA51wngMkfGheHHPXaw4MDM+5sr3hkpvJsrAom9ak4/XgUpZNeQi4IMya39
TXiyCfKdE+OUQWIVHMjIFtisezmuA4d9Aj0CwIxBi7H1AUsE/YVSDnBIfBQ+
MasY1n0IXVVDTZ+DHGF9Ev4ArDFdlVRyQkScL4nIW6CMhWHgrdHBE0Gakk4y
FBdG/gneO0gseT35WdADnQERoylpu6tWAlMLpDhYtojJ2Yq6thNSRWKOVWSM
T2VOOjP6jeSbcw8xnVsCJDSg/lk1qC+k2gcCl4WVxjmzKa554HNGY0gdEOQ8
93vvLe1I1SMoJeTyhBHquyalsbaxFClmfwmBX3/3+oJexX9JmhmNMhIz4w1M
LAtJX6PJq2mUa6dzSQ7fSEJo7JFUbsMPKB2CA6zYa+qxLmdXR5pM0LKuYgeT
iaUAfRiulljZ6L2DIwFxXL40SEhcuEV4Gqv84cOHdzeqDkKmOzkDDEIkGSxM
X5J1tix5a9LeTJio0KebSP5VzDfxeOBKJ2QIqys+vn8DYztS1HhAFxSpxs7A
Hhhi2/qIk0joyQkM/vbVKK6h6VqZ1UsclEWTPPuoakZ8qyRmEwse4VBhBYPX
NjmSGsVPgu+fxdk5LyCDEXO+txvSFlzKwnUZMSQlysntkH3jHN9YYh1XBU3G
Dk6581NIYvo8tnU5i3UTJ+BOGzIIMarzWy55MM0396Sfz19cMM8pwUnz7YH8
nM/y++z3bLY9/XIHahyCLRWnmbRxipanvEuCABoNicIsZZYi10qkEzGQPNgH
VlAe7l0iwtomjzCKUJ4UABltA7yRctJMIiSWCStAh+DMD/AXn79T1yYFSgYu
DO1tZJRYVAIJnId5oREWkgMPwcP5KJaJaEdn8yjlPKjjyi4yYC0QGgTwfQ71
g8ciuJsfyjBbqIMqa+O9FEGZClbIoM6UDv/mDb+Ck4YtSok2yHyzAdsyheDr
Zlnw5QwEG8WF6UR4YODqDufBlRXW5y4KW/R9igvbkKjjEIVULCJ3FKzY614C
mYiFkkwBk/eaEKXzQ260+I+Pr58Xdwj6REsvBQxkmYI2w5FIpsCGCsZ9RljO
M5sYW+MqluBmCnekHWwGQ2fV2wlrEYsUKphkIRoU9yqANhD3ijBbRS5HNAez
69MpiNVBAuQRzo6T7MdUHLkop9L5Nemp8rCcfXxxxMQx38pZk2lecbQuzm3H
iAvnWjIePxmmn59i/SlPa9b3NC+3XWBlMgLRM0UKGzkCRJdiFCGu48Ro7Xot
3gq7JZwt6zTKzEmB68yByJUbESrNKX5FdLlGxJGwKB10ZemItRxIJRXebyjO
3IQya0nrpSG0+G5Hs210zFSU+KfincbGyQ35JRRM3WKqY7974mdrIqfVPA0H
xo/JwYA00IPme6GuO8Kkyl1EgvZOkvRap5ZyBNCa2ObD4PLTEN93pkQ2kXGy
qaLZgxWh7UkxW/7OnACilbi5SBROtOVAbemTOIPR29qy5sX7s9kVo1WUDd9b
+ZTTnnNrn6wUe9m8hOh3g+13NIPruCYJtc8icaQ7dswfcNL3ktFP8400CiNN
BuuyioNAvBAI4hQz1xgg6QI2vHOsPPdDLGhfde0dPfHARysuXhpOCWSAWg7O
bxGhghTBhrUWXA1O1jqGHhB0JnMg+iqZ6SHk1udFKm/kbDWPzOoJkm9VJqID
z+J1JPpuVOp3r9TPEytGk5clU0KKLAUbNCKVGEkCTrygIAfqwsWdc9ooFEm5
+pBiuFz5gS6opj8hoZMKlTwHfZKBTFX5UXwY8VeCPnVtYDKWE7wzrjdXvhyH
pJwkcB3z3AjcHAcMI866nK1H2b9jQJpZM9MHAJJZsnmqew1auYpOz28l4ZTW
/XbwIWf8W4h1OXtDg0p8Y5WXeoyrGpSxMyuH45mjngI5vPlYPwONsNrPO3c4
nJ7ELDgBLKQ2xlHXIdI5VncBoZ2Ie0602lgfa3JFvBSUMA1NqfXtfdvOk1L4
zXPlzS6LV5m7eJkiW3sYB/DayCLAXviRZUCcUqIuUg7McQyuXCMnwC85zp25
EiK4HKwj5dctNlrWxw2PtttZ4xlwB2k+YZtGIjkXNVFxgLM5TMYRwR5FkMXp
ZG2TOW2sigCiSzpPOhk/7Jkhzu1ys5yPwmsuay/Koh4xAi2uir/AwjgJqd0F
7I32dqoCUvRSy9HCWUrkgh3NAEQTRJG2h1Pq715jPj06/nhEnDz8HYQywgxM
6eC4BZUcnfREA41mqDs26YGYhdTx/fni4MDOjwrnuMgvlp01qbz9PBa8o4Yd
4PGCrTFKC0alTSn6fZQ2PVEhrwVKYi0PvQSC8Msdp/C71KiRO9HSe8H7IrTN
3RfsmnBYAwtXn+lwIjOoM2bJCjAPaxbJ03HqfY96P1eKAwMts0NBLuw4uQYK
INRzznl2OBXxQ4TN/gLdvrHRK+yaPOPg9jS9DyUmFr5dLxOCqxmnhhR8Z9hb
C7U/Y4+C/VwT3HbtPQmlTVzNruTV4F/oF7ucTftRGCBzmaTuKYifQyMi23W3
Y71gm2rfIjOsvSucnlo5rvJzze9bZeTHoRo0VqPJJzkQhtVxIwlJgzPXdHjB
0WTG20ElCXjXxmiI66pVmmoVABvCQ92aKvIvlNSYdaHhJuy7nJ0/z3JRc87C
l6zkpKoc74i/6GPtbx4cMkc9I5eKmvWtUeB1rmOvUCoHyocKm+MyyJXj0IYU
2GdzHp0YfYAdgd/3SB1KhyFbrBK7Stlbhl+iwQlLdhLJphVvkWfmrswsOB76
UeYaR3PSUgZVzKoOYb07V6FgqScY+Kv6kjmsjkEErRpN6Hx5MXK+M7cyGgjt
Mo0+k/SIQA3UdZ6yWIty5dBoUBfit4VCJdp05JJ5eDVl8QLfnLMSZ7WejAA0
Gw4gNG9eKBWzVUpxb+jJ0Krd0BjcSoUvJxlRLjhV3p4bAL8KXeSs5WPsAfE/
bw4X8bUPb27mMe23axvXt2yLINVJh8HMqU1ObBPU4p3xY+x3nE0jbNppoJH5
eh1JlEpulrNXA7oIO5SchwZQMcFZlW0dvbdR0nSagMrNRcwZ6ZxzlCERDxDg
c6qGIZGhrVGmeuC14woFfJzSmZTIhlrKGFWAsqzhDSDgmyonFArHLjE6bHGy
2LdD8EHK5yPE7UOpMEFvLi3TBh2xM8oFW1vvQ1zBKujMkvyk6T5JjCGJROq4
8ZNya8G+0zLE0GIy7DRJChNJfiGpcbRXo+kntV1J7WcIyZP6aksXyuTGkH6h
kF5LdjUeEp+XkFRq7SERRwGeJJD7o0C4GIpzPtAdIhtQQEiAcmRH/A3uVJXq
BPLkkJQgkbtCrI3/fmR2pruiU21s3m4sfjdiqYBJ0AChYYKXOeYCjKDVarK3
rHzy9ffXXMp8/eZFeoaxKbSa+AnnrDnbPkWT+5jNQVRhEYCPdKglg7YiKZfA
wwPkREKJJdkxZkMUvfw41kRF1rooVeIwpgi+BMMq+acjioV9ruv2jgUjFRIE
WMj6BM4iuyaxVgIuWbeTqEuoSpbGVlJ0d40uulW4xkNaLc4GO/7csq9ixHcu
+e6FLPui7HiOdOTNdd7bnY4seWPnkjmZc8ff/oLGdGw2Ub+s/RT+IndkT7TO
zIMZjK1m2nOuUeNYaRGmD2W6bEJjE0CGp7nKlmP9mXZmHKUZki67FYFjTNy2
0jjcRAFXXT5nSCCgiHVlONE8oxYDS+NTc3Y0AxjjCASG0FZAxsxeH7T/0jAu
xvY/LUzTNocdqMFWLLae3WPJXp+KlZzirzF+j9uLLf99m/BnaHPCAY+CYH3b
G+FiBkPzlEAfoMvZNRJlLMA01OCcc3xptwrMwMIZ6CEruWBaSioGCdYspwWq
wt71sHq4maaUQn2EJ+o2BMh8ipRa9BGFTYTshMT8HDfwgPg/wS3d4+4Iwl2m
W3gHwSBNhuaDeJEIyZiY4Vtp8Y1d52x3CQBsNnmaNy9WUEy6gQUe9tze2Xaa
GbF758l3kefCpSgizAIsGc3ynThzNbDiykfPQF1ftj4+FpHFxu7mIJ0NclmH
5JyJ5qyfrPZ0+QexaVoprVnq4IixNVR1wj2VR632Q8OJ4BQE6UJleCzvq6Lc
nTKgW4llRPORKIwKJ/cLK+0+Z5hoZ0Z9sSnO71EcgAUTXBGVH5NQrH7JtEUD
tYjxdW2YE0zZx9bw4vw/3/14Ie3n7EZMXIt2tR48R/ww9r2mxqULVdjxEGYU
vlb+lBoj5ggpaOB8JIQhgv5zTsBUlRRxrNdSwU0v1O1QhXrgWp3YqYvkNSKO
qHupjEd7462FwsvOhqxjiBenZqSj1H10Pm2plVU4MpH3Yw+N/ROu4UJdGVkj
0AxOOoc3R5cgTKzppGBATZZkwC5nqPOKpk1bKo7aJnJvRKkrrcgJlWdqPiBM
IYUiLa08/q0dipuZWe4u+jxym0LUVafrwqRV5cTAiABJTx3n7qdRF3d0hUZw
kqPJZwm8Y5UVCDjumYLcarHMltuN85CjqaElD9kisqnHzdEiizIFKS7HEnvS
IAYxDzEVE4Ij+eYjucbemIYppUbM8bpqW22sAIgxP/GK4l0s6uCGYpYrXKK4
wTU/dDIGV+GBNersgoxkf2NYMaOr6kuJLoVCLz1diTxJJCpGINbiwUXPRLo+
FB7Wo5JXznrmWiRunFSXaytEuzgS5kcZlGIE0vidCZ/xZwwkc5Osq0anng0O
MmkNdn9eQBg/f7XX3yGbX5CAzJoGNL8ZCmiBXfjuA7Zc4cUx/MbdgvVhGVEQ
451xw/+pK7min3Y5Q0ivizPXNqADpTeH5jyOLPg12t/Y8qVV8fYfjX9zTn6g
51EJo6KH8pBgEqSsNBSToc93LckewWMo6SoPJOQbsDUQLmKbnm83k+BWUp2B
HtMWW738LO8k/XA6wZZyYYGVUDNNFm8j6l2Dk9ryGPp7YVMNNygqKNCQpPhp
GbC8nJF639JpxifXti+3Gugiu5xr7OzSIyZyTMSYQEZW5FgEY3OlZ9q8ZndH
8VVpLeY7nex6HQqwCKIbp1hohXvkIsBPaZoVImvGhSrtukY6PuMTLfE+TSFO
1Qcn4BTfjkpYpBRDcJJWlSojJwd9dCVGyiC06zEbXM5CQEd3fWvqgQ8n69g0
p9P8XrNGLhR9c9Rnylz7tq1H3DUfY8aYVdAKoFFK4x5a3CjZgonQNp0JrbmO
ualqG89+Ao4yIKdRsABXJMLHoIjmQRlgvI8jluqf7H6PbQdB5WaVILGuL61R
Vd4rqeeDbiAyHfjyHP7AywfFual9W6AaiCTgjIjCrLkeP3UGzjt79+rmTFNW
8co48bCfPX325cuFeH6T9F9IioV4mA9UwS1omfEP9jQWrToVxrX6UCEaJ/jZ
b1kFaXQ3lDNrixV5Ew8K+AkLLET627XFWUKA0kU7okN+bcWoqRge1iKEcHio
PhYnSVwxK6YO7YHnZ+EnvHF2MSlAYTbNn+Cu/UZT0+EyieyuKXlNCJG2ITw1
2WjoDiPl2fZOnbQkSzBf+czcisP96pVWS3bj3N+J+lTY7MSjRyUYchFJfhHj
bwVuT8WO876KsI+QxQ8mlKvTfdYrearMAo3illxKIulBtcOk5ThgQr7sJThW
9bRPNFSd680Iq3HSMfp/scY/3/wkjLycvdaS8TBgKojJIHzWHB8bOcxYLvtT
edzQ4Sl9dFJlSeCIuUTrW7zN+16ZaQCX7R63gcA1ONeMIh1E2xvp+hWEJqSB
Cog9FtLqwQ86XJI2caokAq/EZl0j1k/uF1zZ6ZZW9tBqadCojoEVvU4SojB3
lmMs8VokOUZmNuXwauiCkYM2/O7AcJwoMa7in2X3CahmWdlRrRr2SzgUaGBy
34FggZ1c/KLwY2iOOzvE/g8eTnm8G4aDVGiXFlQiuJE/ZHff5sxzort5etlD
3p4BIQ0J2g7qy6ExKvDHfW3Qy9lPfDckDhBSOmkYRcB9a7m/smOBsXsYTNHT
2VrPoa2sXlXJJcuSQEqdF4eLeQRrWFO2RigFVLiRqPFhZpXntSltdncOF3aw
HbSi52rz62HaFAcWyXr6df1cy+X6AThzJZXYkm+hcwqyM27jEKBJj1+9lMpR
YugsUT9qKkmlz5ezkEu+6wR8tg16bOCa0kCS358uWWLfQ7eXenj/ye39qfoh
9H3yfvQyJiI5CBhbiXd6MqN2Yr5NMof7WvXGcXqlAhcX2j0T+JiaWE9MkdPf
TWqMzcr58hKBk+UV6gx4OoUInCYdngHhRJUbaxTTNVVZP3xsMEte56h5L9R/
soQHQ6m+QtRUEBw6mZPW5MpnTfMMfybXPSDPEK6DYRa4tRNokUqe5qHGP29C
bAP2sHLLQkF6hWNiqaXRHfUt0585RJw32SZjhGRnEDXjskgC6RkAm0YzikV+
sXUOPo6uPiA/aGv4Ws2cusW5aqJDFmHXpu3JlUIXEhD4WbHmJnS/hToGCXNJ
Rz9DgcxqB+DXyA0LoToxQpxpA13e87fTfQPnIkNxWrdpaCSUh9SOfEW3s3md
QBFv34rBP9gBrVAhgN5u2Lno23kGoJIuRzkph1jIdBNL7dCOKbRFJlcbWMaS
B03XIRbXcNpppddTTHutpWmRRIdLO5A32bTipbYsE+OeVcAuTzIne+OLtLHT
XD0wUQoJkjVa6jbSMOk2nmAyU2+kbKDtNJKOfGC8L5isjphUEUMuMJN7d7kG
Y1XjtpVV+4tsMW5kqgMn1mJ8K9xoCa0EDkUvQIdlBkEr5ib3uc5mz6UWQ6uF
9sAiHM/LcnPBmSvKod5pk5bLi6mikLK3hK9ygJ4QE+blayWYnc7wyuuXH14J
WuJ4PW8vZf2LHl9ywQraqF9J4/7X304t7L/+vjybvW24tMBILDIG+rTERJvA
RpJ/co+IEnU4jyz7EFtipew0C96FZEPgmFsuPI6JEEnTaxKQMEYtDUAmFGBI
aiXw2s5tpIhJW6Pv+AaDLXRjmIeVRmkZzvMnKvUI5O3Ie7jlM8m7MnCza2oo
PlF3NkqLjXS+13U9W34dzxRfgIFO12tea2g+jbaMQ5fTCLVQbUoqvr5Mvzzg
mJ1ZA9RphpBYCF3KvzPl/RUcXguf+CCmfxP3IJU/ccDg1NVJqUY2GbsceqXV
B3n7TiJli5uQtpULL/Wm0BgjPGq/OBU2GoXe1i03usTsRUy9jCxByH+ndoyf
25Vi8ODjh4ztspDv1ijQf10vi7+l7xH5O+1vh/o21UElwElYSdxE7DgDY8n6
ULLzL8VH0R5AVmYNwHeLHliiOtfvkcVHuBfpYjlC+wuNSOpATnbSGSkOPp5V
eCVfJqCl/U5dq/VQ14Grs2B5WPL4ervE8qm1G98F8+ULVyVxNLKZfD/BnfS7
1pKgZOfrKmKyNy3013srkX0//RoEDoJo3cikbin7AghRBimjdB4lpeag8OEi
KCjuwbiDdoDjo5VHCkNHbB4QoV6GEvKwWXyHfbBR0fDvREcYMho1snPOmKGe
LVxHrvfLy9XQew5VxHBEVjakNYsSkkwpHO15ups0cC5nP8brB3u91VtJzVnL
EA5Fyxhut+UK3Sx+Gbvg5CpJXkF+K/7UEGTq8nR9rVxvvuHyOHwNj0QquN6C
eJAL5LHCetBOi2idmBNE6/Kt02yVKlJ6rk7fgfDs6RP9DgT0H4fmt1BIYlYp
P4yiv/iNEMkYzKMSTkFK9iImDo3iVXY+KtAiuyvgOEm7JNMrJSuxDepEFxQn
KbjoUhJrrIRjY196k+RjjRRMiLtzTXEqr51UcXD4Jl5qOWqmTH0dgQe1rCQ0
ES4BeWL/bXBnSjivZSg2T2pWUyNC26EMS5buothpFIK7LLQdXBUuPuMo/viO
xJg/1QnyrYGPG+2cQDuhnvkPuG+AyPKWc5dI4231E81mSraKNQWtfNLurBuS
2zhZqlFiJvQ9ytKjG404koxkvcsuz+Lg34Nky/UKxvDdA7p71cfSechtjhwz
WXOVhOKwmDjSaoD8Mw1MMfkZ8Q67SH6sWaFo1GacfkzaLgbWw/0MMBKx3ipU
BUi9lUSiYsNH5nab4vnb9zcLvnFmcrEr4MxCST4ObY6wUMzXkwcptzyrpUfY
7x6yZKjO3lPgKGEeXM4iZFLsGvXPA5+tYWVRjtuiviJICTOV68qB+H1F46ZU
hbS98a3SdKiTL3wSwASmQPBA2F7ALBTgIHfsZCAMVUu9Am/pTkMyIpVvk95m
SITl4NJvMo4KkXQ1LV+ibWLiaRWehrGep5glXyUFQ8Ihz8xoiVFccGMFcmDO
8z7YDwlNxoGtOKWdXznAYLMm6iT7KHYiBC3kwj6teRBryTGQpFkNeGcejikU
QIavLFBbgfjorWLewNvmCN2mttcIhDlBr21nQRy14Is3wAW4WFdegStXrd/z
3UaKTvRat/RdC14NXIB3Msjrqx+vTg8Q39Sqan7SxEYz+QotfJ0ThrkqQw0I
r3z2+VKCoLb657M1WVx7hotF8S2TuOxu9r+yQqbLR3MAAA==

-->

</rfc>
