<?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-housley-lamps-cms-cek-hkdf-sha256-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.0 -->
  <front>
    <title abbrev="Encryption Key Derivation in CMS">Encryption Key Derivation in the Cryptographic Message Syntax (CMS) using HKDF with SHA-256</title>
    <seriesInfo name="Internet-Draft" value="draft-housley-lamps-cms-cek-hkdf-sha256-01"/>
    <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="2024" month="January" day="03"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 82?>

<t>This document specifies the derivation of the content-encryption key or the
content-authenticated-encryption key in the Cryptographic Message Syntax (CMS).
The use of this mechanism provides protection against where the attacker manipulates the
content-encryption algorithm identifier or the content-authenticated-encryption
algorithm identifier.</t>
    </abstract>
  </front>
  <middle>
    <?line 90?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document specifies the derivation of the content-encryption key for the
Cryptographic Message Syntax (CMS) enveloped-data content type <xref target="RFC5652"/>, the
content-encryption key for the CMS encrypted-data content type <xref target="RFC5652"/>, or the
content-authenticated-encryption key for the authenticated-enveloped-data
content type <xref target="RFC5083"/>.</t>
      <t>The use of this mechanism provides protection against where the attacker manipulates the
content-encryption algorithm identifier or the content-authenticated-encryption
algorithm identifier.  Johannes Roth and Falko Strenzke presented such an attack
at IETF 118 <xref target="RS2023"/>, where:</t>
      <ol spacing="normal" type="1"><li>
          <t>The attacker intercepts a CMS Authenticated-Enveloped-Data content <xref target="RFC5083"/>
that uses either AES-CCM or AES-GCM <xref target="RFC5084"/>.</t>
        </li>
        <li>
          <t>The attacker turns the intercepted content into a "garbage" CMS Enveloped-Data
content <xref section="6" sectionFormat="of" target="RFC5652"/> that is composed of AES-CBC guess blocks.</t>
        </li>
        <li>
          <t>The attacker sends the "garbage" message to the victim, and the victim reveals
the result of the decryption to the attacker.</t>
        </li>
        <li>
          <t>If any of the transformed plaintext blocks match the guess for that block, then
the attacker learns the plaintext for that block.</t>
        </li>
      </ol>
      <t>With highly structured messages, one block can reveal the only sensitive part of
the original message.</t>
      <t>This attack is thwarted if the encryption key depends upon the delivery of
the unmodified algorithm identifier.</t>
      <t>The mitigation for this attack has three parts:</t>
      <ul spacing="normal">
        <li>
          <t>Potential recipients include the id-alg-cek-hkdf-sha256 algorithm identifier
(with no parameters) in S/MIME Capabilities to indicate support for
this mitigation.</t>
        </li>
        <li>
          <t>As a flag to the recipient that this mitigation is being used, carry the
id-alg-cek-hkdf-sha256 algorithm identifier as the contentEncryptionAlgorithm
in the EncryptedContentInfo structure.  This structure is used in the
enveloped-data content type, the encrypted-data content type, and the
authenticated-enveloped-data content type.  The parameters field of the
id-alg-cek-hkdf-sha256 algorithm identifier identifies the content-encryption
algorithm or the content-authenticated-encryption algorithm and any associated
parameters.</t>
        </li>
        <li>
          <t>Perform encryption with a derived content-encryption key or
content-authenticated-encryption key:</t>
        </li>
      </ul>
      <artwork><![CDATA[
      CEK' = HKDF(CEK, AlgorithmIdentifier)
]]></artwork>
      <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="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="cmskdf">
      <name>Use of of HKDF with SHA-256 to Derive Encryption Keys</name>
      <t>The mitigation uses the HMAC-based Extract-and-Expand Key Derivation
