<?xml version='1.0' encoding='utf-8'?>

<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">

<rfc number="8734" xmlns:xi="http://www.w3.org/2001/XInclude" category="info"
     ipr="trust200902" docName="draft-bruckert-brainpool-for-tls13-07"
     obsoletes="" updates="" submissionType="independent" xml:lang="en"
     tocInclude="true" sortRefs="true" symRefs="true" version="3">

  <!-- xml2rfc v2v3 conversion 2.34.0 -->

  <front>
    <title abbrev="ECC Brainpool Curves for TLS 1.3">Elliptic Curve
    Cryptography (ECC) Brainpool Curves for Transport Layer Security (TLS) Version 1.3</title>
    <seriesInfo name="RFC" value="8734" />

    <author fullname="Leonie Bruckert" initials="L." surname="Bruckert">
      <organization>secunet Security Networks</organization>
      <address>
        <postal>
          <street>Ammonstr. 74</street>
          <city>Dresden</city>
          <code>01067</code>
          <country>Germany</country>
        </postal>
        <phone>+49 201 5454 3819</phone>
        <email>leonie.bruckert@secunet.com</email>
      </address>
    </author>
    <author fullname="Johannes Merkle" initials="J." surname="Merkle">
      <organization>secunet Security Networks</organization>
      <address>
        <postal>
          <street>Mergenthaler Allee 77</street>
          <city>Eschborn</city>
          <code>65760</code>    
          <country>Germany</country>
        </postal>
        <phone>+49 201 5454 3091</phone>
        <email>johannes.merkle@secunet.com</email>
      </address>
    </author>
    <author fullname="Manfred Lochter" initials="M." surname="Lochter">
      <organization>BSI</organization>
      <address>
        <postal>
          <street>Postfach 200363</street>
          <city>Bonn</city>
          <code>53133</code>
          <country>Germany</country>
        </postal>
        <phone>+49 228 9582 5643</phone>
        <email>manfred.lochter@bsi.bund.de</email>
      </address>
    </author>
    <date month="February" year="2020"/>
    <workgroup/>
    <keyword>TLS</keyword>
    <keyword>Elliptic Curve Cryptography</keyword>

    <abstract>
      <t>Elliptic Curve Cryptography (ECC) Brainpool curves were an option 
      for authentication and key
      exchange in the Transport Layer Security (TLS) protocol version 1.2 but
      were deprecated by the IETF for use with TLS version 1.3 because they
      had little usage. However, these curves have not been shown to have
      significant cryptographical weaknesses, and there is some interest in
      using several of these curves in TLS 1.3.</t>

      <t>This document provides the necessary protocol mechanisms for using
      ECC Brainpool curves in TLS 1.3. This approach is not endorsed by the
      IETF.</t>
    </abstract>
  </front>
  <middle>
    <section numbered="true" toc="default">
      <name>Introduction</name>
      <t><xref target="RFC5639" format="default"/> specifies a new set of
      elliptic curve groups over finite prime fields for use in cryptographic
      applications. These groups, denoted as ECC Brainpool curves, were
      generated in a verifiably pseudorandom way and comply with the security
      requirements of relevant standards from ISO <xref target="ISO1"
      format="default"/><xref target="ISO2" format="default"/>, ANSI <xref
      target="ANSI1" format="default"/>, NIST <xref target="FIPS"
      format="default"/>, and SECG <xref target="SEC2" format="default"/>. </t>

      <t><xref target="RFC8422" format="default"/> defines the usage of
      elliptic curves for authentication and key agreement in TLS 1.2 and
      earlier versions, and <xref target="RFC7027" format="default"/> defines
      the usage of the ECC Brainpool curves for authentication and key
      exchange in TLS. The latter is applicable to TLS 1.2 and earlier
      versions but not to TLS 1.3, which deprecates the ECC Brainpool curve IDs defined in <xref target="RFC7027" format="default"/> due to the lack of widespread deployment. However, there is some interest in using these curves in TLS 1.3.</t>

      <t>The negotiation of ECC Brainpool curves for key exchange in TLS 1.3, according to <xref target="RFC8446" format="default"/>, requires the definition and assignment of additional NamedGroup IDs. This document provides the necessary definition and assignment of additional SignatureScheme IDs for using three ECC Brainpool curves from <xref target="RFC5639" format="default"/>.</t>

      <t>This approach is not endorsed by the IETF. Implementers and deployers need to be aware of the strengths and weaknesses of all security mechanisms that they use.</t>
    </section>
    <section numbered="true" toc="default">
      <name>Requirements Terminology</name>
        <t>
    The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>",
    "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
    NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>",
    "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
    "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are
    to be interpreted as described in BCP&nbsp;14 <xref target="RFC2119"/>
    <xref target="RFC8174"/> when, and only when, they appear in all capitals,
    as shown here.
        </t>
    </section>
    <section anchor="Main" numbered="true" toc="default">
      <name>Brainpool NamedGroup Types</name>
      <t>According to <xref target="RFC8446" format="default"/>, the
      "supported_groups" extension is used for the negotiation of
      Diffie-Hellman groups and elliptic curve groups for key exchange during
      a handshake starting a new TLS session. This document adds new named
      groups for three elliptic curves defined in <xref target="RFC5639"
      format="default"/> to the "supported_groups" extension, as follows.</t> 

      <sourcecode type="tls-presentation"><![CDATA[
        enum {
             brainpoolP256r1tls13(31),
             brainpoolP384r1tls13(32),
             brainpoolP512r1tls13(33)
        } NamedGroup;
]]></sourcecode>
      <t>The encoding of Ephemeral Elliptic Curve Diffie-Hellman (ECDHE) 
      parameters for sec256r1, secp384r1, and
      secp521r1, as defined in <xref target="RFC8446"
      sectionFormat="of" section="4.2.8.2"/>, also applies to this document. </t>
      <t>Test vectors for a Diffie-Hellman key exchange using these elliptic
      curves are provided in <xref target="test_vectors"
      format="default"/>.</t> 
    </section>

    <section anchor="Main2" numbered="true" toc="default">
      <name>Brainpool SignatureScheme Types</name>
      <t>According to <xref target="RFC8446" format="default"/>, the name space SignatureScheme is used for the negotiation of elliptic curve groups for authentication via the "signature_algorithms" extension. Besides, it is required to specify the hash function that is used to hash the message before signing. This document adds new SignatureScheme types for three elliptic curves defined in <xref target="RFC5639" format="default"/>, as follows.</t>
      <sourcecode type="tls-presentation"><![CDATA[
        enum {
             ecdsa_brainpoolP256r1tls13_sha256(0x081A),
             ecdsa_brainpoolP384r1tls13_sha384(0x081B),
             ecdsa_brainpoolP512r1tls13_sha512(0x081C)
        } SignatureScheme;
]]></sourcecode>
    </section>
    <section numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>IANA has updated the references for the ECC Brainpool
      curves listed in the "TLS Supported Groups" <xref target="IANA-TLS"
      format="default"/> subregistry of the "Transport Layer Security (TLS)
      Parameters" registry to refer to this document. </t>

      <table anchor="namedGroups" align="left">
        <thead>
          <tr>
            <th align="center">Value</th>
            <th align="center">Description</th>
            <th align="center">DTLS-OK</th>
            <th align="center">Recommended</th>
            <th align="center">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="center">31</td>
            <td align="center">brainpoolP256r1tls13</td>
            <td align="center">Y</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
          <tr>
            <td align="center">32</td>
            <td align="center">brainpoolP384r1tls13</td>
            <td align="center">Y</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
          <tr>
            <td align="center">33</td>
            <td align="center">brainpoolP512r1tls13</td>
            <td align="center">Y</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
        </tbody>
      </table>

      <t>IANA has updated the references for the ECC Brainpool curves in the
      "TLS SignatureScheme" subregistry <xref target="IANA-TLS"
      format="default"/> of the "Transport Layer Security
