<?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.1 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-housley-lamps-cms-sha3-hash-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="Using SHA3 with the CMS">Use of the SHA3 One-way Hash Functions in the Cryptographic Message Syntax (CMS)</title>
    <seriesInfo name="Internet-Draft" value="draft-housley-lamps-cms-sha3-hash-02"/>
    <author initials="R." surname="Housley" fullname="Russ Housley">
      <organization abbrev="Vigil Security">Vigil Security, LLC</organization>
      <address>
        <postal>
          <city>Herndon, VA</city>
          <country>US</country>
        </postal>
        <email>housley@vigilsec.com</email>
      </address>
    </author>
    <date year="2023" month="October" day="19"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 98?>

<t>This document describes the conventions for using the four one-way hash
functions in the SHA3 family with the Cryptographic Message Syntax (CMS).</t>
    </abstract>
  </front>
  <middle>
    <?line 103?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Cryptographic Message Syntax (CMS) <xref target="RFC5652"/> is used to digitally sign,
digest, authenticate, or encrypt arbitrary message contents.  This
specification describes the use of the four one-way hash functions in the
SHA3 family (SHA3-224, SHA3-256, SHA3-384, and SHA3-512) <xref target="SHA3"/> with the
CMS.  In addition, this specification describes the use of these four
one-way hash functions with the RSASSA PKCS#1 version 1.5 signature
algorithm <xref target="RFC8017"/> and the Elliptic Curve Digital Signature Algorithm
(ECDSA) <xref target="DSS"/> with the CMS signed-data content type.</t>
      <t>This document should not be confused with RFC 8702 <xref target="RFC8702"/>, which defines
conventions for using the the SHAKE family of SHA3-based extensible output
functions with the CMS.</t>
      <section anchor="asn1">
        <name>ASN.1</name>
        <t>CMS values are generated using ASN.1 <xref target="X.680"/>, using the Basic
Encoding Rules (BER) and the Distinguished Encoding Rules (DER) <xref target="X.690"/>.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" 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.
<?line -6?>
        </t>
      </section>
    </section>
    <section anchor="sha3oids">
      <name>Message Digest Algorithms</name>
      <t>One-way hash functions are also referred to as message digest algorithms.<br/>
This section specifies the conventions employed by CMS implementations
that support SHA3-224, SHA3-256, SHA3-384, and SHA3-512 <xref target="SHA3"/>.</t>
      <t>Digest algorithm identifiers are located in the SignedData digestAlgorithms
field, the SignerInfo digestAlgorithm field, the DigestedData digestAlgorithm
field, and the AuthenticatedData digestAlgorithm field.</t>
      <t>Digest values are located in the DigestedData digest field and the Message
Digest authenticated attribute.  In addition, digest values are input to
signature algorithms.</t>
      <t>SHA3-224, SHA3-256, SHA3-384, and SHA3-512 produce output values with
224, 256, 384, and 512 bits, respectively.  The object identifiers for
these four one-way hash functions are as follows:</t>
      <sourcecode type="asn1"><![CDATA[
   hashAlgs OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16)
       us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 2 }

   id-sha3-224 OBJECT IDENTIFIER ::= { hashAlgs 7 }

   id-sha3-256 OBJECT IDENTIFIER ::= { hashAlgs 8 }

   id-sha3-384 OBJECT IDENTIFIER ::= { hashAlgs 9 }

   id-sha3-512 OBJECT IDENTIFIER ::= { hashAlgs 10 }
]]></sourcecode>
      <t>When using the id-sha3-224, id-sha3-s256, id-sha3-384, or id-sha3-512
algorithm identifiers, the parameters field MUST be absent; not NULL
but absent.</t>
    </section>
    <section anchor="signature-algorithms">
      <name>Signature Algorithms</name>
      <t>This section specifies the conventions employed by CMS implementations
that support the four SHA3 one-way hash functions with the RSASSA PKCS#1
version 1.5 signature algorithm <xref target="RFC8017"/> and the Elliptic Curve Digital
Signature Algorithm (ECDSA) <xref target="DSS"/> with the CMS signed-data content type.</t>
      <t>Signature algorithm identifiers are located in the SignerInfo