Function (HKDF) <xref target="RFC5869"/> to derive output keying materiam (OKM) from
input key material (IKM).  HKDF is used with the SHA-256 hash function
<xref target="FIPS180"/>.  The derivation includes the DER-encoded AlgoritmIdentifier as
the optional info input value.  This AlgoritmIdentifier is carried as the
parameter to the id-alg-cek-hkdf-sha256 algorithm identifier.  If an attacker
were to change the originator-provided AlgoritmIdentifier, then the recipient
will derive a different content-encryption key or
content-authenticated-encryption key.</t>
      <t>The CMS_CEK_HKDF_SHA256 function uses the HKDF-Extract and HKDF-Expand functions
to derive the OKM from the IKM:</t>
      <artwork><![CDATA[
Inputs:
   IKM      input keying material
   info     DER-encoded AlgoritmIdentifier

Output:
   OKM      output keying material (same size as IKM)

The output OKM is calculated as follows:

   OKM_SIZE = len(IKM)
   IF OKM_SIZE > 8160 THEN raise error

   salt = "The Cryptographic Message Syntax"
   PRK = HKDF-Extract(salt, IKM)

   OKM = HKDF-Expand(PRK, info, OKM_SIZE)
   
]]></artwork>
    </section>
    <section anchor="alg-def">
      <name>The id-alg-cek-hkdf-sha256 Algorithm Identifier</name>
      <t>The id-alg-cek-hkdf-sha256 algoritm identifier indicates that the CMS_CEK_HKDF_SHA256
function defined in <xref target="cmskdf"/> is used to derive the content-encryption key or the
content-authenticated-encryption key.</t>
      <t>The following object identifier identifies the id-alg-cek-hkdf-sha256
algorithm:</t>
      <sourcecode type="asn.1"><![CDATA[
   id-alg-cek-hkdf-sha256 OBJECT IDENTIFIER ::= { TBD1 }
]]></sourcecode>
      <t>The id-alg-cek-hkdf-sha256 parameters field has an ASN.1 type of AlgorithmIdentifier.</t>
      <t>Using the conventions from <xref target="RFC5911"/>, the id-alg-cek-hkdf-sha256 algorithm identifier
is defined as:</t>
      <sourcecode type="asn.1"><![CDATA[
  ContentEncryptionAlgorithmIdentifier ::=
    AlgorithmIdentifier{CONTENT-ENCRYPTION, { ... } }

  cea-CEKHKDFSHA256 CONTENT-ENCRYPTION ::= {
    IDENTIFIER id-alg-cek-hkdf-sha256
    PARAMS TYPE ContentEncryptionAlgorithmIdentifier ARE required
    SMIME-CAPS { IDENTIFIED BY id-alg-cek-hkdf-sha256 } }
]]></sourcecode>
    </section>
    <section anchor="smimecapabilities-attribute-conventions">
      <name>SMIMECapabilities Attribute Conventions</name>
      <t>The SMIMECapabilities Attribute is defined in <xref section="2.5.2" sectionFormat="of" target="RFC8551"/>.  An
S/MIME client announces the set of cryptographic functions it supports using the
SMIMECapabilities attribute.</t>
      <t>If an S/MIME client supports the mechanism in this document, the
id-alg-cek-hkdf-sha256 object identifier <bcp14>SHOULD</bcp14> be included in the set of
cryptographic functions.  The parameter with this encoding <bcp14>MUST</bcp14> be absent.</t>
      <t>The encoding for id-alg-cek-hkdf-sha256, in hexadecimal, is:</t>
      <artwork><![CDATA[
   30 TBD
]]></artwork>
    </section>
    <section anchor="use-of-hkdf-with-sha-256-with-cms">
      <name>Use of HKDF with SHA-256 with CMS</name>
      <t>This section describes the originator and recipient processing to implement
this mitigation for each of the CMS encrypting content types.</t>
      <section anchor="enveloped-data-content-type">
        <name>Enveloped-Data Content Type</name>
        <t>The fourth step of constructing an Enveloped-data is repeated below
