| Internet-Draft | CNSA2 S/MIME Profile | April 2026 |
| Jenkins & Becker | Expires 5 October 2026 | [Page] |
This document defines a base profile of S/MIME for use with the US Commercial National Security Algorithm (CNSA) 2.0 Suite, a cybersecurity advisory published by the United States Government which outlines quantum-resistant cryptographic algorithm policy for US national security applications.¶
This profile applies to the capabilities, configuration, and operation of all components of US National Security Systems that employ S/MIME. It is also appropriate for all other US Government systems that process high-value information.¶
This memo is not an IETF standard, and has not been shown to have IETF community consensus. This profile is made publicly available for use by developers and operators of these and any other system deployments.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 5 October 2026.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
This document specifies a profile of S/MIME [RFC8551] to comply with the National Security Agency's (NSA) Commercial National Security Algorithm (CNSA) 2.0 Suite [cnsafaq]. This profile applies to the capabilities, configuration, and operation of all components of US National Security Systems (NSS) [SP80059] that employ S/MIME. This profile is also appropriate for all other US Government systems that process high-value information, and is made publicly available for use by developers and operators of these and any other system deployments.¶
This document does not define any cryptographic algorithm, and does not specify how to use any cryptographic algorithm not currently supported by S/MIME; instead, it profiles CNSA 2.0-compliant conventions for S/MIME, and uses algorithms already specified for use in S/MIME that are also allowed by the CNSA Suite 2.0. This document applies to all CNSA Suite solutions that make use of S/MIME.¶
The reader is assumed to have familiarity with [RFC8551].¶
This memo is not an IETF standard, and does not represent IETF community consensus.¶
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 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. Normative language does not apply beyond the scope of this profile.¶
This is a profile of S/MIME [RFC8551]. Therefore, the requirements language in this memo may be different than that found in the underlying standards.¶
All references to "CNSA" in this document refer to CNSA 2.0 [cnsafaq], unless otherwise stated.¶
The CNSA Suite is the set of approved commercial algorithms that can be used by vendors and IT users to meet cybersecurity and interoperability requirements for NSS. The initial suite of CNSA Suite algorithms, Suite B, established a baseline for use of commercial algorithms to protect classified information. The following suite, CNSA 1.0, served as a bridge between the original set and a fully quantum-resistant cryptographic capability. The current suite, CNSA 2.0, seeks to provide fully quantum-resistant protection [cnsafaq].¶
This profile uses CNSA 2.0 compliant algorithms: ML-DSA-87 [FIPS204] for signing, and ML-KEM-1024 [FIPS203] for key establishment. ML-DSA-87 and ML-KEM-1024 together with SHA-384, SHA-512, AES-256, LMS, and XMSS comprise the CNSA Suite 2.0.¶
The NSA is authoring a set of RFCs, including this one, to provide updated guidance for using the CNSA 2.0 Suite in certain IETF protocols. These RFCs can be used in conjunction with other RFCs and cryptographic guidance (e.g., NIST Special Publications) to properly protect Internet traffic and data-at-rest for US Government NSS.¶
CMS values are generated using ASN.1 [X680] and the Distinguished Encoding Rules (DER) [X690].¶
For key agreement, CNSA compliant implementations MUST use ML-KEM-1024. Details provided in Section 7.¶
For digital signature, CNSA compliant implementations MUST use ML-DSA-87.¶
For CNSA Suite applications, public key certificates used to verify S/MIME signatures MUST be compliant with the CNSA Suite Certificate and Certificate Revocation List (CRL) profile specified in [I-D.jenkins-cnsa2-pkix-profile].¶
Within the CMS signed-data content type, signature algorithm identifiers are located in the signatureAlgorithm field of SignerInfo structures contained within the SignedData. In addition, signature algorithm identifiers are located in the SignerInfo signatureAlgorithm field of countersignature attributes. Specific requirements for digital signatures are given in Section 6; compliant implementations MUST consider signatures not meeting these requirements as invalid.¶
This document assumes that the required trust anchors have been securely provisioned to the client.¶
All implementations MUST use SHA-384 or SHA-512 for hashing, AES-GCM for content encryption, and AES-KWP for key encryption. The requirements for these are given in the following sections.¶
CNSA-compliant implementations MUST use either SHA-384 or SHA-512 for message digest.¶
[RFC5754] specifies the conventions for using SHA-384 or SHA-512 with the Cryptographic Message Syntax (CMS). CNSA-compliant S/MIME implementations MUST follow the conventions in [RFC5754].¶
Within the CMS signed-data content type, message digest algorithm identifiers are located in the SignedData digestAlgorithms field and the SignerInfo digestAlgorithm field.¶
The SHA-384 message digest algorithm is defined in FIPS 180 [SHS], and the algorithm identifier for SHA-384 is defined in [RFC5754] as follows:¶
id-sha384 OBJECT IDENTIFIER ::= {¶
joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101)¶
csor(3) nistalgorithm(4) hashalgs(2) 2 }¶
The SHA-512 message digest algorithm is defined in FIPS 180 [SHS], and the algorithm identifier for SHA-512 is defined in [RFC5754] as follows:¶
id-sha512 OBJECT IDENTIFIER ::= {¶
joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101)¶
csor(3) nistalgorithm(4) hashalgs(2) 3 }¶
[RFC5754] defines the AlgorithmIdentifier parameters field as OPTIONAL. Implementations MUST accept SHA-384 and SHA-512 AlgorithmIdentifiers with absent parameters, or with NULL parameters. As specified in [RFC5754], implementations MUST generate SHA-384 or SHA-512 AlgorithmIdentifiers with absent parameters.¶
When an S/MIME message includes signed attributes (signedAttrs) in the header, the input to the signing algorithm is signedAttrs, which MUST include the messageDigest representation of the encapsulated message, as described above.¶
CNSA-compliant implementations MUST use ML-DSA-87 as the digital signature algorithm in S/MIME, using the identifier defined in [RFC9881]. The ML-DSA algorithm incorporates an internal hashing function, so there is no need to apply a hashing algorithm before signing. Where an application or implementation makes it more efficient to perform hashing externally, the external-μ mechanism described in Step 6 of Algorithm 7 of [FIPS204] and Section 8 of [RFC9881] MAY be used. HashML-DSA is not permitted.¶
CNSA-compliant implementations MUST use ML-KEM-1024 for key agreement.¶
A CMS originator MUST implement the Encapsulate algorithm from ML-KEM, and a CMS responder MUST implement the Decapsulate algorithm from ML-KEM.¶
CNSA-compliant implementations MUST NOT support the user keying material (ukm) field defined in [RFC9629], and therefore ukm MUST NOT be included as input to the key-derivation function.¶
A CNSA compliant implementation MUST use HKDF as described in [RFC9936] with SHA-384 or SHA-512 for KDF computation.¶
Within the CMS enveloped-data content type, key wrap algorithm identifiers are located in the KeyWrapAlgorithm parameters within the EnvelopedData RecipientInfos KeyAgreeRecipientInfo keyEncryptionAlgorithm field.¶
For CNSA-compliant implementations, the KeyWrapAlgorithm MUST be¶
id-aes256-wrap-pad¶
The required algorithm identifier, specified in [RFC5649] is:¶
id-aes256-wrap-pad OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)¶
country(16) us(840) organization(1) gov(101) csor(3)¶
nistAlgorithm(4) aes(1) 48 }¶
CNSA-compliant S/MIME implementations using the authenticated-enveloped-data content type [RFC5083] MUST use AES [AES] in Galois Counter Mode (GCM) [GCM] as the content authenticated encryption algorithm and MUST follow the conventions for using AES-GCM with the CMS defined in [RFC5084].¶
Within the CMS authenticated-enveloped-data content type, content authenticated-encryption algorithm identifiers are located in the AuthEnvelopedData EncryptedContentInfo contentEncryptionAlgorithm field. The content-encryption algorithm is used to encipher the content located in the AuthEnvelopedData EncryptedContentInfo encryptedContent field.¶
The AES-GCM content authenticated-encryption algorithm is described in [AES] and [GCM]. The algorithm identifier for AES-256 in GCM mode is:¶
id-aes256-GCM OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)¶
country(16) us(840) organization(1) gov(101) csor(3)¶
nistAlgorithm(4) aes(1) 46 }¶
The AlgorithmIdentifier parameters field MUST be present, and the parameters field must contain GCMParameters:¶
GCMParameters ::= SEQUENCE { )¶
aes-nonce OCTET STRING,¶
aes-ICVlen AES-GCM-ICVlen DEFAULT 12 }¶
The authentication tag length (aes-ICVlen) SHALL be 16 (indicating a tag length of 128 bits).¶
The initialization vector (aes-nonce) MUST be 12 bytes in length and MUST be generated in accordance with Section 8.2 of [GCM]. AES-GCM loses security catastrophically if a nonce is reused with a given key on more than one distinct set of input data. Therefore, a fresh content encryption key MUST be generated for each message.¶
Most of the security considerations for this document are described in [RFC8551] and [RFC9629]. Additional security considerations for the use of ML-KEM and ML-DSA in S/MIME can be found in [RFC9936] and [RFC9882], respectively.¶
Public-key certificates MUST be properly validated according to [RFC5280], including timely revocation checking by CRL or OSCP [RFC6960].¶
This document has no IANA actions¶