<?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.39 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-tls-hybrid-design-07" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="ietf-tls-hybrid-design">Hybrid key exchange in TLS 1.3</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-tls-hybrid-design-07"/>
    <author initials="D." surname="Stebila" fullname="Douglas Stebila">
      <organization>University of Waterloo</organization>
      <address>
        <email>dstebila@uwaterloo.ca</email>
      </address>
    </author>
    <author initials="S." surname="Fluhrer" fullname="Scott Fluhrer">
      <organization>Cisco Systems</organization>
      <address>
        <email>sfluhrer@cisco.com</email>
      </address>
    </author>
    <author initials="S." surname="Gueron" fullname="Shay Gueron">
      <organization abbrev="U. Haifa">University of Haifa</organization>
      <address>
        <email>shay.gueron@gmail.com</email>
      </address>
    </author>
    <date year="2023" month="August" day="21"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 208?>

<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.</t>
      <t>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>
  <middle>
    <?line 214?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document gives a construction for hybrid key exchange in TLS 1.3.  The overall design approach is a simple, "concatenation"-based approach: each hybrid key exchange combination should be viewed as a single new key exchange method, negotiated and transmitted using the existing TLS 1.3 mechanisms.</t>
      <t>This document does not propose specific post-quantum mechanisms; see <xref target="scope"/> for more on the scope of this document.</t>
      <section anchor="revision-history">
        <name>Revision history</name>
        <ul empty="true">
          <li>
            <t><strong>RFC Editor's Note:</strong> Please remove this section prior to publication of a final version of this document.</t>
          </li>
        </ul>
        <t>Earlier versions of this document categorized various design decisions one could make when implementing hybrid key exchange in TLS 1.3.</t>
        <ul spacing="normal">
          <li>
            <t>draft-ietf-tls-hybrid-design-07:
            </t>
            <ul spacing="normal">
              <li>Editorial changes</li>
              <li>Add reference to <xref target="X25519Kyber768"/> draft</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-06:
            </t>
            <ul spacing="normal">
              <li>Bump to version -06 to avoid expiry</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-05:
            </t>
            <ul spacing="normal">
              <li>Define four hybrid key exchange methods</li>
              <li>Updates to reflect NIST's selection of Kyber</li>
              <li>Clarifications and rewordings based on working group comments</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-04:
            </t>
            <ul spacing="normal">
              <li>Some wording changes</li>
              <li>Remove design considerations appendix</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-03:
            </t>
            <ul spacing="normal">
              <li>Remove specific code point examples and requested codepoint range for hybrid private use</li>
              <li>Change "Open questions" to "Discussion"</li>
              <li>Some wording changes</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-02:
            </t>
            <ul spacing="normal">
              <li>Bump to version -02 to avoid expiry</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-01:
            </t>
            <ul spacing="normal">
              <li>Forbid variable-length secret keys</li>
              <li>Use fixed-length KEM public keys/ciphertexts</li>
            </ul>
          </li>
          <li>
            <t>draft-ietf-tls-hybrid-design-00:
            </t>
            <ul spacing="normal">
              <li>Allow key_exchange values from the same algorithm to be reused across multiple KeyShareEntry records in the same ClientHello.</li>
            </ul>
          </li>
          <li>
            <t>draft-stebila-tls-hybrid-design-03:
            </t>
            <ul spacing="normal">
              <li>Add requirement for KEMs to provide protection against key reuse.</li>
              <li>Clarify FIPS-compliance of shared secret concatenation method.</li>
            </ul>
          </li>
          <li>
            <t>draft-stebila-tls-hybrid-design-02:
            </t>
            <ul spacing="normal">
              <li>Design considerations from draft-stebila-tls-hybrid-design-00 and draft-stebila-tls-hybrid-design-01 are moved to the appendix.</li>
              <li>A single construction is given in the main body.</li>
            </ul>
          </li>
          <li>
            <t>draft-stebila-tls-hybrid-design-01:
            </t>
            <ul spacing="normal">
              <li>Add (Comb-KDF-1) and (Comb-KDF-2) options.</li>
              <li>Add two candidate instantiations.</li>
            </ul>
          </li>
          <li>draft-stebila-tls-hybrid-design-00: Initial version.</li>
        </ul>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>For the purposes of this document, it is helpful to be able to divide cryptographic algorithms into two classes:</t>
        <ul spacing="normal">
          <li>"Traditional" algorithms: Algorithms which are widely deployed today, but which may be deprecated in the future.  In the context of TLS 1.3, examples of traditional key exchange algorithms include elliptic curve Diffie-Hellman using secp256r1 or x25519, or finite-field Diffie-Hellman.</li>
          <li>"Next-generation" (or "next-gen") algorithms: Algorithms which are not yet widely deployed, but which may eventually be widely deployed.  An additional facet of these algorithms may be that we have less confidence in their security due to them being relatively new or less studied.  This includes "post-quantum" algorithms.</li>
        </ul>
        <t>"Hybrid" key exchange, in this context, means the use of two (or more) key exchange algorithms based on different cryptographic assumptions, e.g., one traditional algorithm and one next-gen algorithm, with the purpose of the final session key being secure as long as at least one of the component key exchange algorithms remains unbroken.
