<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-anima-masa-considerations-01" category="info" tocInclude="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="MASA Considerations">Operational Considerations for Voucher infrastructure for BRSKI MASA</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-anima-masa-considerations-01"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization>Huawei Technologies</organization>
      <address>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <date year="2025" month="November" day="04"/>
    <area>Internet</area>
    <workgroup>anima Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 106?>

<t>This document describes a number of operational modes that a
BRSKI Manufacturer Authorized Signing Authority (MASA) may take on.</t>
      <t>Each mode is defined, and then each mode is given a relevance
within an over applicability of what kind of organization the
MASA is deployed into.  This document does not change any
protocol mechanisms.</t>
    </abstract>
  </front>
  <middle>
    <?line 116?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8995"/> introduces a mechanism for
new devices (called pledges) to be onboarded into a network without
intervention from an expert operator.</t>
      <t>This mechanism leverages the pre-existing relationship between a device and
the manufacturer that built the device.  There are two aspects to this
relationship: the provision of an identity for the device by the
manufacturer (the IDevID), and a mechanism which convinces the device to
trust the new owner (the <xref target="RFC8366"/> voucher).</t>
      <t>The manufacturer, or their designate, is involved in both aspects of this
process.  This requires the manufacturer (or designate) to maintain on online presence.</t>
      <t>This document offers a number of operational considerations recommendations for operating this online presence.</t>
      <t>The first aspect is the device identity in the form of an <xref target="ieee802-1AR"/>
certificate that is installed at manufacturing time in the device.
Some of the background for the operational considerations of building this public key infrastructure is described in <xref target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/>.</t>
      <t>The second aspect is the use of the Manufacturer Authorized Signing Authority
(MASA), as described in <xref target="RFC8995"/> section 2.5.4.   The device needs to have
the MASA anchor built in; the exact nature of the anchor is open to a number of
possibilities which are explained in this document.
This document primarily deals with a number of options for architecting the security of the MASA relationship.</t>
      <t>There are some additional considerations for a MASA that deals with
constrained vouchers as described in <xref target="I-D.ietf-anima-constrained-voucher"/>.
In particular in the COSE signed version, there may be no PKI structure included in the voucher mechanism, so cryptographic hygiene needs a different set of tradeoffs.</t>
    </section>
    <section anchor="operational-considerations-for-manufacturer-authorized-signing-authority-masa">
      <name>Operational Considerations for Manufacturer Authorized Signing Authority (MASA)</name>
      <t>The manufacturer needs to make a Signing Authority available to new owners so that
they may obtain <xref target="RFC8366"/> format vouchers to prove ownership.  This section initially
assumes that the manufacturer will provide this Authority internally, but
subsequent sections deal with some adjustments when the authority is
externally run.</t>
      <t>The MASA is a public facing web system.  It will be subject to network load from
legitimate users when a network is bootstrapped for the first time.
The legitimate load will be proportional to sales.</t>
      <t>The MASA will also be subject to a malicious load.</t>
      <section anchor="deflecting-unwanted-tls-traffic-with-client-certificates">
        <name>Deflecting unwanted TLS traffic with Client Certificates</name>
        <t>One way to deflect unwanted users from the application framework backend is to require TLS Client Certificates for  all connections.
As described in Section 5.5.4 of <xref target="RFC8995"/>, the Registrar may be authenticated with a TLS Client Certificate.</t>
        <t>This offloads much of the defense to what is typically a hardware TLS termination system.
This can be effective even if the hardware is unable to do the actual validation of the TLS Client Certificate, as validation of the certificate occurs prior to any communication with the application server.</t>
        <t><xref target="I-D.ietf-httpbis-client-cert-field"/> is a critical addition to any use of TLS offload, as the certificate used needs to be communicated to the application framework for detailed authorization.</t>
        <t>This increases the effort requires for attackers, and if they repeat the same certificate then it becomes easier to reject such attackers if a list of invalid/unwanted clients is cached.</t>
        <t>The use of a client certificate forces attackers to generate new key pairs and certificates for each attack.</t>
      </section>
      <section anchor="web-framework-architecture">
        <name>Web framework architecture</name>
        <t>Web framework three-tier mechanisms are a very common architecture.
See <xref target="threetier"/> for an overview.
There are Internet scale frameworks exist for Ruby (RubyOnRails), Python (Django), Java (J2EE),  GO, PHP and others.
The methods of deploying them and dealing with expected scale are common in most enterprise IT departments.</t>
        <t>Consideration should be made to deploying the presentation layer into multiple data centers in order to provide resiliency against distributed denial of service (DDoS) attacks that affect all tenants of that data center.</t>
        <t>Consideration should also be given to the use of a cloud front end to mitigate attacks, however, such a system needs to be able to securely transmit the TLS Client Certificates, if the MASA wants to identify Registrars at the TLS connection time.</t>
        <t>The middle (application) tier needs to be scalable, but it is unlikely that it needs to scale very much on a per-minute or even per-hour basis.
It is probably easier and more reliable to have application tiers do database operations across the Internet or via VPN to a single location database cluster than it is to handle asynchronous database operations resulting from geographically dispersed multi-master database systems.</t>
        <t>But, these are local design decisions which web deployment make on a regular basis.
The MASA functionality is not different than other public facing systems.</t>
        <t>The database tables that the MASA uses scale linearly with the number of products sold,
but as they are mostly read-only, they could be easily replicated in a read-only manner from a sales database.</t>
        <t>Direct integration with a sales system could be considered, but would involve a more significant security impact analysis, so a process where the sales data is extracted to a less sensitive system is RECOMMENDED.</t>
        <t>In any case, the manufacturer SHOULD plan for a situation where the manufacturer is no longer able or interested in running the Authority: this does not have to an unhappy situation!