(TLS) Parameters" registry to refer to this document.</t>

      <table anchor="SignatureSchemes" align="left">
        <thead>
          <tr>
            <th align="center">Value</th>
            <th align="center">Description</th>
            <th align="center">Recommended</th>
            <th align="center">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="center">0x081A</td>
            <td align="center">ecdsa_brainpoolP256r1tls13_sha256</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
          <tr>
            <td align="center">0x081B</td>
            <td align="center">ecdsa_brainpoolP384r1tls13_sha384</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
          <tr>
            <td align="center">0x081C</td>
            <td align="center">ecdsa_brainpoolP512r1tls13_sha512</td>
            <td align="center">N</td>
            <td align="center">RFC 8734</td>
          </tr>
        </tbody>
      </table>

    </section>
    <section anchor="Security" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>The security considerations of <xref target="RFC8446" format="default"/> apply accordingly. </t>

      <t>The confidentiality, authenticity, and integrity of the TLS
      communication is limited by the weakest cryptographic primitive
      applied. 
In order to achieve a maximum security level when using one of the elliptic
curves from <xref target="namedGroups" format="default"/> for key exchange
and/or one of the signature algorithms from <xref target="SignatureSchemes"
format="default"/> for authentication in TLS, parameters of other deployed 
cryptographic schemes should be chosen at commensurate strengths, for example,
according to the recommendations of <xref target="NIST800-57"
format="default"/> and <xref target="RFC5639" format="default"/>.  In
particular, this applies to (a) the key derivation function, (b) the
algorithms and key length of symmetric encryption and message authentication,
and (c) the algorithm, bit length, and hash function for signature generation.
      Furthermore, the private
      Diffie-Hellman keys should be generated from a random keystream with a
      length equal to the length of the order of the group E(GF(p)) defined in
      <xref target="RFC5639" format="default"/>. The value of the private
      Diffie-Hellman keys should be less than the order of the group
      E(GF(p)).</t> 

      <t>When using ECDHE key agreement with the curves brainpoolP256r1tls13,
      brainpoolP384r1tls13, or brainpoolP512r1tls13, the peers
      <bcp14>MUST</bcp14> validate each other's public value Q by ensuring
      that the point is a valid point on the elliptic curve. If this check is
      not conducted, an attacker can force the key exchange into a small
      subgroup, and the resulting shared secret can be guessed with
      significantly less effort. </t> 

      <t>Implementations of elliptic curve cryptography for TLS may be
      susceptible to side-channel attacks. Particular care should be taken for
      implementations that internally transform curve points to points on the
      corresponding "twisted curve", using the map (x',y') = (x*Z^2, y*Z^3)
      with the coefficient Z specified for that curve in <xref
      target="RFC5639" format="default"/>, in order to take advantage of an
      efficient arithmetic based on the twisted curve's special parameters (A
      = -3). Although the twisted curve itself offers the same level of
      security as the corresponding random curve (through mathematical
      equivalence), arithmetic based on small curve parameters may be harder
      to protect against side-channel attacks. General guidance on resistance
      of elliptic curve cryptography implementations against side-channel attacks is given in <xref target="BSI1" format="default"/> and <xref target="HMV" format="default"/>.</t>
    </section>
  </middle>
  <back>
    <references>

      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="IANA-TLS" target="https://www.iana.org/assignments/tls-parameters">
          <front>
            <title>Transport Layer Security (TLS) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5639.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8422.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7027.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="ANSI1">
          <front>
            <title>
      Public Key Cryptography For The Financial Services Industry: the Elliptic Curve Digital Signature Algorithm (ECDSA)
            </title>
            <seriesInfo name="ANSI" value="X9.62"/>
            <author>
              <organization>American National Standards Institute</organization>
            </author>
            <date month="November" year="2005"/>
          </front>
        </reference>
        
       <reference anchor="BSI1">
          <front>
            <title>Minimum Requirements for Evaluating Side-Channel Attack Resistance of Elliptic Curve Implementations
            </title>
            <author>
              <organization>Bundesamt fuer Sicherheit in der Informationstechnik</organization>
            </author>
            <date month="July" year="2011"/>
          </front>
        </reference>

        <reference anchor="FIPS">
          <front>
            <title>Digital Signature Standard (DSS)</title>
            <author>
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date month="July" year="2013"/>
          </front>
            <seriesInfo name="FIPS" value="PUB 186-4"/>
            <seriesInfo name="DOI" value="10.6028/NIST.FIPS.186-4"/>
        </reference>

        <reference anchor="HMV">
          <front>
            <title>
      Guide to Elliptic Curve Cryptography
            </title>
            <seriesInfo name="Springer" value="Verlag"/>
            <author initials="D" surname="Hankerson">
              <organization>
              </organization>
            </author>
            <author initials="A" surname="Menezes">
              <organization>
              </organization>
            </author>
            <author initials="S" surname="Vanstone">
              <organization>
              </organization>
            </author>
            <date month="" year="2004"/>
          </front>
        </reference>
       
 <reference anchor="ISO1">
          <front>
            <title>
      Information Technology - Security Techniques - Digital Signatures with Appendix - Part 3: Discrete Logarithm Based Mechanisms
            </title>
            <seriesInfo name="ISO/IEC" value="14888-3"/>
            <author>
              <organization>International Organization for Standardization      </organization>
            </author>
            <date month="November" year="2018"/>
          </front>
        </reference>

        <reference anchor="ISO2">
          <front>
            <title>
      Information Technology - Security techniques - Cryptographic techniques based on elliptic curves - Part 2: Digital signatures
            </title>
            <author>
              <organization>International Organization for Standardization      </organization>
            </author>
            <date month="December" year="2002"/>
          </front>
            <seriesInfo name="ISO/IEC" value="15946-2:2002"/>
        </reference>

        <reference anchor="NIST800-57">
          <front>
            <title>
      Recommendation for Key Management - Part 1: General (Revised) 
            </title>
            <author>
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date month="January" year="2016"/>
          </front>
            <seriesInfo name="NIST Special Publication" value="800-57"/>
            <seriesInfo name="DOI" value="10.6028/NIST.SP.800-57ptlr4"/>
        </reference>

        <reference anchor="SEC1">
          <front>
            <title>
      SEC1: Elliptic Curve Cryptography
            </title>
            <author>
              <organization>Standards for Efficient Cryptography Group
              </organization>
            </author>
            <date month="May" year="2019"/>
          </front>
        </reference>

        <reference anchor="SEC2">
          <front>
            <title>
      SEC 2: Recommended Elliptic Curve Domain Parameters
            </title>
            <author>
              <organization>Standards for Efficient Cryptography Group 
              </organization>
            </author>
            <date month="January" year="2010"/>
          </front>
        </reference>
      </references>
    </references>
	
    <section anchor="test_vectors" numbered="true" toc="default">
      <name>Test Vectors</name>
      <t>This non-normative Appendix provides some test vectors (for example, Diffie-Hellman
   key exchanges using each of the curves defined in <xref
   target="namedGroups" format="default"/>). The following notation is used in all 
   of the subsequent sections:
      </t>

      <dl newline="false" indent="7" spacing="normal">
        <dt>d_A:</dt><dd>the secret key of party A </dd>
        <dt>x_qA:</dt><dd>the x-coordinate of the public key of party A </dd>
        <dt>y_qA:</dt><dd>the y-coordinate of the public key of party A </dd>
        <dt>d_B:</dt><dd>the secret key of party B </dd>
        <dt>x_qB:</dt><dd>the x-coordinate of the public key of party B </dd>
        <dt>y_qB:</dt><dd>the y-coordinate of the public key of party B </dd>
        <dt>x_Z:</dt><dd>the x-coordinate of the shared secret that results from
      completion of the Diffie-Hellman computation, i.e., the hex representation of the premaster secret</dd>
        <dt>y_Z:</dt><dd>the y-coordinate of the shared secret that results from
      completion of the Diffie-Hellman computation </dd>
      </dl>

      <t> 