When one of the algorithms is traditional and one of them is postquantum, this is a Post-Quantum Traditional Hybrid Scheme <xref target="I-D.driscoll-pqt-hybrid-terminology"/>; while this is the initial use case for this draft, we do not limit this draft to that case.
We use the term "component" algorithms to refer to the algorithms combined in a hybrid key exchange.</t>
        <t>We note that some authors prefer the phrase "composite" to refer to the use of multiple algorithms, to distinguish from "hybrid public key encryption" in which a key encapsulation mechanism and data encapsulation mechanism are combined to create public key encryption.</t>
        <t>It is intended that the composite algorithms within a hybrid key exchange are to be performed, that is, negotiated and transmitted, within the TLS 1.3 handshake.  Any out-of-band method of exchanging keying material is considered out-of-scope.</t>
        <t>The primary motivation of this document is preparing for post-quantum algorithms.  However, it is possible that public key cryptography based on alternative mathematical constructions will be desired to mitigate risks independent of the advent of a quantum computer, for example because of a cryptanalytic breakthrough.  As such we opt for the more generic term "next-generation" algorithms rather than exclusively "post-quantum" algorithms.</t>
        <t>Note that TLS 1.3 uses the phrase "groups" to refer to key exchange algorithms -- for example, the <tt>supported_groups</tt> extension -- since all key exchange algorithms in TLS 1.3 are Diffie-Hellman-based.  As a result, some parts of this document will refer to data structures or messages with the term "group" in them despite using a key exchange algorithm that is not Diffie-Hellman-based nor a group.</t>
      </section>
      <section anchor="motivation">
        <name>Motivation for use of hybrid key exchange</name>
        <t>A hybrid key exchange algorithm allows early adopters eager for post-quantum security to have the potential of post-quantum security (possibly from a less-well-studied algorithm) while still retaining at least the security currently offered by traditional algorithms.  They may even need to retain traditional algorithms due to regulatory constraints, for example FIPS compliance.</t>
        <t>Ideally, one would not use hybrid key exchange: one would have confidence in a single algorithm and parameterization that will stand the test of time.  However, this may not be the case in the face of quantum computers and cryptanalytic advances more generally.</t>
        <t>Many (though not all) post-quantum algorithms currently under consideration are relatively new; they have not been subject to the same depth of study as RSA and finite-field or elliptic curve Diffie-Hellman, and thus the security community does not necessarily have as much confidence in their fundamental security, or the concrete security level of specific parameterizations.</t>
        <t>Moreover, it is possible that after next-generation algorithms are defined, and for a period of time thereafter, conservative users may not have full confidence in some algorithms.</t>
        <t>Some users may want to accelerate adoption of post-quantum cryptography due to the threat of retroactive decryption: if a cryptographic assumption is broken due to the advent of a quantum computer or some other cryptanalytic breakthrough, confidentiality of information can be broken retroactively by any adversary who has passively recorded handshakes and encrypted communications.  Hybrid key exchange enables potential security against retroactive decryption while not fully abandoning traditional cryptosystems.</t>
        <t>As such, there may be users for whom hybrid key exchange is an appropriate step prior to an eventual transition to next-generation algorithms. Users should consider the confidence they have in each hybrid component to assess that the hybrid system meets the desired motivation.</t>
      </section>
      <section anchor="scope">
        <name>Scope</name>
        <t>This document focuses on hybrid ephemeral key exchange in TLS 1.3 <xref target="TLS13"/>.  It intentionally does not address:</t>
        <ul spacing="normal">
          <li>Selecting which next-generation algorithms to use in TLS 1.3, or algorithm identifiers or encoding mechanisms for next-generation algorithms.  This selection will be based on the recommendations by the Crypto Forum Research Group (CFRG), which is currently waiting for the results of the NIST Post-Quantum Cryptography Standardization Project <xref target="NIST"/>.</li>
          <li>Authentication using next-generation algorithms.  While quantum computers could retroactively decrypt previous sessions, session authentication cannot be retroactively broken.</li>
        </ul>
      </section>
      <section anchor="goals">
        <name>Goals</name>
        <t>The primary goal of a hybrid key exchange mechanism is to facilitate the establishment of a shared secret which remains secure as long as as one of the component key exchange mechanisms remains unbroken.</t>
        <t>In addition to the primary cryptographic goal, there may be several additional goals in the context of TLS 1.3:</t>
        <ul spacing="normal">
          <li>
            <t><strong>Backwards compatibility:</strong> Clients and servers who are "hybrid-aware", i.e., compliant with whatever hybrid key exchange standard is developed for TLS, should remain compatible with endpoints and middle-boxes that are not hybrid-aware.  The three scenarios to consider are:
            </t>
            <ol spacing="normal" type="1"><li>Hybrid-aware client, hybrid-aware server: These parties should establish a hybrid shared secret.</li>
              <li>Hybrid-aware client, non-hybrid-aware server:  These parties should establish a traditional shared secret (assuming the hybrid-aware client is willing to downgrade to traditional-only).</li>
              <li>Non-hybrid-aware client, hybrid-aware server:  These parties should establish a traditional shared secret (assuming the hybrid-aware server is willing to downgrade to traditional-only).</li>
            </ol>
            <t>
