<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.4 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-cose-sphincs-plus-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.0 -->
  <front>
    <title abbrev="jose-cose-sphincs-plus">SLH-DSA for JOSE and COSE</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cose-sphincs-plus-02"/>
    <author fullname="Michael Prorock">
      <organization>mesur.io</organization>
      <address>
        <email>mprorock@mesur.io</email>
      </address>
    </author>
    <author fullname="Orie Steele">
      <organization>Transmute</organization>
      <address>
        <email>orie@transmute.industries</email>
      </address>
    </author>
    <author fullname="Rafael Misoczki">
      <organization>Google</organization>
      <address>
        <email>rafaelmisoczki@google.com</email>
      </address>
    </author>
    <author fullname="Michael Osborne">
      <organization>IBM</organization>
      <address>
        <email>osb@zurich.ibm.com</email>
      </address>
    </author>
    <author fullname="Christine Cloostermans">
      <organization>NXP</organization>
      <address>
        <email>christine.cloostermans@nxp.com</email>
      </address>
    </author>
    <date year="2024" month="January" day="12"/>
    <area>Security</area>
    <workgroup>CBOR Object Signing and Encryption</workgroup>
    <keyword>JOSE</keyword>
    <keyword>COSE</keyword>
    <keyword>PQC</keyword>
    <keyword>SPHINCS+</keyword>
    <keyword>SLH-DSA</keyword>
    <abstract>
      <?line 64?>