signatureAlgorithm field of SignedData.  Also, signature algorithm
identifiers are located in the SignerInfo signatureAlgorithm field
of countersignature attributes.</t>
      <t>Signature values are located in the SignerInfo signature field of
SignedData.  Also, signature values are located in the SignerInfo
signature field of countersignature attributes.</t>
      <section anchor="rsassa-pkcs1-v15-with-sha3">
        <name>RSASSA PKCS#1 v1.5 with SHA3</name>
        <t>The RSASSA PKCS#1 v1.5 is defined in <xref target="RFC8017"/>}}.  When RSASSA PKCS#1 v1.5 is
used in conjunction with one of the SHA3 one-way hash functions, the
object identifiers are:</t>
        <sourcecode type="asn1"><![CDATA[
   OID ::= OBJECT IDENTIFIER

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

   id-rsassa-pkcs1-v1-5-with-sha3-224 OID ::= { sigAlgs 13 }

   id-rsassa-pkcs1-v1-5-with-sha3-256 OID ::= { sigAlgs 14 }

   id-rsassa-pkcs1-v1-5-with-sha3-384 OID ::= { sigAlgs 15 }

   id-rsassa-pkcs1-v1-5-with-sha3-512 OID ::= { sigAlgs 16 }
]]></sourcecode>
        <t>The algorithm identifier for RSASSA PKCS#1 v1.5 subject public keys
in certificates is specified in <xref target="RFC3279"/>, and it is repeated here for
convenience:</t>
        <sourcecode type="asn1"><![CDATA[
   rsaEncryption OBJECT IDENTIFIER ::= { iso(1) member-body(2)
       us(840) rsadsi(113549) pkcs(1) pkcs-1(1) 1 }
]]></sourcecode>
        <t>When the rsaEncryption, id-rsassa-pkcs1-v1-5-with-sha3-224,
id-rsassa-pkcs1-v1-5-with-sha3-256,
id-rsassa-pkcs1-v1-5-with-sha3-384, and
id-rsassa-pkcs1-v1-5-with-sha3-512 algorithm identifier is used,
AlgorithmIdentifier parameters field MUST contain NULL.</t>
        <t>When the rsaEncryption algorithm identifier is used, the RSA public key,
which is composed of a modulus and a public exponent, MUST be encoded
using the RSAPublicKey type as specified in <xref target="RFC3279"/>.  The output of
this encoding is carried in the certificate subject public key.  The
definition of RSAPublicKey is repeated here for convenience:</t>
        <sourcecode type="asn1"><![CDATA[
   RSAPublicKey ::= SEQUENCE {
      modulus INTEGER, -- n
      publicExponent INTEGER } -- e
]]></sourcecode>
        <t>When signing, the RSASSA PKCS#1 v1.5 signature algorithm generates a
single value, and that value is used directly as the signature value.</t>
      </section>
      <section anchor="ecdsa-with-sha3">
        <name>ECDSA with SHA3</name>
        <t>The Elliptic Curve Digital Signature Algorithm (ECDSA) is defined in
<xref target="DSS"/>.  When ECDSA is used in conjunction with one of the SHA3
one-way hash functions, the object identifiers are:</t>
        <sourcecode type="asn1"><![CDATA[
   sigAlgs OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16)
       us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 3 }

   id-ecdsa-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 9 }

   id-ecdsa-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 10 }

   id-ecdsa-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 11 }

   id-ecdsa-with-sha3-512 OBJECT IDENTIFIER ::= { sigAlgs 12 }
]]></sourcecode>
        <t>When using the id-ecdsa-with-sha3-224, id-ecdsa-with-sha3-256,
id-ecdsa-with-sha3-384, and id-ecdsa-with-sha3-512 algorithm identifiers,
the parameters field MUST be absent; not NULL but absent.</t>
        <t>The conventions for ECDSA public keys is as specified in <xref target="RFC5480"/>.  The
ECParameters associated with the ECDSA public key in the signers
certificate SHALL apply to the verification of the signature.</t>
        <t>When signing, the ECDSA algorithm generates two values.  These values