The field elements x_qA, y_qA, x_qB, y_qB, x_Z, and y_Z are represented as hexadecimal values using the FieldElement-to-OctetString conversion method specified in <xref target="SEC1" format="default"/>.
</t>



      <section numbered="true" toc="default">
        <name>256-Bit Curve</name>
        <t>Curve brainpoolP256r1
        </t>

<sourcecode type="test-vectors"><![CDATA[
dA = 
81DB1EE100150FF2EA338D708271BE38300CB54241D79950F77B063039804F1D

x_qA = 
44106E913F92BC02A1705D9953A8414DB95E1AAA49E81D9E85F929A8E3100BE5

y_qA = 
8AB4846F11CACCB73CE49CBDD120F5A900A69FD32C272223F789EF10EB089BDC

dB = 
55E40BC41E37E3E2AD25C3C6654511FFA8474A91A0032087593852D3E7D76BD3

x_qB = 
8D2D688C6CF93E1160AD04CC4429117DC2C41825E1E9FCA0ADDD34E6F1B39F7B

y_qB = 
990C57520812BE512641E47034832106BC7D3E8DD0E4C7F1136D7006547CEC6A

x_Z = 
89AFC39D41D3B327814B80940B042590F96556EC91E6AE7939BCE31F3A18BF2B

y_Z = 
49C27868F4ECA2179BFD7D59B1E3BF34C1DBDE61AE12931648F43E59632504DE
]]></sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>384-Bit Curve</name>
        <t>Curve brainpoolP384r1
        </t>

