<?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.2 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-cms-sphincs-plus-03" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="SLH-DSA Signature Algorithm in CMS">Use of the SLH-DSA Signature Algorithm in the Cryptographic Message Syntax (CMS)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-sphincs-plus-03"/>
    <author initials="R." surname="Housley" fullname="Russ Housley">
      <organization abbrev="Vigil Security">Vigil Security, LLC</organization>
      <address>
        <email>housley@vigilsec.com</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="P." surname="Kampanakis" fullname="Panos Kampanakis">
      <organization>Amazon Web Services</organization>
      <address>
        <email>kpanos@amazon.com</email>
      </address>
    </author>
    <author initials="B." surname="Westerbaan" fullname="Bas Westerbaan">
      <organization>Cloudflare</organization>
      <address>
        <email>bas@westerbaan.name</email>
      </address>
    </author>
    <date year="2023" month="November" day="14"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 105?>

<t>SLH-DSA is a stateless hash-based signature scheme.  This document
specifies the conventions for using the SLH-DSA signature algorithm
with the Cryptographic Message Syntax (CMS).  In addition, the
algorithm identifier and public key syntax are provided.</t>
    </abstract>
  </front>
  <middle>
    <?line 112?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>NOTICE: This document will be adjusted to match the final FIPS 205 specification
that is published by NIST.  Until that happens, just about everything in
this document is likely to change.</t>
      <t>This document specifies the conventions for using the SLH-DSA hash-based
signature algorithm <xref target="FIPS205-IPD"/> with the Cryptographic Message
Syntax (CMS) <xref target="RFC5652"/> signed-data content type.</t>
      <t>SLH-DSA offers three security levels.  The parameters for each of the
security levels were chosen to provide 128 bits of security, 192 bits of
security, and 256 bits of security.  A separate algorithm identifier has
been assigned for SLH-DSA at each of these security levels.</t>
      <t>SLH-DSA is a stateless hash-based signature algorithm.  Other hash-based
signature algorithms are stateful, including HSS/LMS <xref target="RFC8554"/> and
XMSS <xref target="RFC8391"/>.  Without the need for state kept by the signer,
SLH-DSA is much less fragile.</t>
      <section anchor="asn1">
        <name>ASN.1</name>
        <t>CMS values are generated using ASN.1 <xref target="X680"/>, using the Basic
Encoding Rules (BER) and the Distinguished Encoding Rules
(DER) <xref target="X690"/>.</t>
      </section>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>There have been recent advances in cryptanalysis and advances in the
development of quantum computers.  Each of these advances pose a
threat to widely deployed digital signature.</t>
        <t>If large-scale quantum computers are ever built, they will be able to
break many of the public-key cryptosystems currently in use, including
RSA, DSA, ECDSA, and EdDSA.  A post-quantum cryptosystem (PQC) is secure
against quantum computers that have more than a trivial number of quantum
bits (qu-bits).  It is open to conjecture when it will be feasible to build
such quantum computers; however, it is prudent to use cryptographic
algorithms that remain secure if a large-scale quantum computer is
invented.  SLH-DSA is a PQC signature algorithm.</t>
        <t>One use of a PQC signature algoritm is the protection of software
updates, perhaps using the format described in <xref target="RFC4108"/>, to enable
deployment of software that implements other new PQC algorithms for
key management and confidentiality.</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>
    <section anchor="slh-dsa-hash-based-signature-algorithm-overview">
      <name>SLH-DSA Hash-based Signature Algorithm Overview</name>
      <t>SLH-DSA is a hash-based signature scheme which consists of a few
time signature construction, namely Forest of Random Subsets (FORS)
and a hypertree. FORS signs a message with a private key. The
corresponding FORS public keys are the leaves in k binary trees.
The roots of these trees are hashed together to form a FORS root.
SLH-DSA uses a one-time signature scheme called WOTS+. The FORS
tree roots are signed by a WOTS+ one-time signature private
key. The corresponding WOTS+ public keys form the leaves in d-layers
of Merkle subtrees in the SLH-DSA hypertree. The bottom layer of
that hypertree signs the FORS roots with WOTS+. The root of the
bottom Merkle subtrees are then signed with WOTS+ and the
corresponding WOTS+ public keys form the leaves of the next level up
subtree. Subtree roots are consequently signed by their corresponding
subtree layers until we reach the top subtree. The top layer subtree
forms the hypertree root which is trusted at the verifier.</t>
      <t>A SLH-DSA signature consists of the FORS signature, the WOTS+
signature in each layer, and the path to the root of each subtree
until the root of the hypertree is reached.</t>
      <t>A SLH-DSA signature is verified by verifying the FORS signature, the
