<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.22 (Ruby 2.5.1) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-scitt-software-use-cases-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title abbrev="SCITT SW Supply Chain">Detailed Software Supply Chain Uses Cases for SCITT</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-scitt-software-use-cases-00"/>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer Institute for Secure Information Technology</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="Y." surname="Deshpande" fullname="Yogesh Deshpande">
      <organization>ARM</organization>
      <address>
        <email>yogesh.deshpande@arm.com</email>
      </address>
    </author>
    <author initials="D." surname="Brooks" fullname="Dick Brooks">
      <organization>REA</organization>
      <address>
        <email>dick@reliableenergyanalytics.com</email>
      </address>
    </author>
    <author initials="R." surname="Martin" fullname="Robert Martin">
      <organization>MITRE</organization>
      <address>
        <email>ramartin@mitre.org</email>
      </address>
    </author>
    <author initials="B." surname="Knight" fullname="Brian Knight">
      <organization>Microsoft</organization>
      <address>
        <email>brianknight@microsoft.com</email>
      </address>
    </author>
    <date year="2023" month="March" day="14"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document includes a collection of representative Software Supply Chain Use Case Descriptions.
These use cases aim to identify software supply chain problems that the industry faces today and acts as a guideline for developing a comprehensive solution for these classes of scenarios.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-scitt-software-use-cases/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        SCITT Working Group mailing list (<eref target="mailto:scitt@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/scitt/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/scitt/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-scitt/draft-ietf-scitt-software-use-cases"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>Modern software applications are an intricate mix of first-party and third-party code, development practices and tools, deployment methods and infrastructure, and interfaces and protocols.
The software supply chain comprises all elements associated with an application's design, development, build, integration, deployment, and maintenance throughout its entire lifecycle.
The complexity of software coupled with a lack of lifecycle visibility increases the risks associated with system attack surface and the number of cyber threats capable of harmful impacts, such as exfiltration of data, disruption of operations, and loss of reputation, intellectual property, and financial assets.
There is a need for a platform architecture that will allow consumers to know that suppliers maintained appropriate security practices without requiring access to proprietary intellectual property.
SCITT-enabled products and analytics solutions will assist in managing compliance and assessing risk to help prevent and detect supply chain attacks across the entire software lifecycle while prioritizing data privacy.</t>
      <section anchor="terms">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="generic-problem-statement">
      <name>Generic Problem Statement</name>
      <t>Supply chain security is a paramount prerequisite to successfully protect consumers and minimize economic, public health, and safety impacts.
Supply chain security has historically focused on risk management practices to safeguard logistics, meet compliance regulations, demand forecasts, and optimize inventory.
While these elements are foundational to a healthy supply chain, an integrated cyber security-based perspective of the software supply chains remains broadly undefined.
Recently, the global community has experienced numerous supply chain attacks targeting weaknesses in software supply chains. As illustrated in <xref target="lifecycle-threats"/>, a software supply chain attack may leverage one or more lifecycle stages and directly or indirectly target the component.</t>
      <figure anchor="lifecycle-threats">
        <name>Example Lifecycle Threats</name>
        <artwork><![CDATA[
      Dependencies        Malicious 3rd-party package or version
           |
           |
     +-----+-----+
     |           |
     |   Code    |        Compromise source control
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Malicious plug-ins;
     |  Commit   |        Malcious commit
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify build tasks or build environment;
     |   Build   |        Poison build agent/compiler;
     |           |        Tamper with build cache
     +-----+-----+
           |
     +-----+-----+
     |           |        Compromise test tools;
     |    Test   |        Falsification of test results
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Use bad package;
     |  Package  |        Compromise package repository
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify release tasks;
     |  Release  |        Modify build drop prior to release
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |
     |  Deploy   |        Tamper with versioning and update process
     |           |
     +-----------+
]]></artwork>
      </figure>
      <t>DevSecOps often depends on third-party and open-source solutions.
These dependencies can be quite complex throughout the supply chain and render the checking of lifecycle compliance difficult.
There is a need for manageable auditability and accountability of digital products.
Typically, the range of types of statements about digital products (and their dependencies) is vast, heterogeneous, and can differ between community policy requirements.
Taking the type and structure of all statements about digital and products into account might not be possible.
Examples of statements may include commit signatures, build environment and parameters, software bill of materials, static and dynamic application security testing results, fuzz testing results, release approvals, deployment records, vulnerability scan results, and patch logs.
In consequence, instead of trying to understand and describe the detailed syntax and semantics of every type of statement about digital products, the SCITT architecture focuses on ensuring statement authenticity, visibility/transparency, and intends to provide scalable accessibility.
The following use case illustrates the scope of SCITT and elaborate on the generic problem statement above.</t>
    </section>
    <section anchor="software-supply-chain-use-cases">
      <name>Software Supply Chain Use Cases</name>
      <section anchor="verification-that-signing-certificate-is-authorized-by-supplier">
        <name>Verification that Signing Certificate is Authorized by Supplier</name>
        <t>Consumers wish to verify the authenticity and integrity of software they use before installation.
To do this today, they rely on the digital signature of the software.
This can be misleading, however, as there is no guarantee that the certificate used to sign the software is authorized by the Supplier for signing.
For example, a malicious actor may obtain a signing certificate from a reputable organization and use that certificate to sign malicious software.
The consumer, believing the software originated from the reputable organization, would then install malicious software.</t>
        <t>A consumer of software wants:</t>
        <ul spacing="normal">
          <li>to verify the authenticity and integrity of software they use before installation.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>enable the consumer to verify that software originated from a 'duly authorized signing party' on behalf of the supplier, and is still valid.</li>
        </ul>
      </section>
      <section anchor="multi-stakeholder-evaluation-of-a-released-software-product">
        <name>Multi Stakeholder Evaluation of a Released Software Product</name>
        <t>In IT industry it is a common practice that once a software product is released, it is evaluated on various aspects.
For example, an auditing company, a code review company or a government body will examine the software product and issue authoritative reports about the product.
The end users (consumers or distribution entities) use these report to make an accurate assessment as to whether the software product is deemed fit to use.</t>
        <t>There are multiple such authoritative bodies that make such assessments.
There is no assurance that all the bodies may be aware of statements from other authoritative entities or actively acknowledge them.
Discovery of all sources of such reports and/or identity of the authoritative bodies adds a significant cost to the end user or consumer of the product.</t>
        <t>A consumer of released software product wants:</t>
        <ul spacing="normal">
          <li>to offload the burden of identifying all relevant authoritative entities to an entity who does it on their behalf</li>
          <li>to offload the burden to filter from and select all statements that are applicable to a particular release of a multi release software product, to an entity who does this on their behalf</li>
          <li>to make an informed decisions on which authoritative entities to believe based on the best visibility of all authoritative entities possible</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>aggregate large numbers of related statements in one place and discover them</li>
          <li>referencing other statements via a statement</li>
          <li>identifying or discover all (or at least a critical mass) of relevant authoritative entities</li>
        </ul>
      </section>
      <section anchor="security-analysis-of-a-software-product">
        <name>Security Analysis of a Software Product</name>
        <t>This use case is a specialization of the use case above.</t>
        <t>A released software product is often accompanied by a set of complementary statements about it's security compliance.
This gives enough confidence to both producers and consumers that the released software has a good security standard and is suitable to use.</t>
        <t>Subsequently, multiple security researchers often run sophisticated security analysis tools on the same product.
The intention is to identify any security weaknesses or vulnerabilities in the package.</t>
        <t>Initially a particular analysis can identify itself as a simple weakness in a software component.
Over a period of time, a statement from another third-party illustrates that the weakness is exposed in the same software component in a way that it is an exploitable vulnerability.
The producer of the software product now provides a statement that confirms the linking of software component vulnerability with the software product and also issues an advisory statement on how to mitigate the vulnerability.
At first, the producer provides an updated software product that still uses the vulnerable software component but shields the issue in a fashion that inhibits exploitation.
Later, A second update of the software product includes a security patch to the affected software component from the software producer.
Finally, A third update includes a new release (updated version) of the formerly insecure software component.
For this release, both the software product and the affected software component are deemed secure by the producer and consumers.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to know where to get these security statements from producers and third-parties related to the software product in a timely and unambiguous fashion,</li>
          <li>how to attribute them to an authoritative issuer,</li>
          <li>how to associate the statements in a meaningful manner via a set of well-known semantic relationships, and</li>
          <li>how to consistently, efficiently, and homogeneously check their authenticity.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>know the various sources of statements,</li>
          <li>how to express the provenance and historicity of statements,</li>
          <li>how to related/link various heterogeneous statements in a simple fashion, and</li>
          <li>check that the statement comes from a source with authority to issue that statement.</li>
        </ul>
      </section>
      <section anchor="promotion-of-a-software-component-by-multiple-entities">
        <name>Promotion of a Software Component by multiple entities</name>
        <t>A software component source (e.g., a library) released by a certain original producer is becoming popular.
The released software component source is accompanied by a statement of authenticity (e.g., a detached signature).
Over time, due to its enhanced applicability to various products, there has been an increasing amount of multiple providers of the same software component version on the internet.</t>
        <t>Some providers include this particular software component as part of their release package bundle and provide the package with proof of authenticity using their own issuer authority.
Some packages include the original statement of authenticity, and some do not.
Over time, some providers no longer offer the exact same software component source but pre-compiled software component binaries.
Some sources do not provide the exact same software component but include patches and fixes produced by third-parties, as these emerge faster than solutions from the original producer.
Due to complex distribution and promotion lifecycle scenarios, the original software component takes myriad forms.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to understand if a particular provider is actually the original provider or a promoter,</li>
          <li>to know if and how the source, or resulting binary, of a promoted software component differs from the original software component,</li>
          <li>to check the provenance and history of a software component's source back to its origin, and</li>
          <li>to assess whether to trust a promoter or not.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>to reliably discern a provider that is the original producer from a provider that is a trustworthy promoter or from an illegitimate provider,</li>
          <li>track the provenance path from an original producer to a particular provider</li>
          <li>to check for the trustworthiness of a provider</li>
          <li>to check the integrity of modifications or transformations done by a provider</li>
        </ul>
      </section>
      <section anchor="post-boot-firmware-provenance">
        <name>Post-Boot Firmware Provenance</name>
        <t>In contrast to operating systems or user space software components of a large and complex systems, firmware components are often already executed during boot-cycles before there is an opportunity to authenticate them.</t>
        <t>Authentication takes place, for example, by validating a signed artifact against a Reference Integrity Manifest (RIM).
Corresponding procedures are often called authenticated, measured, or secure boot.
The output of these high assurance boot procedures is often used as input to more complex verification known as remote attestation procedures.</t>
        <t>If measurements before execution are not possible, static after-the-fact analysis is required, typically by examining artifacts.
When best practices are followed, in such cases measurements (e.g., a hash or digests) are stored in a protected or shielded environment (e.g., TEEs or TPMs).
After finishing a boot sequence, these measurements about foundational firmware are retrieved after-the-fact from shielded locations and must be compared to reference values that are part of RIMs.
A verifying system appraising the integrity of a boot sequence must identify, locate, retrieve, and authenticate corresponding RIMs.</t>
        <t>A consumer of published software wants:</t>
        <ul spacing="normal">
          <li>to easily identify sources for RIMs</li>
          <li>to select appropriate RIMs and download them for the appraisal of measurements</li>
          <li>to be able to assure the authenticity, applicability, and freshness of RIMs over time</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>identify, locate, retrieve and authenticate RIMs in a uniform fashion</li>
          <li>to uniquely identify among multiple potential available RIMs (e.g., by age, source, signing authority, etc.)</li>
          <li>to store RIMs in a fashion that enables their usage in appraisal procedures years after they were created in a secure and believable fashion</li>
        </ul>
      </section>
      <section anchor="auditing-of-software-product">
        <name>Auditing of Software Product</name>
        <t>An organization has established procurement requirements and compliance policies for software use.
In order to allow the acquisition and deployment of software in certain security domains of the organization, a check of software quality and characteristics must succeed.
Compliance and requirement checking includes audits of the results of organisational procedures and technical procedures, which can originate from checks conducted by the organization itself or checks conducted by trusted third parties.
Consecutively, consumers of statements about a released software can be auditors.
Examples of procedure results important to audits include: available fresh and applicable code reviews, certification documents (e.g., FIPS or Common Criteria), virus scans, vulnerability disclosure reports (fixed or not fixed), security impact or applicability justification statements.
Relevant compliance, requirement, and check result documents originate from various sources and include a wide range of representations and formats.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to provide methods with different levels of complexity to auditors of a released software</li>
          <li>expects the creator or distributor of released software to enable audit procedures and make corresponding documents visible and available</li>
          <li>the cost of audits to be manageable and scale well</li>
          <li>complete visibility and accessibility to documents required for audits</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>discover and associate relevant documents and check results required for various types of audits</li>
          <li>assert the authenticity and provenance of documents relevant to audits in a deterministic and uniform fashion</li>
          <li>check the validity of identity statements about relevant documents after the fact (when they were made) in a consistent, long-term fashion</li>
          <li>allow for more than one level of complexity of audit procedures (potentially depending on criticality)</li>
        </ul>
      </section>
      <section anchor="authentic-software-components-in-air-gapped-infrastructure">
        <name>Authentic Software Components in Air-Gapped Infrastructure</name>
        <t>Some software is deployed on systems not connected to the Internet.
Authenticity checks for off-line systems can occur at time of deployment of released software.
Off-line systems require appropriate configuration and maintenance to be able to conduct useful authenticity checks.
If the off-line systems in operation are part of constrained node environments, they do not possess the capabilities to process and evaluate all kinds of different authenticity proofs that come with a released software.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>a proof of authenticity that can be checked by an off-line system for vast periods of time after system deployment</li>
          <li>a proof of authenticity to be small and as uniform as possible to allow for application in constrained node environments</li>
          <li>a simple and low cost way to update the configuration of a system component in charge of validity or authenticity checking</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide an authenticity proof that can be checked by off-line systems in a simple and uniform fashion</li>
          <li>enable rich systems, regular systems, and constrained systems to conduct authenticity checks via the same procedure / code base</li>
          <li>to verify the authenticity and integrity of software in a fashion that scales from applications such as global open source repositories down to off-line constrained devices</li>
        </ul>
      </section>
      <section anchor="firmware-delivery-to-large-set-of-constrained-iot-devices">
        <name>Firmware Delivery to large set of constrained IoT Devices</name>
        <t>Firmware is a critical component for successful execution of any constrained IoT device.
It is often the bedrock on which the security story of the devices it powers. For example, personal health monitoring devices (eHealth devices) are generally battery driven and offer health telemetry monitoring, such as temperature, blood pressure, and pulse rate.
These devices typically connect to the Internet through an intermediary base station using wireless technologies.
Through this connection, the telemetry data and analytics transfer, and devices receive firmware updates when published by the vendor.
The public network, open distribution system, and firmware update process create several security challenges.</t>
        <t>Consumers and other interested parties of a firmware update ecosystem wants:</t>
        <ul spacing="normal">
          <li>to know that the received firmware for system update is not faulty or malicious</li>
          <li>to know if the signing identity used to assert the authenticity of the firmware is somehow used to sign unintended updates</li>
          <li>to ascertain that the released firmware is not subverted or compromised due to an insider risk - be it malicious or otherwise</li>
          <li>to confirm that the publishers know if their deliverable has been compromised. Can they trust their key protection or audit logging?</li>
          <li>to know how the update client on an instance of a health monitoring system discerns a general update from one specially crafted for just a small subset of a fleet of devices</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide an update framework that allows validation of authenticity of firmware revisions</li>
          <li>to verify that the firmware update seen by a single device, is indeed the same as seen by all the devices.</li>
          <li>reliably discern an update that has been signed by the appropriate and intended signing identity</li>
          <li>make an informed judgement on all available information about firmware at the install time. For example, the firmware is still in a good state or otherwise?</li>
        </ul>
      </section>
      <section anchor="software-integrator-assembling-a-software-product-for-a-smart-car">
        <name>Software Integrator assembling a software product for a smart car</name>
        <t>Software Integration is a complex activity.
This typically involves getting various software components from multiple suppliers and producing an integrated package deployed as part of device assembly.
For example, car manufacturers source integrated software for their autonomous vehicles from third parties that integrates software components from various sources.
Integration complexity creates a higher risk of security vulnerabilities to the delivered software.</t>
        <t>Consumer of an integrated software wants:</t>
        <ul spacing="normal">
          <li>all components presents in a software product listed, and the ability to identify and retrieve them from a secure and tamper-proof location</li>
          <li>to receive an alert when a vulnerability scan detects a known security issue on a running software component</li>
          <li>verifiable proofs on build process and build environment with all supplier tiers to ensure end to end build quality and security</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide a tiered and transparent framework that allows for verification of integrity and authenticity of the integrated software at both component and product level before installation</li>
          <li>notify software integrators of vulnerabilities identified during security scans of running software</li>
          <li>provide valid annotations on build integrity to ensure conformance</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="BCP" value="14"/>
          <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>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="BCP" value="14"/>
          <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>
      </reference>
    </references>
    <!--
Contributors
============
{: numbered="no"}

 -->

<!--
Acknowledgements
================
{: numbered="false"}
-->



  </back>
  <!-- ##markdown-source:
H4sIAGOxD2QAA71c65LbxpX+z6dA5B+SvOQ4TpzNRokTj0dSPLVWpNWMN+VK
5UcTaJLtAdEMGhiKdrzPss+yT7bnO+f0BSRHsVPrnSrZJAh0n/u9sVgsZvfP
ql/OZoMbWvusem4H41rbVDd+NexNb6ubcbdrD9XVxriu+irYUF0Z/Hfl++rm
6vr2dmaWy97SKvytuvnz5JFZ4+vObGnppjerYeHssFqE2g3DIugWizHYRY1F
Fz//+ezOHva+b55V191g+84Oi+d4cFab4VnlupWfhaG3Zks3vLh9OZvd2260
z2ZVte79uFMo6OuW8HhW8U6fYdML369xlxs245JWAhz7tYDy0Q+AbTbbuWfV
XwZfz6vge4JhFejTYSsfar/dmXrgD1vbDeGvs5kZh43vAduCIA/Pqi8uqs9d
f7fx7bd0saqEMF/Y7m56nUB9Vr3szdht/Mr2RIpA/BkHK1S39UiMuSZa9Fsz
ON9Vt7bedL716wM/HzlSLHFzfcs/WaHLhva8WOqenwU3XKzSvReN5VtBZ0tE
f7uxBP3QmxBs9etf8W+1bwjyx//6yS9+86vHcsUNB5If02/DYJpB7xq7oafL
f7QEaXfIlPj6gkQtbHam082EFF/7NV09+ompcfn2VQn/gW8kSPXGz2jfCyJ9
3uE50br3/i4Uyz939V15lVd+++KyXLmhez7rbevMsrW2s/36YDrTHgZXh+kO
by+qV6YfSMbzDm/90vZDeZ33eHV9+/ZFuUtvtnzLZ1tHVFbZ1HU/v6j+vXPr
zVCs+3nvTFdelmVd3XuIarn0Erfe8Z20ut7AkM86EZh70peZi+LD3xaLBUkN
mFwPs9ntxoWKFHeEJBNQdTsSpStDDG1bW7PI+VXV211vA93CqzxsMthigKl1
73Z4OFzQFvRkRdpVsXZVxm2rwVeuoeXc6lBFBayCLFbzYrveE1e2oRo2ZqD/
WAKuGQnsQ7UyNS0z+MYcKpKIihChVQH0eqRVW9eJ9jT23rZ+57o147MlFEgZ
AhAIvh0ZN9w3MIB1C6kPwDbUtjO98wQ8k2vrmqa1s9kHsFS9b0ahy3cfOHz9
fjZ7RTrSdxkTQ4i4mhWWwMKFrsK9uGZpuXfYZeX6MCx2JByCxrBxfaPfoXTz
iACzZgd+OSDO93rfBtywa/2Bf99askCN/EoMJxUeeoKTzMdcr5GNFcrhK5GX
7Bstwvx5gAdMM8c8a9vKEjtg7ojUwdeOMGmqPdlYIFcg/JjkyQa37ibwz6vl
6NpmznCse76zhF+AJLGmnzvT1ZbIQVZ+vfEjiSVtCmEh+Fq3svWhbq3ADQhb
+44MEvMtYkHWaNcm8KrWkDGg39PD1b0LbulaPEcyT04GSELICN27UwzDIQx2
W5lhwEphZEIq02zVjVsyBdigPuADQW4NgVybHSwLftiQ0VqNbeXYdcCbjPUG
MmvfrVw7CD1wY2MGQ3RxoR938ZrfWbkhCJVaH4Iq5TgoJUE3VtjRtGAuPTIc
5PaVA0EdXYeAD8JxIpKDxnSWcIQSmGrXmgGGggS23rjBsvCI+u0d8Z9kwO+J
tF0gY9FDAau7jq7wHSw3DpeZh/SP1iWpIEh6ELIKcGWgdxZkkBbs7e3fRtez
mtZ0nVeWBylE6Q/ncbuYsftfkLQsweqd6KVIdzLjSdGD4hCCC7BzBGZn1tiT
RcixyPGjMAIBP0AUAMrGtjtanmSZ1Ay3NBbEmaqKiAbtDissoqQSm4QyS99+
Q4EXLek8UcR9i83Ad1y5NzWhNvvgA3L0/daJpydLQ8q7Dd/PWOgpbqoQOIXq
0auvbm4fzeX/1Z9e8+e3L/7jq+u3L57j880Xl19+mT7M9I6bL15/9eXz/Ck/
efX61asXf3ouD9PVanJp9ujV5dePRKoevX5ze/36T5dfPgI1h4kbAbZEuKUV
q0O0gyaZMGvYMSwtzFH1+dWb//nvjz+pvvvuZ29fXv3i449/8/33+uXfPv71
J/RlT+ZadvMdUVq+EmkPM5Isa3qsAstEiuYGA4NIGhU2ft9VkHCi44d/AWX+
+qz63bLeffzJ7/UCEJ5cjDSbXGSanV45eViIeObSmW0SNSfXjyg9hffy68n3
SPfiIjzTHxHAuLp6I36zuiHLwPZ6NrspBTXpIas/eRuzRegGAWc9pACRmUcG
CrpIRqs9sLeAyGflZ2vtOrd135Kk03VPAci82o1L8gNEfdMOG2FdMCuL7cTy
XTwAzYY4RzI0ePhIbLkiYQoWnBdFZH21R64QcNLy69H0MItrWoCUfk7O0A6l
Yvd0SxtNaEPRU8dGz1JAMqhR9WRuGRnXQdF9T2r4Z9ZTCQ+y9+sRXYxdw+uR
RSIgjGJ8mBiFubp99neEiniHiPJiaYAfGbOwQ6B1z45ieMgZB0Jiy/9f9t40
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

-->

</rfc>