are commonly referred to as r and s.  To easily transfer these two
values as one signature, they MUST be ASN.1 encoded using the
ECDSA-Sig-Value defined in <xref target="RFC3279"/> and repeated here for
convenience:</t>
        <sourcecode type="asn1"><![CDATA[
   ECDSA-Sig-Value ::= SEQUENCE {
       r  INTEGER,
       s  INTEGER }
]]></sourcecode>
      </section>
    </section>
    <section anchor="message-authentication-codes-using-hmac-aand-sha3">
      <name>Message Authentication Codes using HMAC aand SHA3</name>
      <t>This section specifies the conventions employed by CMS implementations
that support the HMAC <xref target="RFC2104"/> with SHA3 message authentication code (MAC).</t>
      <t>MAC algorithm identifiers are located in the AuthenticatedData
macAlgorithm field.</t>
      <t>MAC values are located in the AuthenticatedData mac field.</t>
      <t>When HMAC is used in conjunction with one of the SHA3
one-way hash functions, the object identifiers are:</t>
      <sourcecode type="asn1"><![CDATA[
   hashAlgs OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16)
       us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 2 }
 
   id-hmacWithSHA3-224 OBJECT IDENTIFIER ::= { hashAlgs 13 }

   id-hmacWithSHA3-256 OBJECT IDENTIFIER ::= { hashAlgs 14 }

   id-hmacWithSHA3-384 OBJECT IDENTIFIER ::= { hashAlgs 15 }

   id-hmacWithSHA3-512 OBJECT IDENTIFIER ::= { hashAlgs 16 }
]]></sourcecode>
      <t>When the id-hmacWithSHA3-224, id-hmacWithSHA3-256,
id-hmacWithSHA3-384, and id-hmacWithSHA3-512 algorithm
identifier is used, the parameters field MUST be absent;
not NULL but absent.</t>
    </section>
    <section anchor="key-derivation-functions">
      <name>Key Derivation Functions</name>
      <section anchor="hkdf-with-sha3">
        <name>HKDF with SHA3</name>
        <t>This section assigns four algorithm identifiers that can be employed by CMS
implementations that support the HMAC-based Extract-and-Expand Key Derivation
Function (HKDF) <xref target="RFC5869"/> with the SHA3 family of hash functions.  The CMS
KEMRecipientInfo structure <xref target="I-D.ietf-lamps-cms-kemri"/> is one place where
algrithim identifiers for key-derivation functions are needed.</t>
        <t>When HKDF is used in conjunction with one of the SHA3
one-way hash functions, the object identifiers are:</t>
        <sourcecode type="asn1"><![CDATA[
   id-alg OBJECT IDENTIFIER ::= { iso(1) member-body(2)
       us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) 3 }

   id-alg-hkdf-with-sha3-224 OBJECT IDENTIFIER ::= { id-alg TBD1 }

   id-alg-hkdf-with-sha3-256 OBJECT IDENTIFIER ::= { id-alg TBD2 }

   id-alg-hkdf-with-sha3-384 OBJECT IDENTIFIER ::= { id-alg TBD3 }

   id-alg-hkdf-with-sha3-512 OBJECT IDENTIFIER ::= { id-alg TBD4 }
]]></sourcecode>
        <t>When the id-alg-hkdf-with-sha3-224, id-alg-hkdf-with-sha3-256,
id-alg-hkdf-with-sha3-384, and id-alg-hkdf-with-sha3-512 algorithm
identifier is used, the parameters field MUST be absent;
not NULL but absent.</t>
      </section>
      <section anchor="kdf2-and-kdf3-with-sha3">
        <name>KDF2 and KDF3 with SHA3</name>
        <t>This section specifies the conventions employed by CMS implementations
that employ either the KDF2 or KDF3 functions defined in <xref target="ANS-X9.44"/>.
The CMS KEMRecipientInfo structure <xref target="I-D.ietf-lamps-cms-kemri"/> is one
place where algorithm identifiers for key-derivation functions are needed.</t>
        <t>When KDF2 and KDF3 are used, they are identified by the id-kdf-kdf2