WOTS+ signatures and the path to the root of each subtree. When reaching
the root of the hypertree, the signature verifies only if it hashes to
the pre-trusted root of the SLH-DSA hypertree.</t>
      <t>SLH-DSA is a stateless hash-based signature algorithm. Stateful
hash-based signature schemes require that the WOTS+ private key
(generated by using a state index) is never reused or the scheme
loses it security. Although its security decreases, FORS which is
used at the bottom of the SLH-DSA hypertree does not collapse if
the same private key used to sign two or more different messages
like in stateful hash-based signature schemes. Without the need for
state kept by the signer to ensure it is not reused, SLH-DSA is much
less fragile.</t>
      <t>SLH-DSA was designed to sign up to 2^64 messages and offers three
security levels.  The parameters of the SLH-DSA hypertree include the
security parameter, the hash function, the tree height, the number of
layers of subtrees, the Winternitz parameter of WOTS+, the number of FORS
trees and leaves in each.  The parameters for each of the security levels
were chosen to provide 128 bits of security, 192 bits of security, and
256 bits of security.</t>
    </section>
    <section anchor="slh-dsa-public-key-identifier">
      <name>SLH-DSA Public Key Identifier</name>
      <t>The AlgorithmIdentifier for a SLH-DSA public key <bcp14>MUST</bcp14> use one of the
eight id-alg-slh-dsa object identifiers listed below, based on the
security level used to generate the SLH-DSA hypertree, the small or fast
version of the algorithm, and the use of SHA-256 <xref target="FIPS180"/> or
SHAKE256 <xref target="FIPS202"/>.  For example, id-alg-slh-dsa-256s-shake
represents the 256-bit security level, the small version of the
algorithm, and the use of SHAKE256.  The parameters field of the
AlgorithmIdentifier for the SLH-DSA public key <bcp14>MUST</bcp14> be absent.</t>
      <t>When this AlgorithmIdentifier appears in the SubjectPublicKeyInfo field of
an X.509 certificate <xref target="RFC5280"/>, the certificate key usage extension <bcp14>MAY</bcp14>
contain digitalSignature, nonRepudiation, keyCertSign, and cRLSign; the
certificate key usage extension <bcp14>MUST NOT</bcp14> contain other values.</t>
      <artwork><![CDATA[
   pk-slh-dsa-128s-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-128s-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-128f-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-128f-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-128s-sha2 PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-128s-sha2
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-128f-sha2 PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-128f-sha2
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-192s-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-192s-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-192f-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-192f-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-256s-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-256s-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   pk-slh-dsa-256f-shake PUBLIC-KEY ::= {
       IDENTIFIER id-alg-slh-dsa-256f-shake
       KEY SLH-DSA-PublicKey
       PARAMS ARE absent
       CERT-KEY-USAGE
         { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
       PRIVATE-KEY SLH-DSA-PrivateKey }

   SLH-DSA-PublicKey ::= OCTET STRING

   SLH-DSA-PrivateKey ::= OCTET STRING
]]></artwork>
      <t>NOTE: The values for these object identifiers will be assigned by NIST.
Once assigned, they will be added to a future revision of this document.</t>
      <t>The SLH-DSA public key value is an OCTET STRING.</t>
      <t>The SLA-DSA private key value is an OCTET STRING.</t>
    </section>
    <section anchor="signed-data-conventions">
      <name>Signed-data Conventions</name>
      <t>As specified in CMS <xref target="RFC5652"/>, the digital signature is produced from
the message digest and the signer's private key.  The signature is computed
over different values depending on whether signed attributes are absent or
present.</t>
      <t>When signed attributes are absent, the SLH-DSA signature is computed over
the content.  When signed attributes are present, a hash is computed over
the content using the same hash function that is used in the SLH-DSA tree,
and then a message-digest attribute is constructed to contain the resulting
hash value, and then the result of DER encoding the set of signed attributes,
which <bcp14>MUST</bcp14> include a content-type attribute and a message-digest attribute,
and then the SLH-DSA signature is computed over the DER-encoded output.
In summary:</t>
      <artwork><![CDATA[
   IF (signed attributes are absent)
   THEN SLH-DSA_Sign(content)
   ELSE message-digest attribute = Hash(content);
        SLH-DSA_Sign(DER(SignedAttributes))
]]></artwork>
      <t>When using SLH-DSA, the fields in the SignerInfo are used as follows:</t>
      <dl newline="true">
        <dt>digestAlgorithm:</dt>
        <dd>
          <t>The digestAlgorithm <bcp14>MUST</bcp14> contain the one-way hash
function used to in the SLH-DSA tree.  The algorithm identifiers for
<xref target="FIPS180"/> and <xref target="FIPS202"/> are repeated below for convenience.</t>
        </dd>
      </dl>
      <artwork><![CDATA[
      mda-sha256 DIGEST-ALGORITHM ::= {
        IDENTIFIER id-sha256
        PARAMS TYPE NULL ARE preferredAbsent }

      mda-shake256 DIGEST-ALGORITHM ::= {
        IDENTIFIER id-shake256
        PARAMS TYPE NULL ARE preferredAbsent }

      hashalgs OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)
        country(16) us(840) organization(1) gov(101) csor(3)
        nistAlgorithms(4) 2 }
    
      id-sha256 OBJECT IDENTIFIER ::= { hashalgs 1 }

      id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 }
]]></artwork>
      <dl newline="true">
        <dt>signatureAlgorithm:</dt>
        <dd>
          <t>The signatureAlgorithm <bcp14>MUST</bcp14> contain one of the the SLH-DSA algorithm