Ideally backwards compatibility should be achieved without extra round trips and without sending duplicate information; see below.</t>
          </li>
          <li>
            <strong>High performance:</strong> Use of hybrid key exchange should not be prohibitively expensive in terms of computational performance.  In general this will depend on the performance characteristics of the specific cryptographic algorithms used, and as such is outside the scope of this document.  See <xref target="PST"/> for preliminary results about performance characteristics.</li>
          <li>
            <t><strong>Low latency:</strong> Use of hybrid key exchange should not substantially increase the latency experienced to establish a connection.  Factors affecting this may include the following.
            </t>
            <ul spacing="normal">
              <li>The computational performance characteristics of the specific algorithms used.  See above.</li>
              <li>The size of messages to be transmitted.  Public key and ciphertext sizes for post-quantum algorithms range from hundreds of bytes to over one hundred kilobytes, so this impact can be substantial.  See <xref target="PST"/> for preliminary results in a laboratory setting, and <xref target="LANGLEY"/> for preliminary results on more realistic networks.</li>
              <li>Additional round trips added to the protocol.  See below.</li>
            </ul>
          </li>
          <li>
            <strong>No extra round trips:</strong> Attempting to negotiate hybrid key exchange should not lead to extra round trips in any of the three hybrid-aware/non-hybrid-aware scenarios listed above.</li>
          <li>
            <strong>Minimal duplicate information:</strong> Attempting to negotiate hybrid key exchange should not mean having to send multiple public keys of the same type.</li>
        </ul>
      </section>
    </section>
    <section anchor="kems">
      <name>Key encapsulation mechanisms</name>
      <t>This document models key agreement as key encapsulation mechanisms (KEMs), which consist of three algorithms:</t>
      <ul spacing="normal">
        <li>
          <tt>KeyGen() -&gt; (pk, sk)</tt>: A probabilistic key generation algorithm, which generates a public key <tt>pk</tt> and a secret key <tt>sk</tt>.</li>
        <li>
          <tt>Encaps(pk) -&gt; (ct, ss)</tt>: A probabilistic encapsulation algorithm, which takes as input a public key <tt>pk</tt> and outputs a ciphertext <tt>ct</tt> and shared secret <tt>ss</tt>.</li>
        <li>
          <tt>Decaps(sk, ct) -&gt; ss</tt>: A decapsulation algorithm, which takes as input a secret key <tt>sk</tt> and ciphertext <tt>ct</tt> and outputs a shared secret <tt>ss</tt>, or in some cases a distinguished error value.</li>
      </ul>
      <t>The main security property for KEMs is indistinguishability under adaptive chosen ciphertext attack (IND-CCA2), which means that shared secret values should be indistinguishable from random strings even given the ability to have other arbitrary ciphertexts decapsulated.  IND-CCA2 corresponds to security against an active attacker, and the public key / secret key pair can be treated as a long-term key or reused.  A common design pattern for obtaining security under key reuse is to apply the Fujisaki-Okamoto (FO) transform <xref target="FO"/> or a variant thereof <xref target="HHK"/>.</t>
      <t>A weaker security notion is indistinguishability under chosen plaintext attack (IND-CPA), which means that the shared secret values should be indistinguishable from random strings given a copy of the public key.  IND-CPA roughly corresponds to security against a passive attacker, and sometimes corresponds to one-time key exchange.</t>
      <t>Key exchange in TLS 1.3 is phrased in terms of Diffie-Hellman key exchange in a group.  DH key exchange can be modeled as a KEM, with <tt>KeyGen</tt> corresponding to selecting an exponent <tt>x</tt> as the secret key and computing the public key <tt>g^x</tt>; encapsulation corresponding to selecting an exponent <tt>y</tt>, computing the ciphertext <tt>g^y</tt> and the shared secret <tt>g^(xy)</tt>, and decapsulation as computing the shared secret <tt>g^(xy)</tt>. See <xref target="HPKE"/> for more details of such Diffie-Hellman-based key encapsulation mechanisms. Diffie-Hellman key exchange, when viewed as a KEM, does not formally satisfy IND-CCA2 security, but is still safe to use for ephemeral key exchange in TLS 1.3, see e.g. <xref target="DOWLING"/>.</t>
      <t>TLS 1.3 does not require that ephemeral public keys be used only in a single key exchange session; some implementations may reuse them, at the cost of limited forward secrecy.  As a result, any KEM used in the manner described in this document MUST explicitly be designed to be secure in the event that the public key is reused.  Finite-field and elliptic-curve Diffie-Hellman key exchange methods used in TLS 1.3 satisfy this criteria.  For generic KEMs, this means satisfying IND-CCA2 security or having a transform like the Fujisaki-Okamoto transform <xref target="FO"/> <xref target="HHK"/> applied.  While it is recommended that implementations avoid reuse of KEM public keys, implementations that do reuse KEM public keys MUST ensure that the number of reuses of a KEM public key abides by any bounds in the specification of the KEM or subsequent security analyses.  Implementations MUST NOT reuse randomness in the generation of KEM ciphertexts.</t>
    </section>
    <section anchor="construction">
      <name>Construction for hybrid key exchange</name>
      <section anchor="construction-negotiation">
        <name>Negotiation</name>
        <t>Each particular combination of algorithms in a hybrid key exchange will be represented as a <tt>NamedGroup</tt> and sent in the <tt>supported_groups</tt> extension.  No internal structure or grammar is implied or required in the value of the identifier; they are simply opaque identifiers.</t>
        <t>Each value representing a hybrid key exchange will correspond to an ordered pair of two or more algorithms.  For example, a future document could specify that one identifier corresponds to secp256r1+Kyber512, and another corresponds to x25519+Kyber512.  (We note that this is independent from future documents standardizing solely post-quantum key exchange methods, which would have to be assigned their own identifier.)</t>
        <t>Specific values shall be registered by IANA in the TLS Supported Groups registry.</t>
        <artwork><![CDATA[
    enum {

          /* Elliptic Curve Groups (ECDHE) */
          secp256r1(0x0017), secp384r1(0x0018), secp521r1(0x0019),
          x25519(0x001D), x448(0x001E),

          /* Finite Field Groups (DHE) */
          ffdhe2048(0x0100), ffdhe3072(0x0101), ffdhe4096(0x0102),
          ffdhe6144(0x0103), ffdhe8192(0x0104),

          /* Hybrid Key Exchange Methods */
          X25519Kyber768Draft00(0x6399), ...,

          /* Reserved Code Points */
          ffdhe_private_use(0x01FC..0x01FF),
          ecdhe_private_use(0xFE00..0xFEFF),
          (0xFFFF)
    } NamedGroup;
]]></artwork>
      </section>
      <section anchor="construction-transmitting">
        <name>Transmitting public keys and ciphertexts</name>
        <t>We take the relatively simple "concatenation approach": the messages from the two or more algorithms being hybridized will be concatenated together and transmitted as a single value, to avoid having to change existing data structures.  The values are directly concatenated, without any additional encoding or length fields; this assumes that the representation and length of elements is fixed once the algorithm is fixed.  If concatenation were to be used with values that are not fixed-length, a length prefix or other unambiguous encoding must be used to ensure that the composition of the two values is injective and requires a mechanism different from that specified in this document.</t>
        <t>Recall that in TLS 1.3 a KEM public key or KEM ciphertext is represented as a <tt>KeyShareEntry</tt>:</t>
        <artwork><![CDATA[
    struct {
        NamedGroup group;
        opaque key_exchange<1..2^16-1>;
    } KeyShareEntry;
]]></artwork>
        <t>These are transmitted in the <tt>extension_data</tt> fields of <tt>KeyShareClientHello</tt> and <tt>KeyShareServerHello</tt> extensions:</t>
        <artwork><![CDATA[
    struct {
        KeyShareEntry client_shares<0..2^16-1>;
    } KeyShareClientHello;

    struct {
        KeyShareEntry server_share;
    } KeyShareServerHello;
]]></artwork>
        <t>The client's shares are listed in descending order of client preference; the server selects one algorithm and sends its corresponding share.</t>
        <t>For a hybrid key exchange, the <tt>key_exchange</tt> field of a <tt>KeyShareEntry</tt> is the concatenation of the <tt>key_exchange</tt> field for each of the constituent algorithms.  The order of shares in the concatenation is the same as the order of algorithms indicated in the definition of the <tt>NamedGroup</tt>.</t>
        <t>For the client's share, the <tt>key_exchange</tt> value contains the concatenation of the <tt>pk</tt> outputs of the corresponding KEMs' <tt>KeyGen</tt> algorithms, if that algorithm corresponds to a KEM; or the (EC)DH ephemeral key share, if that algorithm corresponds to an (EC)DH group.  For the server's share, the <tt>key_exchange</tt> value contains concatenation of the <tt>ct</tt> outputs of the corresponding KEMs' <tt>Encaps</tt> algorithms, if that algorithm corresponds to a KEM; or the (EC)DH ephemeral key share, if that algorithm corresponds to an (EC)DH group.</t>
        <t><xref target="TLS13"/> requires that ``The key_exchange values for each KeyShareEntry MUST be generated independently.''  In the context of this document, since the same algorithm may appear in multiple named groups, we relax the above requirement to allow the same key_exchange value for the same algorithm to be reused in multiple KeyShareEntry records sent in within the same <tt>ClientHello</tt>.  However, key_exchange values for different algorithms MUST be generated independently.</t>
      </section>
      <section anchor="construction-shared-secret">
        <name>Shared secret calculation</name>
        <t>Here we also take a simple "concatenation approach": the two shared secrets are concatenated together and used as the shared secret in the existing TLS 1.3 key schedule.  Again, we do not add any additional structure (length fields) in the concatenation procedure: for both the traditional groups and Kyber, the shared secret output length is fixed for a specific elliptic curve or parameter set.</t>
        <t>In other words, the shared secret is calculated as</t>
        <artwork><![CDATA[
    concatenated_shared_secret = shared_secret_1 || shared_secret_2
]]></artwork>
        <t>and inserted into the TLS 1.3 key schedule in place of the (EC)DHE shared secret, as shown in <xref target="fig-key-schedule"/>.</t>
        <figure anchor="fig-key-schedule">
          <name>Key schedule for hybrid key exchange</name>
          <artwork><![CDATA[
                                    0
                                    |
                                    v
                      PSK ->  HKDF-Extract = Early Secret
                                    |
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
                                    |
                                    v
                              Derive-Secret(., "derived", "")
                                    |
                                    v
concatenated_shared_secret -> HKDF-Extract = Handshake Secret
^^^^^^^^^^^^^^^^^^^^^^^^^^          |
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
                                    |
                                    v
                              Derive-Secret(., "derived", "")
                                    |
                                    v
                         0 -> HKDF-Extract = Master Secret
                                    |
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
                                    +-----> Derive-Secret(...)
]]></artwork>
        </figure>
        <t><strong>FIPS-compliance of shared secret concatenation.</strong>
          <xref target="NIST-SP-800-56C"/> or <xref target="NIST-SP-800-135"/> give NIST recommendations for key derivation methods in key exchange protocols.  Some hybrid combinations may combine the shared secret from a NIST-approved algorithm (e.g., ECDH using the nistp256/secp256r1 curve) with a shared secret from a non-approved algorithm (e.g., post-quantum).  <xref target="NIST-SP-800-56C"/> lists simple concatenation as an approved method for generation of a hybrid shared secret in which one of the constituent shared secret is from an approved method.</t>
      </section>
    </section>
    <section anchor="discussion">
      <name>Discussion</name>
      <t><strong>Larger public keys and/or ciphertexts.</strong>
The <tt>HybridKeyExchange</tt> struct in <xref target="construction-transmitting"/> limits public keys and ciphertexts to 2^16-1 bytes; this is bounded by the same (2^16-1)-byte limit on the <tt>key_exchange</tt> field in the <tt>KeyShareEntry</tt> struct.  Some post-quantum KEMs have larger public keys and/or ciphertexts; for example, Classic McEliece's smallest parameter set has public key size 261,120 bytes.  However, all defined parameter sets for Kyber have public keys and ciphertexts that fall within the TLS constraints.</t>
      <t><strong>Duplication of key shares.</strong>