While the case of the manufacturer going out of business is discussed in <xref target="escrow"/>, there are more happy events which should be prepared for.
For instance, if a manufacturer goes through a merge or acquisition and it makes sense to consolidate the Signing Authority in another part of the organization.</t>
        <t>Business continuity plan should include backing up the voucher signing keys.
This may involve multiple Hardware Security Modules, and secret splitting mechanisms
SHOULD be employed.
For large value items, customers are going to need to review the plan as part of their contingency audits.
The document <xref target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/> can provide some common basis for this kind of evaluation.</t>
        <t>The trust anchors needs to validate <xref target="RFC8366"/> vouchers will typically be part of the firmware loaded inot the devie firmware.</t>
        <t>There are many models to manage these trust anchors, but in order having only a single key, a PKI infrastructure is appropriate, but not required.</t>
        <t>On constrained devices without code space to parse and validate a public key certificate chain require different considerations, a single key may be necessary.
This document does not (yet) provide appropriate considerations for that case.</t>
        <t>What follows are a number of ways to construct a resilient PKI to sign vouchers.</t>
      </section>
      <section anchor="self-contained-multi-product-masa-no-pki">
        <name>Self-contained multi-product MASA, no PKI</name>
        <t>The simplest situation is to create a self-signed End Entity certificate.
That is, a public/private key pair.
The certificate/public key is embedded in the products to validate vouchers, and the private part is kept online to sign vouchers.</t>
        <t>This situation has very low security against theft of a key from the MASA.
Such a theft would result in recall of all products that have not yet been onboarded.
It is very simple to operate.</t>
      </section>
      <section anchor="self-contained-multi-product-masa-with-one-level-pki">
        <name>Self-contained multi-product MASA, with one-level PKI</name>
        <t>A simple way is to create an new offline certification authority (CA), have it periodically sign a new End-Entity (EE) identity's certificate.
This End-Entity identity has a private key kept online, and it uses that to sign voucher requests.
Note that the entity used to sign <xref target="RFC8366"/> format vouchers does not need to be a certificate authority.</t>
        <t>If the public key of this offline CA is then built-in to the firmware of the device,
then the devices do not need any further anchors.</t>
        <t>There is no requirement for this CA to be signed by any other certification authority.
That is, it may be a root CA.
There is also no prohibition against it.</t>
        <t>If this offline CA signs any other certificates, then it is important that the device know which End-Entity certificates may sign vouchers.
This is an authorization step, and it may be accomplished it a number of ways:</t>
        <ol spacing="normal" type="1"><li>
            <t>the Distinguished Name (DN) of the appropriate End-Entity certificate can be built-in to the firmware</t>
          </li>
          <li>
            <t>a particular policy OID may be included in certificates intended to sign vouchers</t>
          </li>
        </ol>
        <t>A voucher created for one product could be used to sign a voucher for another product.
This situation is also mitigated by never repeating serialNumbers across product lines.</t>
        <t>An End-Entity certificate used to sign the voucher is included in the certificate set in the CMS structure that is used to sign the voucher.
The root CA's trust anchor should <em>also</em> be included, even though it is self-signed, as this permits auditing elements in a Registrar to validate the End-Entity Certificate.</t>
        <t>The inclusion of the full chain also supports a Trust-on-First-Use (TOFU) workflow for the manager of the Registrar: they can see the trust anchor chain and can compare a fingerprint displayed on their screen with one that could be included in packaging or other sales channel information.</t>
        <t>When building the MASA public key into a device, only the public key contents matter, not the structure of the self-signed certificate itself.
Using only the public key enables a MASA architecture to evolve from a single self-contained system into a more complex architecture later on.</t>
      </section>
      <section anchor="perproduct">
        <name>Self-contained per-product MASA</name>
        <t>A simple enhancement to the previous scenario is to have a unique MASA offline key for each product line.
This has a few advantages:</t>
        <ul spacing="normal">
          <li>
            <t>if the private keys are kept separately (under different encryption keys), then compromise of a single product lines MASA does not compromise all products.</t>
          </li>
          <li>
            <t>if a product line is sold to another entity, or if it has to go through an escrow process due to the product going out of production, then the process affects only a single product line.</t>
          </li>
          <li>
            <t>it is safe to have serialNumber duplicated among different product lines since a voucher for one product line would not validate on another product line.</t>
          </li>
        </ul>
        <t>The disadvantage is that it requires a private key to be stored per product line, and most large OEMs have many dozens of product lines.
If the keys are stored in a single Hardware Security Module (HSM), with the access to it split across the same parties, then some of the cryptographic advantages of different private keys will go away, as a compromise of one key likely compromises them all.
Given a HSM, the most likely way a key is compromised is by an attacker getting authorization on the HSM through theft or coercion.</t>
        <t>The use of per-product MASA signing keys is encouraged.</t>
      </section>
      <section anchor="per-product-masa-keys-intertwined-with-idevid-pki">
        <name>Per-product MASA keys intertwined with IDevID PKI</name>
        <t>The IDevID certificate chain (the intermediate CA and root CA that signed the IDevID certificate) should be included in the device firmware so that they can be communicated during the BRSKI-EST exchange.</t>
        <t>Since they are already present, could they be used as the MASA trust anchor as well?</t>
        <t>In order to do this there is an attack that needs to mitigated.
Since the root-CA that creates IDevIDs and the root-CA that creates vouchers are the same, when validating a voucher, a pledge needs to make sure that it is signed by a key authorized to sign vouchers.
In other scenarios any key signed by the voucher-signing-root-CA would be valid, but in this scenario that would also include any IDevID, such as would be installed in any other device.
Without an additional signal as to which keys can sign vouchers, and which keys are just IDevID keys, then it would be possible to sign vouchers with any IDevID private key, rather than just the designated voucher-signing key.
An attacker that could extract a private key from even one instance of a product, could use that to sign vouchers, and impersonate the MASA.</t>
        <t>The challenge with combining it into the IDevID PKI is making sure that only an authorized entity can sign the vouchers.