identifiers, and the algorithm parameters field <bcp14>MUST</bcp14> be absent.  The
algorithm identifier <bcp14>MUST</bcp14> be one of the following: 
id-alg-slh-dsa-128s-shake, id-alg-slh-dsa-128f-shake,
id-alg-slh-dsa-128s-sha2, id-alg-slh-dsa-128f-sha2,
id-alg-slh-dsa-192s-shake, id-alg-slh-dsa-192f-shake,
id-alg-slh-dsa-256s-shake, or id-alg-slh-dsa-256f-shake.</t>
        </dd>
        <dt>signature:</dt>
        <dd>
          <t>The signature contains the signature value resulting from the
SLH-DSA signing operation with the parameters associated with the
selected signatureAlgorithm.  The SLH-DSA signing operation and the
signature verification operation are specified in <xref target="FIPS205-IPD"/>.</t>
        </dd>
      </dl>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Implementations <bcp14>MUST</bcp14> protect the private keys.  Compromise of the
private keys may result in the ability to forge signatures.</t>
      <t>When generating an SLH-DSA key pair, an implementation <bcp14>MUST</bcp14> generate
each key pair independently of all other key pairs in the SLH-DSA
hypertree.</t>
      <t>A SLH-DSA tree <bcp14>MUST NOT</bcp14> be used for more than 2^64 signing operations.</t>
      <t>The generation of private keys relies on random numbers.  The use
of inadequate pseudo-random number generators (PRNGs) to generate
these values can result in little or no security.  An attacker may
find it much easier to reproduce the PRNG environment that produced
the keys, searching the resulting small set of possibilities, rather
than brute force searching the whole key space.  The generation of
quality random numbers is difficult, and <xref target="RFC4086"/> offers
important guidance in this area.</t>
      <t>When computing signatures, the same hash function <bcp14>SHOULD</bcp14> be used to
compute the message digest of the content and the signed attributes, if
they are present.</t>
      <t>When computing signatures, implementations <bcp14>SHOULD</bcp14> include protections against