<t>This document describes JOSE and COSE serializations for SLH-DSA, which was derived from SPHINCS+, a Post-Quantum Cryptography (PQC) based digital signature scheme.</t>
      <t>This document does not define any new cryptography, only seralizations of existing cryptographic systems described in <xref target="FIPS-205"/>.</t>
      <t>Note to RFC Editor: This document should not proceed to AUTH48 until NIST completes paramater tuning and selection as a part of the <eref target="https://csrc.nist.gov/projects/post-quantum-cryptography">PQC</eref> standardization process.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://cose-wg.github.io/draft-ietf-cose-sphincs-plus/draft-ietf-cose-sphincs-plus.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-cose-sphincs-plus/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        CBOR Object Signing and Encryption Working Group mailing list (<eref target="mailto:cose@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/cose/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/cose/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/cose-wg/draft-ietf-cose-sphincs-plus"/>.</t>
    </note>
  </front>
  <middle>
    <?line 73?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>SLH-DSA is derived from Version 3.1 of SPHINCS+, as noted in <xref target="FIPS-205"/>.</t>
      <t>SPHINCS+ is one of the post quantum cryptography algorithms selected in <xref target="NIST-PQC-2022"/>.</t>
      <t>TODO: Add complete examples for <tt>SLH-DSA-SHA2-128s</tt>, <tt>SLH-DSA-SHAKE-128s</tt>, <tt>SLH-DSA-SHA2-128f</tt>... ( all of them? really?)</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="the-slh-dsa-algorithm-family">
      <name>The SLH-DSA Algorithm Family</name>
      <t>The SLH-DSA Signature Scheme is paramaterized to support different security level.</t>
      <t>This document requests the registration of the following algorithms in <xref target="IANA.jose"/>:</t>
      <table align="left" anchor="jose-algorithms">
        <name>JOSE algorithms for SLH-DSA</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">alg</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">SLH-DSA-SHA2-128s</td>
            <td align="left">SLH-DSA-SHA2-128s</td>
            <td align="left">JSON Web Signature Algorithm for SLH-DSA-SHA2-128s</td>
          </tr>
          <tr>
            <td align="left">SLH-DSA-SHAKE-128s</td>
            <td align="left">SLH-DSA-SHAKE-128s</td>
            <td align="left">JSON Web Signature Algorithm for SLH-DSA-SHAKE-128s</td>
          </tr>
          <tr>
            <td align="left">SLH-DSA-SHA2-128f</td>
            <td align="left">SLH-DSA-SHA2-128f</td>
            <td align="left">JSON Web Signature Algorithm for SLH-DSA-SHA2-128f</td>
          </tr>
        </tbody>
      </table>
      <t>This document requests the registration of the following algorithms in <xref target="IANA.cose"/>:</t>
      <table align="left" anchor="cose-algorithms">
        <name>COSE algorithms for SLH-DSA</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">alg</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">SLH-DSA-SHA2-128s</td>
            <td align="left">TBD (requested assignment -51)</td>
            <td align="left">CBOR Object Signing Algorithm for SLH-DSA-SHA2-128s</td>
          </tr>
          <tr>
            <td align="left">SLH-DSA-SHAKE-128s</td>
            <td align="left">TBD (requested assignment -52)</td>
            <td align="left">CBOR Object Signing Algorithm for SLH-DSA-SHAKE-128s</td>
          </tr>
          <tr>
            <td align="left">SLH-DSA-SHA2-128f</td>
            <td align="left">TBD (requested assignment -53)</td>
            <td align="left">CBOR Object Signing Algorithm for SLH-DSA-SHA2-128f</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="the-slh-dsa-key-type">
      <name>The SLH-DSA Key Type</name>
      <t>Private and Public Keys are produced to enable the sign and verify opertaions for each of the SLH-DSA Algorithms.</t>
      <t>This document requests the registration of the following key types in <xref target="IANA.jose"/>:</t>
      <table align="left" anchor="jose-key-type">
        <name>JSON Web Key Type for SLH-DSA</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">kty</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">SLH-DSA</td>
            <td align="left">SLH-DSA</td>
            <td align="left">JSON Web Key Type for the SLH-DSA Algorithm Family.</td>
          </tr>
        </tbody>
      </table>
      <t>This document requests the registration of the following algorithms in <xref target="IANA.cose"/>:</t>
      <table align="left" anchor="cose-key-type">
        <name>COSE Key Type for SLH-DSA</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">kty</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">SLH-DSA</td>
            <td align="left">TBD (requested assignment 8)</td>
            <td align="left">COSE Key Type for the SLH-DSA Algorithm Family.</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="additions-to-existing-registries">
        <name>Additions to Existing Registries</name>
        <section anchor="new-cose-algorithms">
          <name>New COSE Algorithms</name>
          <section anchor="slh-dsa-sha2-128s">
            <name>SLH-DSA-SHA2-128s</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHA2-128s</t>
              </li>
              <li>
                <t>Label: TBD (requested assignment -51)</t>
              </li>
              <li>
                <t>Value type: int</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.cose"/></t>
              </li>
              <li>
                <t>Description: CBOR Object Signing Algorithm for SLH-DSA-SHA2-128s</t>
              </li>
            </ul>
          </section>
          <section anchor="slh-dsa-shake-128s">
            <name>SLH-DSA-SHAKE-128s</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHAKE-128s</t>
              </li>
              <li>
                <t>Label: TBD (requested assignment -52)</t>
              </li>
              <li>
                <t>Value type: int</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.cose"/></t>
              </li>
              <li>
                <t>Description: CBOR Object Signing Algorithm for SLH-DSA-SHAKE-128s</t>
              </li>
            </ul>
          </section>
          <section anchor="slh-dsa-sha2-128f">
            <name>SLH-DSA-SHA2-128f</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHA2-128f</t>
              </li>
              <li>
                <t>Label: TBD (requested assignment -53)</t>
              </li>
              <li>
                <t>Value type: int</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.cose"/></t>
              </li>
              <li>
                <t>Description: CBOR Object Signing Algorithm for SLH-DSA-SHA2-128f</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="new-cose-key-types">
          <name>New COSE Key Types</name>
          <section anchor="slh-dsa">
            <name>SLH-DSA</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA</t>
              </li>
              <li>
                <t>Label: TBD (requested assignment 8)</t>
              </li>
              <li>
                <t>Value type: int</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.cose"/></t>
              </li>
              <li>
                <t>Description: COSE Key Type for the SLH-DSA Algorithm Family</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="new-jose-algorithms">
          <name>New JOSE Algorithms</name>
          <section anchor="slh-dsa-sha2-128s-1">
            <name>SLH-DSA-SHA2-128s</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHA2-128s</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.jose"/> Algorithms</t>
              </li>
              <li>
                <t>Description: JSON Web Signature Algorithm for SLH-DSA-SHA2-128s</t>
              </li>
            </ul>
          </section>
          <section anchor="slh-dsa-shake-128s-1">
            <name>SLH-DSA-SHAKE-128s</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHAKE-128s</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.jose"/> Algorithms</t>
              </li>
              <li>
                <t>Description: JSON Web Signature Algorithm for SLH-DSA-SHAKE-128s</t>
              </li>
            </ul>
          </section>
          <section anchor="slh-dsa-sha2-128f-1">
            <name>SLH-DSA-SHA2-128f</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA-SHA2-128f</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.jose"/> Algorithms</t>
              </li>
              <li>
                <t>Description: JSON Web Signature Algorithm for SLH-DSA-SHA2-128f</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="new-jose-key-types">
          <name>New JOSE Key Types</name>
          <section anchor="slh-dsa-1">
            <name>SLH-DSA</name>
            <ul spacing="normal">
              <li>
                <t>Name: SLH-DSA</t>
              </li>
              <li>
                <t>Value registry: <xref target="IANA.jose"/> Algorithms</t>
              </li>
              <li>
                <t>Description: JSON Web Key Type for the SLH-DSA Algorithm Family.</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="IANA.jose" target="http://www.iana.org/assignments/jose">
          <front>
            <title>JSON Object Signing and Encryption (JOSE)</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.cose" target="http://www.iana.org/assignments/cose">
          <front>
            <title>CBOR Object Signing and Encryption (COSE)</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="FIPS-205" target="https://csrc.nist.gov/pubs/fips/205/ipd">
          <front>
            <title>Stateless Hash-Based Digital Signature Standard</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIST-PQC-2022" target="https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022">
          <front>
            <title>Selected Algorithms 2022</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 220?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="jose">
        <name>JOSE</name>
        <section anchor="key-pair">
          <name>Key Pair</name>
          <figure anchor="SLH-DSA-SHA2-128s-private-jwk">
            <name>Example SLH-DSA-SHA2-128s Private JSON Web Key</name>
            <sourcecode type="json"><![CDATA[
{
  "kty": "SLH-DSA",
  "alg": "SLH-DSA-SHA2-128s",
  "pub": "V53SIdVF...uvw2nuCQ",
  "priv": "V53SIdVF...cDKLbsBY"
}
]]></sourcecode>
          </figure>
          <figure anchor="SLH-DSA-SHA2-128s-public-jwk">
            <name>Example SLH-DSA-SHA2-128s Public JSON Web Key</name>
            <sourcecode type="json"><![CDATA[
{
  "kty": "SLH-DSA",
  "alg": "SLH-DSA-SHA2-128s",
  "pub": "V53SIdVF...uvw2nuCQ"
}
]]></sourcecode>
          </figure>
        </section>
        <section anchor="thumbprint-uri">
          <name>Thumbprint URI</name>
          <t>TODO</t>
        </section>
        <section anchor="json-web-signature">
          <name>JSON Web Signature</name>
          <figure anchor="SLH-DSA-SHA2-128s-jose-protected-header">
            <name>Example SLH-DSA-SHA2-128s Decoded Protected Header</name>
            <sourcecode type="json"><![CDATA[
{
  "alg": "SLH-DSA-SHA2-128s"
}
]]></sourcecode>
          </figure>
          <figure anchor="SLH-DSA-SHA2-128s-jose-jws">
            <name>Example SLH-DSA-SHA2-128s Compact JSON Web Signature</name>
            <artwork><![CDATA[
eyJhbGciOiJ...LCJraWQiOiI0MiJ9\
.\
eyJpc3MiOiJ1cm46d...XVpZDo0NTYifQ\
.\
5MSEgQ0dZB4SeLC...AAAAAABIhMUE
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="cose">
        <name>COSE</name>
        <section anchor="key-pair-1">
          <name>Key Pair</name>
          <figure anchor="SLH-DSA-SHA2-128s-private-cose-key">
            <name>Example SLH-DSA-SHA2-128s Private COSE Key</name>
            <sourcecode type="cbor-diag"><![CDATA[
{                                   / COSE Key                    /
  1: 8,                             / SLH-DSA Key Type            /
  3: -51,                           / SLH-DSA-SHA2-128s Algorithm /
  -13: h'7803c0f9...3f6e2c70',      / SLH-DSA Private Key         /
  -14: h'7803c0f9...3bba7abd',      / SLH-DSA Public Key          /
}
]]></sourcecode>
          </figure>
          <figure anchor="SLH-DSA-SHA2-128s-public-cose-key">
            <name>Example SLH-DSA-SHA2-128s Public COSE Key</name>
            <sourcecode type="cbor-diag"><![CDATA[
{                                   / COSE Key                    /
  1: 8,                             / SLH-DSA Key Type            /
  3: -51,                           / SLH-DSA-SHA2-128s Algorithm /
  -13: h'7803c0f9...3f6e2c70'       / SLH-DSA Private Key         /
}
]]></sourcecode>
          </figure>
        </section>
        <section anchor="thumbprint-uri-1">
          <name>Thumbprint URI</name>
          <t>TODO</t>
        </section>
        <section anchor="cose-sign-1">
          <name>COSE Sign 1</name>
          <figure anchor="SLH-DSA-SHA2-128s-cose-protected-header-diagnostic">
            <name>Example SLH-DSA-SHA2-128s COSE Protected Header</name>
            <sourcecode type="cbor-diag"><![CDATA[
{        / Protected                   /
  1: -51 / SLH-DSA-SHA2-128s Algorithm /
}
]]></sourcecode>
          </figure>
          <figure anchor="SLH-DSA-SHA2-128s-cose-sign-1-diagnostic">
            <name>Example SLH-DSA-SHA2-128s COSE Sign 1</name>
            <sourcecode type="cbor-diag"><![CDATA[
18(                                 / COSE Sign 1            /
    [
      h'a10139d902',                / Protected              /
      {},                           / Unprotected            /
      h'66616b65',                  / Payload                /
      h'53e855e8...0f263549'        / Signature              /
    ]
)
]]></sourcecode>
          </figure>
        </section>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
S/+ng9ovNYd4Qh0i6rpPppLUQP8B9iiPcMQiAAA=

-->

</rfc>
