<?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.6.31 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pquip-pqt-hybrid-terminology-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="PQ/T Hybrid Terminology">Terminology for Post-Quantum Traditional Hybrid Schemes</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqt-hybrid-terminology"/>
    <author fullname="Florence Driscoll">
      <organization>UK National Cyber Security Centre</organization>
      <address>
        <email>florence.d@ncsc.gov.uk</email>
      </address>
    </author>
    <date year="2023" month="May" day="04"/>
    <area>SEC</area>
    <workgroup>PQUIP</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>One aspect of the transition to post-quantum algorithms in cryptographic protocols is the development of hybrid schemes that incorporate both post-quantum and traditional asymmetric algorithms.  This document defines terminology for such schemes.  It is intended to be used as a reference and, hopefully, to ensure consistency and clarity across different protocols, standards, and organisations.</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-pquip-pqt-hybrid/"/>.
      </t>
      <t>
      </t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The mathematical problems of integer factorisation and discrete logarithms over finite fields or elliptic curves underpin most of the asymmetric algorithms used for key establishment and digital signatures on the internet.  These problems, and hence the algorithms based on them, will be vulnerable to attacks using Shor's Algorithm on a sufficiently large general-purpose quantum computer, known as a Cryptographically Relevant Quantum Computer (CRQC).  It is difficult to predict when, or if, such a device will exist.  However, it is necessary to anticipate and prepare to defend against such a development.  Data encrypted today (2023) with an algorithm vulnerable to a quantum computer could be stored for decryption by a future attacker with a CRQC.  Signing algorithms in products that are expected to be in use for many years are also at risk if a CRQC is developed during the operational lifetime of that product.</t>
      <t>Preparing for the potential development of a CRQC requires modifying established (standardised) protocols to use asymmetric algorithms that are perceived to be secure against quantum computers as well as today's classical computers.  These algorithms are called post-quantum, while algorithms based on integer factorisation, finite-field discrete logarithms or elliptic-curve discrete logarithms are called traditional algorithms.</t>
      <t>During the transition from traditional to post-quantum algorithms, there may be a desire or a requirement for protocols that use both algorithm types.  A designer may choose to combine a post-quantum algorithm with a traditional algorithm to add protection against an attacker with a CRQC to the security properties provided by the traditional algorithm.  They may also choose to implement a post-quantum algorithm alongside a traditional algorithm for ease of migration from an ecosystem where only traditional algorithms are implemented and used, to one that only uses post-quantum algorithms. Examples of solutions that could use both types of algorithm include, but are not limited to, <xref target="I-D.ietf-ipsecme-ikev2-multiple-ke"/>, <xref target="I-D.ietf-tls-hybrid-design"/>, <xref target="I-D.ounsworth-pq-composite-sigs"/>, and <xref target="I-D.ietf-lamps-cert-binding-for-multi-auth"/>.
Schemes that combine post-quantum and traditional algorithms for key establishment or digital signatures are often called hybrids. For example:</t>
      <ul spacing="normal">
        <li>NIST defines hybrid key establishment to be a "scheme that is a combination of two or more components that are themselves cryptographic key-establishment schemes" <xref target="NIST_PQC_FAQ"/>;</li>
        <li>ETSI defines hybrid key exchanges to be "constructions that combine a traditional key exchange ... with a post-quantum key exchange ... into a single key exchange" <xref target="ETSI_TS103774"/>.</li>
      </ul>
      <t>The word "hybrid" is also used in cryptography to describe encryption schemes that combine asymmetric and symmetric algorithms <xref target="RFC4949"/>, so using it in the post-quantum context overloads it and risks misunderstandings.  However, this terminology is well-established amongst the post-quantum cryptography (PQC) community. Therefore, an attempt to move away from its use for PQC could lead to multiple definitions for the same concept, resulting in confusion and lack of clarity.</t>
      <t>This document provides language for constructions that combine traditional and post-quantum algorithms.   Specific solutions for enabling use of multiple asymmetric algorithms in cryptographic schemes may be more general than this, allowing the use of solely traditional or solely post-quantum algorithms.  However, where relevant, we focus on post-quantum traditional combinations as these are the motivation for the wider work in the IETF.  This document is intended as a reference terminology guide for other documents to add clarity and consistency across different protocols, standards, and organisations.  Additionally, this document aims to reduce misunderstanding about use of the word "hybrid" as well as defining a shared language for different types of post-quantum traditional hybrid constructions.</t>
      <t>In this document, a "cryptographic algorithm" is defined, as in <xref target="NIST_SP_800-152"/>, to be a "well-defined computational procedure that takes variable inputs, often including a cryptographic key, and produces an output".  Examples include RSA, ECDH, CRYSTALS-Kyber and CRYSTALS-Dilithium.   The expression "cryptographic scheme" is used to refer to a construction that uses a cryptographic algorithm or a group of cryptographic algorithms to achieve a particular cryptographic outcome, e.g., key agreement.  A cryptographic scheme may be made up of a number of functions. For example, a Key Encapsulation Mechanism (KEM) is a cryptographic scheme consisting of three functions: Key Generation, Encapsulation, and Decapsulation.  A cryptographic protocol incorporates one or more cryptographic schemes.  For example, TLS <xref target="RFC8446"/> is a cryptographic protocol that includes schemes for key agreement, record layer encryption, and server authentication.</t>
    </section>
    <section anchor="primitives">
      <name>Primitives</name>
      <t>This section introduces terminology related to cryptographic algorithms and to hybrid constructions for cryptographic schemes.</t>
      <dl>
        <dt><strong>Traditional Algorithm</strong>:</dt>
        <dd>
          <t>An asymmetric cryptographic algorithm based on integer factorisation, finite field discrete logarithms or elliptic curve discrete logarithms.</t>
        </dd>
        <dt><strong>Post-Quantum Algorithm</strong>:</dt>
        <dd>
          <t>An asymmetric cryptographic algorithm that is believed to be secure against attacks using quantum computers as well as classical computers.</t>
        </dd>
        <dt><strong>Component Algorithm</strong>:</dt>
        <dd>
          <t>Each cryptographic algorithm that forms part of a cryptographic scheme.</t>
        </dd>
        <dt><strong>Single-Algorithm Scheme</strong>:</dt>
        <dd>
          <t>A cryptographic scheme with one component algorithm.
</t>
          <t>A single-algorithm scheme could use either a traditional algorithm or a post-quantum algorithm.</t>
        </dd>
        <dt><strong>Multi-Algorithm Scheme</strong>:</dt>
        <dd>
          <t>A cryptographic scheme with more than one component algorithm.