and id-kdf-kdf3 object identifiers, respectively.  The algorithm identifier
parameters carries an algorithm identifier to indicate which hash function
is being employed.  To support SHA3, an algorithm identifier from
<xref target="sha3oids"/> is carried in the parameter.</t>
        <sourcecode type="asn1"><![CDATA[
   x9-44 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
       tc68(133) country(16) x9(840) x9Standards(9) x9-44(44) }

   x9-44-components OBJECT IDENTIFIER ::= { x9-44 components(1) }

   id-kdf-kdf2 OBJECT IDENTIFIER ::= { x9-44-components kdf2(1) }

   id-kdf-kdf3 OBJECT IDENTIFIER ::= { x9-44-components kdf3(2) }
]]></sourcecode>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Implementations must protect the signer's private key.  Compromise of the
signer's private key permits masquerade.</t>
      <t>When more than two parties share the same message-authentication key,
data origin authentication is not provided.  Any party that knows the
message-authentication key can compute a valid MAC, therefore the content
could originate from any one of the parties.</t>
      <t>Implementations must randomly generate message-authentication keys and
one-time values, such as the k value when generating a ECDSA signature.
In addition, the generation of public/private key pairs relies on a
random numbers.  The use of inadequate pseudo-random number generators
(PRNGs) to generate cryptographic such 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.  RFC 4086 <xref target="RFC4086"/>
offers important guidance in this area, and Appendix 3 of FIPS Pub 186-4
<xref target="DSS"/> provides some PRNG techniques.</t>
      <t>Implementers should be aware that cryptographic algorithms become weaker
with time.  As new cryptanalysis techniques are developed and computing
performance improves, the work factor to break a particular cryptographic
algorithm will reduce.  Therefore, cryptographic algorithm
implementations should be modular allowing new algorithms to be readily
inserted.  That is, implementers should be prepared to regularly update
the set of algorithms in their implementations.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is asked to assign one object identifier for the ASN.1 module in <xref target="asn1mod"/>
in the "SMI Security for S/MIME Module Identifiers (1.2.840.113549.1.9.16.0)"
registry <xref target="IANA-MOD"/>:</t>
      <sourcecode type="asn1"><![CDATA[
   id-mod-sha3-oids-2023 OBJECT IDENTIFIER ::= {
      iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
      pkcs-9(9) smime(16) mod(0) TBD0 }
]]></sourcecode>
      <t>IANA is asked to assign four object identifiers for the HKDF using SHA3 algorithm