<sourcecode type="test-vectors"><![CDATA[
dA = 1E20F5E048A5886F1F157C74E91BDE2B98C8B52D58E5003D57053FC4B0BD6
5D6F15EB5D1EE1610DF870795143627D042

x_qA = 68B665DD91C195800650CDD363C625F4E742E8134667B767B1B47679358
8F885AB698C852D4A6E77A252D6380FCAF068

y_qA = 55BC91A39C9EC01DEE36017B7D673A931236D2F1F5C83942D049E3FA206
07493E0D038FF2FD30C2AB67D15C85F7FAA59

dB = 032640BC6003C59260F7250C3DB58CE647F98E1260ACCE4ACDA3DD869F74E
01F8BA5E0324309DB6A9831497ABAC96670

x_qB = 4D44326F269A597A5B58BBA565DA5556ED7FD9A8A9EB76C25F46DB69D19
DC8CE6AD18E404B15738B2086DF37E71D1EB4

y_qB = 62D692136DE56CBE93BF5FA3188EF58BC8A3A0EC6C1E151A21038A42E91
85329B5B275903D192F8D4E1F32FE9CC78C48

x_Z = 0BD9D3A7EA0B3D519D09D8E48D0785FB744A6B355E6304BC51C229FBBCE2
39BBADF6403715C35D4FB2A5444F575D4F42

y_Z = 0DF213417EBE4D8E40A5F76F66C56470C489A3478D146DECF6DF0D94BAE9
E598157290F8756066975F1DB34B2324B7BD
]]></sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>512-Bit Curve</name>
        <t>Curve brainpoolP512r1
        </t>