from <xref section="6" sectionFormat="of" target="RFC5652"/>:</t>
        <artwork><![CDATA[
4.  The content is encrypted with the content-encryption key.
    Content encryption may require that the content be padded to a
    multiple of some block size; see Section 6.3 of [RFC5652].

]]></artwork>
        <t>To implement this mitigation, the originator expands this step as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Include the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure, and set the contentEncryptionAlgorithm.parameters field to the
AlgorithmIdentifier for the content-encryption algorithm that will be used
to encrypt the content, including both the algorithm and optional parameters.</t>
          </li>
          <li>
            <t>Derive the new content-encryption key (CEK') from the original
content-encryption key (CEK) and the ContentEncryptionAlgorithmIdentifier,
which is carried in the contentEncryptionAlgorithm.parameters field:</t>
          </li>
        </ul>
        <artwork><![CDATA[
CEK' = CMS_CEK_HKDF_SHA256(CEK, ContentEncryptionAlgorithmIdentifier)
]]></artwork>
        <ul spacing="normal">
          <li>
            <t>The content is encrypted with the new content-encryption key (CEK').
Content encryption may require that the content be padded to a
multiple of some block size; see <xref section="6.3" sectionFormat="of" target="RFC5652"/>.</t>
          </li>
        </ul>
        <t>The presence of the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure tells the recipient to derive the new content-encryption
key (CEK') as shown above, and then use it for decryption of the
EncryptedContent.  If the id-alg-cek-hkdf-sha256 algorithm identifier
is not present in the contentEncryptionAlgorithm.algorithm field of
the EncryptedContentInfo structure, then the recipient uses the original
content-encryption key (CEK) for decryption of the EncryptedContent.</t>
      </section>
      <section anchor="encrypted-data-content-type">
        <name>Encrypted-Data Content Type</name>
        <t>As specified in <xref section="8" sectionFormat="of" target="RFC5652"/>, the content-encryption key
is managed by other means.</t>
        <t>To implement this mitigation, the originator performs the following:</t>
        <ul spacing="normal">
          <li>
            <t>Include the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure, and set the contentEncryptionAlgorithm.parameters field to the
AlgorithmIdentifier for the content-encryption algorithm that will be used
to encrypt the content, including both the algorithm and optional parameters.</t>
          </li>
          <li>
            <t>Derive the new content-encryption key (CEK') from the original
content-encryption key (CEK) and the ContentEncryptionAlgorithmIdentifier,
which is carried in the contentEncryptionAlgorithm.parameters field:</t>
          </li>
        </ul>
        <artwork><![CDATA[
CEK' = CMS_CEK_HKDF_SHA256(CEK, ContentEncryptionAlgorithmIdentifier)
]]></artwork>
        <ul spacing="normal">
          <li>
            <t>The content is encrypted with the new content-encryption key (CEK').
Content encryption may require that the content be padded to a
multiple of some block size; see <xref section="6.3" sectionFormat="of" target="RFC5652"/>.</t>
          </li>
        </ul>
        <t>The presence of the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure tells the recipient to derive the new content-encryption
key (CEK') as shown above, and then use it for decryption of the
EncryptedContent.  If the id-alg-cek-hkdf-sha256 algorithm identifier
is not present in the contentEncryptionAlgorithm.algorithm field of
the EncryptedContentInfo structure, then the recipient uses the original
content-encryption key (CEK) for decryption of the EncryptedContent.</t>
      </section>
      <section anchor="authenticated-enveloped-data-content-type">
        <name>Authenticated-Enveloped-Data Content Type</name>
        <t>The fifth step of constructing an Authenticated-Enveloped-Data is
repeated below from <xref section="2" sectionFormat="of" target="RFC5083"/>:</t>
        <artwork><![CDATA[
5.  The attributes collected in step 4 are authenticated and the CMS
    content is authenticated and encrypted with the content-
    authenticated-encryption key.  If the authenticated encryption
    algorithm requires either the additional authenticated data (AAD)
    or the content to be padded to a multiple of some block size,
    then the padding is added as described in Section 6.3 of
    [RFC5652].

]]></artwork>
        <t>To implement this mitigation, the originator expands this step as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Include the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure, and set the contentEncryptionAlgorithm.parameters field to the
AlgorithmIdentifier for the content-authenticated-encryption algorithm that
will be used for authenticated encryption of the content, including both the
algorithm and optional parameters.</t>
          </li>
          <li>
            <t>Derive the new content-authenticated-encryption key (CEK') from the
original content-authenticated-encryption key (CEK) and the
ContentEncryptionAlgorithmIdentifier:</t>
          </li>
        </ul>
        <artwork><![CDATA[
CEK' = CMS_CEK_HKDF_SHA256(CEK, ContentEncryptionAlgorithmIdentifier)
]]></artwork>
        <ul spacing="normal">
          <li>
            <t>The attributes collected in step 4 are authenticated and the CMS
content is authenticated and encrypted with the new
content-authenticated-encryption key (CEK').  If the authenticated
encryption algorithm requires either the additional authenticated data (AAD)
or the content to be padded to a multiple of some block size,
then the padding is added as described in <xref section="6.3" sectionFormat="of" target="RFC5652"/>.</t>
          </li>
        </ul>
        <t>The presence of the id-alg-cek-hkdf-sha256 algorithm identifier in the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure tells the recipient to derive the new content-authenticated-encryption
key (CEK') as shown above, and then use it for authenticated decryption of the
EncryptedContent and the authentication of the AAD.  If the id-alg-cek-hkdf-sha256
algorithm identifier is not present in the contentEncryptionAlgorithm.algorithm
field of the EncryptedContentInfo structure, then the recipient uses the original
content-authenticated-encryption (CEK) for decryption and authentication of
the EncryptedContent and the authentication of the AAD.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This mitigation always uses HKDF with SHA-256.  One KDF algorithm was
selected to avoid the need for negotiation.  In the future, if a weakness
is found in the KDF algorithm, a new attribute  will need to be assigned for
use with an alternative KDF algorithm.</t>
      <t>If the attacker removes the id-alg-cek-hkdf-sha256 object identifier from the
contentEncryptionAlgorithm.algorithm field of the EncryptedContentInfo
structure prior to delivery to the recipient, then the recipient will not
attempt to derive CEK', which will deny the recipient access to the content,
but will not assist the attacker in recovering the plaintext content.</t>
      <t>If the attacker changes contentEncryptionAlgorithm.parameters field of the
EncryptedContentInfo structure prior to delivery to the recipient, then the
recipient will derive a different CEK', which will not assist the attacker in
recovering the plaintext content.  Providing the object identifier as an inout to
the key derivation function is sufficient to mitigate the attack described
in <xref target="RS2023"/>, but this mitigation includes both the object identifier and the
parameters to protect against some yet-to-be-discovered attack that only
manipulates the parameters.</t>
      <t>Implementations <bcp14>MUST</bcp14> protect the content-encryption keys and
content-authenticated-encryption keys, this includes the CEK and CEK'.
Compromise of a content-encryption key may result in disclosure of the
associated encrypted content.  Compromise of a content-authenticated-encryption
key may result in disclosure of the associated encrypted content or allow
modification of the authenticated content and the additional authenticated
data (AAD).</t>
      <t>Implementations <bcp14>MUST</bcp14> randomly generate content-encryption keys and
content-authenticated-encryption keys.  Using an inadequate pseudo-random
number generator (PRNG) to generate cryptographic keys can result in little or
no security.  An attacker may find it much easier to reproduce the PRNG
environment that produced the keys, and then searching the resulting small set
of possibilities, rather than brute force searching the whole key space.  The
generation of quality random numbers is difficult.  <xref target="RFC4086"/> offers important
guidance on this topic.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>If the message-digest attribute is included in the AuthAttributes,
then the attribute value will contain the unencrypted one-way hash
value of the plaintext of the content.  Disclosure of this hash value
enables content tracking, and it can be used to determine if the
content matches one or more candidates.  For these reasons,
the AuthAttributes <bcp14>SHOULD NOT</bcp14> contain the message-digest attribute.</t>
    </section>
    <section anchor="operations-considerations">
      <name>Operations Considerations</name>
      <t>CMS is often used to provide encryption in messaging environments,
where various forms of unsolicited messages (such as spam and phishing)
represent a significant volume of unwanted traffic.  Mitigation strategies for
unwanted message traffic involve analysis of message content plaintext.  When
recipients accept unsolicited encrypted messages, they become even more
vulnerable to unwanted traffic since many mitigation strategies will be
unable to access the message content plaintext.  Therefore, software that
receives messages that have been encrypted using CMS ought to provide alternate
mechanisms to handle the unwanted message traffic.  One approach that
does not require disclosure of keying material to a server is to reject
or discard encrypted messages unless they purport to come from a member
of a previously approved originator list.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>For the ASN.1 Module in the <xref target="appendix-asn1"/> of this document, IANA
is requested to assign an object identifier (OID) for the module
identifier (TBD0) with a Description of "id-mod-CMS-CEK-HKDF-SHA256-2023".  The
OID for the module should be allocated in the "SMI Security for S/MIME Module Identifier"
registry (1.2.840.113549.1.9.16.0).</t>
      <t>For the id-alg-cek-hkdf-sha256 algorithm identifier in <xref target="alg-def"/> of this
document, IANA is requested to assign an object identifier (OID) (TBD1) with a
Description of "id-alg-cek-hkdf-sha256".  The OID for the algoritm should be
allocated in the "SMI Security for S/MIME Algorithms" registry
(1.2.840.113549.1.9.16.3).</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to
Mike Ounsworth,
Carl Wallace, and
Joe Mandel
their careful review and constructive comments.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5083">
          <front>
            <title>Cryptographic Message Syntax (CMS) Authenticated-Enveloped-Data Content Type</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="November" year="2007"/>
            <abstract>
              <t>This document describes an additional content type for the Cryptographic Message Syntax (CMS). The authenticated-enveloped-data content type is intended for use with authenticated encryption modes. All of the various key management techniques that are supported in the CMS enveloped-data content type are also supported by the CMS authenticated-enveloped-data content type. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5083"/>
          <seriesInfo name="DOI" value="10.17487/RFC5083"/>
        </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="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="RFC8551">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 4.0 Message Specification</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 4.0. S/MIME provides a consistent way to send and receive secure MIME data. Digital signatures provide authentication, message integrity, and non-repudiation with proof of origin. Encryption provides data confidentiality. Compression can be used to reduce data size. This document obsoletes RFC 5751.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8551"/>
          <seriesInfo name="DOI" value="10.17487/RFC8551"/>
        </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="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="RFC5084">
          <front>
            <title>Using AES-CCM and AES-GCM Authenticated Encryption in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="November" year="2007"/>
            <abstract>
              <t>This document specifies the conventions for using the AES-CCM and the AES-GCM authenticated encryption algorithms with the Cryptographic Message Syntax (CMS) authenticated-enveloped-data content type. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5084"/>
          <seriesInfo name="DOI" value="10.17487/RFC5084"/>
        </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="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="RS2023" target="https://datatracker.ietf.org/meeting/118/materials/slides-118-lamps-attack-against-aead-in-cms">
          <front>
            <title>AEAD-to-CBC Downgrade Attacks on CMS</title>
            <author initials="J." surname="Roth" fullname="Johannes Roth">
              <organization>MTG AG</organization>
            </author>
            <author initials="F." surname="Strenzke" fullname="Falko Strenzke">
              <organization>MTG AG</organization>
            </author>
            <date year="2023" month="November" day="08"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 471?>

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

CMS-CEK-HKDF-SHA256-Module-2024
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
    id-smime(16) id-mod(0) id-mod-CMS-CEK-HKDF-SHA256-2024(TBD0) }

DEFINITIONS IMPLICIT TAGS ::= BEGIN

EXPORTS ALL;

IMPORTS
  AlgorithmIdentifier{}, CONTENT-ENCRYPTION, SMIME-CAPS
  FROM AlgorithmInformation-2009 -- in [FRC5911]
    { iso(1) identified-organization(3) dod(6) internet(1)
      security(5) mechanisms(5) pkix(7) id-mod(0)
      id-mod-algorithmInformation-02(58) } ;


--
-- CEK-HKDF-SHA256 Algorithm
--

id-alg-cek-hkdf-sha256 OBJECT IDENTIFIER ::= { TBD1 }

ContentEncryptionAlgorithmIdentifier ::=
    AlgorithmIdentifier{CONTENT-ENCRYPTION, { ... } }

cea-CEKHKDFSHA256 CONTENT-ENCRYPTION ::= {
    IDENTIFIER id-alg-cek-hkdf-sha256
    PARAMS TYPE ContentEncryptionAlgorithmIdentifier ARE required
    SMIME-CAPS { IDENTIFIED BY id-alg-cek-hkdf-sha256 } }

--
-- S/MIIME Capability for CEK-HKDF-SHA256 Algorithm
--

SMimeCaps SMIME-CAPS ::= { cap-CMSCEKHKDFSHA256, ... }

cap-CMSCEKHKDFSHA256 SMIME-CAPS ::=
    { -- No value -- IDENTIFIED BY id-alg-cek-hkdf-sha256 }
     
END

<CODE ENDS>
]]></sourcecode>
    </section>
    <section anchor="cmscekhkdfsha256-function-examples">
      <name>CMS_CEK_HKDF_SHA256 Function Examples</name>
      <t>This appendix provides two test vectores for the CMS_CEK_HKDF_SHA256 function.</t>
      <section anchor="cmscekhkdfsha256-with-aes-128-gcm">
        <name>CMS_CEK_HKDF_SHA256 with AES-128-GCM</name>
        <t>This test vector uses includes an AlgorithmIdentifier for<br/>
AES-128-GCM.</t>
        <artwork><![CDATA[
IKM = c702e7d0a9e064b09ba55245fb733cf3

The AES-128-CGM AlgorithmIdentifier:
 algorithm=2.16.840.1.101.3.4.1.6
 parameters=GCMParameters:
  aes-nonce=0x5c79058ba2f43447639d29e2
  aes-ICVlen is ommited; it indicates the DEFAULT of 12

DER-encoded AlgorithmIdentifier:
  301b0609608648016503040106300e040c5c79058ba2f43447639d29e2

OKM = 2124ffb29fac4e0fbbc7d5d87492bff3

]]></artwork>
      </section>
      <section anchor="cmscekhkdfsha256-with-aes-128-cbc">
        <name>CMS_CEK_HKDF_SHA256 with AES-128-CBC</name>
        <t>This test vector uses includes an AlgorithmIdentifier for<br/>
AES-128-CBC.</t>
        <artwork><![CDATA[
IKM = c702e7d0a9e064b09ba55245fb733cf3

The AES-128-CBC AlgorithmIdentifier:
 algorithm=2.16.840.1.101.3.4.1.2
 parameters=AES-IV=0x651f722ffd512c52fe072e507d72b377

DER-encoded AlgorithmIdentifier:
  301d06096086480165030401020410651f722ffd512c52fe072e507d72b377

OKM = 9cd102c52f1e19ece8729b35bfeceb50

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

-->

</rfc>