identifiers in the "SMI Security for S/MIME Algorithms (1.2.840.113549.1.9.16.3)"
registry <xref target="IANA-ALG"/>:</t>
      <sourcecode type="asn1"><![CDATA[
   id-alg-hkdf-with-sha3-224 OBJECT IDENTIFIER ::= { id-alg TBD1 }

   id-alg-hkdf-with-sha3-256 OBJECT IDENTIFIER ::= { id-alg TBD2 }

   id-alg-hkdf-with-sha3-384 OBJECT IDENTIFIER ::= { id-alg TBD3 }

   id-alg-hkdf-with-sha3-512 OBJECT IDENTIFIER ::= { id-alg TBD4 }
]]></sourcecode>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="ANS-X9.44">
          <front>
            <title>Public Key Cryptography for the Financial Services Industry -- Key Establishment Using Integer Factorization Cryptography</title>
            <author>
              <organization>American National Standards Institute</organization>
            </author>
            <date year="2007"/>
          </front>
          <seriesInfo name="American National Standard" value="X9.44"/>
        </reference>
        <reference anchor="RFC2104">
          <front>
            <title>HMAC: Keyed-Hashing for Message Authentication</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="M. Bellare" initials="M." surname="Bellare"/>
            <author fullname="R. Canetti" initials="R." surname="Canetti"/>
            <date month="February" year="1997"/>
            <abstract>
              <t>This document describes HMAC, a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative cryptographic hash function, e.g., MD5, SHA-1, in combination with a secret shared key. The cryptographic strength of HMAC depends on the properties of the underlying hash function. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2104"/>
          <seriesInfo name="DOI" value="10.17487/RFC2104"/>
        </reference>
        <reference anchor="RFC3279">
          <front>
            <title>Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="L. Bassham" initials="L." surname="Bassham"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="April" year="2002"/>
            <abstract>
              <t>This document specifies algorithm identifiers and ASN.1 encoding formats for digital signatures and subject public keys used in the Internet X.509 Public Key Infrastructure (PKI). Digital signatures are used to sign certificates and certificate revocation list (CRLs). Certificates include the public key of the named subject. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3279"/>
          <seriesInfo name="DOI" value="10.17487/RFC3279"/>
        </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="RFC5480">
          <front>
            <title>Elliptic Curve Cryptography Subject Public Key Information</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="K. Yiu" initials="K." surname="Yiu"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the syntax and semantics for the Subject Public Key Information field in certificates that support Elliptic Curve Cryptography. This document updates Sections 2.3.5 and 5, and the ASN.1 module of "Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 3279. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5480"/>
          <seriesInfo name="DOI" value="10.17487/RFC5480"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC8017">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="A. Rusch" initials="A." surname="Rusch"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
              <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
              <t>This document also obsoletes RFC 3447.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8017"/>
          <seriesInfo name="DOI" value="10.17487/RFC8017"/>
        </reference>
        <reference anchor="SHA3" target="http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf">
          <front>
            <title>SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions</title>
            <author>
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="FIPS PUB" value="202"/>
        </reference>
        <reference anchor="DSS" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf">
          <front>
            <title>Digital Signature Standard (DSS) version 4</title>
            <author>
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date year="2013" month="July"/>
          </front>
          <seriesInfo name="FIPS PUB" value="186-4"/>
        </reference>
        <reference anchor="X.680" 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="X.690" target="https://www.itu.int/rec/T-REC-X.680">
          <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="IANA-ALG" target="https://www.iana.org/assignments/smi-numbers/">
          <front>
            <title>SMI Security for for S/MIME Algorithms (1.2.840.113549.1.9.16.3)</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-MOD" target="https://www.iana.org/assignments/smi-numbers/">
          <front>
            <title>SMI Security for S/MIME Module Identifier (1.2.840.113549.1.9.16.0)</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="I-D.ietf-lamps-cms-kemri">
          <front>
            <title>Using Key Encapsulation Mechanism (KEM) Algorithms in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="Russ Housley" initials="R." surname="Housley">
              <organization>Vigil Security, LLC</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <author fullname="Tomofumi Okubo" initials="T." surname="Okubo">
              <organization>DigiCert, Inc.</organization>
            </author>
            <date day="19" month="September" year="2023"/>
            <abstract>
              <t>   The Cryptographic Message Syntax (CMS) supports key transport and key
   agreement algorithms.  In recent years, cryptographers have been
   specifying Key Encapsulation Mechanism (KEM) algorithms, including
   quantum-secure KEM algorithms.  This document defines conventions for
   the use of KEM algorithms by the originator and recipients to encrypt
   and decrypt CMS content.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-kemri-05"/>
        </reference>
        <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="RFC5912">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</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 Public Key Infrastructure using X.509 (PKIX) certificate 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="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="RFC8702">
          <front>
            <title>Use of the SHAKE One-Way Hash Functions in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="P. Kampanakis" initials="P." surname="Kampanakis"/>
            <author fullname="Q. Dang" initials="Q." surname="Dang"/>
            <date month="January" year="2020"/>
            <abstract>
              <t>This document updates the "Cryptographic Message Syntax (CMS) Algorithms" (RFC 3370) and describes the conventions for using the SHAKE family of hash functions in the Cryptographic Message Syntax as one-way hash functions with the RSA Probabilistic Signature Scheme (RSASSA-PSS) and Elliptic Curve Digital Signature Algorithm (ECDSA). The conventions for the associated signer public keys in CMS are also described.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8702"/>
          <seriesInfo name="DOI" value="10.17487/RFC8702"/>
        </reference>
      </references>
    </references>
    <?line 418?>

<section numbered="false" anchor="asn1mod">
      <name>Appendix.  ASN.1 Module</name>
      <t>This section contains the ASN.1 module for the algorithm identifiers using SHA3