Concatenation of public keys in the <tt>HybridKeyExchange</tt> struct as described in <xref target="construction-transmitting"/> can result in sending duplicate key shares.  For example, if a client wanted to offer support for two combinations, say "secp256r1+kyber512" and "x25519+kyber512", it would end up sending two kyber512 public keys, since the <tt>KeyShareEntry</tt> for each combination contains its own copy of a kyber512 key.  This duplication may be more problematic for post-quantum algorithms which have larger public keys.  On the other hand, if the client wants to offer, for example "secp256r1+kyber512" and "secp256r1" (for backwards compatibility), there is relatively little duplicated data (as the secp256r1 keys are comparatively small).</t>
      <t><strong>Failures.</strong>
Some post-quantum key exchange algorithms, including Kyber, have non-zero probability of failure, meaning two honest parties may derive different shared secrets.  This would cause a handshake failure.  Kyber has a cryptographically small failure rate; if other algorithms are used, implementers should be aware of the potential of handshake failure. Clients can retry if a failure is encountered.</t>
    </section>
    <section anchor="defined-hybrid-groups">
      <name>Defined Hybrid Groups</name>
      <t>This document defines or references four initial hybrids for use within TLS 1.3, as shown in <xref target="tab-defined-groups"/>, where the components x25519, secp384r1, secp256r1 are the existing named groups.</t>
      <table anchor="tab-defined-groups">
        <name>Hybrid key exchanged methods defined by this document</name>
        <thead>
          <tr>
            <th align="left">Hybrid name</th>
            <th align="left">Hybrid components</th>
            <th align="left">Named group</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">x25519_kyber512</td>
            <td align="left">x25519, Kyber512</td>
            <td align="left">TBD</td>
          </tr>
          <tr>
            <td align="left">secp256r1_kyber512</td>
            <td align="left">secp256r1, Kyber512</td>
            <td align="left">TBD</td>
          </tr>
          <tr>
            <td align="left">X25519Kyber768Draft00</td>
            <td align="left">x25519, Kyber768</td>
            <td align="left">0x6399</td>
          </tr>
          <tr>
            <td align="left">secp384r1_kyber768</td>
            <td align="left">secp384r1, Kyber768</td>
            <td align="left">TBD</td>
          </tr>
        </tbody>
      </table>
      <t>The intention is that the combinations using Kyber768 are for normal TLS sessions, while the combiantions for Kyber512 are for sessions that have limits in record size or it is important to limit the total amount of communication.</t>
      <section anchor="kyber-version">
        <name>Kyber version</name>
        <t>For Kyber512 and Kyber768, this document refers to the same named parameter sets defined in the Round 3 submission of Kyber to NIST.  That submission defines two variants for each parameter set based on the symmetric primitives used.  This document uses the FIPS 202 variant (and not the "90s" variant); the FIPS 202 variant uses SHA-3 and SHAKE <xref target="NIST-FIPS-202"/> as its internal symmetric primitives.</t>
        <t>The Kyber team has updated their documentation twice since submitting to Round 3 (these updates are labeled as version 3.0.1 and 3.0.2), however neither modifies the FIPS 202 variant of Kyber.</t>
        <t>The X25519Kyber768Draft00 hybrid (0x6399) is defined in <xref target="X25519Kyber768"/>.</t>
      </section>
      <section anchor="details-of-kyber-components">
        <name>Details of Kyber components</name>
        <t>The listed kyber512, kyber768 components are the named parameter sets of the key exchange method Kyber <xref target="Kyber"/>.
When it is used, the client selects an ephemeral private key, generates the corresponding public key, and transmits that (as a component) within its keyshare.
When the server receives this keyshare, it extracts the Kyber public key, generates a ciphertext and shared secret.  It then transmits the ciphertext (as a component) within its keyshare.
When the client receives this keyshare, it extracts the Kyber ciphertext, and uses its private key to generate the shared secret.
Both sides use their copy of the shared secret as a component within the hybrid shared secret.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA will assign identifiers from the TLS TLS Supported Groups section for the hybrid combinations defined in this document.
These assignments should be made in a range that is distinct from the Elliptic Curve Groups and the Finite Field Groups ranges.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The shared secrets computed in the hybrid key exchange should be computed in a way that achieves the "hybrid" property: the resulting secret is secure as long as at least one of the component key exchange algorithms is unbroken.  See <xref target="GIACON"/> and <xref target="BINDEL"/> for an investigation of these issues.  Under the assumption that shared secrets are fixed length once the combination is fixed, the construction from <xref target="construction-shared-secret"/> corresponds to the dual-PRF combiner of <xref target="BINDEL"/> which is shown to preserve security under the assumption that the hash function is a dual-PRF.</t>
      <t>As noted in <xref target="kems"/>, KEMs used in the manner described in this document MUST explicitly be designed to be secure in the event that the public key is reused, such as achieving IND-CCA2 security or having a transform like the Fujisaki-Okamoto transform applied.  Kyber has such security properties.  However, some other post-quantum KEMs are designed to be IND-CPA-secure (i.e., without countermeasures such as the FO transform) are completely insecure under public key reuse; for example, some lattice-based IND-CPA-secure KEMs are vulnerable to attacks that recover the private key after just a few thousand samples <xref target="FLUHRER"/>.</t>
      <t><strong>Public keys, ciphertexts, and secrets should be constant length.</strong>