The solution is that it can not be the same intermediate CA that is used to sign the IDevID, since that CA should have the authority to sign vouchers.</t>
        <t>The PKI root CA therefore needs to sign an intermediate CA, or End-Entity certificate with an extension OID that is specific for Voucher Authorization.
This is easy to do as policy OIDs can be created from Private Enterprise Numbers.
There is no need for standardization, as the entity doing the signing is also creating the verification code.
If the entire PKI operation was outsource, then there would be a benefit for standardization.</t>
      </section>
      <section anchor="rotatingkeys">
        <name>Rotating MASA authorization keys</name>
        <t>As a variation of the scenario described in <xref target="perproduct"/>, there could be multiple Signing Authority keys per product line.
They could be rotated though in some deterministic order.
For instance, serial numbers ending in 0 would have MASA key 0 embedded in them at manufacturing time.
The asset database would have to know which key that corresponded to, and it would have to produce vouchers using that key.</t>
        <t>There are significant downsides to this mechanism:</t>
        <ul spacing="normal">
          <li>
            <t>all of the MASA signing keys need to be online and available in order to respond to any voucher request</t>
          </li>
          <li>
            <t>it is necessary to keep track of which device trust which key in the asset database</t>
          </li>
        </ul>
        <t>There is no obvious advantage to doing this if all the MASA signing private keys are kept in the same device, under control of the same managers.
But if the keys are spread out to multiple locations and are under control of different people, then there may be some advantage.
A single MASA signing authority key compromise does not cause a recall of all devices, but only the portion that had that key embedded in it.</t>
        <t>The relationship between signing key and device could be temporal: all devices made on Tuesday could have the same key, there could be hundreds of keys, each one used only for a few hundred devices.
There are many variations possible.</t>
        <t>The major advantage comes with the COSE signed constrained-vouchers described in <xref target="I-D.ietf-anima-constrained-voucher"/>.
In this context, where there isn't space in the voucher for a certificate chain, nor is there code in the device to validate a certificate chain,  a raw public key can sign the voucher.
The (public) key used to sign is embedded directly in the firmware of each device without the benefit of any public key infrastructure, which would allow indirection of the key.</t>
      </section>
    </section>
    <section anchor="operational-considerations-for-constrained-masa">
      <name>Operational Considerations for Constrained MASA</name>
      <t>TBD</t>
    </section>
    <section anchor="operational-considerations-for-creating-nonceless-vouchers">
      <name>Operational Considerations for creating Nonceless vouchers</name>
      <t>TBD</t>
    </section>
    <section anchor="escrow">
      <name>Business Continuity and Escow Considerations</name>
      <t>A number of jurisdictions have legal requirements for businesses to have contingency plans in order to continue operating after an incident or disaster.
Specifications include <xref target="iso22301_2019"/>, but the problem of continuity goes back over 40 years.</t>
      <t>The <xref target="holman2012"/> document defined an eight tier process to understand how data would be backed up.
Tier 0 is "no off-site data", and would be inappropriate for the MASA's signing key.
The question as to how much delay (downtime) is tolerable during a disaster for activating new devices.
The consideration should depend upon the type of the device, and what kind of disasters are being planned for.
Given current technologies for replicating databases online, a tier-4 ("Point-in-time copies") or better solution may be quite economically deployed.</t>
      <t>A key aspect of the MASA is that it was designed as a component that can be outsourced to a third party, and this third party can leverage economies of scale to provide more resilient systems at much lower costs.</t>
      <t>The PKI components that are used to provision the IDevID certificiates into new devices need to be operational only when the factory that produces the devices is active.