</t>
          <t>In a multi-algorithm scheme all component algorithms are of the same type; e.g., all are signature algorithms or all are Public Key Encryption (PKE) algorithms.  Component algorithms could be all traditional, all post-quantum, or a mixture of the two.</t>
        </dd>
        <dt><strong>Post-Quantum Traditional (PQ/T) Hybrid Scheme</strong>:</dt>
        <dd>
          <t>A multi-algorithm scheme where at least one component algorithm is a post-quantum algorithm and at least one is a traditional algorithm.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Key Encapsulation Mechanism (KEM)</strong>:</dt>
        <dd>
          <t>A multi-algorithm KEM made up of two or more component KEM algorithms where at least one is a post-quantum algorithm and at least one is a traditional algorithm.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Public Key Encryption (PKE)</strong>:</dt>
        <dd>
          <t>A multi-algorithm PKE scheme made up of two or more component PKE algorithms where at least one is a post-quantum algorithm and at least one is a traditional algorithm.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Digital Signature</strong>:</dt>
        <dd>
          <t>A multi-algorithm digital signature scheme made up of two or more component digital signature algorithms where at least one is a post-quantum algorithm and at least one is a traditional algorithm.
</t>
          <t>PQ/T hybrid KEMs, PQ/T hybrid PKE, and PQ/T hybrid digital signatures are all examples of PQ/T hybrid schemes.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Combiner</strong>:</dt>
        <dd>
          <t>A method that takes two or more component algorithms and combines them to form a PQ/T hybrid scheme.</t>
        </dd>
        <dt><strong>PQ/PQ Hybrid Scheme</strong>:</dt>
        <dd>
          <t>A multi-algorithm scheme where all components are post-quantum algorithms.
</t>
          <t>The definitions for types of PQ/T hybrid schemes can adapted to define types of PQ/PQ hybrid schemes, which are multi-algorithm schemes where all component algorithms are Post-Quantum algorithms.</t>
        </dd>
      </dl>
    </section>
    <section anchor="cryptographic-elements">
      <name>Cryptographic Elements</name>
      <t>This section introduces terminology related to cryptographic elements and their inclusion in hybrid schemes.</t>
      <dl>
        <dt><strong>Cryptographic Element</strong>:</dt>
        <dd>
          <t>Any data type (private or public) that contains an input or output value for a cryptographic algorithm or for a function making up a cryptographic algorithm.
</t>
          <t>Types of cryptographic elements include public keys, private keys, plaintexts, ciphertexts, shared secrets, and signature values.</t>
        </dd>
        <dt><strong>Component Cryptographic Element</strong>:</dt>
        <dd>
          <t>A cryptographic element of a component algorithm in a multi-algorithm scheme.
</t>
          <t>For example, in <xref target="I-D.ietf-tls-hybrid-design"/>, the client's keyshare contains two component public keys, one for a post-quantum algorithm and one for a traditional algorithm.</t>
        </dd>
        <dt><strong>Composite Cryptographic Element</strong>:</dt>
        <dd>
          <t>A cryptographic element that incorporates multiple component cryptographic elements of the same type in a multi-algorithm scheme.
</t>
          <t>For example, a composite cryptographic public key is made up of two component public keys.</t>
        </dd>
        <dt><strong>Cryptographic Element Combiner</strong>:</dt>
        <dd>
          <t>A method that takes two or more component cryptographic elements of the same type and combines them to form a composite cryptographic element.
</t>
          <t>A cryptographic element combiner could be concatenation, such as where two component public keys are concatenated to form a composite public key as in <xref target="I-D.ietf-tls-hybrid-design"/>, or something more involved such as the dualPRF defined in <xref target="BINDEL"/>.</t>
        </dd>
      </dl>
    </section>
    <section anchor="protocols">
      <name>Protocols</name>
      <t>This section introduces terminology related to the use of post-quantum and traditional algorithms together in protocols.</t>
      <dl>
        <dt><strong>PQ/T Hybrid Protocol</strong>:</dt>
        <dd>
          <t>A protocol that uses two or more component algorithms providing the same cryptographic functionality, where at least one is a post-quantum algorithm and at least one is a traditional algorithm.
</t>
          <t>For example, a PQ/T hybrid protocol providing confidentiality could use a PQ/T hybrid KEM such as in <xref target="I-D.ietf-tls-hybrid-design"/>, or it could combine the output of a post-quantum KEM and a traditional KEM at the protocol level to generate a single shared secret, such as in <xref target="I-D.ietf-ipsecme-ikev2-multiple-ke"/>.  Similarly, a PQ/T hybrid protocol providing authentication could use a PQ/T hybrid digital signature scheme, or it could include both post-quantum and traditional single-algorithm digital signature schemes.</t>
        </dd>
        <dt><strong>Composite PQ/T Hybrid Protocol</strong>:</dt>
        <dd>
          <t>A protocol that incorporates one or more PQ/T hybrid schemes in such a way that the protocol fields and message flow are the same as those in a version of the protocol that uses single-algorithm schemes.
</t>
          <t>In a composite PQ/T hybrid protocol, changes are primarily made to the formats of the cryptographic elements, while the protocol fields and message flow remain largely unchanged.  In implementations, most changes are likely to be made to the cryptographic libraries, with minimal changes to the protocol libraries.</t>
        </dd>
        <dt><strong>Non-composite PQ/T Hybrid Protocol</strong>:</dt>
        <dd>
          <t>A protocol that incorporates multiple single-algorithm schemes of the same type, where at least one uses a post-quantum algorithm and at least one uses a traditional algorithm, in such a way that the formats of the component cryptographic elements are the same as when they are used as part of single-algorithm schemes.
</t>
          <t>In a non-composite PQ/T hybrid protocol, changes are primarily made to the protocol fields, the message flow, or both, while changes to cryptographic elements are minimised.  In implementations, most changes are likely to be made to the protocol libraries, with minimal changes to the cryptographic libraries.</t>
        </dd>
      </dl>
      <t>It is possible for a PQ/T hybrid protocol to be designed that is neither entirely composite nor entirely non-composite.  For example, in a protocol that offers both confidentiality and authentication, the key establishment could be done in a composite manner while the authentication is done in a non-composite manner.</t>
    </section>
    <section anchor="functionality">
      <name>Functionality</name>
      <t>This section describes properties that may be desired from or achieved by a PQ/T hybrid scheme or PQ/T hybrid protocol.</t>
      <dl>
        <dt><strong>PQ/T Hybrid Confidentiality</strong>:</dt>
        <dd>
          <t>The property that confidentiality is achieved by a PQ/T hybrid scheme or PQ/T hybrid protocol as long as at least one component algorithm that aims to provide this property remains secure.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Authentication</strong>:</dt>
        <dd>
          <t>The property that authentication is achieved by a PQ/T hybrid scheme or a PQ/T hybrid protocol as long as at least one component algorithm that aims to provide this property remains secure.</t>
        </dd>
      </dl>
      <t>EDNOTE 1: It may be useful to distinguish between source authentication (i.e., authentication of the sender of a particular message) and identity authentication (i.e., authentication of the identity of the sender).</t>
      <t>The security properties of a PQ/T hybrid scheme or protocol depend on the security of its component algorithms, the choice of PQ/T hybrid combiner, and the capability of an attacker. Changes to the security of a component algorithm can impact the security properties of a PQ/T hybrid scheme providing hybrid confidentiality or hybrid authentication.  For example, if the post-quantum component algorithm of a PQ/T hybrid scheme is broken, the scheme will remain secure against an attacker with a classical computer, but will be vulnerable to an attacker with a CRQC.</t>
      <t>PQ/T hybrid protocols that offer both confidentiality and authentication do not necessarily offer both hybrid confidentiality and hybrid authentication.  For example, <xref target="I-D.ietf-tls-hybrid-design"/> provides hybrid confidentiality but does not address hybrid authentication.  Therefore, if the design in <xref target="I-D.ietf-tls-hybrid-design"/> is used with X.509 certificates as defined in <xref target="RFC5280"/> only authentication with a single algorithm is achieved.</t>
      <dl>
        <dt><strong>PQ/T Hybrid Interoperability</strong>:</dt>
        <dd>
          <t>The property that a PQ/T hybrid scheme or PQ/T hybrid protocol can be completed successfully provided that both parties share support for at least one component algorithm.