This document assumes that the length of each public key, ciphertext, and shared secret is fixed once the algorithm is fixed.  This is the case for Kyber.</t>
      <t>Note that variable-length secrets are, generally speaking, dangerous.  In particular, when using key material of variable length and processing it using hash functions, a timing side channel may arise.  In broad terms, when the secret is longer, the hash function may need to process more blocks internally.  In some unfortunate circumstances, this has led to timing attacks, e.g. the Lucky Thirteen <xref target="LUCKY13"/> and Raccoon <xref target="RACCOON"/> attacks.</t>
      <t>Furthermore, <xref target="AVIRAM"/> identified a risk of using variable-length secrets when the hash function used in the key derivation function is no longer collision-resistant.</t>
      <t>Therefore, this specification MUST only be used with algorithms which have fixed-length shared secrets (after the variant has been fixed by the algorithm identifier in the <tt>NamedGroup</tt> negotiation in <xref target="construction-negotiation"/>).</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>These ideas have grown from discussions with many colleagues, including Christopher Wood, Matt Campagna, Eric Crockett, authors of the various hybrid Internet-Drafts and implementations cited in this document, and members of the TLS working group.  The immediate impetus for this document came from discussions with attendees at the Workshop on Post-Quantum Software in Mountain View, California, in January 2019.  Daniel J. Bernstein and Tanja Lange commented on the risks of reuse of ephemeral public keys.  Matt Campagna and the team at Amazon Web Services provided additional suggestions.  Nimrod Aviram proposed restricting to fixed-length secrets.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="TLS13">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="X25519Kyber768">
          <front>
            <title>X25519Kyber768Draft00 hybrid post-quantum key agreement</title>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization>University of Waterloo</organization>
            </author>
            <date day="31" month="March" year="2023"/>
            <abstract>
              <t>   This memo defines X25519Kyber768Draft00, a hybrid post-quantum key
   exchange for TLS 1.3.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tls-westerbaan-xyber768d00-02"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="AVIRAM" target="https://mailarchive.ietf.org/arch/msg/tls/F4SVeL2xbGPaPB2GW_GkBbD_a5M/">
          <front>
            <title>[TLS] Combining Secrets in Hybrid Key Exchange in TLS 1.3</title>
            <author initials="" surname="Nimrod Aviram">
              <organization/>
            </author>
            <author initials="" surname="Benjamin Dowling">
              <organization/>
            </author>
            <author initials="" surname="Ilan Komargodski">
              <organization/>
            </author>
            <author initials="" surname="Kenny Paterson">
              <organization/>
            </author>
            <author initials="" surname="Eyal Ronen">
              <organization/>
            </author>
            <author initials="" surname="Eylon Yogev">
              <organization/>
            </author>
            <date year="2021" month="September" day="01"/>
          </front>
        </reference>
        <reference anchor="BCNS15">
          <front>
            <title>Post-Quantum Key Exchange for the TLS Protocol from the Ring Learning with Errors Problem</title>
            <author fullname="Joppe W. Bos" initials="J." surname="Bos">
              <organization/>
            </author>
            <author fullname="Craig Costello" initials="C." surname="Costello">
              <organization/>
            </author>
            <author fullname="Michael Naehrig" initials="M." surname="Naehrig">
              <organization/>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization/>
            </author>
            <date month="May" year="2015"/>
          </front>
          <seriesInfo name="2015 IEEE Symposium on Security and" value="Privacy"/>
          <seriesInfo name="DOI" value="10.1109/sp.2015.40"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="BERNSTEIN">
          <front>
            <title>Post-Quantum Cryptography</title>
            <author>
              <organization/>
            </author>
            <date year="2009"/>
          </front>
          <seriesInfo name="DOI" value="10.1007/978-3-540-88702-7"/>
          <seriesInfo name="ISBN" value="[&quot;9783540887010&quot;, &quot;9783540887027&quot;]"/>
          <refcontent>Springer Berlin Heidelberg</refcontent>
        </reference>
        <reference anchor="BINDEL">
          <front>
            <title>Hybrid Key Encapsulation Mechanisms and Authenticated Key Exchange</title>
            <author fullname="Nina Bindel" initials="N." surname="Bindel">
              <organization/>
            </author>
            <author fullname="Jacqueline Brendel" initials="J." surname="Brendel">
              <organization/>
            </author>
            <author fullname="Marc Fischlin" initials="M." surname="Fischlin">
              <organization/>
            </author>
            <author fullname="Brian Goncalves" initials="B." surname="Goncalves">
              <organization/>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization/>
            </author>
            <date year="2019"/>
          </front>
          <seriesInfo name="Post-Quantum Cryptography" value="pp. 206-226"/>
          <seriesInfo name="DOI" value="10.1007/978-3-030-25510-7_12"/>
          <seriesInfo name="ISBN" value="[&quot;9783030255091&quot;, &quot;9783030255107&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <reference anchor="CAMPAGNA">
          <front>
            <title>Hybrid Post-Quantum Key Encapsulation Methods (PQ KEM) for Transport Layer Security 1.2 (TLS)</title>
            <author fullname="Matt Campagna" initials="M." surname="Campagna">
              <organization>AWS</organization>
            </author>
            <author fullname="Eric Crockett" initials="E." surname="Crockett">
              <organization>AWS</organization>
            </author>
            <date day="2" month="September" year="2021"/>
            <abstract>
              <t>   Hybrid key exchange refers to executing two independent key exchanges
   and feeding the two resulting shared secrets into a Pseudo Random
   Function (PRF), with the goal of deriving a secret which is as secure
   as the stronger of the two key exchanges.  This document describes
   new hybrid key exchange schemes for the Transport Layer Security 1.2
   (TLS) protocol.  The key exchange schemes are based on combining
   Elliptic Curve Diffie-Hellman (ECDH) with a post-quantum key
   encapsulation method (PQ KEM) using the existing TLS PRF.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-campagna-tls-bike-sike-hybrid-07"/>
        </reference>
        <reference anchor="CECPQ1" target="https://security.googleblog.com/2016/07/experimenting-with-post-quantum.html">
          <front>
            <title>Experimenting with Post-Quantum Cryptography</title>
            <author initials="M." surname="Braithwaite">
              <organization/>
            </author>
            <date year="2016" month="July" day="07"/>
          </front>
        </reference>
        <reference anchor="CECPQ2" target="https://www.imperialviolet.org/2018/12/12/cecpq2.html">
          <front>
            <title>CECPQ2</title>
            <author initials="A." surname="Langley">
              <organization/>
            </author>
            <date year="2018" month="December" day="12"/>
          </front>
        </reference>
        <reference anchor="DODIS">
          <front>
            <title>Chosen-Ciphertext Security of Multiple Encryption</title>
            <author fullname="Yevgeniy Dodis" initials="Y." surname="Dodis">
              <organization/>
            </author>
            <author fullname="Jonathan Katz" initials="J." surname="Katz">
              <organization/>
            </author>
            <date year="2005"/>
          </front>
          <seriesInfo name="Theory of Cryptography" value="pp. 188-209"/>
          <seriesInfo name="DOI" value="10.1007/978-3-540-30576-7_11"/>
          <seriesInfo name="ISBN" value="[&quot;9783540245735&quot;, &quot;9783540305767&quot;]"/>
          <refcontent>Springer Berlin Heidelberg</refcontent>
        </reference>
        <reference anchor="DOWLING">
          <front>
            <title>A Cryptographic Analysis of the TLS 1.3 Handshake Protocol</title>
            <author fullname="Benjamin Dowling" initials="B." surname="Dowling">
              <organization/>
            </author>
            <author fullname="Marc Fischlin" initials="M." surname="Fischlin">
              <organization/>
            </author>
            <author fullname="Felix Günther" initials="F." surname="Günther">
              <organization/>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization/>
            </author>
            <date month="July" year="2021"/>
          </front>
          <seriesInfo name="Journal of Cryptology" value="vol. 34, no. 4"/>
          <seriesInfo name="DOI" value="10.1007/s00145-021-09384-1"/>
          <refcontent>Springer Science and Business Media LLC</refcontent>
        </reference>
        <reference anchor="ETSI" target="https://www.etsi.org/images/files/ETSIWhitePapers/QuantumSafeWhitepaper.pdf">
          <front>
            <title>Quantum safe cryptography and security: An introduction, benefits, enablers and challengers</title>
            <author initials="M." surname="Campagna" role="editor">
              <organization/>
            </author>
            <author initials="" surname="others">
              <organization/>
            </author>
            <date year="2015" month="June"/>
          </front>
          <seriesInfo name="ETSI White Paper No. 8" value=""/>
        </reference>
        <reference anchor="EVEN">
          <front>
            <title>On the Power of Cascade Ciphers</title>
            <author fullname="S. Even" initials="S." surname="Even">
              <organization/>
            </author>
            <author fullname="O. Goldreich" initials="O." surname="Goldreich">
              <organization/>
            </author>
            <date year="1984"/>
          </front>
          <seriesInfo name="Advances in Cryptology" value="pp. 43-50"/>
          <seriesInfo name="DOI" value="10.1007/978-1-4684-4730-9_4"/>
          <seriesInfo name="ISBN" value="[&quot;9781468447323&quot;, &quot;9781468447309&quot;]"/>
          <refcontent>Springer US</refcontent>
        </reference>
        <reference anchor="EXTERN-PSK">
          <front>
            <title>TLS 1.3 Extension for Certificate-Based Authentication with an External Pre-Shared Key</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>This document specifies a TLS 1.3 extension that allows a server to authenticate with a combination of a certificate and an external pre-shared key (PSK).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8773"/>
          <seriesInfo name="DOI" value="10.17487/RFC8773"/>
        </reference>
        <reference anchor="FLUHRER" target="https://eprint.iacr.org/2016/085">
          <front>
            <title>Cryptanalysis of ring-LWE based key exchange with key share reuse</title>
            <author initials="S." surname="Fluhrer">
              <organization/>
            </author>
            <date year="2016" month="January"/>
          </front>
          <seriesInfo name="Cryptology ePrint Archive, Report 2016/085" value=""/>
        </reference>
        <reference anchor="FO">
          <front>
            <title>Secure Integration of Asymmetric and Symmetric Encryption Schemes</title>
            <author fullname="Eiichiro Fujisaki" initials="E." surname="Fujisaki">
              <organization/>
            </author>
            <author fullname="Tatsuaki Okamoto" initials="T." surname="Okamoto">
              <organization/>
            </author>
            <date month="December" year="2011"/>
          </front>
          <seriesInfo name="Journal of Cryptology" value="vol. 26, no. 1, pp. 80-101"/>
          <seriesInfo name="DOI" value="10.1007/s00145-011-9114-1"/>
          <refcontent>Springer Science and Business Media LLC</refcontent>
        </reference>
        <reference anchor="FRODO">
          <front>
            <title>Frodo: Take off the Ring! Practical, Quantum-Secure Key Exchange from LWE</title>
            <author fullname="Joppe Bos" initials="J." surname="Bos">
              <organization>NXP Semiconductors, Eindhoven, Netherlands</organization>
            </author>
            <author fullname="Craig Costello" initials="C." surname="Costello">
              <organization>Microsoft Research, Redmond, WA, USA</organization>
            </author>
            <author fullname="Leo Ducas" initials="L." surname="Ducas">
              <organization>CWI, Amsterdam, Netherlands</organization>
            </author>
            <author fullname="Ilya Mironov" initials="I." surname="Mironov">
              <organization>Google, Mountain View, CA, USA</organization>
            </author>
            <author fullname="Michael Naehrig" initials="M." surname="Naehrig">
              <organization>Microsoft Research, Redmond, WA, USA</organization>
            </author>
            <author fullname="Valeria Nikolaenko" initials="V." surname="Nikolaenko">
              <organization>Stanford University, Stanford, CA, USA</organization>
            </author>
            <author fullname="Ananth Raghunathan" initials="A." surname="Raghunathan">
              <organization>Google, Mountain View, CA, USA</organization>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization>McMaster University, Hamilton, ON, Canada</organization>
            </author>
            <date month="October" year="2016"/>
          </front>
          <seriesInfo name="Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications" value="Security"/>
          <seriesInfo name="DOI" value="10.1145/2976749.2978425"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="GIACON">
          <front>
            <title>KEM Combiners</title>
            <author fullname="Federico Giacon" initials="F." surname="Giacon">
              <organization/>
            </author>
            <author fullname="Felix Heuer" initials="F." surname="Heuer">
              <organization/>
            </author>
            <author fullname="Bertram Poettering" initials="B." surname="Poettering">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
          <seriesInfo name="Public-Key Cryptography – PKC 2018" value="pp. 190-218"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-76578-5_7"/>
          <seriesInfo name="ISBN" value="[&quot;9783319765778&quot;, &quot;9783319765785&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <reference anchor="HARNIK">
          <front>
            <title>On Robust Combiners for Oblivious Transfer and Other Primitives</title>
            <author fullname="Danny Harnik" initials="D." surname="Harnik">
              <organization/>
            </author>
            <author fullname="Joe Kilian" initials="J." surname="Kilian">
              <organization/>
            </author>
            <author fullname="Moni Naor" initials="M." surname="Naor">
              <organization/>
            </author>
            <author fullname="Omer Reingold" initials="O." surname="Reingold">
              <organization/>
            </author>
            <author fullname="Alon Rosen" initials="A." surname="Rosen">
              <organization/>
            </author>
            <date year="2005"/>
          </front>
          <seriesInfo name="Lecture Notes in Computer Science" value="pp. 96-113"/>
          <seriesInfo name="DOI" value="10.1007/11426639_6"/>
          <seriesInfo name="ISBN" value="[&quot;9783540259107&quot;, &quot;9783540320555&quot;]"/>
          <refcontent>Springer Berlin Heidelberg</refcontent>
        </reference>
        <reference anchor="HHK">
          <front>
            <title>A Modular Analysis of the Fujisaki-Okamoto Transformation</title>
            <author fullname="Dennis Hofheinz" initials="D." surname="Hofheinz">
              <organization/>
            </author>
            <author fullname="Kathrin Hövelmanns" initials="K." surname="Hövelmanns">
              <organization/>
            </author>
            <author fullname="Eike Kiltz" initials="E." surname="Kiltz">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="Theory of Cryptography" value="pp. 341-371"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-70500-2_12"/>
          <seriesInfo name="ISBN" value="[&quot;9783319704999&quot;, &quot;9783319705002&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <reference anchor="HPKE">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
            <author fullname="B. Lipp" initials="B." surname="Lipp"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="IKE-HYBRID">
          <front>
            <title>Framework to Integrate Post-quantum Key Exchanges into Internet Key Exchange Protocol Version 2 (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="grbartle@cisco.com" initials="" surname="grbartle@cisco.com">
              <organization>Cisco Systems</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="9" month="July" year="2019"/>
            <abstract>
              <t>   This document describes how to extend Internet Key Exchange Protocol
   Version 2 (IKEv2) so that the shared secret exchanged between peers
   has resistance against quantum computer attacks.  The basic idea is
   to exchange one or more post-quantum key exchange payloads in
   conjunction with the existing (Elliptic Curve) Diffie-Hellman
   payload.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tjhai-ipsecme-hybrid-qske-ikev2-04"/>
        </reference>
        <reference anchor="IKE-PSK">
          <front>
            <title>Mixing Preshared Keys in the Internet Key Exchange Protocol Version 2 (IKEv2) for Post-quantum Security</title>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
            <author fullname="P. Kampanakis" initials="P." surname="Kampanakis"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>The possibility of quantum computers poses a serious challenge to cryptographic algorithms deployed widely today. The Internet Key Exchange Protocol Version 2 (IKEv2) is one example of a cryptosystem that could be broken; someone storing VPN communications today could decrypt them at a later time when a quantum computer is available. It is anticipated that IKEv2 will be extended to support quantum-secure key exchange algorithms; however, that is not likely to happen in the near term. To address this problem before then, this document describes an extension of IKEv2 to allow it to be resistant to a quantum computer by using preshared keys.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8784"/>
          <seriesInfo name="DOI" value="10.17487/RFC8784"/>
        </reference>
        <reference anchor="KIEFER">
          <front>
            <title>Hybrid ECDHE-SIDH Key Exchange for TLS</title>
            <author fullname="Franziskus Kiefer" initials="F." surname="Kiefer">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Kris Kwiatkowski" initials="K." surname="Kwiatkowski">
              <organization>Cloudflare</organization>
            </author>
            <date day="5" month="November" year="2018"/>
            <abstract>
              <t>   This draft specifies a TLS key exchange that combines the post-
   quantum key exchange, Supersingular elliptic curve isogenie diffie-
   hellman (SIDH), with elliptic curve Diffie-Hellman (ECDHE) key
   exchange.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kiefer-tls-ecdhe-sidh-00"/>
        </reference>
        <reference anchor="Kyber" target="https://csrc.nist.gov/CSRC/media/Projects/post-quantum-cryptography/documents/round-3/submissions/Kyber-Round3.zip">
          <front>
            <title>Crystals-Kyber NIST Round 3 submission</title>
            <author initials="" surname="Roberto Avanzi, Joppe Bos, Léo Ducas, Eike Kiltz, Tancrède Lepoint, Vadim Lyubashevsky, John M Schanck, Peter Schwabe, Gregor Seiler, Damien Stehlé">
              <organization/>
            </author>
            <date year="2020" month="October" day="01"/>
          </front>
        </reference>
        <reference anchor="LANGLEY" target="https://www.imperialviolet.org/2018/04/11/pqconftls.html">
          <front>
            <title>Post-quantum confidentiality for TLS</title>
            <author initials="A." surname="Langley">
              <organization/>
            </author>
            <date year="2018" month="April" day="11"/>
          </front>
        </reference>
        <reference anchor="LUCKY13" target="https://ieeexplore.ieee.org/iel7/6547086/6547088/06547131.pdf">
          <front>
            <title>Lucky Thirteen: Breaking the TLS and DTLS record protocols</title>
            <author initials="N. J." surname="Al Fardan">
              <organization/>
            </author>
            <author initials="K. G." surname="Paterson">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIELSEN">
          <front>
            <title>Quantum Computation and Quantum Information</title>
            <author initials="M. A." surname="Nielsen">
              <organization/>
            </author>
            <author initials="I. L." surname="Chuang">
              <organization/>
            </author>
            <date year="2000"/>
          </front>
          <seriesInfo name="Cambridge University Press" value=""/>
        </reference>
        <reference anchor="NIST" target="https://www.nist.gov/pqcrypto">
          <front>
            <title>Post-Quantum Cryptography</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIST-FIPS-202" target="https://doi.org/10.6028/NIST.FIPS.202">
          <front>
            <title>SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
        </reference>
        <reference anchor="NIST-SP-800-56C" target="https://doi.org/10.6028/NIST.SP.800-56Cr2">
          <front>
            <title>Recommendation for Key-Derivation Methods in Key-Establishment Schemes</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
        </reference>
        <reference anchor="NIST-SP-800-135" target="https://doi.org/10.6028/NIST.SP.800-135r1">
          <front>
            <title>Recommendation for Existing Application-Specific Key Derivation Functions</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2011" month="December"/>
          </front>
        </reference>
        <reference anchor="OQS-102" target="https://github.com/open-quantum-safe/openssl/tree/OQS-OpenSSL_1_0_2-stable">
          <front>
            <title>OQS-OpenSSL-1-0-2_stable</title>
            <author>
              <organization>Open Quantum Safe Project</organization>
            </author>
            <date year="2018" month="November"/>
          </front>
        </reference>
        <reference anchor="OQS-111" target="https://github.com/open-quantum-safe/openssl/tree/OQS-OpenSSL_1_1_1-stable">
          <front>
            <title>OQS-OpenSSL-1-1-1_stable</title>
            <author>
              <organization>Open Quantum Safe Project</organization>
            </author>
            <date year="2022" month="January"/>
          </front>
        </reference>
        <reference anchor="OQS-PROV" target="https://github.com/open-quantum-safe/oqs-provider/">
          <front>
            <title>OQS Provider for OpenSSL 3</title>
            <author>
              <organization>Open Quantum Safe Project</organization>
            </author>
            <date year="2023" month="July"/>
          </front>
        </reference>
        <reference anchor="PST">
          <front>
            <title>Benchmarking Post-quantum Cryptography in TLS</title>
            <author fullname="Christian Paquin" initials="C." surname="Paquin">
              <organization/>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization/>
            </author>
            <author fullname="Goutam Tamvada" initials="G." surname="Tamvada">
              <organization/>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="Post-Quantum Cryptography" value="pp. 72-91"/>
          <seriesInfo name="DOI" value="10.1007/978-3-030-44223-1_5"/>
          <seriesInfo name="ISBN" value="[&quot;9783030442224&quot;, &quot;9783030442231&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <reference anchor="RACCOON" target="https://raccoon-attack.com/">
          <front>
            <title>Raccoon Attack: Finding and Exploiting Most-Significant-Bit-Oracles in TLS-DH(E)</title>
            <author initials="R." surname="Merget">
              <organization/>
            </author>
            <author initials="M." surname="Brinkmann">
              <organization/>
            </author>
            <author initials="N." surname="Aviram">
              <organization/>
            </author>
            <author initials="J." surname="Somorovsky">
              <organization/>
            </author>
            <author initials="J." surname="Mittmann">
              <organization/>
            </author>
            <author initials="J." surname="Schwenk">
              <organization/>
            </author>
            <date year="2020" month="September"/>
          </front>
        </reference>
        <reference anchor="S2N" target="https://aws.amazon.com/blogs/security/post-quantum-tls-now-supported-in-aws-kms/">
          <front>
            <title>Post-quantum TLS now supported in AWS KMS</title>
            <author>
              <organization>Amazon Web Services</organization>
            </author>
            <date year="2019" month="November" day="04"/>
          </front>
        </reference>
        <reference anchor="SCHANCK">
          <front>
            <title>A Transport Layer Security (TLS) Extension For Establishing An Additional Shared Secret</title>
            <author fullname="John M. Schanck" initials="J. M." surname="Schanck">
              <organization>University of Waterloo</organization>
            </author>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization>McMaster University</organization>
            </author>
            <date day="17" month="April" year="2017"/>
            <abstract>
              <t>   This document defines a Transport Layer Security (TLS) extension that
   allows parties to establish an additional shared secret using a
   second key exchange algorithm and incorporates this shared secret
   into the TLS key schedule.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-schanck-tls-additional-keyshare-00"/>
        </reference>
        <reference anchor="WHYTE12">
          <front>
            <title>Quantum-Safe Hybrid (QSH) Ciphersuite for Transport Layer Security (TLS) version 1.2</title>
            <author fullname="John M. Schanck" initials="J. M." surname="Schanck">
         </author>
            <author fullname="William Whyte" initials="W." surname="Whyte">
              <organization>Security Innovation</organization>
            </author>
            <author fullname="Zhenfei Zhang" initials="Z." surname="Zhang">
              <organization>Security Innovation</organization>
            </author>
            <date day="22" month="July" year="2016"/>
            <abstract>
              <t>   This document describes the Quantum-Safe Hybrid ciphersuite, a new
   cipher suite providing modular design for quantum-safe cryptography
   to be adopted in the handshake for the Transport Layer Security (TLS)
   protocol version 1.2.  In particular, it specifies the use of the
   NTRUEncrypt encryption scheme in a TLS handshake.




              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-whyte-qsh-tls12-02"/>
        </reference>
        <reference anchor="WHYTE13">
          <front>
            <title>Quantum-Safe Hybrid (QSH) Key Exchange for Transport Layer Security (TLS) version 1.3</title>
            <author fullname="William Whyte" initials="W." surname="Whyte">
              <organization>Onboard Security</organization>
            </author>
            <author fullname="Zhenfei Zhang" initials="Z." surname="Zhang">
              <organization>Onboard Security</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Oscar Garcia-Morchon" initials="O." surname="Garcia-Morchon">
              <organization>Philips</organization>
            </author>
            <date day="3" month="October" year="2017"/>
            <abstract>
              <t>   This document describes the Quantum-Safe Hybrid Key Exchange, a
   mechanism for providing modular design for quantum-safe cryptography
   to be adopted in the handshake for the Transport Layer Security (TLS)
   protocol version 1.3.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-whyte-qsh-tls13-06"/>
        </reference>
        <reference anchor="XMSS">
          <front>
            <title>XMSS: eXtended Merkle Signature Scheme</title>
            <author fullname="A. Huelsing" initials="A." surname="Huelsing"/>
            <author fullname="D. Butin" initials="D." surname="Butin"/>
            <author fullname="S. Gazdag" initials="S." surname="Gazdag"/>
            <author fullname="J. Rijneveld" initials="J." surname="Rijneveld"/>
            <author fullname="A. Mohaisen" initials="A." surname="Mohaisen"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This note describes the eXtended Merkle Signature Scheme (XMSS), a hash-based digital signature system that is based on existing descriptions in scientific literature. This note specifies Winternitz One-Time Signature Plus (WOTS+), a one-time signature scheme; XMSS, a single-tree scheme; and XMSS^MT, a multi-tree variant of XMSS. Both XMSS and XMSS^MT use WOTS+ as a main building block. XMSS provides cryptographic digital signatures without relying on the conjectured hardness of mathematical problems. Instead, it is proven that it only relies on the properties of cryptographic hash functions. XMSS provides strong security guarantees and is even secure when the collision resistance of the underlying hash function is broken. It is suitable for compact implementations, is relatively simple to implement, and naturally resists side-channel attacks. Unlike most other signature systems, hash-based signatures can so far withstand known attacks using quantum computers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8391"/>
          <seriesInfo name="DOI" value="10.17487/RFC8391"/>
        </reference>
        <reference anchor="ZHANG">
          <front>
            <title>On the Security of Multiple Encryption or CCA-security+CCA-security=CCA-security?</title>
            <author fullname="Rui Zhang" initials="R." surname="Zhang">
              <organization/>
            </author>
            <author fullname="Goichiro Hanaoka" initials="G." surname="Hanaoka">
              <organization/>
            </author>
            <author fullname="Junji Shikata" initials="J." surname="Shikata">
              <organization/>
            </author>
            <author fullname="Hideki Imai" initials="H." surname="Imai">
              <organization/>
            </author>
            <date year="2004"/>
          </front>
          <seriesInfo name="Public Key Cryptography – PKC 2004" value="pp. 360-374"/>
          <seriesInfo name="DOI" value="10.1007/978-3-540-24632-9_26"/>
          <seriesInfo name="ISBN" value="[&quot;9783540210184&quot;, &quot;9783540246329&quot;]"/>
          <refcontent>Springer Berlin Heidelberg</refcontent>
        </reference>
        <reference anchor="I-D.driscoll-pqt-hybrid-terminology">
          <front>
            <title>Terminology for Post-Quantum Traditional Hybrid Schemes</title>
            <author fullname="Florence D" initials="F." surname="D">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <date day="7" month="March" year="2023"/>
            <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-driscoll-pqt-hybrid-terminology-02"/>
        </reference>
      </references>
    </references>
    <?line 518?>

<section anchor="related-work">
      <name>Related work</name>
      <t>Quantum computing and post-quantum cryptography in general are outside the scope of this document.  For a general introduction to quantum computing, see a standard textbook such as <xref target="NIELSEN"/>.  For an overview of post-quantum cryptography as of 2009, see <xref target="BERNSTEIN"/>.  For the current status of the NIST Post-Quantum Cryptography Standardization Project, see <xref target="NIST"/>.  For additional perspectives on the general transition from traditional to post-quantum cryptography, see for example <xref target="ETSI"/>, among others.</t>
      <t>There have been several Internet-Drafts describing mechanisms for embedding post-quantum and/or hybrid key exchange in TLS:</t>
      <ul spacing="normal">
        <li>Internet-Drafts for TLS 1.2: <xref target="WHYTE12"/>, <xref target="CAMPAGNA"/></li>
        <li>Internet-Drafts for TLS 1.3: <xref target="KIEFER"/>, <xref target="SCHANCK"/>, <xref target="WHYTE13"/></li>
      </ul>
      <t>There have been several prototype implementations for post-quantum and/or hybrid key exchange in TLS:</t>
      <ul spacing="normal">
        <li>Experimental implementations in TLS 1.2: <xref target="BCNS15"/>, <xref target="CECPQ1"/>, <xref target="FRODO"/>, <xref target="OQS-102"/>, <xref target="S2N"/></li>
        <li>Experimental implementations in TLS 1.3: <xref target="CECPQ2"/>, <xref target="OQS-111"/>, <xref target="OQS-PROV"/>, <xref target="PST"/></li>
      </ul>
      <t>These experimental implementations have taken an ad hoc approach and not attempted to implement one of the drafts listed above.</t>
      <t>Unrelated to post-quantum but still related to the issue of combining multiple types of keying material in TLS is the use of pre-shared keys, especially the recent TLS working group document on including an external pre-shared key <xref target="EXTERN-PSK"/>.</t>
      <t>Considering other IETF standards, there is work on post-quantum preshared keys in IKEv2 <xref target="IKE-PSK"/> and a framework for hybrid key exchange in IKEv2 <xref target="IKE-HYBRID"/>.  The XMSS hash-based signature scheme has been published as an informational RFC by the IRTF <xref target="XMSS"/>.</t>
      <t>In the academic literature, <xref target="EVEN"/> initiated the study of combining multiple symmetric encryption schemes; <xref target="ZHANG"/>, <xref target="DODIS"/>, and <xref target="HARNIK"/> examined combining multiple public key encryption schemes, and <xref target="HARNIK"/> coined the term "robust combiner" to refer to a compiler that constructs a hybrid scheme from individual schemes while preserving security properties.  <xref target="GIACON"/> and <xref target="BINDEL"/> examined combining multiple key encapsulation mechanisms.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
b7/TTjoN93auTMZt3f6HVp/zOLHfh33vRZ05c3/G/1g/c9n+ikDFOugSL19+
W1+b9suXa1xK4HQK5tyG6sfd7VfwMeYHcMVCvUYC94SbGZU9b2dlL+CKY7po
rI3Jchi/LEtfbGiEY5hSPN8ggqU8lDZIStGdWxrqbXAbCvQcO23jsBc1eo23
ym4lpAVssuOonikka2DS3OolXPf7JpynCZZopBur0dUUurICCaeXevqxjUA6
rd+aMs/LTgWVgoXSJF7SW/hMSytSLMzprvjwYlT8QUj1AVuQpnUX6xbs042o
AS6hDXPDDmlA2X5h1Ik3hBSQ1a7YrxybNo/6ckEhYicMJ5q+LSIoFGiUyl6r
/2/w0E0fx0rXC0mDbnQwWK9TzVHB+7X4Wom5UPIX94F5DpDeVqvcD7FbEIw+
D/pgqAQaLWNMV8Ay3IpmyrV6pWePknt7u91Wt9dhQLjWDbd4pHLM6jRMqPxm
BNr0o5BGu3SMc9X6QjiVzW1Ej6N87jYqLAxkQonDugHvLmnhvRpllKmmGzyO
P5i+I11UKV2vnrjvbK0WGeSqTvaYYR0pe3upWtw2wmVbFXs8OZwKbGhgVetl
VPBWIn3rBM91if8Vn1KBLQfjMPM1nxe7xJntsGrgvrTS64hZ+AbcuHLhO0FS
Qr3fpnOpcn5O5+I8Wef2pAiJgheYOhpx/4tH08CZBa0gAVjkI98xW1VYWyp+
E+2C2xTQrtbKrwZs8cW6t0GWY3PZx6atryLPdxHcga9AsJaYIb1cNspsLRER
TBncygVJyQaHkEo3CfuPVRjlguzL/GFFZ4qWFAiQr4ptWilMj/1fdJqUibtc
5zvmRbiNk8WWKfB9ZhRUgoOXxwqg48aoOgjsnTMCcpMRVRb82mXaXsEjTL3Y
mZOp8Ph2NLYP0W/xUiWHtFoXzqUiRfKJUx2LUWhKRLephm6LiIZN2To2pnL0
/xDV2m3YPsAxxaZZqAkTlBgpx26XesTSIMN5DuIqN9zc07ZUYvFriqYawhCL
DLCqiZ2poS/s12ffxdevlKiW6jJmFNNRbLO0InzdcnBPyfjCLeO63+B8v9pz
4ecVXbP4xlkKP70oJwCV+1d/1b/mb6qfwvOy/c8FWynXtwc7c7761bt+d1SO
geeLs9amcL5xplh+vjGkvbw+fMezcrC7uj6BndeXcXZ9uZBiivr6qLEv37XV
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
loX9af+PAAA=

-->

</rfc>