The business continuity planning needs to include provision for backing up the private keys used within the PKI.
It may be enough to backup just the root CA key: the rest of the levels of the PKI can be regenerated in another location if necessary.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>YYY</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>ZZZ</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no IANA requests.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Hello.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8366" target="https://www.rfc-editor.org/info/rfc8366" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8366.xml">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer. This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure. Other YANG-derived formats are possible. The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher" target="https://datatracker.ietf.org/doc/html/draft-ietf-anima-constrained-voucher-29" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-anima-constrained-voucher.xml">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI)</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="18" month="October" year="2025"/>
            <abstract>
              <t>This document defines the Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI) protocol, which provides a solution for secure zero-touch onboarding of resource-constrained (IoT) devices into the network of a domain owner. This protocol is designed for constrained networks, which may have limited data throughput or may experience frequent packet loss. cBRSKI is a variant of the BRSKI protocol, which uses an artifact signed by the device manufacturer called the "voucher" which enables a new device and the owner's network to mutually authenticate. While the BRSKI voucher data is encoded in JSON, cBRSKI uses a compact CBOR-encoded voucher. The BRSKI voucher data definition is extended with new data types that allow for smaller voucher sizes. The Enrollment over Secure Transport (EST) protocol, used in BRSKI, is replaced with EST-over- CoAPS; and HTTPS used in BRSKI is replaced with DTLS-secured CoAP (CoAPS). This document Updates RFC 8995 and RFC 9148.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-29"/>
        </reference>
        <reference anchor="RFC8995" target="https://www.rfc-editor.org/info/rfc8995" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8995.xml">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="I-D.richardson-anima-registrar-considerations" target="https://datatracker.ietf.org/doc/html/draft-richardson-anima-registrar-considerations-09" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.richardson-anima-registrar-considerations.xml">
          <front>
            <title>Operational Considerations for BRSKI Registrar</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="22" month="January" year="2025"/>
            <abstract>
              <t>This document describes a number of operational modes that a BRSKI Registration Authority (Registrar) may take on. Each mode is defined, and then each mode is given a relevance within an over applicability of what kind of organization the Registrar is deployed into. This document does not change any protocol mechanisms. This document includes operational advice about avoiding unwanted consequences.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-anima-registrar-considerations-09"/>
        </reference>
        <reference anchor="I-D.moskowitz-ecdsa-pki" target="https://datatracker.ietf.org/doc/html/draft-moskowitz-ecdsa-pki-10" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.moskowitz-ecdsa-pki.xml">
          <front>
            <title>Guide for building an ECC pki</title>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Liang Xia" initials="L." surname="Xia">
              <organization>Huawei</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="31" month="January" year="2021"/>
            <abstract>
              <t>This memo provides a guide for building a PKI (Public Key Infrastructure) using openSSL. All certificates in this guide are ECDSA, P-256, with SHA256 certificates. Along with common End Entity certificates, this guide provides instructions for creating IEEE 802.1AR iDevID Secure Device certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-moskowitz-ecdsa-pki-10"/>
        </reference>
        <reference anchor="threetier" target="https://en.wikipedia.org/wiki/Multitier_architecture">
          <front>
            <title>Multitier architecture</title>
            <author initials="" surname="Wikipedia">
              <organization/>
            </author>
            <date year="2019" month="December"/>
          </front>
        </reference>
        <reference anchor="ieee802-1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author initials="" surname="IEEE Standard">
              <organization/>
            </author>
            <date year="2009"/>
          </front>
        </reference>
        <reference anchor="I-D.irtf-t2trg-taxonomy-manufacturer-anchors" target="https://datatracker.ietf.org/doc/html/draft-irtf-t2trg-taxonomy-manufacturer-anchors-11" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-t2trg-taxonomy-manufacturer-anchors.xml">
          <front>
            <title>A Taxonomy of operational security considerations for manufacturer installed keys and Trust Anchors</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="22" month="July" year="2025"/>
            <abstract>
              <t>This document provides a taxonomy of methods used by manufacturers of silicon and devices to secure private keys and public trust anchors. This deals with two related activities: how trust anchors and private keys are installed into devices during manufacturing, and how the related manufacturer held private keys are secured against disclosure. This document does not evaluate the different mechanisms, but rather just serves to name them in a consistent manner in order to aid in communication.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-taxonomy-manufacturer-anchors-11"/>
        </reference>
        <reference anchor="I-D.ietf-httpbis-client-cert-field" target="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-client-cert-field-06" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-httpbis-client-cert-field.xml">
          <front>
            <title>Client-Cert HTTP Header Field</title>
            <author fullname="Brian Campbell" initials="B." surname="Campbell">
              <organization>Ping Identity</organization>
            </author>
            <author fullname="Mike Bishop" initials="M." surname="Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="17" month="March" year="2023"/>
            <abstract>
              <t>This document describes HTTP extension header fields that allow a TLS terminating reverse proxy to convey the client certificate information of a mutually authenticated TLS connection to the origin server in a common and predictable manner.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-client-cert-field-06"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7030.xml">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="BedOfNails" target="https://en.wikipedia.org/wiki/In-circuit_test#Bed_of_nails_tester">
          <front>
            <title>In-circuit test</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="RambusCryptoManager" target="https://www.rambus.com/qualcomm-licenses-rambus-cryptomanager-key-and-feature-management-security-solution/">
          <front>
            <title>Qualcomm Licenses Rambus CryptoManager Key and Feature Management Security Solution</title>
            <author>
              <organization>Qualcomm press release</organization>
            </author>
            <date year="2014"/>
          </front>
        </reference>
        <reference anchor="kskceremony" target="https://www.iana.org/dnssec/dps/zsk-operator/dps-zsk-operator-v2.0.pdf">
          <front>
            <title>DNSSEC Practice Statement for the Root Zone ZSK Operator</title>
            <author>
              <organization>Verisign</organization>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="rootkeyceremony" target="https://cryptography.fandom.com/wiki/Root_Key_Ceremony">
          <front>
            <title>Root Key Ceremony, Cryptography Wiki</title>
            <author>
              <organization>Community</organization>
            </author>
            <date year="2020" month="April"/>
          </front>
        </reference>
        <reference anchor="keyceremony2" target="http://www.digi-sign.com/compliance/key%20ceremony/index">
          <front>
            <title>SAS 70 Key Ceremony</title>
            <author>
              <organization>Digi-Sign</organization>
            </author>
            <date year="2020" month="April"/>
          </front>
        </reference>
        <reference anchor="nistsp800-57" target="https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-4/final">
          <front>
            <title>SP 800-57 Part 1 Rev. 4 Recommendation for Key Management, Part 1: General</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2016" month="January" day="01"/>
          </front>
        </reference>
        <reference anchor="iso22301_2019" target="https://www.iso.org/standard/75106.html">
          <front>
            <title>ISO 22301: Societal security — Business continuity management systems — Requirements</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2019" month="January" day="01"/>
          </front>
        </reference>
        <reference anchor="holman2012" target="https://share.confex.com/share/118/webprogram/Handout/Session10387/Session%2010387%20Business%20Continuity%20Soloution%20Selection%20Methodology%2003-7-2012.pdf">
          <front>
            <title>A Business Continuity Solution Selection Methodology</title>
            <author initials="E." surname="Holman" fullname="Ellis Holman">
              <organization>IBM Corp</organization>
            </author>
            <date year="2012" month="March" day="13"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 365?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5Vc63LcxpX+j6fASrUVKksMKVq2bO6PjUzSFpPosqIcVfzH