</t>
          <t>For example, a PQ/T hybrid digital signature might achieve hybrid interoperability if the signature can be verified by either verifying the traditional or the post-quantum component, such as in the OR modes described in <xref target="I-D.ounsworth-pq-composite-sigs"/>.</t>
        </dd>
      </dl>
      <t>In the case of a protocol that aims to achieve both authentication and confidentiality, PQ/T hybrid interoperability requires that at least one component authentication algorithm and at least one component algorithm for confidentiality is supported by both parties.</t>
      <t>It is not possible for a PQ/T hybrid scheme to achieve both PQ/T hybrid interoperability and PQ/T hybrid confidentiality without additional functionality at a protocol level.  For PQ/T hybrid interoperability a scheme needs to work whenever one component algorithm is supported by both parties, while to achieve PQ/T hybrid confidentiality all component algorithms need to be used.  However, both properties can be achieved in a PQ/T hybrid protocol by building in downgrade protection external to the cryptographic schemes.  For example, in <xref target="I-D.ietf-tls-hybrid-design"/>, the client uses the TLS supported groups extension to advertise support for a PQ/T hybrid scheme and the server can select this group if it supports the scheme.  This is protected using TLS's existing downgrade protection, so achieves PQ/T hybrid confidentiality, but the connection can still be made if either the client or server does not support the PQ/T hybrid scheme, so PQ/T hybrid interoperability is achieved.</t>
      <t>The same is true for PQ/T hybrid interoperability and PQ/T hybrid authentication.  It is not possible to achieve both with a PQ/T hybrid scheme alone, but it is possible with a PQ/T hybrid protocol that has appropriate downgrade protection.</t>
      <t>EDNOTE 2: Other properties may be desired from a PQ/T Hybrid scheme e.g. backwards compatibility, crypt agility.  Should these be defined here?</t>
    </section>
    <section anchor="certificates">
      <name>Certificates</name>
      <t>This section introduces terminology related to the use of certificates in hybrid schemes.</t>
      <dl>
        <dt><strong>PQ/T Hybrid Certificate</strong>:</dt>
        <dd>
          <t>A digital certificate that contains public keys for two or more component algorithms where at least one is a traditional algorithm and at least one is a post-quantum algorithm.
</t>
          <t>A PQ/T hybrid certificate could be used to facilitate a PQ/T hybrid authentication protocol.  However, a PQ/T hybrid authentication protocol does not need to use a PQ/T hybrid certificate; separate certificates could be used for individual component algorithms.</t>
          <t>The component public keys in a PQ/T hybrid certificate could be included as a composite public key or as individual component public keys.</t>
        </dd>
      </dl>
      <t>The use of a PQ/T hybrid certificate does not necessarily achieve hybrid authentication of the identity of the sender; this is determined by properties of the chain of trust. For example, an end-entity certificate that contains a composite public key as defined in <xref target="I-D.ounsworth-pq-composite-keys"/> but which is signed using a single-algorithm digital signature scheme could be used to provide hybrid authentication of the source of a message, but would not achieve hybrid authentication of the identity of the sender.</t>
      <dl>
        <dt><strong>Post-Quantum Certificate</strong>:</dt>
        <dd>
          <t>A digital certificate that contains a single public key for a post-quantum digital signature algorithm.</t>
        </dd>
        <dt><strong>Traditional Certificate</strong>:</dt>
        <dd>
          <t>A digital certificate that contains a single public key for a traditional digital signature algorithm.