<sourcecode type="test-vectors"><![CDATA[
dA = 16302FF0DBBB5A8D733DAB7141C1B45ACBC8715939677F6A56850A38BD87B
D59B09E80279609FF333EB9D4C061231FB26F92EEB04982A5F1D1764CAD5766542
2

x_qA = 0A420517E406AAC0ACDCE90FCD71487718D3B953EFD7FBEC5F7F27E28C6
149999397E91E029E06457DB2D3E640668B392C2A7E737A7F0BF04436D11640FD0
9FD

y_qA = 72E6882E8DB28AAD36237CD25D580DB23783961C8DC52DFA2EC138AD472
A0FCEF3887CF62B623B2A87DE5C588301EA3E5FC269B373B60724F5E82A6AD147F
DE7

dB = 230E18E1BCC88A362FA54E4EA3902009292F7F8033624FD471B5D8ACE49D1
2CFABBC19963DAB8E2F1EBA00BFFB29E4D72D13F2224562F405CB80503666B2542
9

x_qB = 9D45F66DE5D67E2E6DB6E93A59CE0BB48106097FF78A081DE781CDB31FC
E8CCBAAEA8DD4320C4119F1E9CD437A2EAB3731FA9668AB268D871DEDA55A54731
99F

y_qB = 2FDC313095BCDD5FB3A91636F07A959C8E86B5636A1E930E8396049CB48
1961D365CC11453A06C719835475B12CB52FC3C383BCE35E27EF194512B7187628
5FA

x_Z = A7927098655F1F9976FA50A9D566865DC530331846381C87256BAF322624
4B76D36403C024D7BBF0AA0803EAFF405D3D24F11A9B5C0BEF679FE1454B21C4CD
1F

y_Z = 7DB71C3DEF63212841C463E881BDCF055523BD368240E6C3143BD8DEF8B3
B3223B95E0F53082FF5E412F4222537A43DF1C6D25729DDB51620A832BE6A26680
A2
]]></sourcecode>

      </section>
    </section>
  </back>
</rfc>