1QP0zMDCABM0hqMxS1X7EPuE+yT7nUtfAA4VJ+XYGly6T5/rdy5QURTZUA+N
Pc/fbGxvhrprTZNfdK2rK/3t8kXX53/rtuXK9nndLnrjhn5bDtve8q3v3938
5Tp/9eLmRWbm897envOPySpZ1ZWtWWOnqjeLoajtsChMW69NsTbOFOXo6eL0
aZbVm/48x1ZuODs9/e70LDO9Nef5dTvYvrVDtlue57xC/qHrP9btMv+x77ab
7OMuPlRc0m5ZaYZzor3Lsk19nuX50JXn+d46/NHt171dOPmZme2w6vrzrMDj
uPZqlr+ry5XpK9e1eFiO8Iou2WZ8q+tBz41pK9usTZvfdIthB4qZONrHrk3d
nOfrsv8POvyfnH90VprM7/dhlr81caMPttbfvPrLrdnhyntbrtqu6Za1TRbe
1U1Tm/VsY1o89KcVPzsru3WWtV2/BmNvLR393Q8X3371zTf0x+vicpYIgmQw
9KZubVXcisDP8+SiXtM1vvvu63MRvq7UB27oer1d1vRuP5Gu33rduY/drh5+
K2xZQQc2H0U2q97aocbm+IGfpl9aiO/Rahg27vzkxLazXf2x3tiqNjPw5YR+
nbzaNlBlvPWL6ctVPVjW0EeyhOj4o/BMfv8ZL/ic/8fCePTBbyOPVGagVS5t
addzLHJ2+vS7Rxlu1dbab0/Piqcv3h2gGSS7AcIm3szoUSZ6UbeVGyoX7p1g
hRlWKEjbZ6th3YyJv766usr1mfzGlmR/l/a2Lm1+Xdl2qBc42MNn4ddvdK/0
PLQdjA3GMVaS56dfndIfv7fVm8VrqJg7H9PTFmXdl9t6yAfrhkM7s9JOufg7
5RmX/4WWfwwyfukWv7RECF/xh/WnePodieKdWc+37qLfb4bulWnNMqiRkv3f
W9PAKNb5X8G51lmnr+Sjd/K/2D2cS5X/YA17Orm+Bp+F9/Wwh4k3W1LoB861
2+1mPa9NVnjyD924aHTjQm4WJW+8lo2Lj3YP86mKhWxcrMPGhdONC6cbnzzM
9HDMTW+dy3vbWOPshGPPiGMf3cfS9nbdtfsxpy5f39xcXeRve1MOpGVQnkE4
QG5/WNn8XdcN+c9da/Ofb/6iIaTrv8COGodhEVetw2lOqo07+c19LDp9lS4U
6YXi9mx2OttUi4dP+jfb165etpOzPaez9SAQDB2fLxyQySdBX+j9Y1WCZW82
q31OivtIX5mepkwenC0gsG7NUmbdpYV/wcK/+IV1lTH5Sv8FpLRtIVZ9SL3M
2enZaXH6DP+wi0lOcTY5xs2Lm/z56eggh6hWEVT1si6IX0wu/r9B1GhLe4Id
/v3s1G9yAvdkP32J7kta6CYw/gG6W0QAt/n29LT4+vlYvW7e5nIZEa4f8qf5
O3s7y5/hP6S3Fn6KVJx1jY4WDfBYXzjPf7Qt1KR5QOFK15cz2n+27G5PNts5
DE8C0EllB/iRE7c5ERKKDVYsnp4AvRTPyDX7RQ8p3Ovrm/cTZfsGgIUxC7yt
687Ovjp9+gt5pInHvHmT8z3ghK5E4AXW8jad/9///G/+/dYhzsJcES+Hut3S
9Wj/QCrwemvHj76z/9jWPV93XzI417G9hSDz/Ounp98k0eXQAUHn1LXG8606
wiy4djY+3ItI/UWk3rtIOM0G0Zb+9Mpix4rgy/4Bwh1ghIV6tgv7ibWUL5w8
ffrtyc7ONz2Z3frkJRnddji5wZZY9+npV98+9z+gyPwb//VU4Y+RLvwAZR2T
Rn/2xOHPCXn4dfpV8bygw37ZB11//wqn7jdqCoreHl0Bkbn8JXNswtGzAks/
/QrAryhyMyeYVA5Z9n6FFwCVtyzwyrqyr+eIUSZvt4w5ukXeJVB93eEZ+GIz
5CZTJG7a7cIwsunzF0xs/ZutcjJVAsl6CcI5Ipz+BBq2hww+2rxrZ1l2ZcoV
L5sTJXZBwO+YQyE8fpvb9PYSaKEFbRRdbsmJZEBzqxqX2ry7JZi12ZDRzeuG
9gPtO6IUWL3ig/RLAMXfxM6xesZ5A2+7abo9aK7boZvl+YQrHY7cwnUDbrZL
i832GZQCkL4DQyxdrd3azYS367qqGptljykn6Ltqy4LOsru7gvn1+TPtwjeY
z2EB8jxZa3eghkCWy49K0zQgaoN/La17giQinxPX5h0sS6klSdlhB8yfEy+g
YoBWwCq3hNDInfXdmthjP0GKQ+7j3ExFH3cHR3FrydK1FMUL+wm+jCQIdosf
W9UbUDDsLEtB6CRRZfTKOtUD1pD5tm4GXk4eZc7C3+eUpoDm3LgN7MDRwSBG
l6UbnSsd3W1NFkbywzFqRp6QrYcESsR8zwId0XBE968BWa8vn4hGpdzerZA+
kOO7rdtST62LDV3GaSBfI4l0u9avd3en+QzkqPnJE2bmmAHHudBX92RUsATY
4TGpWt3eds0tCy+fd8Mq8ADnYx7gxCDHeS3sxe8KfePjdcnarBzIy1rEGfCK
/mlgSYzGLM43m5p6t1jY/mE7HydQoCKNkZKi6+PQD6L74IZI2OsefJQz0vET
LgdR1myMtOZapXx3l2Q4nz9nAAmUbiCaWtEsZiRiDNsHfkfGMD312vpVVfOy
mw7XmMdQFlN+XCJ1h0Z4NfrC2fESKXIVTiqRnRDStDzBrkRcKAv47u7fOOXt
kfIOZ0O/LAbzqWu79b5IRQn8XcJFus+flWsI0h2p64htWxcO8LtdbiYuF9p/
j7LgjZzGybPZ17NnUDuyUS+j1tqKzXNlbi1bObtMoVftu27/k4myn0ARIhFz
QgnVB0k9NvAZ4q68wmWbDsGTfXUNBReDJNcAX9VwAUCEmKjtbKLFmx55f183
exBsGscucKLTUWFDDi6StBELebbS2VIfJOJQh+VIg0xV1YfVhHeQJVhFI0FZ
UtLwPsMdkMg/r46Qgly3OYHHutw2pvdafvHm5ionV0A7YHVQdEw3esvRFlGj
7fK3CNaJrrZls608j60nLHrIY5w4T9IOqPxqv6wBgVUtEAFq8iIMFe3AXOxN
ZeFaKBg+/mc1vn8VONz3slE/14QnzIFXzS2At5k35NWjL3d0NhIT6fSeedTN
2XWm/l0qFFFkWIHikdU1SEHUS3sbqpFX1fBK+8w4BxVVqHTPd1PtTGJbZUXD
I8Ucvlta5BgWNmRuO3cIAsLlUthHyiXKrlr5K8IVY3OYkRWBmriiy+wnv2je
b1t1Mx7+GO/SQB9xD6BXsT/Odz0ItdAhUPIrOSTmpGCOpjMVY4yssUucfU0u
Gp6qV0IiOsE+c6SppNKbjY2eVyIEuewZE5Wsw4v7zcGtTderNoECZxrr0oPw
g7C5bkIqgr7B4epu63hFUs3H+aVdNOoKtu3OgOdV/v6vN6TBC0QaYe5FUxPb
L2L4cVn2BgawIwjbEVylReIKcnLGXCwCgaMKxIDRmRMUfhBK2a93PsDz5gf2
Yz7hWOxvWpX/LHsx8R43qoBfkxMnS4wO/lhKJ7426h0CqQcFYNql8o7zMBEe
PMCwiYFAjTAI7zTBA6ou0VF2GpqH/aYuWddMThVaLkszc22/Rq7LlKqCycol
gj5osnAnJZUEc0tAv5YdwhJ4cNt6W646YTEsCgpxCxFrAq90HT4KR8L7D6cA
oysRFRyFFtLQjuB+XkrNREXJzJrK1xHmJlztgz55csow57UrSiakoG2KRW2b
irIAMjxIkETQhMDid9RoT6dQtjPpU2LxWBW9IFgYKcWNofuCGi4YP1JdgjCU
ul9+yMsbIaKnKp5sC+HA/iIg5YA3DKTMvRN8LQKDi7Ebq27PYbt8jN9IskgO
CFJiGWxABXK2BDZZR8oVFqY1TY60luML0DPJ7iQYnDDW5axD8NKVegRln9EH
RhSAcE69whbYe8mVnUHgPiG7jakpSONQ5dQaOSWVt8WXfIC/jHxNS/1ZNr7H
rYaCOwIxcWR0YShui6JBSukawK6W8o7QppDI5HPe29ruZglM8Z2o3EGtbNwb
nKZ8jl99t0W+dET/ftO+owI3EOLbPTSgzY8uf0WS2+HCnxE686M/n11d4Uf+
4xs88vItc6QjZOHEXa+5fMEoWbJoBVdrfpLiFEcUshhKQUsSmlBGxOpx4cDW
HWizRDsMD8K7fk/rAehwVAOfRwAid8h0m4oUfm0q8Qfp7pqGDPJwY/bcSiSc
QB0ZJNRUGIFy8Iak6EjXKtFCH5WxQE26U8KLLQ1lG4A78KA1YrKlk7UI9HRs
MnzCykeXl93NE1UMXyNhh8bue7CtaX2eR/gwEvDQ6Xwwk7KHGnOi2d2WY29L
jGNjX8OFLEmLlYjjfNXtKK8/VqtSrzvyGN6hMhq2cNqIEq1b18MX3ChWrhPM
vOOTYQ3J6Rb7GG7IzsJCMYRpwBcV4opJfpS4KaSzdQrvKKJDaYhUBkXkQDga
NPVHJpkjzxBfEBVjk5JgRVAEcLRA/NmSk+8lxNAlMBu5DNwQ1Oya14UOzLHX
3jsnUuV115NSNLXnF6VEI9dKJFNuwqLFeklWCS6UPbId5kSwUBBxW5v8b29f
C05x0N6GYI8uGNYBUqf+Ex2z1aMzAS3xzbg9siyoAQGcQ1tDk0nrYRkMTJbW
43kO0VBqPEphhG2DuuO0VVhIi8CQ1ffbgbGEE9slMhutQOA/JZdpfBpHEFIs
kvO0tZT7uHS35MRF+R3Q22LblgLuBLFywS3mF3xy9jsTrBrJ47TVUz2QlBL0
zXtsKZSJZlCtwvQ4fojlMWfcSNWOcoSmOs5I3STy7vnc5KkIRltTFV1LKJ1v
ld4hkc7wfdEMwWcmPk+ZAJWTpDInODYQjnNcIrpS1g8tWfYJ4PCPqgmH/Xwe
SmVTonXHN7TOROiXFJeExLYrWYSkvfV6Qym7AdP3kAYnfCbXAhTh995qDPck
kmCQSlDtWOAFQjM9C1/ragZuSh2ee3d18ebVq6vXl1eXONV1K0AKZzy+nw/d
vHzz018vc6T9rSbSWG6rhw90jF5hFYESttQ9ZZvsesmdqFfLTEem0/qAEPKr
c19R0KIumzGDLriTFex5H/f+t+zDqm5k89LE+suIkGVHe3TbQSpF2pOgLWpX
bp3z6T3B9W6neFyDNctGNiV3NHjzieENgQxRUPKlWfYDn5GaK6U9Fmg0oYWV
vu+2yxVXO/sl88WUAG1OACYDNTFJERwfn7SoY1gsx72fSXOZXU2Q+mHKi7So
zk7ifkuJxapH0rIDJ0GcfG1G1Qen2wKCOc0NKF/x2hzC90ufE4Tm+CsYbWMV
iELFe4JAMMGBPV9EW5nqGlnqWsr+wteG2kKUG2yRaZBPOc4hvgEgtReIJoLm
5FeUv7cEvgRv0BHhJRLO1L3yYCkgYguArx4v1K/+5QIhZ0oeonDurxCK/akm
1fiDb3lYOk8E9Vbmm7Qu52K81JToYH3bSWodszpSy0QDkMGvdxIRjBSUulj1
j7dHxbQ1OQNq6zRavqGmowaXEYka7j1Ag7WytbWcXGrAhLJA7Fzful+QhXH1
HTAlJ3+0FlGnSQxlC2/adOQoNF+0mYJ7xGj4SbYSHNtxxyMyzKT14DTNgMKR
D9L0Poaycd3weHSMUK2z5IJNv58WPIPbOtrb4UnQhOSQh+qSHAZLCS8f6M+L
rmm6nc88Yujbmb3z3oCZyIFLgPDADCZsRQHf64ZkQDe2WVDBchAmCpLQOMqx
91gLkFrfRuSBrQ6JlxdIQ/km89TRglrQvGrp/9wqKNOixHspNxwHEZyAA7f0
vk/gxNqSl07S2j1CGc5dJTXQEPlTi/AnDU3J3G/DRkDGZjeD738c4I9UCMNJ
V1SBIGAKCcRY7HMMrL8YBOATkaGURExEJigoXh6SQC/ojsOdJfPkd6W6qGch
NnGUI72B2kDBbBvbiB70Mk0iGTqFAEj7u+XLGKVrbUGNxEZk/cKvR/WysYRb
KcYuFsy1KCKOULHwe0HNCyYeIQsU1V2lToi5bHgVKEihCnKEbDV0lv7gpgoD
GpKHQweKRGLyVHsSkR77iLl1AVGOhcxGDnWGsF93vkXFJRNZnos0/p0vFZiD
dfsIQ+nZyKkE1hCkEvebqLT2EANbL15o86iVXk1RhzQyOO1QxiO/d5wNvnzs
HSHymUAROe3FtmcMoP45eHXBY30cE4nBCGRoDicGPd/zSoIlHhB9Yt4MVqRm
yQNWWG8WN+UkueW8fVXPFeKoMdWDZ9OYKUSHO0gDAQhfoaIK2JpqzkYSkLSV
nX9sYb0C1hKNGtWKiOiJL5CyGm09rrjlgKyb4wjN5LSlTEu5leXLU0d9nmVP
Z0zTpTTqt/Loayq5HV2+fhK6cEl0OEysL8A+pCVZdjYjC4mNpw3AIlDNm+tL
T27aUBrxgUB5WyUm4PlBDsKbkPgFaQt0bXDFMc0ZGZEJ70klTGGpvDObelyv
Jb48whrYUl1EK5WcSMK5mOY1czik654KUhxS9RftQwwckZciWqmjjlpt6XvU
OPNNvFc3SX/O97kfWlhim9oDPF2KmjzY/iMd+4+pcI6l7EHYBhmCKHkSa7XG
TCUQKtUjejBsJf7YRoa/JJuN7YQ0VBJ5CX+mLQQlwyWF98WWOhuMlFhEbrsh
iyN3/J4OhIy5+IE6RMVPAF5H79/88NOTnMqZC4qevoeks6x+0UDcuabmlH5Y
IW/EJt2YiryGYOB6I4BoQaCdCpEtF/02VECschkaAqxHIkcR1Ec8hVdeUVNp
Azd+NEtGrL36GkmmKRtpESbDGDQD9A/eU1c+beW6xWjggJNu9daCgydBgMI0
CwrLDlT683A86pbyKQVZqU5C7rgzy35yAWtP9rCt1Fe04Z2Wq0khrGRrvsIh
8NaNMYQvFMiBOBFmd2c/jZdrDJWjmD33gQiV71IYkt893pDg+MrnBIBYpPbI
mTkuqW/bUPpGNTNX4jhAFqGsxmWTbVsjqMuqPnQwIvMdgNQ3qMsRHLEAJDHV
LaIGjVPBS//RF0sThCHYm2GGowwfl8Hmo21LWU5MFpA6UgeeLIZeeqLRiTgF
5ta+FqwsHrkrIT0Or8VXUng4U/LM6GV2C10jJR71rgJmeLAJz9cDn5ZaJ12s
OLS5VDlCEana2shvWX9UL9mECTk9mT7JL0v13E2yvTHfiXrxYmYRy7KpMwcN
oRJnkCovE/aOGeZoEmwSW9JYxJwR1E0cDW6va6chyBPHyX7tgjYIHJNadWik
jZGnIqWh60W/R0seaykaLkzKFW+uXjk5MmfUVfeblZGlSeRSrBgUT9dnX658
faikkh+9vHn15DjpepYsHSr3a4klrW5zw4+BQsBSLpm9Gg+URDPhBlIil8RQ
uPoALTMAPRygzET/OzVNbQbEm047UU0zy37U2VEcRguQzEV5hfIT47PC+D73
6Bmthm5hvrRSURrjN4kNtHgwBs3kqApk+zJWYLSBc891paUvTk5bhBSayNSJ
hbfTF+RBqngOO/aGLCEZeIy5tv6+X5ngcUZ+fU1fwgyMjEm9FFOIomp4GA6u
9CQpVE5BjuLkkGfowE2MyNNmdaXDe3iXJxeKq5v3uf0kQ7dgwQ1bZyjDm4Yq
6nvf6TvWAMz3PVzUhrkMZaWBHzd2tmn+i+vSofVXyRiq1mcVprPchfQ4beSB
5CxSxWwrPNsEzjrlmQulg4MPxZmwUHBfw9R5gMbPKpDG+Qe54sFDwZMBKBeB
o/jEmG+xcps4ZHW/TnHtGyw+HkqGRO/FdRIAWqjCFv5MO68KTHMo3DFLQ4xl
6naxvenrwbSVMMv3Kl1cMM561m2StvnZzg9aqyNxxfk8noxtcglSkqmxxTAa
TI8uTjV5gsRAA1Ve4+liTAsDVTK+2Nyv+Wi/JpwodWfHOUL9yvfyfvVTxmGQ
t5qyl16aUeIRPFACN7UXMwkhjLsY55Nn9P0CQQrqQby5kDM6VNLwAx1r6g12
rQf3UoWSqtqKJELz8HxamPK8ZnrrQUBd4jK4MkuAlEv+UUslsLepXmrJJAgp
UTgtnvuP0dJYSo9TSJ5H+7nn2h5MqILaqSkb9n7q2aQ9NBqnO1jis3zI6Drh
QRaEaWNHmvPWdkoW46kHckpVI5Iy9ddwZEq3/TloOJieHH0v/WI8x+PrDda4
vXo4alKE3D1MXoX0m1TnrerSVRzH0Lx4Nir2cE2Idvdf++i+YVJJhVl1YeJW
ddpn5Lytv4l8PBaCqO4eYAut0wuHQ18bMdsRinQIkqWN6LG30UIN/tXaRT0c
olKi6rtuEAokkRkFdXYGd497fYR+Uk5BAOTWUDklSWSDg5sM9SbpSOj8hVQx
tLPud9t47yn8Y/YnrWamjKOzpPMKtSorg3ZUFSolvE1bhwKQtaBEWIMzTixw
qtxjvfcwA1cnpfL14al7sVDjqKoRevHJglDBpHDGcFecWY8ovum0ShQKYeM3
hRPRHeRbJ6pDn/iQk0yHtZN+d9XtuCMSvjOJ3UBOzrRoHpDCCIgllVit8POH
JGGqOB0d0jP4Eb5JdTimKqG7w/ywdkMjNwAZ/L0SMcZ/h8KQJfJKkdWYveP6
azeXnDZmHGz14duFWpoD9856ODPVDdmd+pKDZKiUgvdd4Bs/oVUYOInvKfJP
M44N4TXO+9I5LD/sIhCJHry3QZIW2G7TjG1di486Bq2HnnHiz1nN6JQmNa80
iYhZsqGIaCa9FK2FC6SJ9RAZR/YNlipo4shYuAbNpbpDX1EluqYDcyz5YOGD
pQq0ac5TOmTmDTu/h15VxjuEEKpYGow1Jv5mBd72Vqb1BNRwJYNQAkdFPprM
X1ARQx/3286m/dvgBF3AQuFTqF9plaCEMuoZMsj0c4UDnznc/1bl/l8KoZ9C
sFJzxevTcBxHRdge2j8M2rmdfOIgJ7yXEVGlrM8D/ufO7ziZSWudBxcgzTG7
UTXuAJARL3kkTz3hx0agJO1MVjwN1MSvpJK+DQtPSfP9anrGBz3+mGr/8PdK
x35YS+E4lVTrVnZMQpv41n/6OcdF0kXnv50le//95e94L2CA1x1CE48TxQaB
LnHoU18ylytXgubJonePddSG6n+xZfIrwpSrav2Cgo2lsUvQlPSshCI/xGNj
PTCd5KBZj/HMqM662OSbOLMYuElGCQ73GQnnUSnI8cDnjYI3JdlnQXd3o8+5
CTLMVag0k9hY/kIuGa3hgZ85Bw9qZzw7zffWBEh6dxe/nv78Of3Olz+zZWxZ
L1eDTFv6shsOxD6Y8RJNkMroV0BV/P0CUocN9JjeOyWFfUTBZ0Hl5EHG8B5p
WhVzuLQN5Sv3pCh/cPko1yHKOWJyK09kACJ4jrOCE93nRxTSCW88kZptA65T
MNYSggmMFlOnTwpEKsnntTobcGjutrIbGqjdbrSqM+w30z6ppozJx8V+S4l2
c8tRtaEqv85uSQGq3PYy0Jj8nTpMpZ8XpPd8bHexBc0iKp7lR4/eIppTj67g
zxzLboMVHj0h9UJQoTOHBEljI7QbHKdPChHsdOjT+smnTACefmqYwqAkvdrJ
x2risEMBDmHDN0Y1iwhwXGcD4Z37iouBez89wauGq/yi//LYkyjFQJnTTAay
dQDXD6P4v5yAcChpBpwXwwZuw4eELNDpB7L72KqL3xYfqG7VvnXZpUozgoOJ
W+PAGb68Ikzc9YptN/5T77SpTvkPf+giWjh/YGiuFZ3VDNI7iUg3O6vxIN0I
yPFJ9RP5QTjC0x6qGLaVQmXHi2CBUI7weSxWke+waajSawcPeDj/i7ks4u+t
/4yiSqcFwzwzIGEy2ER+nTNNuNTJ392V/f3vf6fboRI9vf/zzz/zF/YvXt/7
e78mA1My5gjnxM/GQQ28/aKkXITraOz7s+ylRQzkexdcdYR5ZvJVPzEoy/4f
fiBigcBMAAA=

-->

</rfc>