</t>
          <t>X.509 certificates as defined in <xref target="RFC5280"/> could be either traditional or post-quantum certificates depending on the algorithm in the Subject Public Key Info.  For example, a certificate containing a Dilithium public key, as defined in <xref target="I-D.ietf-lamps-dilithium-certificates"/>, would be a post-quantum certificate.</t>
        </dd>
        <dt><strong>Post-Quantum Certificate Chain</strong>:</dt>
        <dd>
          <t>A certificate chain where each certificate includes a public key for a post-quantum algorithm and is signed using a post-quantum digital signature scheme.</t>
        </dd>
        <dt><strong>Traditional Certificate Chain</strong>:</dt>
        <dd>
          <t>A certificate chain where all certificates includes a public key for a traditional algorithm and is signed using a traditional digital signature scheme.</t>
        </dd>
        <dt><strong>PQ/T Hybrid Certificate Chain</strong>:</dt>
        <dd>
          <t>A certificate chain where all certificates are PQ/T hybrid certificates and each certificate is signed with two or more component algorithms where at least one is a traditional algorithm and at least one is a post-quantum algorithm.</t>
        </dd>
      </dl>
      <t>A PQ/T hybrid certificate chain is one way of achieving hybrid authentication of the identity of a sender in a protocol, but is not the only way. An alternative is to incorporate both a post-quantum certificate chain and a traditional certificate chain in a protocol.</t>
      <t>It would be possible to construct a certificate chain containing a mixture of post-quantum certificates, traditional certificates and PQ/T hybrid certificates. For example, a post-quantum end-entity certificate could be signed by a traditional intermediate certificate, which in turn could be signed by a traditional root. The security properties of a certificate chain that mixes post-quantum and traditional algorithms would need to be analysed on a case-by-case basis.</t>
      <t>EDNOTE 3: Do we want a definition of multi-cert authentication or something similar?</t>
    </section>
    <section anchor="algorithm-specification">
      <name>Algorithm Specification</name>
      <t>This section introduces terminology for specifying the component algorithms used in PQ/T hybrid schemes or PQ/T hybrid protocols.</t>
      <dl>
        <dt><strong>PQ/T Hybrid Scheme Identifier</strong>:</dt>
        <dd>
          <t>A single code point that specifies all component algorithms used in a PQ/T hybrid scheme.</t>
        </dd>
      </dl>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document defines security-relevant terminology to be used in documents specifying PQ/T hybrid protocols and schemes.  However, the document itself does not have a security impact on Internet protocols.  The security considerations for each PQ/T hybrid protocol are specific to that protocol and should be discussed in the relevant specification documents.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Informative References</name>
      <reference anchor="BINDEL" target="https://doi.org/10.1007/978-3-030-25510-7_12">
        <front>
          <title>Hybrid Key Encapsulation Mechanisms and Authenticated Key Exchange</title>
          <author initials="N." surname="Bindel" fullname="Nina Bindel">
            <organization/>
          </author>
          <author initials="J." surname="Brendel" fullname="Jacqueline Brendel">
            <organization/>
          </author>
          <author initials="M." surname="Fischlin" fullname="Marc Fischlin">
            <organization/>
          </author>
          <author initials="B." surname="Goncalves" fullname="Brian Goncalves">
            <organization/>
          </author>
          <author initials="D." surname="Stebila" fullname="Douglas Stebila">
            <organization/>
          </author>
          <date year="2019" month="July"/>
        </front>
        <seriesInfo name="DOI" value="10.1007/978-3-030-25510-7_12"/>
        <refcontent>Post-Quantum Cryptography pp.206-226</refcontent>
      </reference>
      <reference anchor="ETSI_TS103774" target="https://www.etsi.org/deliver/etsi_ts/103700_103799/103744/01.01.01_60/ts_103744v010101p.pdf">
        <front>
          <title>CYBER; Quantum-safe Hybrid Key Exchanges</title>
          <author>
            <organization>ETSI TS 103 744 V1.1.1</organization>
          </author>
          <date year="2020" month="December"/>
        </front>
      </reference>
      <reference anchor="NIST_PQC_FAQ" target="https://csrc.nist.gov/Projects/post-quantum-cryptography/faqs">
        <front>
          <title>Post-Quantum Cryptography FAQs</title>
          <author>
            <organization>National Institute of Standards and Technology (NIST)</organization>
          </author>
          <date year="2022" month="July" day="05"/>
        </front>
      </reference>
      <reference anchor="NIST_SP_800-152" target="https://doi.org/10.6028/NIST.SP.800-152">
        <front>
          <title>NIST SP 800-152 A Profile for U. S. Federal Cryptographic Key Management Systems</title>
          <author initials="E. B." surname="Barker" fullname="Elaine B. Barker">
            <organization>Information Technology Laboratory</organization>
          </author>
          <author initials="M." surname="Smid" fullname="Miles Smid">
            <organization>Information Technology Laboratory</organization>
          </author>
          <author initials="D." surname="Branstad" fullname="Dannis Branstad">
            <organization>Information Technology Laboratory</organization>
          </author>
          <author>
            <organization>National Institute of Standards and Technology (NIST)</organization>
          </author>
          <date year="2015" month="October"/>
        </front>
      </reference>
      <reference anchor="I-D.ietf-lamps-dilithium-certificates">
        <front>
          <title>Internet X.509 Public Key Infrastructure: Algorithm Identifiers for Dilithium</title>
          <author fullname="Jake Massimo" initials="J." surname="Massimo">
            <organization>AWS</organization>
          </author>
          <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
            <organization>AWS</organization>
          </author>
          <author fullname="Sean Turner" initials="S." surname="Turner">
            <organization>sn3rd</organization>
          </author>
          <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
            <organization>Cloudflare</organization>
          </author>
          <date day="6" month="February" year="2023"/>
          <abstract>
            <t>   Digital signatures are used within X.509 certificates, Certificate
   Revocation Lists (CRLs), and to sign messages.  This document
   describes the conventions for using Dilithium quantum-resistant
   signatures in Internet X.509 certificates and certificate revocation
   lists.  The conventions for the associated post-quantum signatures,
   subject public keys, and private key are also described.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-dilithium-certificates-01"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-cert-binding-for-multi-auth">
        <front>
          <title>Related Certificates for Use in Multiple Authentications within a Protocol</title>
          <author fullname="Alison Becker" initials="A." surname="Becker">
            <organization>National Security Agency</organization>
          </author>
          <author fullname="Rebecca Guthrie" initials="R." surname="Guthrie">
            <organization>National Security Agency</organization>
          </author>
          <author fullname="Michael J. Jenkins" initials="M. J." surname="Jenkins">
            <organization>National Security Agency</organization>
          </author>
          <date day="24" month="February" year="2023"/>
          <abstract>
            <t>   This document defines a new CSR attribute, relatedCertRequest, and a
   new X.509 certificate extension, RelatedCertificate.  The use of the
   relatedCertRequest attribute in a CSR and the inclusion of the
   RelatedCertificate extension in the resulting certificate together
   provide additional assurance that two certificates each belong to the
   same end entity.  This mechanism is particularly useful in the
   context of non-composite hybrid authentication, which enables users
   to employ the same certificates in hybrid authentication as in
   authentication done with only traditional or post-quantum algorithms.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cert-binding-for-multi-auth-00"/>
      </reference>
      <reference anchor="I-D.ietf-tls-hybrid-design">
        <front>
          <title>Hybrid key exchange in TLS 1.3</title>
          <author fullname="Douglas Stebila" initials="D." surname="Stebila">
            <organization>University of Waterloo</organization>
          </author>
          <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Shay Gueron" initials="S." surname="Gueron">
            <organization>University of Haifa and Amazon Web Services</organization>
          </author>
          <date day="27" month="February" year="2023"/>
          <abstract>
            <t>   Hybrid key exchange refers to using multiple key exchange algorithms
   simultaneously and combining the result with the goal of providing
   security even if all but one of the component algorithms is broken.
   It is motivated by transition to post-quantum cryptography.  This
   document provides a construction for hybrid key exchange in the
   Transport Layer Security (TLS) protocol version 1.3.

   Discussion of this work is encouraged to happen on the TLS IETF
   mailing list tls@ietf.org or on the GitHub repository which contains
   the draft: https://github.com/dstebila/draft-ietf-tls-hybrid-design.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-tls-hybrid-design-06"/>
      </reference>
      <reference anchor="I-D.ietf-ipsecme-ikev2-multiple-ke">
        <front>
          <title>Multiple Key Exchanges in IKEv2</title>
          <author fullname="C. Tjhai" initials="C." surname="Tjhai">
            <organization>Post-Quantum</organization>
          </author>
          <author fullname="M. Tomlinson" initials="M." surname="Tomlinson">
            <organization>Post-Quantum</organization>
          </author>
          <author fullname="G. Bartlett" initials="G." surname="Bartlett">
            <organization>Quantum Secret</organization>
          </author>
          <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Daniel Van Geest" initials="D." surname="Van Geest">
            <organization>ISARA Corporation</organization>
          </author>
          <author fullname="Oscar Garcia-Morchon" initials="O." surname="Garcia-Morchon">
            <organization>Philips</organization>
          </author>
          <author fullname="Valery Smyslov" initials="V." surname="Smyslov">
            <organization>ELVIS-PLUS</organization>
          </author>
          <date day="1" month="December" year="2022"/>
          <abstract>
            <t>   This document describes how to extend the Internet Key Exchange
   Protocol Version 2 (IKEv2) to allow multiple key exchanges to take
   place while computing a shared secret during a Security Association
   (SA) setup.

   The primary application of this feature in IKEv2 is the ability to
   perform one or more post-quantum key exchanges in conjunction with
   the classical (Elliptic Curve) Diffie-Hellman (EC)DH key exchange, so
   that the resulting shared key is resistant against quantum computer
   attacks.  Since there is currently no post-quantum key exchange that
   is as well-studied as (EC)DH, performing multiple key exchanges with
   different post-quantum algorithms along with the well-established
   classical key exchange algorithms addresses this concern, since the
   overall security is at least as strong as each individual primitive.

   Another possible application for this extension is the ability to
   combine several key exchanges in situations when no single key
   exchange algorithm is trusted by both initiator and responder.

   This document utilizes the IKE_INTERMEDIATE exchange, by means of
   which multiple key exchanges are performed when an IKE SA is being
   established.  It also introduces a new IKEv2 exchange
   IKE_FOLLOWUP_KE, which is used for the same purpose when the IKE SA
   is up (during rekeys or creating additional Child SAs).

   This document updates RFC7296 by renaming a transform type 4 from
   "Diffie-Hellman Group (D-H)" to "Key Exchange Method (KE)" and
   renaming a field in the Key Exchange Payload from "Diffie-Hellman
   Group Num" to "Key Exchange Method".  It also renames an IANA
   registry for this transform type from "Transform Type 4 - Diffie-
   Hellman Group Transform IDs" to "Transform Type 4 - Key Exchange
   Method Transform IDs".  These changes generalize key exchange
   algorithms that can be used in IKEv2.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-ipsecme-ikev2-multiple-ke-12"/>
      </reference>
      <reference anchor="I-D.ounsworth-pq-composite-keys">
        <front>
          <title>Composite Public and Private Keys For Use In Internet PKI</title>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="John Gray" initials="J." surname="Gray">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="Massimiliano Pala" initials="M." surname="Pala">
            <organization>CableLabs</organization>
          </author>
          <author fullname="Jan Klaußner" initials="J." surname="Klaußner">
            <organization>D-Trust GmbH</organization>
          </author>
          <date day="13" month="March" year="2023"/>
          <abstract>
            <t>   The migration to post-quantum cryptography is unique in the history
   of modern digital cryptography in that neither the old outgoing nor
   the new incoming algorithms are fully trusted to protect data for the
   required data lifetimes.  The outgoing algorithms, such as RSA and
   elliptic curve, may fall to quantum cryptalanysis, while the incoming
   post-quantum algorithms face uncertainty about both the underlying
   mathematics as well as hardware and software implementations that
   have not had sufficient maturing time to rule out classical
   cryptanalytic attacks and implementation bugs.

   Cautious implementers may wish to layer cryptographic algorithms such
   that an attacker would need to break all of them in order to
   compromise the data being protected using either a Post-Quantum /
   Traditional Hybrid, Post-Quantum / Post-Quantum Hybrid, or
   combinations thereof.  This document, and its companions, defines a
   specific instantiation of hybrid paradigm called "composite" where
   multiple cryptographic algorithms are combined to form a single key,
   signature, or key encapsulation mechanism (KEM) such that they can be
   treated as a single atomic object at the protocol level.

   This document defines the structures CompositePublicKey and
   CompositePrivateKey, which are sequences of the respective structure
   for each component algorithm.  Explicit pairings of algorithms are
   defined which should meet most Internet needs.  The generic composite
   key type is also defined which allows arbitrary combinations of key
   types to be placed in the CompositePublicKey and CompositePrivateKey
   structures without needing the combination to be pre-registered or
   pre-agreed.

   This document is intended to be coupled with corresponding documents
   that define the structure and semantics of composite signatures and
   encryption, such as [I-D.ounsworth-pq-composite-sigs] and
   [I-D.ounsworth-pq-composite-kem].

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ounsworth-pq-composite-keys-04"/>
      </reference>
      <reference anchor="I-D.ounsworth-pq-composite-sigs">
        <front>
          <title>Composite Signatures For Use In Internet PKI</title>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="John Gray" initials="J." surname="Gray">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="Massimiliano Pala" initials="M." surname="Pala">
            <organization>CableLabs</organization>
          </author>
          <date day="13" month="March" year="2023"/>
          <abstract>
            <t>   The migration to post-quantum cryptography is unique in the history
   of modern digital cryptography in that neither the old outgoing nor
   the new incoming algorithms are fully trusted to protect data for the
   required data lifetimes.  The outgoing algorithms, such as RSA and
   elliptic curve, may fall to quantum cryptanalysis, while the incoming
   post-quantum algorithms face uncertainty about both the underlying
   mathematics as well as hardware and software implementations that
   have not had sufficient maturing time to rule out classical
   cryptanalytic attacks and implementation bugs.

   Cautious implementers may wish to layer cryptographic algorithms such
   that an attacker would need to break all of them in order to
   compromise the data being protected using either a Post-Quantum /
   Traditional Hybrid, Post-Quantum / Post-Quantum Hybrid, or
   combinations thereof.  This document, and its companions, defines a
   specific instantiation of hybrid paradigm called "composite" where
   multiple cryptographic algorithms are combined to form a single key,
   signature, or key encapsulation mechanism (KEM) such that they can be
   treated as a single atomic object at the protocol level.

   This document defines the structures CompositeSignatureValue, and
   CompositeSignatureParams, which are sequences of the respective
   structure for each component algorithm.  The explicit variant is
   defined which allows for a set of signature algorithm identifier OIDs
   to be registered together as an explicit composite signature
   algorithm and assigned an OID.  The generic composite variant is also
   defined which allows arbitrary combinations of signature algorithms
   to be used in the CompositeSignatureValue and
   CompositeSignatureParams structures without needing the combination
   to be pre-registered or pre-agreed.

   This document is intended to be coupled with corresponding documents
   that define the structure and semantics of composite public and
   private keys and encryption [I-D.ounsworth-pq-composite-keys],
   however may also be used with non-composite keys, such as when a
   protocol combines multiple certificates into a single cryptographic
   operation.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ounsworth-pq-composite-sigs-08"/>
      </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="RFC5280">
        <front>
          <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
          <author fullname="D. Cooper" initials="D." surname="Cooper">
            <organization/>
          </author>
          <author fullname="S. Santesson" initials="S." surname="Santesson">
            <organization/>
          </author>
          <author fullname="S. Farrell" initials="S." surname="Farrell">
            <organization/>
          </author>
          <author fullname="S. Boeyen" initials="S." surname="Boeyen">
            <organization/>
          </author>
          <author fullname="R. Housley" initials="R." surname="Housley">
            <organization/>
          </author>
          <author fullname="W. Polk" initials="W." surname="Polk">
            <organization/>
          </author>
          <date month="May" year="2008"/>
          <abstract>
            <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5280"/>
        <seriesInfo name="DOI" value="10.17487/RFC5280"/>
      </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>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8VcbXPbtpb+npn8B4zvh8YdUX5J0jTu7Oy6ttP6tkmc2N3d