family of hash functions <xref target="SHA3"/>.  This module imports types from other ASN.1
modules that are defined in <xref target="RFC5912"/>.</t>
      <sourcecode type="asn1"><![CDATA[
   SHA3-OIDs-2023
     { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
       smime(16) modules(0) id-mod-sha3-oids-2023(TBD0) }

   DEFINITIONS IMPLICIT TAGS ::=
   BEGIN

   -- EXPORTS All

   IMPORTS
   
   AlgorithmIdentifier{}, DIGEST-ALGORITHM, SIGNATURE-ALGORITHM,
   KEY-DERIVATION, MAC-ALGORITHM
     FROM AlgorithmInformation-2009  -- [RFC5912]
       { iso(1) identified-organization(3) dod(6) internet(1)
         security(5) mechanisms(5) pkix(7) id-mod(0)
         id-mod-algorithmInformation-02(58) }

  mda-sha1, pk-rsa, pk-ec, ECDSA-Sig-Value
    FROM PKIXAlgs-2009  -- [RFC5912]
      { iso(1) identified-organization(3) dod(6) internet(1)
        security(5) mechanisms(5) pkix(7) id-mod(0)
        id-mod-pkix1-algorithms2008-02(56) }

  mda-sha224, mda-sha256, mda-sha384, mda-sha512
    FROM PKIX1-PSS-OAEP-Algorithms-2009  -- [RFC5912]
      { iso(1) identified-organization(3) dod(6) internet(1)
        security(5) mechanisms(5) pkix(7) id-mod(0)
        id-mod-pkix1-rsa-pkalgs-02(54) } ;


   --
   -- Alias
   --

   OID ::= OBJECT IDENTIFIER


   --
   -- Object Identifier Arcs
   --

   nistAlgorithm OID ::= { joint-iso-itu-t(2) country(16)
       us(840) organization(1) gov(101) csor(3) 4 }

   hashAlgs OID ::= { nistAlgorithm 2 }

   sigAlgs OID ::= { nistAlgorithm 3 }

   x9-44 OID ::= { iso(1) identified-organization(3) tc68(133)
       country(16) x9(840) x9Standards(9) x9-44(44) }

   x9-44-components OID ::= { x9-44 components(1) }

   id-alg OID ::= { iso(1) member-body(2) us(840)
       rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) 3 }


   --
   -- Message Digest Algorithms
   --

   id-sha3-224 OID ::= { hashAlgs 7 }

   id-sha3-256 OID ::= { hashAlgs 8 }

   id-sha3-384 OID ::= { hashAlgs 9 }

   id-sha3-512 OID ::= { hashAlgs 10 }

   mda-sha3-224 DIGEST-ALGORITHM ::= {
       IDENTIFIER id-sha3-224
       PARAMS ARE absent }

   mda-sha3-256 DIGEST-ALGORITHM ::= {
       IDENTIFIER id-sha3-256
       PARAMS ARE absent }

   mda-sha3-384 DIGEST-ALGORITHM ::= {
       IDENTIFIER id-sha3-384
       PARAMS ARE absent }

   mda-sha3-512 DIGEST-ALGORITHM ::= {
       IDENTIFIER id-sha3-512
       PARAMS ARE absent }

   HashAlgorithm ::= AlgorithmIdentifier{ DIGEST-ALGORITHM,
                         { HashAlgorithms } }

   HashAlgorithms DIGEST-ALGORITHM ::=  {
       mda-sha3-224 |
       mda-sha3-256 |
       mda-sha3-384 |
       mda-sha3-512,
       ... }


   --
   -- Signature Algorithms
   --

   id-rsassa-pkcs1-v1-5-with-sha3-224 OID ::= { sigAlgs 13 }

   id-rsassa-pkcs1-v1-5-with-sha3-256 OID ::= { sigAlgs 14 }

   id-rsassa-pkcs1-v1-5-with-sha3-384 OID ::= { sigAlgs 15 }

   id-rsassa-pkcs1-v1-5-with-sha3-512 OID ::= { sigAlgs 16 }

   id-ecdsa-with-sha3-224 OID ::= { sigAlgs 9 }

   id-ecdsa-with-sha3-256 OID ::= { sigAlgs 10 }

   id-ecdsa-with-sha3-384 OID ::= { sigAlgs 11 }

   id-ecdsa-with-sha3-512 OID ::= { sigAlgs 12 }

   sa-rsaWithSHA3-224 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-rsassa-pkcs1-v1-5-with-sha3-224
       PARAMS TYPE NULL ARE required
       HASHES { mda-sha3-224 }
       PUBLIC-KEYS { pk-rsa }
       SMIME-CAPS {IDENTIFIED BY 
           id-rsassa-pkcs1-v1-5-with-sha3-224 } }

   sa-rsaWithSHA3-256 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-rsassa-pkcs1-v1-5-with-sha3-256
       PARAMS TYPE NULL ARE required
       HASHES { mda-sha3-256 }
       PUBLIC-KEYS { pk-rsa }
       SMIME-CAPS {IDENTIFIED BY
           id-rsassa-pkcs1-v1-5-with-sha3-256 } }

   sa-rsaWithSHA3-384 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-rsassa-pkcs1-v1-5-with-sha3-384
       PARAMS TYPE NULL ARE required
       HASHES { mda-sha3-384 }
       PUBLIC-KEYS { pk-rsa }
       SMIME-CAPS {IDENTIFIED BY
           id-rsassa-pkcs1-v1-5-with-sha3-384 } }

   sa-rsaWithSHA3-512 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-rsassa-pkcs1-v1-5-with-sha3-512
       PARAMS TYPE NULL ARE required
       HASHES { mda-sha3-512 }
       PUBLIC-KEYS { pk-rsa }
       SMIME-CAPS {IDENTIFIED BY
           id-rsassa-pkcs1-v1-5-with-sha3-512 } }

   sa-ecdsaWithSHA3-224 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-ecdsa-with-sha3-224
       VALUE ECDSA-Sig-Value
       PARAMS ARE absent
       HASHES { mda-sha3-224 }
       PUBLIC-KEYS { pk-ec }
       SMIME-CAPS {IDENTIFIED BY id-ecdsa-with-sha3-224 } }

   sa-ecdsaWithSHA3-256 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-ecdsa-with-sha3-256
       VALUE ECDSA-Sig-Value
       PARAMS ARE absent
       HASHES { mda-sha3-256 }
       PUBLIC-KEYS { pk-ec }
       SMIME-CAPS {IDENTIFIED BY id-ecdsa-with-sha3-256 } }

   sa-ecdsaWithSHA3-384 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-ecdsa-with-sha3-384
       VALUE ECDSA-Sig-Value
       PARAMS ARE absent
       HASHES { mda-sha3-384 }
       PUBLIC-KEYS { pk-ec }
       SMIME-CAPS {IDENTIFIED BY id-ecdsa-with-sha3-384 } }

   sa-ecdsaWithSHA3-512 SIGNATURE-ALGORITHM ::= {
       IDENTIFIER id-ecdsa-with-sha3-512
       VALUE ECDSA-Sig-Value
       PARAMS ARE absent
       HASHES { mda-sha3-512 }
       PUBLIC-KEYS { pk-ec }
       SMIME-CAPS {IDENTIFIED BY id-ecdsa-with-sha3-512 } }

   SignatureAlg ::= AlgorithmIdentifier{ SIGNATURE-ALGORITHM,
                         { SignatureAlgs } }
                         
   SignatureAlgs SIGNATURE-ALGORITHM ::= {
       sa-rsaWithSHA3-224 |
       sa-rsaWithSHA3-256 |
       sa-rsaWithSHA3-384 |
       sa-rsaWithSHA3-512 |
       sa-ecdsaWithSHA3-224 |
       sa-ecdsaWithSHA3-256 |
       sa-ecdsaWithSHA3-384 |
       sa-ecdsaWithSHA3-512,
       ... }
   
   
   --
   -- Message Authentication Codes
   --

   id-hmacWithSHA3-224 OID ::= { hashAlgs 13 }

   id-hmacWithSHA3-256 OID ::= { hashAlgs 14 }

   id-hmacWithSHA3-384 OID ::= { hashAlgs 15 }

   id-hmacWithSHA3-512 OID ::= { hashAlgs 16 }

   maca-hmacWithSHA3-224 MAC-ALGORITHM ::= {
       IDENTIFIER id-hmacWithSHA3-224
       PARAMS ARE absent
       IS-KEYED-MAC TRUE
       SMIME-CAPS {IDENTIFIED BY id-hmacWithSHA3-224 } }

   maca-hmacWithSHA3-256 MAC-ALGORITHM ::= {
       IDENTIFIER id-hmacWithSHA3-256
       PARAMS ARE absent
       IS-KEYED-MAC TRUE
       SMIME-CAPS {IDENTIFIED BY id-hmacWithSHA3-256 } }

   maca-hmacWithSHA3-384 MAC-ALGORITHM ::= {
       IDENTIFIER id-hmacWithSHA3-384
       PARAMS ARE absent
       IS-KEYED-MAC TRUE
       SMIME-CAPS {IDENTIFIED BY id-hmacWithSHA3-384 } }

   maca-hmacWithSHA3-512 MAC-ALGORITHM ::= {
       IDENTIFIER id-hmacWithSHA3-512
       PARAMS ARE absent
       IS-KEYED-MAC TRUE
       SMIME-CAPS {IDENTIFIED BY id-hmacWithSHA3-512 } }

   MACAlgorithm ::= AlgorithmIdentifier{ MAC-ALGORITHM,
                       { MACAlgorithms } }

   MACAlgorithms MAC-ALGORITHM ::= {
       maca-hmacWithSHA3-224 |
       maca-hmacWithSHA3-256 |
       maca-hmacWithSHA3-384 |
       maca-hmacWithSHA3-512,
       ... }


   --
   -- Key Derivation Algorithms
   --

   id-alg-hkdf-with-sha3-224 OID ::= { id-alg TBD1 }

   id-alg-hkdf-with-sha3-256 OID ::= { id-alg TBD2 }

   id-alg-hkdf-with-sha3-384 OID ::= { id-alg TBD3 }

   id-alg-hkdf-with-sha3-512 OID ::= { id-alg TBD4 }

   id-kdf-kdf2 OID ::= { x9-44-components kdf2(1) }

   id-kdf-kdf3 OID ::= { x9-44-components kdf3(2) }

   kda-hkdf-with-sha3-224 KEY-DERIVATION ::= {
       IDENTIFIER id-alg-hkdf-with-sha3-224
       PARAMS ARE absent
       -- No S/MIME caps defined -- }

   kda-hkdf-with-sha3-256 KEY-DERIVATION ::= {
       IDENTIFIER id-alg-hkdf-with-sha3-256
       PARAMS ARE absent
       -- No S/MIME caps defined -- }

   kda-hkdf-with-sha3-384 KEY-DERIVATION ::= {
       IDENTIFIER id-alg-hkdf-with-sha3-384
       PARAMS ARE absent
       -- No S/MIME caps defined -- }

   kda-hkdf-with-sha3-512 KEY-DERIVATION ::= {
       IDENTIFIER id-alg-hkdf-with-sha3-512
       PARAMS ARE absent
       -- No S/MIME caps defined -- }

   kda-kdf2 KEY-DERIVATION ::= {
       IDENTIFIER id-kdf-kdf2
       PARAMS TYPE KDF2-HashFunction ARE required
       -- No S/MIME caps defined -- }

   kda-kdf3 KEY-DERIVATION ::= {
       IDENTIFIER id-kdf-kdf3
       PARAMS TYPE KDF3-HashFunction ARE required
       -- No S/MIME caps defined -- }

   KDF2-HashFunction ::= AlgorithmIdentifier { DIGEST-ALGORITHM,
                             { KDF2-HashFunctions } }

   KDF2-HashFunctions DIGEST-ALGORITHM ::= {
      X9-HashFunctions,
      ... }

   KDF3-HashFunction ::= AlgorithmIdentifier { DIGEST-ALGORITHM,
                             { KDF3-HashFunctions } }

   KDF3-HashFunctions DIGEST-ALGORITHM ::= {
      X9-HashFunctions,
      ... }

   X9-HashFunctions DIGEST-ALGORITHM ::= {
       mda-sha1 |
       mda-sha224 |
       mda-sha256 |
       mda-sha384 |
       mda-sha512 |
       mda-sha3-224 |
       mda-sha3-256 |
       mda-sha3-384 |
       mda-sha3-512,
       ... }

   KeyDerivationFunction ::=  AlgorithmIdentifier{ KEY-DERIVATION,
                                  { KeyDevAlgs } }

   KeyDevAlgs KEY-DERIVATION ::= {
       kda-hkdf-with-sha3-224 |
       kda-hkdf-with-sha3-256 |
       kda-hkdf-with-sha3-384 |
       kda-hkdf-with-sha3-512 |
       kda-kdf2 |
       kda-kdf3,
       ... }

   END
]]></sourcecode>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