fault injection attacks <xref target="CMP2018"/>.  Protections against these attacks
include signature verification prior to releasing the signature value to
confirm that no error injected and generating the signature a few times to
confirm that the same signature value is produced each time.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>For the ASN.1 Module in the Appendix of this document, IANA
is requested to assign an object identifier (OID) for the module
identifier (TBD1) with a Description of "id-mod-slh-dsa-2023".
The OID for the module should be allocated in the
"SMI Security for PKIX Module Identifier" registry (1.3.6.1.5.5.7.0).</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Mike Ounsworth for his careful review and constructive comments.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="FIPS205-IPD" target="https://doi.org/10.6028/NIST.FIPS.205.ipd">
          <front>
            <title>Stateless Hash-Based Digital Signature Standard</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2023" month="August" day="24"/>
          </front>
          <seriesInfo name="FIPS PUB" value="205 (Initial Public Draft)"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="X680" target="https://www.itu.int/rec/T-REC-X.680">
          <front>
            <title>Information technology -- Abstract Syntax Notation One (ASN.1): Specification of basic notation</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.680"/>
          <seriesInfo name="ISO/IEC" value="8824-1:2021"/>
        </reference>
        <reference anchor="X690" target="https://www.itu.int/rec/T-REC-X.690">
          <front>
            <title>Information technology -- ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.690"/>
          <seriesInfo name="ISO/IEC" value="8825-1-2021"/>
        </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="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC4108">
          <front>
            <title>Using Cryptographic Message Syntax (CMS) to Protect Firmware Packages</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="August" year="2005"/>
            <abstract>
              <t>This document describes the use of the Cryptographic Message Syntax (CMS) to protect firmware packages, which provide object code for one or more hardware module components. CMS is specified in RFC 3852. A digital signature is used to protect the firmware package from undetected modification and to provide data origin authentication. Encryption is optionally used to protect the firmware package from disclosure, and compression is optionally used to reduce the size of the protected firmware package. A firmware package loading receipt can optionally be generated to acknowledge the successful loading of a firmware package. Similarly, a firmware package load error report can optionally be generated to convey the failure to load a firmware package. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4108"/>
          <seriesInfo name="DOI" value="10.17487/RFC4108"/>
        </reference>
        <reference anchor="RFC5911">
          <front>
            <title>New ASN.1 Modules for Cryptographic Message Syntax (CMS) and S/MIME</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5911"/>
          <seriesInfo name="DOI" value="10.17487/RFC5911"/>
        </reference>
        <reference anchor="RFC8554">
          <front>
            <title>Leighton-Micali Hash-Based Signatures</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="M. Curcio" initials="M." surname="Curcio"/>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This note describes a digital-signature system based on cryptographic hash functions, following the seminal work in this area of Lamport, Diffie, Winternitz, and Merkle, as adapted by Leighton and Micali in 1995. It specifies a one-time signature scheme and a general signature scheme. These systems provide asymmetric authentication without using large integer mathematics and can achieve a high security level. They are suitable for compact implementations, are relatively simple to implement, and are naturally resistant to side-channel attacks. Unlike many other signature systems, hash-based signatures would still be secure even if it proves feasible for an attacker to build a quantum computer.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF. This has been reviewed by many researchers, both in the research group and outside of it. The Acknowledgements section lists many of them.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8554"/>
          <seriesInfo name="DOI" value="10.17487/RFC8554"/>
        </reference>
        <reference anchor="RFC8391">
          <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="FIPS180">
          <front>
            <title>Secure Hash Standard (SHS)</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="FIPS PUB" value="180-4"/>
        </reference>
        <reference anchor="FIPS202">
          <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>
          <seriesInfo name="FIPS PUB" value="202"/>
        </reference>
        <reference anchor="CMP2018" target="https://link.springer.com/chapter/10.1007/978-3-319-79063-3_8">
          <front>
            <title>Grafting Trees: A Fault Attack Against the SPHINCS Framework</title>
            <author initials="L." surname="Castelnovi" fullname="Laurent Castelnovi">
              <organization/>
            </author>
            <author initials="" surname="A, Martinelli" fullname="Ange Martinelli">
              <organization/>
            </author>
            <author initials="T." surname="Prest" fullname="Thomas Prest">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
          <seriesInfo name="Post-Quantum Cryptography" value="pp. 165-184"/>
          <seriesInfo name="PQCrypto" value="2018"/>
          <seriesInfo name="Lecture Notes in Computer Science" value="vol 10786"/>
        </reference>
      </references>
    </references>
    <?line 428?>

<section anchor="appendix-asn1-module">
      <name>Appendix: ASN.1 Module</name>
      <t>This ASN.1 Module builds upon the conventions established in <xref target="RFC5911"/>.</t>
      <sourcecode type="asn.1"><![CDATA[
<CODE STARTS>

SLH-DSA-Module-2023
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
    id-smime(16) id-mod(0) id-mod-slh-dsa-2022(TBD1) }

DEFINITIONS IMPLICIT TAGS ::= BEGIN

EXPORTS ALL;

IMPORTS
  PUBLIC-KEY, SIGNATURE-ALGORITHM, SMIME-CAPS
    FROM AlgorithmInformation-2009  -- in [RFC5911]
      { iso(1) identified-organization(3) dod(6) internet(1)
        security(5) mechanisms(5) pkix(7) id-mod(0)
        id-mod-algorithmInformation-02(58) } ;

--
-- Object Identifiers
--

id-alg-slh-dsa-128s-shake OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-128f-shake OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-128s-sha2 OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-128f-sha2 OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-192s-shake OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-192f-shake OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-256s-shake OBJECT IDENTIFIER ::= { TBD }

id-alg-slh-dsa-256f-shake OBJECT IDENTIFIER ::= { TBD }


--
-- Signature Algorithm, Public Key, and Private Key
--

sa-slh-dsa-128s-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-128s-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-128s-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-128s-shake } }

sa-slh-dsa-128f-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-128f-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-128f-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-128f-shake } }

sa-slh-dsa-128s-sha2 SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-128s-sha2
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-128s-sha2 }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-128s-sha2 } }