+ykDkZCENUWqBGlH28l/3/MCkAAJSo7bu3e7c2NLBHDez3MODp0kydMnta5z
dSL2blS10kWZl4uNmJeVuCpNnXxoZFE3K3FTyUzXuixkLn7ezCqdiet0qVbK
7D19ImezSt3BFlcfDm7c19528Egqa7Uoq82J0MW8fPrk6ZOsTAu5goOzSs7r
RKt6nqx/b/Qa/rdOlrRJUnebPH1imtlKGwNE1Js1LLy8uHnz9EnRrGaqOoEN
4Qj4Jy0LowrTmBNRV416+gQIew40VkqeiOuLs6dP7svqdlGVzfpEXH347fLq
6ZNbtYEPM9iygBMLVSfnSBSsVUWDmwoRLhCCSfgv2EoXC/ETfosfr6TOT8Sy
rtfm5OAAf5NVutR3aooMTstqcYAfHMyq8t6og/Xv6QEuw8++ehn+J5t6WSL3
IsF9hJg3ec5yfZOXlSpSJc4rbdIyz/kB2EsW+n8lKvNE/PaLeCetXs82IEhx
rdKm0vVGnKmirhQvUszX3G45zf6jSE06XZR30+YW6UCtVivY6Y7F9ePlu/OL
X094dS2rhao7/rJSE0tHh9Ojw8NXB69ffZ88Tw6fHybHL18eHSavPh0d25Vs
m9akflEbcVGkcm2anIgWb1W6BG7MyghZZOIUpAFUa7Q2+/hnfGBh2eikRf+X
uB8EWCXYy7up+FEXmcq7z1mU73Qhe1/11/4d1oJsIov/LtPfG5XrQvWf6O/x
diregKqW8Gx/k7eg/sGX/fU/TsVPJcgnv1Omv8GPlZbF8Ov+FudTcV2rGdhf
f4Pzslnk0oRfV2oO/laDzE/CeHFWbdZ1uajkerkR6/X0+PC75Pj4O15lVKWV
QZNpVXH+/vJE7LYH8nFxfHj0Ojl8hR9d3Fxffrq5Pjp8/urVixFzu7+/n6ra
sM2B+MFGqwP84FNtDnDl4eEn/Of1a/rtxYuDw6Mp/f+n7w4PavOJP707PML/
1tN1Ng+s8+wfP158/EFY1hMj5yqwWGuCJm6D6JAnxIe4uQYRPBdwlvjPoyn8
FzJ9fJiwHN5dXt98uvpw9unN6YcRnlNTpVNwjBp99OCqKv9HpcDtGnX0uyU0
9XR0MJe/m4CrcXXCqVt5aQPKZWFgs6ZWopyD3YCHyipjT70Bx7W55hmys99j
9Rj0mxy+dNyK6yvx/SHw//J4d0z57vD4+wNcNb2+mtpVAWu9HcWpAAHNda4o
7/0GLgCOqDJVYVDsONcp6fOtLOQCMl9Ri+uNqdVqRBh9B7rIJcUACBSyulVV
9z1J7dJFUAhrnnR+lbOykjWkztGN3wLl4Jcrnf1lW57LAowHgoYEFcq/Yt+/
yjKOXiZHh5hxhLhMzik9JrlcrU2S6VzXS42GrapazykLmJPIk/h9MoNwDqk7
AVaSVZPXOkEFho/XuXFIJIOAtSjCr/XaqHSlEn2r7o55k3WuklvVPlY2hQFk
US8B1CRpuQL/0zU+sTG7noHj+JmPb85evH7x2v388vj7Q/fz9y9efHfCQCBJ
EiFnpq5kWgv+6D1YmzRrcHyUMmRGAESgT4Jxoi6FHwyEzAGegfwgk+pCpIHV
r6uyLgFBwFeG9snUncrLNfkAbM0iEoYBITwha9gkLas12oMSs7Je9k4DRdce
pJRms1qpuoLDOkKmQtws4URAig0dlak5eBAc0EOqpkmX7nRYdFkjnRrTUgYw
ADidKdEY+BHSl8ScpRgYARUTsSzXCkHTZoJPInKslEAQCcETntoQrSngMcRE
Mq1KAxTpOe1Rd6KZCOPMeEJLGGcZsngzdSoCJ81yxfr5G8LNqsyaFJ95+uQG
JAteBWxIhDA5bj7LIb6gjJGdBcCzOegX5MP70kEZoIJKgZhBHtKqsLzDR3UB
hgT/qBx8C+Sk8lyvYWsBCA8wgGhAPtUa1L0C3TgbiaqCxYeyBtMVClid5dos
SStMw0LXQDH6iKxBgnBeQdtpi6hJmcqolimW0pIUQed2h80knsYbrCbiXuc5
qvCuyQuIybAaNSXrWqa3SBkC8GsIvd8Yceo2wdUSDGMOYUADlflG5JgxxELh
HnmybsA6gRxnkeh4EI+qibgtyvuCTSUI/hJsRHxUubqDFaLNjHadeHb28cPZ
fmt+aCI6hZBAnlapTIMb3gO7E9SEnk/YaiX6kgYREJPqM2ZsIX4u78HDgBZN
exUqVcbIakN8I77Va/QrFCBsvYbaBr8B9wCLF3IBeQb02e3vfBV2Ppe1BCMn
/ybfyCTEWUi4z/eBBHBTAImtJvoSHwgLfmjyDHVjwCithWSKdkfznIHHQEWC
BmH1BWv4GIHiAoKuwWJQgWH8WbNb2FiC/KnPGMhad4ZnwCTpvJUsNmKjZGXo
QZkbNA4BPnILcrYnkUpYErBHBhUOnIlmB79XLivleq5qvVLsCrJ2ZJD3XpGg
cRkeikvXJQJfDQt78dAeWSkoZ9EVViVYwwaXtp4DRDxzAUODte97QRY4RN7i
jtgKBOhOFUBZJxGDdZtqtd9XlUGLvocIgP+S2sFdIKxBPY2hpn2s9VPvTDwO
zR/O8qM4eOYSQVPMc6PhamJDUkIhKR64uiiVUJSKPuURFGSRLnWgxs47LXuJ
b16Vq2DVeCac4NoKg/IGJYy+ZEChSKR02iWdo0V4+kMVoQYp73XehC0DlO+p
YDChKto5XZYYiIAMUMIMIaIcIci5TpRn8tAsIzpUytnB2gL6dMT7cAUKx7iK
H5auETqBycKPdxqzJ7iwFeDwSLaVDXFBbtexoleAhDg9jDEj87JYGDhklCMU
qwKLQp9a6QX7KSsQWFJpaQh/Y1hFrRQQn+PmQAbTkoRAAOIkpjTK+WWhWGe0
A3xsxgxiCsWcxG0oJZsybyi782qOha3eSdsUDVp+ABPlTaYmYtawDxdlDUFn
pTmuTcQff+zGll++BM8NIGr3/RZgiQ+hDLyNdkLjL1/Aq659jOfsdTu067QQ
xw+YMobwAcVTziHAOkdnJkEFb9AqWA2Efb/les6BQwtGh+dwmJRij5GihamY
5pkPti4M/fclErUqCQiC2ApY7kVeRCVGYRelh5PhzCQ804LSPRC0X7R/+fID
0k1Ff4xu1zGwNO8hHK0rxok92Ye+468W0+nUuXugocFDEKwxuyOQgnDuf42E
By0WMgKGqtgxFXtM9h4JEkMAAcWwgtgwOIEwroEZCz5Q1iZmTH7aA1OKJsE/
/rBFEdoxHYqBHsFSYTOzxy41qD7XhInzUgIU1gxaESFActaGcDBlY9jG+Pir
xvrDLzc0J9HET+RyhYGsjpzsy+AZ6H4fuVw1kAM3UwydUIqAkU1sgFarNVnp
CigV8h6CKoU6XZsW68AeNs7kSlLmd5GB7UizhTiEYqCYR/5Tta4nkLEMPoyS
KvDTeWNcDZFDckDTt3WO1bFfe9mEYODRYtHIBdOzxTCDGFBk4yEVMCBAO6zX
vYhKob9AEQO5jU0BjtU4MhqUrc68bPomf7bwH0ktSLsg/Dwv7x1QsEcBIaqX
TbDO5E/HOWnthjNSZYsF+B3FlTZUFQXL/RO8MERorWYcxhEHyK/1nc2AVr33
oJAK/fDWGT5eiQzKZr8Y7lXAvmkvGszFuHeJsKddbxyyaItgLIj9AvmxRTFA
ocxxT/V3QLbUKzoa6ooGSO37qZCzsqmdwupBQPLgLrsGLhFmKbFOCYy4I7zN
2aM6slE6sHvylssiJH+CmSa0x9ZU9rgawbgPCESS6XKC8LqSGNralEUxx66w
WN0VLSDsFCRU2YRWy1tg4Q40RWWbLuBRED6nUgYgLIlB6prYehJLHkzAkAub
GlbvgZ5a2GMhjPh4fToRF2fnP08ASv7j+ub01+vkF7o/wk3aj85dTw7dHJMG
lHEQhiju7MW8lURDOYQ0D3rhytMXeAuwzYCNDmsRRqdLO4pr8afYtNOlVneE
uiWAX6jZZdVbAIIAoUOgVtPFdEIZUi4qpWxRfRoNPG3ckSAvJkMKvq3En+dN
Yc3HRzRoNluuucSzXy7e7lvUEjvT+iWqmLwCiOxOOqGtf6IQyPVYcAwbwLny
Poow55zb7/AZwtAtZopFYdgpYPPm12tO49jD/PIlxlJ7kmsoouWZNqw7NNlq
AjNcijEglxtVeUCDGTOqwq6Y7O4IkUFuxF1ViMI1XYxR8DS2hNK2Q9frOkJk
l7YZMWpaBITLaMTg3BkVEyHab/3r9ran9e23gHdPxGnhJ8Ax+39YJS4eVImL
0UrckhvcFT2OXofGZypHbxzpaoRNv609jlhvg6k9c5h+QOoFxILtFOLFh6FA
wf4cU6I95prgdNK1JLl2clKJ+y/hdXSmtvDwym2+9ji1QD3pSGud31WgSlMK
HyusKTjGYYwl/i2VfY+gnSIAoavtXFxif9YWl30+AA3EVrqisIO2mK9/sEEZ
F+H3bQ3pL0SG7fdXDYDK1AVZV4o8u/rlYj8Ec2cxCtqGJ27nCZfPD7tjJOWV
/kzEuBuY+zLmM76/P8Mpmv1wyqYV/IjEGG+CfUJZgK38uOg5yI61Y7B17G9A
D8f7PpYDb9pnZ84a5QC+9FNktPimhzwtRNj957G2xWBGmYIvOxSwgzd89l/F
27ltvFw7pxnlaNCieTB/w5X/f9wKQdzaHAxWBFDY/wRkz+DA/3CkGyXpgqZr
//lLwuztS/iMy+GqE6yql2Xmg/W42HpIwpbVVBVSrxczEfA+pKIj4urDo6KI
H32Z9bGKl0V8s4x0H1wlFZGSSLHfkUl7A2UroWAJUB6uobsGvM/CdnyUehMj
v588gqDbY+RvvVmPC+4W/1lEqOw2jAeXSlcMZQ1vFregKCUtntrgNIQkgYln
6wrbAoS+1xSp9l0fpqgRNGEhR1UgPsEVHZSHecO179YCih9w5QN4Os06gq+P
rnIW4VQ5IgpXRTLBiOJBwY4R+xtOy2DfDn5O9RpUa3+xFTyoA7CobSt0oYU4
GwK9rfKMU2nxXSyLjkMXy39Q6VBxv71fj8ggzfGe+htD/C8lDyGwBjFAdIQE
QsMYON8C57jr0j60LS+cuRuCR0mrP/RhunZdR/qIOfQh3ddK2KqJaO+VkK2s
MFP0UlVUpNsc8PHB/KGMb4v0Yzza3drqIK4fu6t3ZY99YVBUYQtCHhdwUXRU
PsJapl3KEW9AoSd3197a7gHUXUVpYoQh4enirsyxEHSE0eBRI/Orj29c84x3
5lljezOBtbztPn514PYawA+90gJBKyq1eGiBD46BSPtdazlhc4OaWTtxAPfg
Xauam/uBsl2olrmuN5N/PrjqeaGf61v+OqLxykFnPDKBfeSuXJV9mNYq/WGm
o93ta3v5gJMdnOsojAccUzGBvAa80af2EsfRnuNcB1oGXxvgyI27JQvS0GSE
3i2XuDT6ssI5f+x875Rd2LUaFd0YSg+l5NLv7rm8Qadh7AAzSCJfYf2jncQY
eAQJ28kmvCHjyOvrzI67IScrnJrCJn9e3rf3KOQ2FE5wVIEyzZ2qjLv79bfq
XHOk42L8ZkYast7TJaAYe6dLgLrSK1npfMM5ycYenqpt00I8abipmwcxXeGL
GwWPvuFsQ8FEZFOiuZ2I4PuYCc8B+nTmYLn5xvbifFJD2nI9qyTO9E9sEwhq
gRV23rpr7NCv3PPWat6VRZL+actpAceYtgb5Nhoi7cXCQ4OkfTwaJidj1trX
9C6g0DdeHCTEDzb0jZttdW3Jh1hrMRT5Iyy2Z4CMZH0LpMCDccaZrWcSW3gl
A8K5uD9tqEOb226jI4bNd3zUoQaRGT3LHaSOBm6mw455ZW1zu7B9WYzkFdLb
aaAovY8D5fRvTihkhW5Q4gWm4Xjez7JksEH2YC0NB2RaZJhR8g9j2koWiB67
2NPLSHT16ZaFxsVLLTp740OUHkJzMyLGn0QjBu1VGs/fZTwXgdLnq7uMB02H
2ULQyMRQP9E+TSA2G29u2IKQlk1bVgfiRYz0SCrQZXEGji7ld7VuefrIXonb
YQy+cW7p42Bv7J1JhMfTQGWjLA41+xAORzzhn8/jxfm79zcX4ugEJ6+toUBE
nDfkhhnfhjZg5PBFfa8gcJqyqdKBBT/TU4X3COGnLmXg+ERlwWR3TWxD3T55
GZsFutxXbNwuCg7ab6esYsOZREVcC63cM7VWhRui73bBNwlqEy0vbBtiWeI4
eq9z56rHietiiVSu5Uzndk9vwnQqzsKI6p8db6hgPxBCPL65MjaPOsZyh5C7
e9bAP0Em9pvexW8/qs5jk2NDWscIwavLqrxVNrq2V2J57kBY/ypzOJQ7vLLk
UdGRFyDiU708rB5xRePlioemCojpNKTq3kDA/O9tMCJzerHjIULfXtp1M2cj
56BsshK+RxJlluFkyejB3rid1TWfs7vEbEdSSMr/PX15+Fr4r5i1I0auIWHf
0oKVNFHcE6nVla0jw8s5G2cjsZveTKeXFdjrIHqLkfD9NSkIXW/G0ThXNXdb
UNX0RlQ3BU4bc7ko2SG5RWmaNaBvHoDfFd539wyGxeVKL5Z1O6FjH9M9UTh9
dsssV1DXgY44bVnkRR9tvNcC/Pm+8QAQFPj42PuP+FaHMi1myTo72jp33Q2L
IZncbOrDOZcCHd/8HkFoRXYIz/eH8GprIKX2dRQ+Y0RbvVPG655YcLQjoX2A
ZK2EFeFbkYeq0YW3IGs3s90TylaG+/d6fcrQEXGEULZDiGEDTZAzhc0gG8G2
n+uoLZTKSJE0ook1G06HbrudH5VUW/V3AtjG2uglGJLkvRHpz6zycV3KtU7U
Yj9C9tEggrQ2Os/saHFW3hdQQGXKfxdFfcb3APl1m2GdNTIk9lVXJ7aJCr/j
bFknSRoCNERAYeyrrzK7Qy5NL4LFTM4BHjs+hlIxUKsSVgGN8YihRljl9jIe
AnDDuIxha36FjaeXgMpvDL/yh7/GpEbD7VYBZpvCGSdwKwGKLRY5kVpb7EA1
MZBp46AnNmy9M29tLnVCwaeGIiGqtnpAP5XduNYFTtNXjZtl/wrfHaTzSNTo
BwebaGM6hZLEvoajw5o+siaMzUssZNboJpXGhnBMbX5Zcnwi3pPEPc+KVbMy
aHtZOnGyScwA4t3T6/Ho0cA/i2jCLgR4kn7FfvKSCngeG5+pFpMg8Pl3e8Pt
wZY/cz0SwJ+xS+ygvO4WtK08l+69zXpX1/69E00V7LohGbvxiI/BxS88tszF
4fVa4IUe5W33xE0vz2WKmuFbg3Fb7poSXix+0ILOX11UH14IeBT+AKqGbEK0
+uoLCUcx4+tfgPsaGU8i3thH/IpwkCmicrK3EPadhOjdIcZkEyenf2V70xnn
+NmewLp6pocuv6ZM/4FzAE3zs9Nw5g4LVy6rsQTEX6oGX/EOUTCkxyJL7Anj
7jB+wxqUHzv+8ASUJVRU0jwNBgDuUXJSkg+/8hlavGvZbJWkbb6Qnmz7xFa5
tB2Vco/XSGy48nGxp63QPElHJi22TLdFZrn/alL8uLaLEiG+rnZt1esgQ1gs
hYWSvyW3nugVBK5zgtEZ/OC6meHfI/JHK/FvyvThn+wFDhIHW2n7Yoknk8mA
mYf9iRiBOPK+Hewd5WyHbWHfSxfdmIxPOnk/JydFM+bel+2LDXKHqYWJa+i5
O+wymA4cMcoH8kDlRQgBxnkYz71DFrbbc3++MYYuHsuB7F03h18CsUO9tdQT
aPxXY5MtyIT41ny1jteQGHspxHp9091BVromeHABZVE0p1Uau8CWF5wypRc/
cqr68M0awv7l8O8CjfubJXw4qhFhzifJdRVal/YrhPY9nH50oX2CGOON7o8G
u8kYYWbYfvC+HLzzFRwwAga6P7bCZkeXMf7xVEWtVKZ7GM8Nz2L0bapi90ZV
Wdb0gvJ4L34oO76o058Hfz5hfHrKpvyuJyHhgY19cUlSfyyZbRLqk82k0cav
rJ7j3yTEN2vvJf2ZiW4EuX1ZmML8wLT9UTPDMzi2PPLed7GvJEv3p5l2V0r0
l6hoWdtfjMYB94Z8bLhlpE0bq6h4pFtckofOdTuU2L4fBKdjVVpqN53JxKEG
R9tDjrbRuXKUUvcXQvFlw8y+TGj6b4y7P2zgTChxr0MHUvP+Ohe1jtw7x54k
45cZNPfbto28N/aV9+ZzbVQ+72D/UtJ7nq1R20sn0Kn7w6+eyEXoAGnArP3b
JOky3iqg3rh7q51KZ1l73yLpy/a2XZu0MVYASH4rJ+MbYScbe5N+efrudIcK
sFlRlPyk9F5Wxr9Ehm0Fa/Up/smrXGULO+/+xwm/pqqyf9uby9yovS9UYr0/
f//k/wCo0K/1M1gAAA==

-->

</rfc>