sa-slh-dsa-128f-sha2 SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-128f-sha2
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-128f-sha2 }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-128f-sha2 } }

sa-slh-dsa-192s-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-192s-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-192s-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-192s-shake } }

sa-slh-dsa-192f-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-192f-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-192f-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-192f-shake } }
    
sa-slh-dsa-256s-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-256s-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-256s-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-256s-shake } }

sa-slh-dsa-256f-shake SIGNATURE-ALGORITHM ::= {
    IDENTIFIER id-alg-slh-dsa-256f-shake
    PARAMS ARE absent
    PUBLIC-KEYS { pk-slh-dsa-256f-shake }
    SMIME-CAPS { IDENTIFIED BY id-alg-slh-dsa-256f-shake } }

pk-slh-dsa-128s-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-128s-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-128f-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-128f-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-128s-sha2 PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-128s-sha2
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-128f-sha2 PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-128f-sha2
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-192s-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-192s-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-192f-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-192f-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-256s-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-256s-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

pk-slh-dsa-256f-shake PUBLIC-KEY ::= {
    IDENTIFIER id-alg-slh-dsa-256f-shake
    KEY SLH-DSA-PublicKey
    PARAMS ARE absent
    CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign }
    PRIVATE-KEY SLH-DSA-PrivateKey }

SLH-DSA-PublicKey ::= OCTET STRING

SLH-DSA-PrivateKey ::= OCTET STRING

--
-- Expand the signature algorithm set used by CMS [RFC5911]
--

SignatureAlgorithmSet SIGNATURE-ALGORITHM ::=
    { sa-slh-dsa-128s-shake |
      sa-slh-dsa-128f-shake |
      sa-slh-dsa-128s-sha2 |
      sa-slh-dsa-128f-sha2 |
      sa-slh-dsa-192s-shake |
      sa-slh-dsa-192f-shake |
      sa-slh-dsa-256s-shake |
      sa-slh-dsa-256f-shake,
      ... }

--
-- Expand the S/MIME capabilities set used by CMS [RFC5911]
--

SMimeCaps SMIME-CAPS ::=
    { sa-slh-dsa-128s-shake.&smimeCaps |
      sa-slh-dsa-128f-shake.&smimeCaps |
      sa-slh-dsa-128s-sha2.&smimeCaps |
      sa-slh-dsa-128f-sha2.&smimeCaps |
      sa-slh-dsa-192s-shake.&smimeCaps |
      sa-slh-dsa-192f-shake.&smimeCaps |
      sa-slh-dsa-256s-shake.&smimeCaps |
      sa-slh-dsa-256f-shake.&smimeCaps,
      ... }
     
END

<CODE ENDS>
]]></sourcecode>
    </section>
  </back>
  <!-- ##markdown-source:
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
+oOe0+1cj4jAs+HVoNRGLX6U5eBP2jkHDYEc/27E+A9mC4pGNLlle04lC9nb
BSfyasi0+Zk3jM7zEHvu1Q5QuPjzF19BPnKAwvM/1t6URJXPMSITm0httmsH
RyA7/i3aFPyPX2nHLCxd4YfteHxr3gJaQZ1sRetPn2i6bc/b8Mnzih7Okyc+
j8NSX+DJEx+5o9Hxhju79dIVEg0pTJEZX5AFwEYbtL/BU0oFgEd3xzcX5guX
HAEPmxvzOgsvfBMG5rue8re/bt8YrP7zKlvTl7M1fRFb0+ezNd3OlvGclyqr
/RJdtZ+tqvZWTb2IpelLWJo+m6XpFpaKePNsnqqd46cyVRDwZK5KU9fZerFP
VTvAT2fr2T5VmmqrfSXWSvH6uaytdHOfyFqJgKeyVp66orHSafICtl6gsRIB
z2CrEgWfcJfr0UfV9gbzZj43tpZf2Fd+uKn8hGtbjz7NvkTO77uh9dgD70vk
+77LWI89Fb88vh+4d/Xoo/NL5Py5Pl49Xb84zh+6TfXow/dL5PyZOl85n78M
zh9zR+oxF6RMDtz7GJcr0qv/nx9Y2aca92RJd4WKOg7mwjmPef48gvFb4BLT
4tmcP/+3Ed/mNHTzV3Om3TN188ciOm7+es+uJS/b/DVvjOqPjUYDdbYm6tFr
xHL4w2ph+yUPiXrgz2UXf1BfgoEPSLXx71Q6pFn3CvjhgVrWj1zwwXG5Bh4e
+DgKC708PHB9xaq26JH1Lk+ZqfLC4+gHunHwf2kRv3nFUwAA

-->

</rfc>
