<?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.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="pre5378Trust200902" docName="draft-turner-lamps-rfc8551bis-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="S/MIME 4.0 Message Specification">Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 4.0 Message Specification</title>
    <seriesInfo name="Internet-Draft" value="draft-turner-lamps-rfc8551bis-00"/>
    <author fullname="Blake Ramsdell">
      <organization>Brute Squad Labs, Inc.</organization>
      <address>
        <email>blaker@gmail.com</email>
      </address>
    </author>
    <author fullname="Sean Turner">
      <organization>sn3rd</organization>
      <address>
        <email>sean@sn3rd.com</email>
      </address>
    </author>
    <date year="2026" month="May" day="27"/>
    <area>Security</area>
    <workgroup>Limited Additional Mechanisms for PKIX and SMIME</workgroup>
    <abstract>
      <?line 133?>

<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>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://seanturner.github.io/smime/draft-turner-lamps-rfc8551bis.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-turner-lamps-rfc8551bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Limited Additional Mechanisms for PKIX and SMIME Working Group mailing list (<eref target="mailto:spasm@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spasm/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spasm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/seanturner/smime"/>.</t>
    </note>
  </front>
  <middle>
    <?line 143?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>S/MIME (Secure/Multipurpose Internet Mail Extensions) provides a
consistent way to send and receive secure MIME data.  Based on the
popular Internet MIME standard, S/MIME provides the following
cryptographic security services for electronic messaging
applications: authentication, message integrity, and non-repudiation
of origin (using digital signatures), and data confidentiality (using
encryption).  As a supplementary service, S/MIME provides message
compression.</t>
      <t>S/MIME can be used by traditional mail user agents (MUAs) to add
cryptographic security services to mail that is sent, and to
interpret cryptographic security services in mail that is received.
However, S/MIME is not restricted to mail; it can be used with any
transport mechanism that transports MIME data, such as HTTP or SIP.
As such, S/MIME takes advantage of the object-based features of MIME
and allows secure messages to be exchanged in mixed-transport
systems.</t>
      <t>Further, S/MIME can be used in automated message transfer agents that
use cryptographic security services that do not require any human
intervention, such as the signing of software-generated documents and
the encryption of FAX messages sent over the Internet.</t>
      <t>This document defines version 4.0 of the S/MIME Message
Specification.  As such, this document obsoletes version 3.2 of the
S/MIME Message Specification <xref target="RFC5751"/>.</t>
      <t>This specification contains a number of references to documents that
have been obsoleted or replaced.  This is intentional, as the updated
documents often do not have the same information or protocol
requirements in them.</t>
      <section anchor="specification-overview">
        <name>Specification Overview</name>
        <t>This document describes a protocol for adding cryptographic signature
and encryption services to MIME data.  The MIME standard [MIME-SPEC]
provides a general structure for the content of Internet messages and
allows extensions for new applications based on content-type.</t>
        <t>This specification defines how to create a MIME body part that has
been cryptographically enhanced according to the Cryptographic
Message Syntax (CMS) [CMS], which is derived from PKCS #7 <xref target="RFC2315"/>.
This specification also defines the application/pkcs7-mime media
type, which can be used to transport those body parts.</t>
        <t>This document also discusses how to use the multipart/signed media
type defined in <xref target="RFC1847"/> to transport S/MIME signed messages.
multipart/signed is used in conjunction with the
application/pkcs7-signature media type, which is used to transport a
detached S/MIME signature.</t>
        <t>In order to create S/MIME messages, an S/MIME agent <bcp14>MUST</bcp14> follow the
specifications in this document, as well as the specifications listed
in [CMS], <xref target="RFC3370"/>, <xref target="RFC4056"/>, <xref target="RFC3560"/>, and <xref target="RFC5754"/>.</t>
        <t>Throughout this specification, there are requirements and
recommendations made for how receiving agents handle incoming
messages.  There are separate requirements and recommendations for
how sending agents create outgoing messages.  In general, the best
strategy is to follow the Robustness Principle (be liberal in what
you receive and conservative in what you send).  Most of the
requirements are placed on the handling of incoming messages, while
the recommendations are mostly on the creation of outgoing messages.</t>
        <t>The separation for requirements on receiving agents and sending
agents also derives from the likelihood that there will be S/MIME
systems that involve software other than traditional Internet mail
clients.  S/MIME can be used with any system that transports MIME
data.  An automated process that sends an encrypted message might not
be able to receive an encrypted message at all, for example.  Thus,
the requirements and recommendations for the two types of agents are
listed separately when appropriate.</t>
      </section>
      <section anchor="definitions">
        <name>Definitions</name>
        <t>For the purposes of this specification, the following definitions
apply.</t>
        <dl>
          <dt>ASN.1:</dt>
          <dd>
            <t>Abstract Syntax Notation One, as defined in ITU-T Recommendations
X.680, X.681, X.682, and X.683 [ASN.1].</t>
          </dd>
          <dt>BER:</dt>
          <dd>
            <t>Basic Encoding Rules for ASN.1, as defined in ITU-T Recommendation
X.690 <xref target="X.690"/>.</t>
          </dd>
          <dt>Certificate:</dt>
          <dd>
            <t>A type that binds an entity's name to a public key with a digital
signature.</t>
          </dd>
          <dt>DER:</dt>
          <dd>
            <t>Distinguished Encoding Rules for ASN.1, as defined in ITU-T
Recommendation X.690 <xref target="X.690"/>.</t>
          </dd>
          <dt>7-bit data:</dt>
          <dd>
            <t>Text data with lines less than 998 characters long, where none of
the characters have the 8th bit set, and there are no NULL
characters.  &lt;CR&gt; and &lt;LF&gt; occur only as part of a &lt;CR&gt;&lt;LF&gt;
end-of-line delimiter.</t>
          </dd>
          <dt>8-bit data:</dt>
          <dd>
            <t>Text data with lines less than 998 characters, and where none of
the characters are NULL characters.  &lt;CR&gt; and &lt;LF&gt; occur only as
part of a &lt;CR&gt;&lt;LF&gt; end-of-line delimiter.</t>
          </dd>
          <dt>Binary data:</dt>
          <dd>
            <t>Arbitrary data.</t>
          </dd>
          <dt>Transfer encoding:</dt>
          <dd>
            <t>A reversible transformation made on data so 8-bit or binary data
can be sent via a channel that only transmits 7-bit data.</t>
          </dd>
          <dt>Receiving agent:</dt>
          <dd>
            <t>Software that interprets and processes S/MIME CMS objects, MIME
body parts that contain CMS content types, or both.</t>
          </dd>
          <dt>Sending agent:</dt>
          <dd>
            <t>Software that creates S/MIME CMS content types, MIME body parts
that contain CMS content types, or both.</t>
          </dd>
          <dt>S/MIME agent:</dt>
          <dd>
            <t>User software that is a receiving agent, a sending agent, or both.</t>
          </dd>
          <dt>Data integrity service:</dt>
          <dd>
            <t>A security service that protects against unauthorized changes to
data by ensuring that changes to the data are detectable
<xref target="RFC4949"/>.</t>
          </dd>
          <dt>Data confidentiality:</dt>
          <dd>
            <t>The property that data is not disclosed to system entities unless
they have been authorized to know the data <xref target="RFC4949"/>.</t>
          </dd>
        </dl>
      </section>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in This Document</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?>

<t>We define the additional requirement levels:</t>
        <t><bcp14>SHOULD</bcp14>+</t>
        <ul empty="true">
          <li>
            <t>This term means the same as <bcp14>SHOULD</bcp14>.  However, the authors
  expect that a requirement marked as <bcp14>SHOULD</bcp14>+ will be
  promoted at some future time to be a <bcp14>MUST</bcp14>.</t>
          </li>
        </ul>
        <t><bcp14>SHOULD</bcp14>-</t>
        <ul empty="true">
          <li>
            <t>This term means the same as <bcp14>SHOULD</bcp14>.  However, the authors
  expect that a requirement marked as <bcp14>SHOULD</bcp14>- will be demoted
  to a <bcp14>MAY</bcp14> in a future version of this document.</t>
          </li>
        </ul>
        <t><bcp14>MUST</bcp14>-</t>
        <ul empty="true">
          <li>
            <t>This term means the same as <bcp14>MUST</bcp14>.  However, the authors
  expect that this requirement will no longer be a <bcp14>MUST</bcp14> in a
  future document.  Although its status will be determined at
  a later time, it is reasonable to expect that if a future
  revision of a document alters the status of a <bcp14>MUST</bcp14>-
  requirement, it will remain at least a <bcp14>SHOULD</bcp14> or a <bcp14>SHOULD</bcp14>-.</t>
          </li>
        </ul>
        <t>The term "RSA" in this document almost always refers to the
PKCS #1 v1.5 RSA <xref target="RFC2313"/> signature or encryption algorithms even
when not qualified as such.  There are a couple of places where it
refers to the general RSA cryptographic operation; these can be
determined from the context where it is used.</t>
        <t>The following conventions are used:</t>
        <t>[ASN.1] refers to <xref target="X.680"/>, <xref target="X.681"/>, <xref target="X.682"/>, and <xref target="X.683"/>.</t>
        <t>[CMS] refers to <xref target="RFC5083"/> and <xref target="RFC5652"/>.</t>
        <t>[ESS] refers to <xref target="RFC2634"/> and <xref target="RFC5035"/>.</t>
        <t>[MIME-SPEC] refers to <xref target="RFC2045"/>, <xref target="RFC2046"/>, <xref target="RFC2047"/>, <xref target="RFC2049"/>,
<xref target="RFC6838"/>, and <xref target="RFC4289"/>.</t>
        <t>[SMIMEv2] refers to <xref target="RFC2311"/>, <xref target="RFC2312"/>, <xref target="RFC2313"/>, <xref target="RFC2314"/>, and
<xref target="RFC2315"/>.</t>
        <t>[SMIMEv3] refers to <xref target="RFC2630"/>, <xref target="RFC2631"/>, <xref target="RFC2632"/>, <xref target="RFC2633"/>,
<xref target="RFC2634"/>, and <xref target="RFC5035"/>.</t>
        <t>[SMIMEv3.1] refers to <xref target="RFC2634"/>, <xref target="RFC5035"/>}, <xref target="RFC5652"/>, <xref target="RFC5750"/>, and
<xref target="RFC5751"/>.</t>
        <t>[SMIMEv3.2] refers to <xref target="RFC2634"/>, <xref target="RFC3850"/>, <xref target="RFC3851"/>, <xref target="RFC3852"/>, and
<xref target="RFC5035"/>.</t>
        <t>[SMIMEv4] refers to <xref target="RFC2634"/>, <xref target="RFC5035"/>, <xref target="RFC5652"/>, <xref target="RFC8550"/>, and
this document.</t>
      </section>
      <section anchor="compatibility-with-prior-practice-of-smime">
        <name>Compatibility with Prior Practice of S/MIME</name>
        <t>S/MIME version 4.0 agents ought to attempt to have the greatest
interoperability possible with agents for prior versions of S/MIME.</t>
        <ul spacing="normal">
          <li>
            <t>S/MIME version 2 is described in RFC 2311 through RFC 2315
inclusive [SMIMEv2].</t>
          </li>
          <li>
            <t>S/MIME version 3 is described in RFC 2630 through RFC 2634
inclusive and RFC 5035 [SMIMEv3].</t>
          </li>
          <li>
            <t>S/MIME version 3.1 is described in RFC 2634, RFC 3850, RFC 3851,
RFC 3852, and RFC 5035 [SMIMEv3.1].</t>
          </li>
          <li>
            <t>S/MIME version 3.2 is described in RFC 2634, RFC 5035, RFC 5652,
RFC 5750, and RFC 5751 [SMIMEv3.2].</t>
          </li>
          <li>
            <t><xref target="RFC2311"/> also has historical information about the development of
S/MIME.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-smime-v3-to-smime-v31">
        <name>Changes from S/MIME v3 to S/MIME v3.1</name>
        <t>This section describes the changes made between S/MIME v3 and
S/MIME v3.1.  Note that the requirement levels indicated by the
capitalized key words ("<bcp14>MUST</bcp14>", "<bcp14>SHOULD</bcp14>", etc.) may have changed in
later versions of S/MIME.</t>
        <ul spacing="normal">
          <li>
            <t>The RSA public key algorithm was changed to a <bcp14>MUST</bcp14> implement.  The
key wrap algorithm and the Diffie-Hellman (DH) algorithm <xref target="RFC2631"/>
were changed to a <bcp14>SHOULD</bcp14> implement.</t>
          </li>
          <li>
            <t>The AES symmetric encryption algorithm has been included as a
<bcp14>SHOULD</bcp14> implement.</t>
          </li>
          <li>
            <t>The RSA public key algorithm was changed to a <bcp14>MUST</bcp14> implement
signature algorithm.</t>
          </li>
          <li>
            <t>Ambiguous language about the use of "empty" SignedData messages to
transmit certificates was clarified to reflect that transmission
of Certificate Revocation Lists is also allowed.</t>
          </li>
          <li>
            <t>The use of binary encoding for some MIME entities is now
explicitly discussed.</t>
          </li>
          <li>
            <t>Header protection through the use of the message/rfc822 media type
has been added.</t>
          </li>
          <li>
            <t>Use of the CompressedData CMS type is allowed, along with required
media type and file extension additions.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-smime-v31-to-smime-v32">
        <name>Changes from S/MIME v3.1 to S/MIME v3.2</name>
        <t>This section describes the changes made between S/MIME v3.1 and
S/MIME v3.2.  Note that the requirement levels indicated by the
capitalized key words ("<bcp14>MUST</bcp14>", "<bcp14>SHOULD</bcp14>", etc.) may have changed in
later versions of S/MIME.  Note that the section numbers listed here
(e.g., 3.4.3.2) are from <xref target="RFC5751"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Made editorial changes, e.g., replaced "MIME type" with "media
type", "content-type" with "Content-Type".</t>
          </li>
          <li>
            <t>Moved "Conventions Used in This Document" to Section 1.3.  Added
definitions for <bcp14>SHOULD</bcp14>+, <bcp14>SHOULD</bcp14>-, and <bcp14>MUST</bcp14>-.</t>
          </li>
          <li>
            <t>Section 1.1 and Appendix A: Added references to RFCs for
RSASSA-PSS, RSAES-OAEP, and SHA2 CMS algorithms.  Added CMS
Multiple Signers Clarification to CMS reference.</t>
          </li>
          <li>
            <t>Section 1.2: Updated references to ASN.1 to X.680, and BER and DER
to X.690.</t>
          </li>
          <li>
            <t>Section 1.4: Added references to S/MIME v3.1 RFCs.</t>
          </li>
          <li>
            <t>Section 2.1 (digest algorithm): SHA-256 added as <bcp14>MUST</bcp14>, SHA-1 and
MD5 made <bcp14>SHOULD</bcp14>-.</t>
          </li>
          <li>
            <t>Section 2.2 (signature algorithms): RSA with SHA-256 added as
<bcp14>MUST</bcp14>; DSA with SHA-256 added as <bcp14>SHOULD</bcp14>+; RSA with SHA-1, DSA with
SHA-1, and RSA with MD5 changed to <bcp14>SHOULD</bcp14>-; and RSASSA-PSS with
SHA-256 added as <bcp14>SHOULD</bcp14>+.  Also added note about what S/MIME v3.1
clients support.</t>
          </li>
          <li>
            <t>Section 2.3 (key encryption): DH changed to <bcp14>SHOULD</bcp14>-, and RSAES-
OAEP added as <bcp14>SHOULD</bcp14>+.  Elaborated on requirements for key wrap
algorithm.</t>
          </li>
          <li>
            <t>Section 2.5.1: Added requirement that receiving agents <bcp14>MUST</bcp14>
support both GeneralizedTime and UTCTime.</t>
          </li>
          <li>
            <t>Section 2.5.2: Replaced reference "sha1WithRSAEncryption" with
"sha256WithRSAEncryption", replaced "DES-3EDE-CBC" with "AES-128
CBC", and deleted the RC5 example.</t>
          </li>
          <li>
            <t>Section 2.5.2.1: Deleted entire section (discussed
deprecated RC2).</t>
          </li>
          <li>
            <t>Section 2.7, Section 2.7.1, and Appendix A: References to RC2/40
removed.</t>
          </li>
          <li>
            <t>Section 2.7 (content encryption): AES-128 CBC added as <bcp14>MUST</bcp14>,
AES-192 and AES-256 CBC <bcp14>SHOULD</bcp14>+, and tripleDES now <bcp14>SHOULD</bcp14>-.</t>
          </li>
          <li>
            <t>Section 2.7.1: Updated pointers from 2.7.2.1 through 2.7.2.4 to
2.7.1.1 and 2.7.1.2.</t>
          </li>
          <li>
            <t>Section 3.1.1: Removed text about MIME character sets.</t>
          </li>
          <li>
            <t>Sections 3.2.2 and 3.6: Replaced "encrypted" with "enveloped".
Updated OID example to use AES-128 CBC OID.</t>
          </li>
          <li>
            <t>Section 3.4.3.2: Replaced "micalg" parameter for "SHA-1" with
"sha-1".</t>
          </li>
          <li>
            <t>Section 4: Updated reference to CERT v3.2.</t>
          </li>
          <li>
            <t>Section 4.1: Updated RSA and DSA key size discussion.  Moved last
four sentences to security considerations.  Updated reference to
randomness requirements for security.</t>
          </li>
          <li>
            <t>Section 5: Added IANA registration templates to update media type
registry to point to this document as opposed to RFC 2311.</t>
          </li>
          <li>
            <t>Section 6: Updated security considerations.</t>
          </li>
          <li>
            <t>Section 7: Moved references from Appendix B to this section.
Updated references.  Added informative references to SMIMEv2,
SMIMEv3, and SMIMEv3.1.</t>
          </li>
          <li>
            <t>Appendix B: Added Appendix B to move S/MIME v2 to Historic status.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-for-smime-v40">
        <name>Changes for S/MIME v4.0</name>
        <t>This section describes the changes made between S/MIME v3.2 and
S/MIME v4.0.</t>
        <ul spacing="normal">
          <li>
            <t>Added the use of AuthEnvelopedData, including defining and
registering an smime-type value (Sections 2.4.4 and 3.4).</t>
          </li>
          <li>
            <t>Updated the content-encryption algorithms (Sections 2.7 and
2.7.1.2): added AES-256 Galois/Counter Mode (GCM), added
ChaCha20-Poly1305, removed mention of AES-192 Cipher Block
Chaining (CBC), and marked tripleDES as historic.</t>
          </li>
          <li>
            <t>Updated the set of signature algorithms (Section 2.2): added the
Edwards-curve Digital Signature Algorithm (EdDSA), added the
Elliptic Curve Digital Signature Algorithm (ECDSA), and marked DSA
as historic.</t>
          </li>
          <li>
            <t>Updated the set of digest algorithms (Section 2.1): added SHA-512,
and marked SHA-1 as historic.</t>
          </li>
          <li>
            <t>Updated the size of keys to be used for RSA encryption and RSA
signing (Section 4).</t>
          </li>
          <li>
            <t>Created Appendix B, which discusses considerations for dealing
with historic email messages.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="cms-options">
      <name>CMS Options</name>
      <t>CMS allows for a wide variety of options in content, attributes, and
algorithm support.  This section puts forth a number of support
requirements and recommendations in order to achieve a base level of
interoperability among all S/MIME implementations.  <xref target="RFC3370"/> and
<xref target="RFC5754"/> provide additional details regarding the use of the
cryptographic algorithms.  [ESS] provides additional details
regarding the use of additional attributes.</t>
      <section anchor="digestalgorithmidentifier">
        <name>DigestAlgorithmIdentifier</name>
        <t>The algorithms here are used for digesting the body of the message
and are not the same as the digest algorithms used as part of the
signature algorithms.  The result of this is placed in the
message-digest attribute of the signed attributes.  It is <bcp14>RECOMMENDED</bcp14>
that the algorithm used for digesting the body of the message be of
similar strength to, or greater strength than, the signature
algorithm.</t>
        <t>Sending and receiving agents:</t>
        <ul spacing="normal">
          <li>
            <t><bcp14>MUST</bcp14> support SHA-256.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14> support SHA-512.</t>
          </li>
        </ul>
        <t><xref target="RFC5754"/> provides the details for using these algorithms with
S/MIME.</t>
      </section>
      <section anchor="signaturealgorithmidentifier">
        <name>SignatureAlgorithmIdentifier</name>
        <t>There are different sets of requirements placed on receiving and
sending agents.  By having the different requirements, the maximum
amount of interoperability is achieved, as it allows for specialized
protection of private key material but maximum signature validation.</t>
        <t>Receiving agents:</t>
        <ul spacing="normal">
          <li>
            <t><bcp14>MUST</bcp14> support ECDSA with curve P-256 and SHA-256.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14> support EdDSA with curve25519 using PureEdDSA mode <xref target="RFC8419"/>.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14>- support RSA PKCS #1 v1.5 with SHA-256.</t>
          </li>
          <li>
            <t><bcp14>SHOULD</bcp14> support the RSA Probabilistic Signature Scheme (RSASSA-PSS)
with SHA-256.</t>
          </li>
        </ul>
        <t>Sending agents:</t>
        <ul spacing="normal">
          <li>
            <t><bcp14>MUST</bcp14> support at least one of the following algorithms: ECDSA with
curve P-256 and SHA-256, or EdDSA with curve25519 using PureEdDSA
mode.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14>- support RSA PKCS #1 v1.5 with SHA-256.</t>
          </li>
          <li>
            <t><bcp14>SHOULD</bcp14> support RSASSA-PSS with SHA-256.</t>
          </li>
        </ul>
        <t>See Section 4.1 for information on key size and algorithm references.</t>
      </section>
      <section anchor="keyencryptionalgorithmidentifier">
        <name>KeyEncryptionAlgorithmIdentifier</name>
        <t>Receiving and sending agents:</t>
        <ul spacing="normal">
          <li>
            <t><bcp14>MUST</bcp14> support Elliptic Curve Diffie-Hellman (ECDH) ephemeral-static
mode for P-256, as specified in <xref target="RFC5753"/>.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14> support ECDH ephemeral-static mode for X25519 using HKDF-256
("HKDF" stands for "HMAC-based Key Derivation Function") for the
KDF, as specified in <xref target="RFC8418"/>.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14>- support RSA encryption, as specified in <xref target="RFC3370"/>.</t>
          </li>
          <li>
            <t><bcp14>SHOULD</bcp14>+ support RSA Encryption Scheme - Optimal Asymmetric
Encryption Padding (RSAES-OAEP), as specified in <xref target="RFC3560"/>.</t>
          </li>
        </ul>
        <t>When ECDH ephemeral-static is used, a key wrap algorithm is also
specified in the KeyEncryptionAlgorithmIdentifier <xref target="RFC5652"/>.  The
underlying encryption functions for the key wrap and content-
encryption algorithms <xref target="RFC3370"/> <xref target="RFC3565"/> and the key sizes for the
two algorithms <bcp14>MUST</bcp14> be the same (e.g., AES-128 key wrap algorithm
with AES-128 content-encryption algorithm).  As both 128-bit and
256-bit AES modes are mandatory to implement as content-encryption
algorithms (Section 2.7), both the AES-128 and AES-256 key wrap
algorithms <bcp14>MUST</bcp14> be supported when ECDH ephemeral-static is used.
Recipients <bcp14>MAY</bcp14> enforce this but <bcp14>MUST</bcp14> use the weaker of the two as
part of any cryptographic strength computations they might do.</t>
        <t>Appendix B provides information on algorithm support in older
versions of S/MIME.</t>
      </section>
      <section anchor="general-syntax">
        <name>General Syntax</name>
        <t>There are several CMS content types.  Of these, only the Data,
SignedData, EnvelopedData, AuthEnvelopedData, and CompressedData
content types are currently used for S/MIME.</t>
        <section anchor="data-content-type">
          <name>Data Content Type</name>
          <t>Sending agents <bcp14>MUST</bcp14> use the id-data content type identifier to
identify the "inner" MIME message content.  For example, when
applying a digital signature to MIME data, the CMS SignedData
encapContentInfo eContentType <bcp14>MUST</bcp14> include the id-data object
identifier (OID), and the media type <bcp14>MUST</bcp14> be stored in the SignedData
encapContentInfo eContent OCTET STRING (unless the sending agent is
using multipart/signed, in which case the eContent is absent, per
Section 3.5.3 of this document).  As another example, when applying
encryption to MIME data, the CMS EnvelopedData encryptedContentInfo
contentType <bcp14>MUST</bcp14> include the id-data OID and the encrypted MIME
content <bcp14>MUST</bcp14> be stored in the EnvelopedData encryptedContentInfo
encryptedContent OCTET STRING.</t>
        </section>
        <section anchor="signeddata-content-type">
          <name>SignedData Content Type</name>
          <t>Sending agents <bcp14>MUST</bcp14> use the SignedData content type to apply a
digital signature to a message or, in a degenerate case where there
is no signature information, to convey certificates.  Applying a
signature to a message provides authentication, message integrity,
and non-repudiation of origin.</t>
        </section>
        <section anchor="envelopeddata-content-type">
          <name>EnvelopedData Content Type</name>
          <t>This content type is used to apply data confidentiality to a message.
In order to distribute the symmetric key, a sender needs to have
access to a public key for each intended message recipient to use
this service.</t>
        </section>
        <section anchor="authenvelopeddata-content-type">
          <name>AuthEnvelopedData Content Type</name>
          <t>This content type is used to apply data confidentiality and message
integrity to a message.  This content type does not provide
authentication or non-repudiation.  In order to distribute the
symmetric key, a sender needs to have access to a public key for each
intended message recipient to use this service.</t>
        </section>
        <section anchor="compresseddata-content-type">
          <name>CompressedData Content Type</name>
          <t>This content type is used to apply data compression to a message.
This content type does not provide authentication, message integrity,
non-repudiation, or data confidentiality; it is only used to reduce
the message's size.</t>
          <t>See Section 3.7 for further guidance on the use of this type in
conjunction with other CMS types.</t>
        </section>
      </section>
      <section anchor="attrs-and-si">
        <name>Attributes and the SignerInfo Type</name>
        <t>The SignerInfo type allows the inclusion of unsigned and signed
attributes along with a signature.  These attributes can be required
for the processing of messages (e.g., message digest), information
the signer supplied (e.g., SMIME capabilities) that should be
processed, or attributes that are not relevant to the current
situation (e.g., mlExpansionHistory <xref target="RFC2634"/> for mail viewers).</t>
        <t>Receiving agents <bcp14>MUST</bcp14> be able to handle zero or one instance of each
of the listed here.  Sending agents <bcp14>SHOULD</bcp14> generate
one instance of each of the following signed attributes in each
S/MIME message:</t>
        <ul spacing="normal">
          <li>
            <t>Signing time (Section 2.5.1 in this document)</t>
          </li>
          <li>
            <t>SMIME capabilities (Section 2.5.2 in this document)</t>
          </li>
          <li>
            <t>Encryption key Preference (Section 2.5.3 in this document)</t>
          </li>
          <li>
            <t>Message digest (Section 11.2 in <xref target="RFC5652"/>)</t>
          </li>
          <li>
            <t>Content type (Section 11.1 in <xref target="RFC5652"/>)</t>
          </li>
        </ul>
        <t>Further, receiving agents <bcp14>SHOULD</bcp14> be able to handle zero or one
instance of the signingCertificate and signingCertificateV2 signed
attributes, as defined in Section 5 of RFC 2634 [ESS] and Section 3
of RFC 5035 [ESS], respectively.</t>
        <t>Sending agents <bcp14>SHOULD</bcp14> generate one instance of the signingCertificate
or signingCertificateV2 signed attribute in each SignerInfo
structure.</t>
        <t>Additional attributes and values for these attributes might be
defined in the future.  Receiving agents <bcp14>SHOULD</bcp14> handle attributes or
values that they do not recognize in a graceful manner.</t>
        <t>Interactive sending agents that include signed attributes that are
not listed here <bcp14>SHOULD</bcp14> display those attributes to the user, so that
the user is aware of all of the data being signed.</t>
        <section anchor="signing-time-attribute">
          <name>Signing Time Attribute</name>
          <t>The signingTime attribute is used to convey the time that a message
was signed.  The time of signing will most likely be created by a
signer and therefore is only as trustworthy as that signer.</t>
          <t>Sending agents <bcp14>MUST</bcp14> encode signing time through the year 2049 as
UTCTime; signing times in 2050 or later <bcp14>MUST</bcp14> be encoded as
GeneralizedTime.  When the UTCTime CHOICE is used, S/MIME agents <bcp14>MUST</bcp14>
interpret the year field (YY) as follows:</t>
          <ul empty="true">
            <li>
              <t>If YY is greater than or equal to 50, the year is interpreted as
  19YY; if YY is less than 50, the year is interpreted as 20YY.</t>
            </li>
          </ul>
          <t>Receiving agents <bcp14>MUST</bcp14> be able to process signingTime attributes that
are encoded in either UTCTime or GeneralizedTime.</t>
        </section>
        <section anchor="smimecapabilities-attribute">
          <name>SMIMECapabilities Attribute</name>
          <t>The SMIMECapabilities attribute includes signature algorithms (such
as "sha256WithRSAEncryption"), symmetric algorithms (such as "AES-128
CBC"), authenticated symmetric algorithms (such as "AES-128 GCM"),
and key encipherment algorithms (such as "rsaEncryption").  The
presence of an SMIMECapability attribute containing an algorithm
implies that the sender can deal with the algorithm as well as
understand the ASN.1 structures associated with that algorithm.
There are also several identifiers that indicate support for other
optional features such as binary encoding and compression.  The
SMIMECapabilities attribute was designed to be flexible and
extensible so that, in the future, a means of identifying other
capabilities and preferences such as certificates can be added in a
way that will not cause current clients to break.</t>
          <t>If present, the SMIMECapabilities attribute <bcp14>MUST</bcp14> be a
SignedAttribute.  CMS defines SignedAttributes as a SET OF Attribute.
The SignedAttributes in a signerInfo <bcp14>MUST</bcp14> include a single instance
of the SMIMECapabilities attribute.  CMS defines the ASN.1 syntax for
Attribute to include attrValues SET OF AttributeValue.  An
SMIMECapabilities attribute <bcp14>MUST</bcp14> only include a single instance of
AttributeValue.  If a signature is detected as violating these
requirements, the signature <bcp14>SHOULD</bcp14> be treated as failing.</t>
          <t>The semantics of the SMIMECapabilities attribute specify a partial
list as to what the client announcing the SMIMECapabilities can
support.  A client does not have to list every capability it
supports, and it need not list all its capabilities so that the
capabilities list doesn't get too long.  In an SMIMECapabilities
attribute, the OIDs are listed in order of their preference but
<bcp14>SHOULD</bcp14> be separated logically along the lines of their categories
(signature algorithms, symmetric algorithms, key encipherment
algorithms, etc.).</t>
          <t>The structure of the SMIMECapabilities attribute is to facilitate
simple table lookups and binary comparisons in order to determine
matches.  For instance, the encoding for the SMIMECapability for
sha256WithRSAEncryption includes rather than omits the NULL
parameter.  Because of the requirement for identical encoding,
individuals documenting algorithms to be used in the
SMIMECapabilities attribute <bcp14>SHOULD</bcp14> explicitly document the correct
byte sequence for the common cases.</t>
          <t>For any capability, the associated parameters for the OID <bcp14>MUST</bcp14>
specify all of the parameters necessary to differentiate between two
instances of the same algorithm.</t>
          <t>The same OID that is used to identify an algorithm <bcp14>SHOULD</bcp14> also be
used in the SMIMECapability for that algorithm.  There are cases
where a single OID can correspond to multiple algorithms.  In these
cases, a single algorithm <bcp14>MUST</bcp14> be assigned to the SMIMECapability
using that OID.  Additional OIDs from the smimeCapabilities OID tree
are then allocated for the other algorithms usages.  For instance, in
an earlier specification, rsaEncryption was ambiguous because it
could refer to either a signature algorithm or a key encipherment
algorithm.  In the event that an OID is ambiguous, it needs to be
arbitrated by the maintainer of the registered SMIMECapabilities list
as to which type of algorithm will use the OID, and a new OID <bcp14>MUST</bcp14> be
allocated under the smimeCapabilities OID to satisfy the other use of
the OID.</t>
          <t>The registered SMIMECapabilities list specifies the parameters for
OIDs that need them, most notably key lengths in the case of
variable-length symmetric ciphers.  In the event that there are no
differentiating parameters for a particular OID, the parameters <bcp14>MUST</bcp14>
be omitted and <bcp14>MUST NOT</bcp14> be encoded as NULL.  Additional values for
the SMIMECapabilities attribute might be defined in the future.
Receiving agents <bcp14>MUST</bcp14> handle an SMIMECapabilities object that has
values that it does not recognize in a graceful manner.</t>
          <t>Section 2.7.1 explains a strategy for caching capabilities.</t>
        </section>
        <section anchor="encryption-key-preference-attribute">
          <name>Encryption Key Preference Attribute</name>
          <t>The encryption key preference attribute allows the signer to
unambiguously describe which of the signer's certificates has the
signer's preferred encryption key.  This attribute is designed to
enhance behavior for interoperating with those clients that use
separate keys for encryption and signing.  This attribute is used to
convey to anyone viewing the attribute which of the listed
certificates is appropriate for encrypting a session key for future
encrypted messages.</t>
          <t>If present, the SMIMEEncryptionKeyPreference attribute <bcp14>MUST</bcp14> be a
SignedAttribute.  CMS defines SignedAttributes as a SET OF Attribute.
The SignedAttributes in a signerInfo <bcp14>MUST</bcp14> include a single instance
of the SMIMEEncryptionKeyPreference attribute.  CMS defines the ASN.1
syntax for Attribute to include attrValues SET OF AttributeValue.  An
SMIMEEncryptionKeyPreference attribute <bcp14>MUST</bcp14> only include a single
instance of AttributeValue.  If a signature is detected as violating
these requirements, the signature <bcp14>SHOULD</bcp14> be treated as failing.</t>
          <t>The sending agent <bcp14>SHOULD</bcp14> include the referenced certificate in the
set of certificates included in the signed message if this attribute
is used.  The certificate <bcp14>MAY</bcp14> be omitted if it has been previously
made available to the receiving agent.  Sending agents <bcp14>SHOULD</bcp14> use
this attribute if the commonly used or preferred encryption
certificate is not the same as the certificate used to sign the
message.</t>
          <t>Receiving agents <bcp14>SHOULD</bcp14> store the preference data if the signature on
the message is valid and the signing time is greater than the
currently stored value.  (As with the SMIMECapabilities, the clock
skew <bcp14>SHOULD</bcp14> be checked and the data not used if the skew is too
great.)  Receiving agents <bcp14>SHOULD</bcp14> respect the sender's encryption key
preference attribute if possible.  This, however, represents only a
preference, and the receiving agent can use any certificate in
replying to the sender that is valid.</t>
          <t>Section 2.7.1 explains a strategy for caching preference data.</t>
          <section anchor="selection-of-recipient-key-management-certificate">
            <name>Selection of Recipient Key Management Certificate</name>
            <t>In order to determine the key management certificate to be used when
sending a future CMS EnvelopedData message for a particular
recipient, the following steps <bcp14>SHOULD</bcp14> be followed:</t>
            <ul spacing="normal">
              <li>
                <t>If an SMIMEEncryptionKeyPreference attribute is found in a
SignedData object received from the desired recipient, this
identifies the X.509 certificate that <bcp14>SHOULD</bcp14> be used as the X.509
key management certificate for the recipient.</t>
              </li>
              <li>
                <t>If an SMIMEEncryptionKeyPreference attribute is not found in a
SignedData object received from the desired recipient, the set of
X.509 certificates <bcp14>SHOULD</bcp14> be searched for an X.509 certificate
with the same subject name as the signer of an X.509 certificate
that can be used for key management.</t>
              </li>
              <li>
                <t>Or, use some other method of determining the user's key management
key.  If an X.509 key management certificate is not found, then
encryption cannot be done with the signer of the message.  If
multiple X.509 key management certificates are found, the S/MIME
agent can make an arbitrary choice between them.</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
      <section anchor="signeridentifier-signerinfo-type">
        <name>SignerIdentifier SignerInfo Type</name>
        <t>S/MIME v4.0 implementations <bcp14>MUST</bcp14> support both issuerAndSerialNumber
and subjectKeyIdentifier.  Messages that use the subjectKeyIdentifier
choice cannot be read by S/MIME v2 clients.</t>
        <t>It is important to understand that some certificates use a value for
subjectKeyIdentifier that is not suitable for uniquely identifying a
certificate.  Implementations <bcp14>MUST</bcp14> be prepared for multiple
certificates for potentially different entities to have the same
value for subjectKeyIdentifier and <bcp14>MUST</bcp14> be prepared to try each
matching certificate during signature verification before indicating
an error condition.</t>
      </section>
      <section anchor="contentencryptionalgorithmidentifier">
        <name>ContentEncryptionAlgorithmIdentifier</name>
        <t>Sending and receiving agents:</t>
        <ul spacing="normal">
          <li>
            <t><bcp14>MUST</bcp14> support encryption and decryption with AES-128 GCM and
AES-256 GCM <xref target="RFC5084"/>.</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14>- support encryption and decryption with AES-128 CBC
<xref target="RFC3565"/>.</t>
          </li>
          <li>
            <t><bcp14>SHOULD</bcp14>+ support encryption and decryption with ChaCha20-Poly1305
<xref target="RFC7905"/>.</t>
          </li>
        </ul>
        <section anchor="deciding-which-encryption-method-to-use">
          <name>Deciding Which Encryption Method to Use</name>
          <t>When a sending agent creates an encrypted message, it has to decide
which type of encryption to use.  The decision process involves using
information garnered from the capabilities lists included in messages
received from the recipient, as well as out-of-band information such
as private agreements, user preferences, legal restrictions, and
so on.</t>
          <t>Section 2.5.2 defines a method by which a sending agent can
optionally announce, among other things, its decrypting capabilities
in its order of preference.  The following method for processing and
remembering the encryption capabilities attribute in incoming signed
messages <bcp14>SHOULD</bcp14> be used.</t>
          <ul spacing="normal">
            <li>
              <t>If the receiving agent has not yet created a list of capabilities
for the sender's public key, then, after verifying the signature
on the incoming message and checking the timestamp, the receiving
agent <bcp14>SHOULD</bcp14> create a new list containing at least the signing
time and the symmetric capabilities.</t>
            </li>
            <li>
              <t>If such a list already exists, the receiving agent <bcp14>SHOULD</bcp14> verify
that the signing time in the incoming message is greater than the
signing time stored in the list and that the signature is valid.
If so, the receiving agent <bcp14>SHOULD</bcp14> update both the signing time and
capabilities in the list.  Values of the signing time that lie far
in the future (that is, a greater discrepancy than any reasonable
clock skew), or a capabilities list in messages whose signature
could not be verified, <bcp14>MUST NOT</bcp14> be accepted.</t>
            </li>
          </ul>
          <t>The list of capabilities <bcp14>SHOULD</bcp14> be stored for future use in creating
messages.</t>
          <t>Before sending a message, the sending agent <bcp14>MUST</bcp14> decide whether it is
willing to use weak encryption for the particular data in the
message.  If the sending agent decides that weak encryption is
unacceptable for this data, then the sending agent <bcp14>MUST NOT</bcp14> use a
weak algorithm.  The decision to use or not use weak encryption
overrides any other decision in this section about which encryption
algorithm to use.</t>
          <t>Sections 2.7.1.1 and 2.7.1.2 describe the decisions a sending agent
<bcp14>SHOULD</bcp14> use when choosing which type of encryption will be applied to
a message.  These rules are ordered, so the sending agent <bcp14>SHOULD</bcp14> make
its decision in the order given.</t>
          <section anchor="rule-1-known-capabilities">
            <name>Rule 1: Known Capabilities</name>
            <t>If the sending agent has received a set of capabilities from the
recipient for the message the agent is about to encrypt, then the
sending agent <bcp14>SHOULD</bcp14> use that information by selecting the first
capability in the list (that is, the capability most preferred by the
intended recipient) that the sending agent knows how to encrypt.  The
sending agent <bcp14>SHOULD</bcp14> use one of the capabilities in the list if the
agent reasonably expects the recipient to be able to decrypt the
message.</t>
          </section>
          <section anchor="rule-2-unknown-capabilities-unknown-version-of-smime">
            <name>Rule 2: Unknown Capabilities, Unknown Version of S/MIME</name>
            <t>If the following two conditions are met, the sending agent <bcp14>SHOULD</bcp14> use
AES-256 GCM, as AES-256 GCM is a stronger algorithm and is required
by S/MIME v4.0:</t>
            <ul spacing="normal">
              <li>
                <t>The sending agent has no knowledge of the encryption capabilities
of the recipient.</t>
              </li>
              <li>
                <t>The sending agent has no knowledge of the version of S/MIME used
or supported by the recipient.</t>
              </li>
            </ul>
            <t>If the sending agent chooses not to use AES-256 GCM in this step,
given the presumption is that a client implementing AES-GCM would do
both AES-256 and AES-128, it <bcp14>SHOULD</bcp14> use AES-128 CBC.</t>
          </section>
        </section>
        <section anchor="choosing-weak-encryption">
          <name>Choosing Weak Encryption</name>
          <t>Algorithms such as RC2 are considered to be weak encryption
algorithms.  Algorithms such as TripleDES are not state of the art
and are considered to be weaker algorithms than AES.  A sending agent
that is controlled by a human <bcp14>SHOULD</bcp14> allow a human sender to
determine the risks of sending data using a weaker encryption
algorithm before sending the data, and possibly allow the human to
use a stronger encryption algorithm such as AES GCM or AES CBC even
if there is a possibility that the recipient will not be able to
process that algorithm.</t>
        </section>
        <section anchor="multiple-recipients">
          <name>Multiple Recipients</name>
          <t>If a sending agent is composing an encrypted message to a group of
recipients where the encryption capabilities of some of the
recipients do not overlap, the sending agent is forced to send more
than one message.  Please note that if the sending agent chooses to
send a message encrypted with a strong algorithm and then send the
same message encrypted with a weak algorithm, someone watching the
communications channel could learn the contents of the strongly
encrypted message simply by decrypting the weakly encrypted message.</t>
        </section>
      </section>
    </section>
    <section anchor="creating-smime-messages">
      <name>Creating S/MIME Messages</name>
      <t>This section describes the S/MIME message formats and how they are
created.  S/MIME messages are a combination of MIME bodies and CMS
content types.  Several media types as well as several CMS content
types are used.  The data to be secured is always a canonical MIME
entity.  The MIME entity and other data, such as certificates and
algorithm identifiers, are given to CMS processing facilities that
produce a CMS object.  Finally, the CMS object is wrapped in MIME.
The "Enhanced Security Services for S/MIME" documents [ESS] provide
descriptions of how nested, secured S/MIME messages are formatted.
ESS provides a description of how a triple-wrapped S/MIME message is
formatted using multipart/signed and application/pkcs7-mime for the
signatures.</t>
      <t>S/MIME provides one format for enveloped-only data, several formats
for signed-only data, and several formats for signed and enveloped
data.  Several formats are required to accommodate several
environments -- in particular, for signed messages.  The criteria for
choosing among these formats are also described.</t>
      <t>Anyone reading this section is expected to understand MIME as
described in [MIME-SPEC] and <xref target="RFC1847"/>.</t>
      <section anchor="preparing-the-mime-entity-for-signing-enveloping-or-compressing">
        <name>Preparing the MIME Entity for Signing, Enveloping, or Compressing</name>
        <t>S/MIME is used to secure MIME entities.  A MIME message is composed
of a MIME header and a MIME body.  A body can consist of a single
MIME entity or a tree of MIME entities (rooted with a multipart).
S/MIME can be used to secure either a single MIME entity or a tree of
MIME entities.  These entities can be in locations other than the
root.  S/MIME can be applied multiple times to different entities in
a single message.  A MIME entity that is the whole message includes
only the MIME message headers and MIME body and does not include the
rfc822 header.  Note that S/MIME can also be used to secure MIME
entities used in applications other than Internet mail.  For cases
where protection of the rfc822 header is required, the use of the
message/rfc822 media type is explained later in this section.</t>
        <t>The MIME entity that is secured and described in this section can be
thought of as the "inside" MIME entity.  That is, it is the
"innermost" object in what is possibly a larger MIME message.
Processing "outside" MIME entities into CMS EnvelopedData,
CompressedData, and AuthEnvelopedData content types is described in
Sections 3.2 and 3.5.  Other documents define additional CMS content
types; those documents should be consulted for processing those CMS
content types.</t>
        <t>The procedure for preparing a MIME entity is given in [MIME-SPEC].
The same procedure is used here with some additional restrictions
when signing.  The description of the procedures from [MIME-SPEC] is
repeated here, but it is suggested that the reader refer to those
documents for the exact procedures.  This section also describes
additional requirements.</t>
        <t>A single procedure is used for creating MIME entities that are to
have any combination of signing, enveloping, and compressing applied.
Some additional steps are recommended to defend against known
corruptions that can occur during mail transport that are of
particular importance for clear-signing using the multipart/signed
format.  It is recommended that these additional steps be performed
on enveloped messages, or signed and enveloped messages, so that the
messages can be forwarded to any environment without modification.</t>
        <t>These steps are descriptive rather than prescriptive.  The
implementer is free to use any procedure as long as the result is
the same.</t>
        <dl>
          <dt>Step 1:</dt>
          <dd>
            <t>The MIME entity is prepared according to local conventions.</t>
          </dd>
          <dt>Step 2:</dt>
          <dd>
            <t>The leaf parts of the MIME entity are converted to canonical form.</t>
          </dd>
          <dt>Step 3:</dt>
          <dd>
            <t>Appropriate transfer encoding is applied to the leaves of the MIME
entity.</t>
          </dd>
        </dl>
        <t>When an S/MIME message is received, the security services on the
message are processed, and the result is the MIME entity.  That MIME
entity is typically passed to a MIME-capable user agent where it is
further decoded and presented to the user or receiving application.</t>
        <t>In order to protect outer, non-content-related message header fields
(for instance, the "Subject", "To", "From", and "Cc" fields), the
sending client <bcp14>MAY</bcp14> wrap a full MIME message in a message/rfc822
wrapper in order to apply S/MIME security services to these header
fields.  It is up to the receiving client to decide how to present
this "inner" header along with the unprotected "outer" header.  Given
the security difference between headers, it is <bcp14>RECOMMENDED</bcp14> that the
receiving client provide a distinction between header fields,
depending on where they are located.</t>
        <t>When an S/MIME message is received, if the top-level protected MIME
entity has a Content-Type of message/rfc822, it can be assumed that
the intent was to provide header protection.  This entity <bcp14>SHOULD</bcp14> be
presented as the top-level message, taking into account
header-merging issues as previously discussed.</t>
        <section anchor="canonicalization">
          <name>Canonicalization</name>
          <t>Each MIME entity <bcp14>MUST</bcp14> be converted to a canonical form that is
uniquely and unambiguously representable in the environment where the
signature is created and the environment where the signature will be
verified.  MIME entities <bcp14>MUST</bcp14> be canonicalized for enveloping and
compressing as well as signing.</t>
          <t>The exact details of canonicalization depend on the actual media type
and subtype of an entity and are not described here.  Instead, the
standard for the particular media type <bcp14>SHOULD</bcp14> be consulted.  For
example, canonicalization of type text/plain is different from
canonicalization of audio/basic.  Other than text types, most types
have only one representation, regardless of computing platform or
environment, that can be considered their canonical representation.</t>
          <t>In general, canonicalization will be performed by the non-security
part of the sending agent rather than the S/MIME implementation.</t>
          <t>The most common and important canonicalization is for text, which is
often represented differently in different environments.  MIME
entities of major type "text" <bcp14>MUST</bcp14> have both their line endings and
character set canonicalized.  The line ending <bcp14>MUST</bcp14> be the pair of
characters &lt;CR&gt;&lt;LF&gt;, and the charset <bcp14>SHOULD</bcp14> be a registered charset
<xref target="CHARSETS"/>.  The details of the canonicalization are specified in
[MIME-SPEC].</t>
          <t>Note that some charsets such as ISO-2022 have multiple
representations for the same characters.  When preparing such text
for signing, the canonical representation specified for the charset
<bcp14>MUST</bcp14> be used.</t>
        </section>
        <section anchor="transfer-encoding">
          <name>Transfer Encoding</name>
          <t>When generating any of the secured MIME entities below, except the
signing using the multipart/signed format, no transfer encoding is
required at all.  S/MIME implementations <bcp14>MUST</bcp14> be able to deal with
binary MIME objects.  If no Content-Transfer-Encoding header field is
present, the transfer encoding is presumed to be 7BIT.</t>
          <t>As a rule, S/MIME implementations <bcp14>SHOULD</bcp14> use transfer encoding as
described in Section 3.1.3 for all MIME entities they secure.  The
reason for securing only 7-bit MIME entities, even for enveloped data
that is not exposed to the transport, is that it allows the MIME
entity to be handled in any environment without changing it.  For
example, a trusted gateway might remove the envelope, but not the
signature, of a message, and then forward the signed message on to
the end recipient so that they can verify the signatures directly.
If the transport internal to the site is not 8-bit clean, such as on
a wide-area network with a single mail gateway, verifying the
signature will not be possible unless the original MIME entity was
only 7-bit data.</t>
          <t>In the case where S/MIME implementations can determine that all
intended recipients are capable of handling inner (all but the
outermost) binary MIME objects, implementations <bcp14>SHOULD</bcp14> use binary
encoding as opposed to a 7-bit-safe transfer encoding for the inner
entities.  The use of a 7-bit-safe encoding (such as base64)
unnecessarily expands the message size.  Implementations <bcp14>MAY</bcp14>
determine that recipient implementations are capable of
handling inner binary MIME entities by (1) interpreting the
id-cap-preferBinaryInside SMIMECapabilities attribute, (2) prior
agreement, or (3) other means.</t>
          <t>If one or more intended recipients are unable to handle inner binary
MIME objects or if this capability is unknown for any of the intended
recipients, S/MIME implementations <bcp14>SHOULD</bcp14> use transfer encoding as
described in Section 3.1.3 for all MIME entities they secure.</t>
        </section>
        <section anchor="transfer-encoding-for-signing-using-multipartsigned">
          <name>Transfer Encoding for Signing Using multipart/signed</name>
          <t>If a multipart/signed entity is ever to be transmitted over the
standard Internet SMTP infrastructure or other transport that is
constrained to 7-bit text, it <bcp14>MUST</bcp14> have transfer encoding applied so
that it is represented as 7-bit text.  MIME entities that are already
7-bit data need no transfer encoding.  Entities such as 8-bit text
and binary data can be encoded with quoted-printable or base64
transfer encoding.</t>
          <t>The primary reason for the 7-bit requirement is that the Internet
mail transport infrastructure cannot guarantee transport of 8-bit or
binary data.  Even though many segments of the transport
infrastructure now handle 8-bit and even binary data, it is sometimes
not possible to know whether the transport path is 8-bit clean.  If a
mail message with 8-bit data were to encounter a message transfer
agent that cannot transmit 8-bit or binary data, the agent has three
options, none of which are acceptable for a clear-signed message:</t>
          <ul spacing="normal">
            <li>
              <t>The agent could change the transfer encoding; this would
invalidate the signature.</t>
            </li>
            <li>
              <t>The agent could transmit the data anyway, which would most likely
result in the 8th bit being corrupted; this too would invalidate
the signature.</t>
            </li>
            <li>
              <t>The agent could return the message to the sender.</t>
            </li>
          </ul>
          <t><xref target="RFC1847"/> prohibits an agent from changing the transfer encoding of
the first part of a multipart/signed message.  If a compliant agent
that cannot transmit 8-bit or binary data encountered a
multipart/signed message with 8-bit or binary data in the first part,
it would have to return the message to the sender as undeliverable.</t>
        </section>
        <section anchor="sample-canonical-mime-entity">
          <name>Sample Canonical MIME Entity</name>
          <t>This example shows a multipart/mixed message with full transfer
encoding.  This message contains a text part and an attachment.  The
sample message text includes characters that are not ASCII and thus
need to be transfer encoded.  Though not shown here, the end of each
line is &lt;CR&gt;&lt;LF&gt;.  The line ending of the MIME headers, the text, and
the transfer-encoded parts all <bcp14>MUST</bcp14> be &lt;CR&gt;&lt;LF&gt;.</t>
          <t>Note that this example is not an example of an S/MIME message.</t>
          <artwork><![CDATA[
Content-Type: multipart/mixed; boundary=bar

--bar
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

=A1Hola Michael!

How do you like the new S/MIME specification?

It's generally a good idea to encode lines that begin with
From=20because some mail transport agents will insert a
greater-than (>) sign, thus invalidating the signature.

Also, in some cases it might be desirable to encode any =20
trailing whitespace that occurs on lines in order to ensure =20
that the message signature is not invalidated when passing =20
a gateway that modifies such whitespace (like BITNET). =20
]]></artwork>
          <artwork><![CDATA[
--bar
Content-Type: image/jpeg
Content-Transfer-Encoding: base64

iQCVAwUBMJrRF2N9oWBghPDJAQE9UQQAtl7LuRVndBjrk4EqYBIb3h5QXIX/LC//
jJV5bNvkZIGPIcEmI5iFd9boEgvpirHtIREEqLQRkYNoBActFBZmh9GC3C041WGq
uMbrbxc+nIs1TIKlA08rVi9ig/2Yh7LFrK5Ein57U/W72vgSxLhe/zhdfolT9Brn
HOxEa44b+EI=

--bar--
]]></artwork>
        </section>
      </section>
      <section anchor="the-applicationpkcs7-mime-media-type">
        <name>The application/pkcs7-mime Media Type</name>
        <t>The application/pkcs7-mime media type is used to carry CMS content
types, including EnvelopedData, SignedData, and CompressedData.  The
details of constructing these entities are described in subsequent
sections.  This section describes the general characteristics of the
application/pkcs7-mime media type.</t>
        <t>The carried CMS object always contains a MIME entity that is prepared
as described in Section 3.1 if the eContentType is id-data.  Other
contents <bcp14>MAY</bcp14> be carried when the eContentType contains different
values.  See [ESS] for an example of this with signed receipts.</t>
        <t>Since CMS content types are binary data, in most cases base64
transfer encoding is appropriate -- in particular, when used with
SMTP transport.  The transfer encoding used depends on the transport
through which the object is to be sent and is not a characteristic of
the media type.</t>
        <t>Note that this discussion refers to the transfer encoding of the CMS
object or "outside" MIME entity.  It is completely distinct from, and
unrelated to, the transfer encoding of the MIME entity secured by the
CMS object -- the "inside" object, which is described in Section 3.1.</t>
        <t>Because there are several types of application/pkcs7-mime objects, a
sending agent <bcp14>SHOULD</bcp14> do as much as possible to help a receiving agent
know about the contents of the object without forcing the receiving
agent to decode the ASN.1 for the object.  The Content-Type header
field of all application/pkcs7-mime objects <bcp14>SHOULD</bcp14> include the
optional "smime-type" parameter, as described in the following
sections.</t>
        <section anchor="the-name-and-filename-parameters">
          <name>The name and filename Parameters</name>
          <t>For application/pkcs7-mime, sending agents <bcp14>SHOULD</bcp14> emit the
optional "name" parameter to the Content-Type field for compatibility
with older systems.  Sending agents <bcp14>SHOULD</bcp14> also emit the optional
Content-Disposition field <xref target="RFC2183"/> with the "filename" parameter.
If a sending agent emits the above parameters, the value of the
parameters <bcp14>SHOULD</bcp14> be a filename with the appropriate extension:</t>
          <artwork><![CDATA[
                                                             File
Media Type                                                Extension
-------------------------------------------------------------------
application/pkcs7-mime (SignedData, EnvelopedData,           .p7m
   AuthEnvelopedData)
application/pkcs7-mime (degenerate SignedData certificate    .p7c
   management message)
application/pkcs7-mime (CompressedData)                      .p7z
application/pkcs7-signature (SignedData)                     .p7s
]]></artwork>
          <t>In addition, the filename <bcp14>SHOULD</bcp14> be limited to eight characters
followed by a three-letter extension.  The eight-character filename
base can be any distinct name; the use of the filename base "smime"
<bcp14>SHOULD</bcp14> be used to indicate that the MIME entity is associated with
S/MIME.</t>
          <t>Including a filename serves two purposes.  It facilitates easier use
of S/MIME objects as files on disk.  It also can convey type
information across gateways.  When a MIME entity of type
application/pkcs7-mime (for example) arrives at a gateway that has no
special knowledge of S/MIME, it will default the entity's media type
to application/octet-stream and treat it as a generic attachment,
thus losing the type information.  However, the suggested filename
for an attachment is often carried across a gateway.  This often
allows the receiving systems to determine the appropriate application
to hand the attachment off to -- in this case, a standalone S/MIME
processing application.  Note that this mechanism is provided as a
convenience for implementations in certain environments.  A proper
S/MIME implementation <bcp14>MUST</bcp14> use the media types and <bcp14>MUST NOT</bcp14> rely on
the file extensions.</t>
        </section>
        <section anchor="the-smime-type-parameter">
          <name>The smime-type Parameter</name>
          <t>The application/pkcs7-mime content type defines the optional
"smime-type" parameter.  The intent of this parameter is to convey
details about the security applied (signed or enveloped) along with
information about the contained content.  This specification defines
the following smime-types.</t>
          <artwork><![CDATA[
    Name                   CMS Type              Inner Content
    ----------------------------------------------------------
    enveloped-data         EnvelopedData         id-data
    signed-data            SignedData            id-data
    certs-only             SignedData            id-data
    compressed-data        CompressedData        id-data
    authEnveloped-data     AuthEnvelopedData     id-data
]]></artwork>
          <t>In order for consistency to be obtained with future specifications,
the following guidelines <bcp14>SHOULD</bcp14> be followed when assigning a new
smime-type parameter.</t>
          <ol spacing="normal" type="1"><li>
              <t>If both signing and encryption can be applied to the content,
then three values for smime-type <bcp14>SHOULD</bcp14> be assigned: "signed-<em>",
"authEnv-</em>", and "enveloped-*".  If one operation can be
assigned, then this can be omitted.  Thus, since "certs-only" can
only be signed, "signed-" is omitted.</t>
            </li>
            <li>
              <t>A common string for a content OID <bcp14>SHOULD</bcp14> be assigned.  We use
"data" for the id-data content OID when MIME is the inner
content.</t>
            </li>
            <li>
              <t>If no common string is assigned, then the common string of
"OID.&lt;oid&gt;" is recommended (for example,
"OID.2.16.840.1.101.3.4.1.2" would be AES-128 CBC).</t>
            </li>
          </ol>
          <t>It is explicitly intended that this field be a suitable hint for mail
client applications to indicate whether a message is "signed",
"authEnveloped", or "enveloped" without having to tunnel into the CMS
payload.</t>
          <t>A registry for additional smime-type parameter values has been
defined in <xref target="RFC7114"/>.</t>
        </section>
      </section>
      <section anchor="creating-an-enveloped-only-message">
        <name>Creating an Enveloped-Only Message</name>
        <t>This section describes the format for enveloping a MIME entity
without signing it.  It is important to note that sending enveloped
but not signed messages does not provide for data integrity.  The
"enveloped-only" structure does not support authenticated symmetric
algorithms.  Use the "authenticated enveloped" structure for these
algorithms.  Thus, it is possible to replace ciphertext in such a way
that the processed message will still be valid, but the meaning can
be altered.</t>
        <dl>
          <dt>Step 1:</dt>
          <dd>
            <t>The MIME entity to be enveloped is prepared according to Section 3.1.</t>
          </dd>
          <dt>Step 2:</dt>
          <dd>
            <t>The MIME entity and other required data are processed into a CMS
object of type EnvelopedData.  In addition to encrypting a copy of
the content-encryption key (CEK) for each recipient, a copy of the
CEK <bcp14>SHOULD</bcp14> be encrypted for the originator and included in the
EnvelopedData (see <xref target="RFC5652"/>, Section 6).</t>
          </dd>
          <dt>Step 3:</dt>
          <dd>
            <t>The EnvelopedData object is wrapped in a CMS ContentInfo object.</t>
          </dd>
          <dt>Step 4:</dt>
          <dd>
            <t>The ContentInfo object is inserted into an application/pkcs7-mime
MIME entity.</t>
          </dd>
        </dl>
        <t>The smime-type parameter for enveloped-only messages is
"enveloped-data".  The file extension for this type of message
is ".p7m".</t>
        <t>A sample message would be:</t>
        <artwork><![CDATA[
Content-Type: application/pkcs7-mime; name=smime.p7m;
   smime-type=enveloped-data
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=smime.p7m

MIIBHgYJKoZIhvcNAQcDoIIBDzCCAQsCAQAxgcAwgb0CAQAwJjASMRAwDgYDVQQDEw
dDYXJsUlNBAhBGNGvHgABWvBHTbi7NXXHQMA0GCSqGSIb3DQEBAQUABIGAC3EN5nGI
iJi2lsGPcP2iJ97a4e8kbKQz36zg6Z2i0yx6zYC4mZ7mX7FBs3IWg+f6KgCLx3M1eC
bWx8+MDFbbpXadCDgO8/nUkUNYeNxJtuzubGgzoyEd8Ch4H/dd9gdzTd+taTEgS0ip
dSJuNnkVY4/M652jKKHRLFf02hosdR8wQwYJKoZIhvcNAQcBMBQGCCqGSIb3DQMHBA
gtaMXpRwZRNYAgDsiSf8Z9P43LrY4OxUk660cu1lXeCSFOSOpOJ7FuVyU=
]]></artwork>
      </section>
      <section anchor="creating-an-authenticated-enveloped-only-message">
        <name>Creating an Authenticated Enveloped-Only Message</name>
        <t>This section describes the format for enveloping a MIME entity
without signing it.  Authenticated enveloped messages provide
confidentiality and data integrity.  It is important to note that
sending authenticated enveloped messages does not provide for proof
of origination when using S/MIME.  It is possible for a third party
to replace ciphertext in such a way that the processed message will
still be valid, but the meaning can be altered.  However, this is
substantially more difficult than it is for an enveloped-only
message, as the algorithm does provide a level of authentication.
Any recipient for whom the message is encrypted can replace it
without detection.</t>
        <dl>
          <dt>Step 1:</dt>
          <dd>
            <t>The MIME entity to be enveloped is prepared according to Section 3.1.</t>
          </dd>
          <dt>Step 2:</dt>
          <dd>
            <t>The MIME entity and other required data are processed into a CMS
object of type AuthEnvelopedData.  In addition to encrypting a copy
of the CEK for each recipient, a copy of the CEK <bcp14>SHOULD</bcp14> be encrypted
for the originator and included in the AuthEnvelopedData (see <xref target="RFC5083"/>).</t>
          </dd>
          <dt>Step 3:</dt>
          <dd>
            <t>The AuthEnvelopedData object is wrapped in a CMS ContentInfo object.</t>
          </dd>
          <dt>Step 4:</dt>
          <dd>
            <t>The ContentInfo object is inserted into an application/pkcs7-mime MIME entity.</t>
          </dd>
        </dl>
        <t>The smime-type parameter for authenticated enveloped-only messages is
"authEnveloped-data".  The file extension for this type of message
is ".p7m".</t>
        <t>A sample message would be:</t>
        <artwork><![CDATA[
Content-Type: application/pkcs7-mime; smime-type=authEnveloped-data;
   name=smime.p7m
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=smime.p7m

MIIDWQYLKoZIhvcNAQkQARegggNIMIIDRAIBADGBvjCBuwIBADAmMBIxEDAO
BgNVBAMTB0NhcmxSU0ECEEY0a8eAAFa8EdNuLs1dcdAwCwYJKoZIhvcNAQEB
BIGAgyZJo0ERTxA4xdTri5P5tVMyh0RARepTUCORZvlUbcUlaI8IpJZH3/J1
Fv6MxTRS4O/K+ZcTlQmYeWLQvwdltQdOIP3mhpqXzTnOYhTK1IDtF2zx75Lg
vE+ilpcLIzXfJB4RCBPtBWaHAof4Wb+VMQvLkk9OolX4mRSH1LPktgAwggJq
BgkqhkiG9w0BBwEwGwYJYIZIAWUDBAEGMA4EDGPizioC9OHSsnNx4oCCAj7Y
Cb8rOy8+55106newEJohC/aDgWbJhrMKzSOwa7JraXOV3HXD3NvKbl665dRx
vmDwSCNaLCRU5q8/AxQx2SvnAbM+JKcEfC/VFdd4SiHNiUECAApLku2rMi5B
WrhW/FXmx9d+cjum2BRwB3wj0q1wajdB0/kVRbQwg697dnlYyUog4vpJERjr
7KAkawZx1RMHaM18wgZjUNpCBXFS3chQi9mTBp2i2Hf5iZ8OOtTx+rCQUmI6
Jhy03vdcPCCARBjn3v0d3upZYDZddMA41CB9fKnnWFjadV1KpYwv80tqsEfx
Vo0lJQ5VtJ8MHJiBpLVKadRIZ4iH2ULC0JtN5mXE1SrFKh7cqbJ4+7nqSRL3
oBTud3rX41DGshOjpqcYHT4sqYlgZkc6dp0g1+hF1p3cGmjHdpysV2NVSUev
ghHbvSqhIsXFzRSWKiZOigmlkv3R5LnjpYyP4brM62Jl7y0qborvV4dNMz7m
D+5YxSlH0KAe8z6TT3LHuQdN7QCkFoiUSCaNhpAFaakkGIpqcqLhpOK4lXxt
kptCG93eUwNCcTxtx6bXufPR5TUHohvZvfeqMp42kL37FJC/A8ZHoOxXy8+X
X5QYxCQNuofWlvnIWv0Nr8w65x6lgVjPYmd/cHwzQKBTBMXN6pBud/PZL5zF
tw3QHlQkBR+UflMWZKeN9L0KdQ27mQlCo5gQS85aifxoiiA2v9+0hxZw91rP
IW4D+GS7oMMoKj8ZNyCJJsyf5smRZ+WxeBoolb3+TiGcBBCsRnfe6noLZiFO
6Zeu2ZwE
]]></artwork>
      </section>
      <section anchor="creating-a-signed-only-message">
        <name>Creating a Signed-Only Message</name>
        <t>There are two formats for signed messages defined for S/MIME:</t>
        <ul spacing="normal">
          <li>
            <t>application/pkcs7-mime with SignedData.</t>
          </li>
          <li>
            <t>multipart/signed.</t>
          </li>
        </ul>
        <t>In general, the multipart/signed form is preferred for sending, and
receiving agents <bcp14>MUST</bcp14> be able to handle both.</t>
        <section anchor="choosing-a-format-for-signed-only-messages">
          <name>Choosing a Format for Signed-Only Messages</name>
          <t>There are no hard-and-fast rules as to when a particular signed-only
format is chosen.  It depends on the capabilities of all the
receivers and the relative importance of receivers with S/MIME
facilities being able to verify the signature versus the importance
of receivers without S/MIME software being able to view the message.</t>
          <t>Messages signed using the multipart/signed format can always be
viewed by the receiver whether or not they have S/MIME software.
They can also be viewed whether they are using a MIME-native user
agent or they have messages translated by a gateway.  In this
context, "be viewed" means the ability to process the message
essentially as if it were not a signed message, including any other
MIME structure the message might have.</t>
          <t>Messages signed using the SignedData format cannot be viewed by a
recipient unless they have S/MIME facilities.  However, the
SignedData format protects the message content from being changed by
benign intermediate agents.  Such agents might do line wrapping or
content-transfer encoding changes that would break the signature.</t>
        </section>
        <section anchor="signing-using-applicationpkcs7-mime-with-signeddata">
          <name>Signing Using application/pkcs7-mime with SignedData</name>
          <t>This signing format uses the application/pkcs7-mime media type.  The
steps to create this format are as follows:</t>
          <dl>
            <dt>Step 1:</dt>
            <dd>
              <t>The MIME entity is prepared according to Section 3.1.</t>
            </dd>
            <dt>Step 2:</dt>
            <dd>
              <t>The MIME entity and other required data are processed into a CMS
object of type SignedData.</t>
            </dd>
            <dt>Step 3:</dt>
            <dd>
              <t>The SignedData object is wrapped in a CMS ContentInfo object.</t>
            </dd>
            <dt>Step 4:</dt>
            <dd>
              <t>The ContentInfo object is inserted into an application/pkcs7-mime
MIME entity.</t>
            </dd>
          </dl>
          <t>The smime-type parameter for messages using application/pkcs7-mime
with SignedData is "signed-data".  The file extension for this type
of message is ".p7m".</t>
          <t>A sample message would be:</t>
          <artwork><![CDATA[
Content-Type: application/pkcs7-mime; smime-type=signed-data;
   name=smime.p7m
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=smime.p7m

MIIDmQYJKoZIhvcNAQcCoIIDijCCA4YCAQExCTAHBgUrDgMCGjAtBgkqhkiG9w0BBw
GgIAQeDQpUaGlzIGlzIHNvbWUgc2FtcGxlIGNvbnRlbnQuoIIC4DCCAtwwggKboAMC
AQICAgDIMAkGByqGSM44BAMwEjEQMA4GA1UEAxMHQ2FybERTUzAeFw05OTA4MTcwMT
EwNDlaFw0zOTEyMzEyMzU5NTlaMBMxETAPBgNVBAMTCEFsaWNlRFNTMIIBtjCCASsG
ByqGSM44BAEwggEeAoGBAIGNze2D6gqeOT7CSCij5EeT3Q7XqA7sU8WrhAhP/5Thc0
h+DNbzREjR/p+vpKGJL+HZMMg23j+bv7dM3F9piuR10DcMkQiVm96nXvn89J8v3UOo
i1TxP7AHCEdNXYjDw7Wz41UIddU5dhDEeL3/nbCElzfy5FEbteQJllzzflvbAhUA4k
emGkVmuBPG2o+4NyErYov3k80CgYAmONAUiTKqOfs+bdlLWWpMdiM5BAI1XPLLGjDD
HlBd3ZtZ4s2qBT1YwHuiNrhuB699ikIlp/R1z0oIXks+kPht6pzJIYo7dhTpzi5dow
fNI4W4LzABfG1JiRGJNkS9+MiVSlNWteL5c+waYTYfEX/Cve3RUP+YdMLRgUpgObo2
OQOBhAACgYBc47ladRSWC6l63eM/qeysXty9txMRNKYWiSgRI9k0hmd1dRMSPUNbb+
VRv/qJ8qIbPiR9PQeNW2PIu0WloErjhdbOBoA/6CN+GvIkq1MauCcNHu8Iv2YUgFxi
rGX6FYvxuzTU0pY39mFHssQyhPB+QUD9RqdjTjPypeL08oPluKOBgTB/MAwGA1UdEw
EB/wQCMAAwDgYDVR0PAQH/BAQDAgbAMB8GA1UdIwQYMBaAFHBEPoIub4feStN14z0g
vEMrk/EfMB0GA1UdDgQWBBS+bKGz48H37UNwpM4TAeL945f+zTAfBgNVHREEGDAWgR
RBbGljZURTU0BleGFtcGxlLmNvbTAJBgcqhkjOOAQDAzAAMC0CFFUMpBkfQiuJcSIz
jYNqtT1na79FAhUAn2FTUlQLXLLd2ud2HeIQUltDXr0xYzBhAgEBMBgwEjEQMA4GA1
UEAxMHQ2FybERTUwICAMgwBwYFKw4DAhowCQYHKoZIzjgEAwQuMCwCFD1cSW6LIUFz
eXle3YI5SKSBer/sAhQmCq7s/CTFHOEjgASeUjbMpx5g6A==
]]></artwork>
        </section>
        <section anchor="signing-using-the-multipartsigned-format">
          <name>Signing Using the multipart/signed Format</name>
          <t>This format is a clear-signing format.  Recipients without any S/MIME
or CMS processing facilities are able to view the message.  It makes
use of the multipart/signed media type described in <xref target="RFC1847"/>.  The
multipart/signed media type has two parts.  The first part contains
the MIME entity that is signed; the second part contains the
"detached signature" CMS SignedData object in which the
encapContentInfo eContent field is absent.</t>
          <section anchor="the-applicationpkcs7-signature-media-type">
            <name>The application/pkcs7-signature Media Type</name>
            <t>This media type always contains a CMS ContentInfo containing a single
CMS object of type SignedData.  The SignedData encapContentInfo
eContent field <bcp14>MUST</bcp14> be absent.  The signerInfos field contains the
signatures for the MIME entity.</t>
            <t>The file extension for signed-only messages using
application/pkcs7-signature is ".p7s".</t>
          </section>
          <section anchor="creating-a-multipartsigned-message">
            <name>Creating a multipart/signed Message</name>
            <dl>
              <dt>Step 1:</dt>
              <dd>
                <t>The MIME entity to be signed is prepared according to Section 3.1,
taking special care for clear-signing.</t>
              </dd>
              <dt>Step 2:</dt>
              <dd>
                <t>The MIME entity is presented to CMS processing in order to obtain
an object of type SignedData in which the encapContentInfo eContent
field is absent.</t>
              </dd>
              <dt>Step 3:</dt>
              <dd>
                <t>The MIME entity is inserted into the first part of a
multipart/signed message with no processing other than that
described in Section 3.1.</t>
              </dd>
              <dt>Step 4:</dt>
              <dd>
                <t>Transfer encoding is applied to the "detached signature" CMS
SignedData object, and it is inserted into a MIME entity of
type application/pkcs7-signature.</t>
              </dd>
              <dt>Step 5:</dt>
              <dd>
                <t>The MIME entity of the application/pkcs7-signature is
inserted into the second part of the multipart/signed
entity.</t>
              </dd>
            </dl>
            <t>The multipart/signed Content-Type has two required parameters: the
protocol parameter and the micalg parameter.</t>
            <t>The protocol parameter <bcp14>MUST</bcp14> be "application/pkcs7-signature".  Note
that quotation marks are required around the protocol parameter
because MIME requires that the "/" character in the parameter value
<bcp14>MUST</bcp14> be quoted.</t>
            <t>The micalg parameter allows for one-pass processing when the
signature is being verified.  The value of the micalg parameter is
dependent on the message digest algorithm(s) used in the calculation
of the Message Integrity Check.  If multiple message digest
algorithms are used, they <bcp14>MUST</bcp14> be separated by commas per <xref target="RFC1847"/>.
The values to be placed in the micalg parameter <bcp14>SHOULD</bcp14> be from the
following:</t>
            <artwork><![CDATA[
     Algorithm      Value Used
     -----------------------------------------------------------
     MD5*           md5
     SHA-1*         sha-1
     SHA-224        sha-224
     SHA-256        sha-256
     SHA-384        sha-384
     SHA-512        sha-512
     Any other      (defined separately in the algorithm profile
                     or "unknown" if not defined)
]]></artwork>
            <dl>
              <dt>Note:</dt>
              <dd>
                <t>MD5 and SHA-1 are historical and no longer considered secure.
See Appendix B for details.</t>
              </dd>
              <dt>Historical note:</dt>
              <dd>
                <t>Some early implementations of S/MIME emitted and
expected "rsa-md5", "rsa-sha1", and "sha1" for the micalg parameter.)
Receiving agents <bcp14>SHOULD</bcp14> be able to recover gracefully from a micalg
parameter value that they do not recognize.  Future values for this
parameter will be taken from the IANA "Hash Function Textual Names"
registry.</t>
              </dd>
            </dl>
          </section>
          <section anchor="sample-multipartsigned-message">
            <name>Sample multipart/signed Message</name>
            <artwork><![CDATA[
Content-Type: multipart/signed;
    micalg=sha-256;
    boundary="----=_NextBoundary____Fri,_06_Sep_2002_00:25:21";
    protocol="application/pkcs7-signature"

This is a multipart message in MIME format.

------=_NextBoundary____Fri,_06_Sep_2002_00:25:21

This is some sample content.
------=_NextBoundary____Fri,_06_Sep_2002_00:25:21
Content-Type: application/pkcs7-signature; name=smime.p7s
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=smime.p7s

MIIBJgYJKoZIhvcNAQcCoIIBFzCCARMCAQExADALBgkqhkiG9w0BBwExgf4w
gfsCAQIwJjASMRAwDgYDVQQDEwdDYXJsUlNBAhBGNGvHgABWvBHTbi7EELOw
MAsGCWCGSAFlAwQCAaAxMC8GCSqGSIb3DQEJBDEiBCCxwpZGNZzTSsugsn+f
lEidzQK4mf/ozKqfmbxhcIkKqjALBgkqhkiG9w0BAQsEgYB0XJV7fjPa5Nuh
oth5msDfP8A5urYUMjhNpWgXG8ae3XpppqVrPi2nVO41onHnkByjkeD/wc31
A9WH8MzFQgSTsrJ65JvffTTXkOpRPxsSHn3wJFwP/atWHkh8YK/jR9bULhUl
Mv5jQEDiwVX5DRasxu6Ld8zv9u5/TsdBNiufGw==

------=_NextBoundary____Fri,_06_Sep_2002_00:25:21--
]]></artwork>
            <t>The content that is digested (the first part of the multipart/signed)
consists of the bytes:</t>
            <t>54 68 69 73 20 69 73 20 73 6f 6d 65 20 73 61 6d 70 6c 65 20 63 6f 6e
74 65 6e 74 2e 0d 0a</t>
          </section>
        </section>
      </section>
      <section anchor="creating-a-compressed-only-message">
        <name>Creating a Compressed-Only Message</name>
        <t>This section describes the format for compressing a MIME entity.
Please note that versions of S/MIME prior to version 3.1 did not
specify any use of CompressedData and will not recognize it.  The use
of a capability to indicate the ability to receive CompressedData is
described in <xref target="RFC3274"/> and is the preferred method for compatibility.</t>
        <dl>
          <dt>Step 1:</dt>
          <dd>
            <t>The MIME entity to be compressed is prepared according to Section 3.1.</t>
          </dd>
          <dt>Step 2:</dt>
          <dd>
            <t>The MIME entity and other required data are processed into a CMS
object of type CompressedData.</t>
          </dd>
          <dt>Step 3:</dt>
          <dd>
            <t>The CompressedData object is wrapped in a CMS ContentInfo object.</t>
          </dd>
          <dt>Step 4:</dt>
          <dd>
            <t>The ContentInfo object is inserted into an
application/pkcs7-mime MIME entity.</t>
          </dd>
        </dl>
        <t>The smime-type parameter for compressed-only messages is
"compressed-data".  The file extension for this type of message
is ".p7z".</t>
        <t>A sample message would be:</t>
        <artwork><![CDATA[
Content-Type: application/pkcs7-mime; smime-type=compressed-data;
   name=smime.p7z
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=smime.p7z

eNoLycgsVgCi4vzcVIXixNyCnFSF5Py8ktS8Ej0AlCkKVA==
]]></artwork>
      </section>
      <section anchor="multiple-operations">
        <name>Multiple Operations</name>
        <t>The signed-only, enveloped-only, and compressed-only MIME formats can
be nested.  This works because these formats are all MIME entities
that encapsulate other MIME entities.</t>
        <t>An S/MIME implementation <bcp14>MUST</bcp14> be able to receive and process
arbitrarily nested S/MIME within reasonable resource limits of the
recipient computer.</t>
        <t>It is possible to apply any of the signing, encrypting, and
compressing operations in any order.  It is up to the implementer and
the user to choose.  When signing first, the signatories are then
securely obscured by the enveloping.  When enveloping first, the
signatories are exposed, but it is possible to verify signatures
without removing the enveloping.  This can be useful in an
environment where automatic signature verification is desired, as no
private key material is required to verify a signature.</t>
        <t>There are security ramifications related to choosing whether to sign
first or encrypt first.  A recipient of a message that is encrypted
and then signed can validate that the encrypted block was unaltered
but cannot determine any relationship between the signer and the
unencrypted contents of the message.  A recipient of a message that
is signed and then encrypted can assume that the signed message
itself has not been altered but that a careful attacker could have
changed the unauthenticated portions of the encrypted message.</t>
        <t>When using compression, keep the following guidelines in mind:</t>
        <ul spacing="normal">
          <li>
            <t>Compression of encrypted data that is transferred as binary data
is discouraged, since it will not yield significant compression.
Encrypted data that is transferred as base64-encoded data could
benefit as well.</t>
          </li>
          <li>
            <t>If a lossy compression algorithm is used with signing, you will
need to compress first, then sign.</t>
          </li>
        </ul>
      </section>
      <section anchor="creating-a-certificate-management-message">
        <name>Creating a Certificate Management Message</name>
        <t>The certificate management message or MIME entity is used to
transport certificates and/or Certificate Revocation Lists (CRLs),
such as in response to a registration request.</t>
        <dl>
          <dt>Step 1:</dt>
          <dd>
            <t>The certificates and/or CRLs are made available to the CMS
generating process that creates a CMS object of type
SignedData.  The SignedData encapContentInfo eContent field
<bcp14>MUST</bcp14> be absent, and the signerInfos field <bcp14>MUST</bcp14> be empty.</t>
          </dd>
          <dt>Step 2:</dt>
          <dd>
            <t>The SignedData object is wrapped in a CMS ContentInfo object.</t>
          </dd>
          <dt>Step 3:</dt>
          <dd>
            <t>The ContentInfo object is enclosed in an
application/pkcs7-mime MIME entity.</t>
          </dd>
        </dl>
        <t>The smime-type parameter for a certificate management message is
"certs-only".  The file extension for this type of message is ".p7c".</t>
      </section>
      <section anchor="registration-requests">
        <name>Registration Requests</name>
        <t>A sending agent that signs messages <bcp14>MUST</bcp14> have a certificate for the
signature so that a receiving agent can verify the signature.  There
are many ways of getting certificates, such as through an exchange
with a certification authority, through a hardware token or diskette,
and so on.</t>
        <t>S/MIME v2 [SMIMEv2] specified a method for "registering" public keys
with certificate authorities using an application/pkcs10 body part.
Since that time, the IETF PKIX Working Group has developed other
methods for requesting certificates.  However, S/MIME v4.0 does not
require a particular certificate request mechanism.</t>
      </section>
      <section anchor="identifying-an-smime-message">
        <name>Identifying an S/MIME Message</name>
        <t>Because S/MIME takes into account interoperation in non-MIME
environments, several different mechanisms are employed to carry the
type information, and it becomes a bit difficult to identify S/MIME
messages.  The following table lists criteria for determining whether
or not a message is an S/MIME message.  A message is considered an
S/MIME message if it matches any of the criteria listed below.</t>
        <t>The file suffix in the table below comes from the "name" parameter in
the Content-Type header field or the "filename" parameter in the
Content-Disposition header field.  The MIME parameters that carry the
file suffix are not listed below.</t>
        <artwork><![CDATA[
Media Type                 Parameters                     File Suffix
---------------------------------------------------------------------
application/pkcs7-mime     N/A                            N/A

multipart/signed           protocol=                      N/A
                           "application/pkcs7-signature"

application/octet-stream   N/A                            p7m, p7s,
                                                          p7c, p7z
]]></artwork>
      </section>
    </section>
    <section anchor="certificate-processing">
      <name>Certificate Processing</name>
      <t>A receiving agent <bcp14>MUST</bcp14> provide some certificate retrieval mechanism
in order to gain access to certificates for recipients of digital
envelopes.  This specification does not cover how S/MIME agents
handle certificates -- only what they do after a certificate has been
validated or rejected.  S/MIME certificate issues are covered in
<xref target="RFC5750"/>.</t>
      <t>At a minimum, for initial S/MIME deployment, a user agent could
automatically generate a message to an intended recipient requesting
that recipient's certificate in a signed return message.  Receiving
and sending agents <bcp14>SHOULD</bcp14> also provide a mechanism to allow a user to
"store and protect" certificates for correspondents in such a way as
to guarantee their later retrieval.</t>
      <section anchor="key-pair-generation">
        <name>Key Pair Generation</name>
        <t>All key pairs <bcp14>MUST</bcp14> be generated from a good source of
non-deterministic random input <xref target="RFC4086"/>, and the private key <bcp14>MUST</bcp14> be
protected in a secure fashion.</t>
        <t>An S/MIME user agent <bcp14>MUST NOT</bcp14> generate asymmetric keys less than
2048 bits for use with an RSA signature algorithm.</t>
        <t>For 2048-bit through 4096-bit RSA with SHA-256, see <xref target="RFC5754"/> and
<xref target="FIPS186-4"/>.  The first reference provides the signature algorithm's
OID, and the second provides the signature algorithm's definition.</t>
        <t>For RSASSA-PSS with SHA-256, see <xref target="RFC4056"/>.  For RSAES-OAEP, see
<xref target="RFC3560"/>.</t>
      </section>
      <section anchor="signature-generation">
        <name>Signature Generation</name>
        <t>The following are the requirements for an S/MIME agent when
generating RSA and RSASSA-PSS signatures:</t>
        <artwork><![CDATA[
        key size <= 2047 : SHOULD NOT (Note 2)
2048 <= key size <= 4096 : SHOULD     (Note 1)
4096 <  key size         : MAY        (Note 1)

Note 1: See Security Considerations in Section 6.
Note 2: See Historical Mail Considerations in Appendix B.
]]></artwork>
        <t>Key sizes for ECDSA and EdDSA are fixed by the curve.</t>
      </section>
      <section anchor="signature-verification">
        <name>Signature Verification</name>
        <t>The following are the requirements for S/MIME receiving agents during
verification of RSA and RSASSA-PSS signatures:</t>
        <artwork><![CDATA[
        key size <= 2047 : SHOULD NOT (Note 2)
2048 <= key size <= 4096 : MUST       (Note 1)
4096 <  key size         : MAY        (Note 1)

Note 1: See Security Considerations in Section 6.
Note 2: See Historical Mail Considerations in Appendix B.
]]></artwork>
        <t>Key sizes for ECDSA and EdDSA are fixed by the curve.</t>
      </section>
      <section anchor="encryption">
        <name>Encryption</name>
        <t>The following are the requirements for an S/MIME agent when
establishing keys for content encryption using the RSA and RSA-OAEP
algorithms:</t>
        <artwork><![CDATA[
        key size <= 2047 : SHOULD NOT (Note 2)
2048 <= key size <= 4096 : SHOULD     (Note 1)
4096 <  key size         : MAY        (Note 1)

Note 1: See Security Considerations in Section 6.
Note 2: See Historical Mail Considerations in Appendix B.
]]></artwork>
        <t>Key sizes for ECDH are fixed by the curve.</t>
      </section>
      <section anchor="decryption">
        <name>Decryption</name>
        <t>The following are the requirements for an S/MIME agent when
establishing keys for content decryption using the RSA and RSAES-OAEP
algorithms:</t>
        <artwork><![CDATA[
        key size <= 2047 : MAY        (Note 2)
2048 <= key size <= 4096 : MUST       (Note 1)
4096 <  key size         : MAY        (Note 1)

Note 1: See Security Considerations in Section 6.
Note 2: See Historical Mail Considerations in Appendix B.
]]></artwork>
        <t>Key sizes for ECDH are fixed by the curve.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section (1) updates the media type registrations for
application/pkcs7-mime and application/pkcs7-signature to refer to
this document as opposed to RFC 5751, (2) adds authEnveloped-data to
the list of values for smime-type, and (3) updates references from
RFC 5751 to this document in general.</t>
      <t>Note that other documents can define additional media types for
S/MIME.</t>
      <section anchor="media-type-for-applicationpkcs7-mime">
        <name>Media Type for application/pkcs7-mime</name>
        <artwork><![CDATA[
Type name: application

Subtype Name: pkcs7-mime

Required Parameters: NONE

Optional Parameters: smime-type
                     name

Encoding Considerations: See Section 3 of this document

Security Considerations: See Section 6 of this document

Interoperability Considerations: See Sections 1-6 of this document

Published Specification: RFC 2311, RFC 2633, RFC 5751,
                         and this document

Applications that use this media type: Security applications

Fragment identifier considerations: N/A

Additional information:
    Deprecated alias names for this type: N/A
    Magic number(s): N/A
    File extensions(s): See Section 3.2.1 of this document
    Macintosh file type code(s): N/A

Person & email address to contact for further information:
   The IESG <iesg@ietf.org>

Intended usage: COMMON

Restrictions on usage: NONE

Author: Sean Turner

Change Controller: LAMPS working group delegated from the IESG
]]></artwork>
      </section>
      <section anchor="media-type-for-applicationpkcs7-signature">
        <name>Media Type for application/pkcs7-signature</name>
        <artwork><![CDATA[
Type name: application

Subtype Name: pkcs7-signature

Required Parameters: N/A

Optional Parameters: N/A

Encoding Considerations: See Section 3 of this document

Security Considerations: See Section 6 of this document

Interoperability Considerations: See Sections 1-6 of this document

Published Specification: RFC 2311, RFC 2633, RFC 5751,
                         and this document

Applications that use this media type: Security applications

Fragment identifier considerations: N/A

Additional information:
    Deprecated alias names for this type: N/A
    Magic number(s): N/A
    File extensions(s): See Section 3.2.1 of this document
    Macintosh file type code(s): N/A

Person & email address to contact for further information:
   The IESG <iesg@ietf.org>

Intended usage: COMMON

Restrictions on usage: N/A

Author: Sean Turner

Change Controller: LAMPS working group delegated from the IESG
]]></artwork>
      </section>
      <section anchor="authenveloped-data-smime-type">
        <name>authEnveloped-data smime-type</name>
        <t>IANA has registered the following value in the "Parameter Values for
the smime-type Parameter" registry.</t>
        <artwork><![CDATA[
   smime-type value: authEnveloped-data

   Reference: RFC 8551, Section 3.2.2
]]></artwork>
      </section>
      <section anchor="reference-updates">
        <name>Reference Updates</name>
        <t>IANA is to update all references to RFC 5751 to this document.  Known
registries to be updated are "CoAP Content-Formats" and "media-
types".</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Cryptographic algorithms will be broken or weakened over time.
Implementers and users need to check that the cryptographic
algorithms listed in this document continue to provide the expected
level of security.  The IETF from time to time may issue documents
dealing with the current state of the art.  For example:</t>
      <ul spacing="normal">
        <li>
          <t>The Million Message Attack described in RFC 3218 <xref target="RFC3218"/>.</t>
        </li>
        <li>
          <t>The Diffie-Hellman "small-subgroup" attacks described in RFC 2785
<xref target="RFC2785"/>.</t>
        </li>
        <li>
          <t>The attacks against hash algorithms described in RFC 4270
<xref target="RFC4270"/>.</t>
        </li>
      </ul>
      <t>This specification uses Public-Key Cryptography technologies.  It is
assumed that the private key is protected to ensure that it is not
accessed or altered by unauthorized parties.</t>
      <t>It is impossible for most people or software to estimate the value of
a message's content.  Further, it is impossible for most people or
software to estimate the actual cost of recovering an encrypted
message's content that is encrypted with a key of a particular size.
Further, it is quite difficult to determine the cost of a failed
decryption if a recipient cannot process a message's content.  Thus,
choosing between different key sizes (or choosing whether to just use
plaintext) is also impossible for most people or software.  However,
decisions based on these criteria are made all the time, and
therefore this specification gives a framework for using those
estimates in choosing algorithms.</t>
      <t>The choice of 2048 bits as an RSA asymmetric key size in this
specification is based on the desire to provide at least 100 bits of
security.  The key sizes that must be supported to conform to this
specification seem appropriate for the Internet, based on <xref target="RFC3766"/>.
Of course, there are environments, such as financial and medical
systems, that may select different key sizes.  For this reason, an
implementation <bcp14>MAY</bcp14> support key sizes beyond those recommended in this
specification.</t>
      <t>Receiving agents that validate signatures and sending agents that
encrypt messages need to be cautious of cryptographic processing
usage when validating signatures and encrypting messages using keys
larger than those mandated in this specification.  An attacker could
send certificates with keys that would result in excessive
cryptographic processing -- for example, keys larger than those
mandated in this specification, as such keys could swamp the
processing element.  Agents that use such keys without first
validating the certificate to a trust anchor are advised to have some
sort of cryptographic resource management system to prevent such
attacks.</t>
      <t>Some cryptographic algorithms such as RC2 offer little actual
security over sending plaintext.  Other algorithms such as TripleDES
provide security but are no longer considered to be state of the art.
S/MIME requires the use of current state-of-the-art algorithms such
as AES and provides the ability to announce cryptographic
capabilities to parties with whom you communicate.  This allows the
sender to create messages that can use the strongest common
encryption algorithm.  Using algorithms such as RC2 is never
recommended unless the only alternative is no cryptography.</t>
      <t>RSA and DSA keys of less than 2048 bits are now considered by many
experts to be cryptographically insecure (due to advances in
computing power) and should no longer be used to protect messages.
Such keys were previously considered secure, so processing previously
received signed and encrypted mail will often result in the use of
weak keys.  Implementations that wish to support previous versions of
S/MIME or process old messages need to consider the security risks
that result from smaller key sizes (e.g., spoofed messages) versus
the costs of denial of service.  If an implementation supports
verification of digital signatures generated with RSA and DSA keys of
less than 1024 bits, it <bcp14>MUST</bcp14> warn the user.  Implementers should
consider providing different warnings for newly received messages and
previously stored messages.  Server implementations (e.g., secure
mail list servers) where user warnings are not appropriate <bcp14>SHOULD</bcp14>
reject messages with weak signatures.</t>
      <t>Implementers <bcp14>SHOULD</bcp14> be aware that multiple active key pairs can be
associated with a single individual.  For example, one key pair can
be used to support confidentiality, while a different key pair can be
used for digital signatures.</t>
      <t>If a sending agent is sending the same message using different
strengths of cryptography, an attacker watching the communications
channel might be able to determine the contents of the strongly
encrypted message by decrypting the weakly encrypted version.  In
other words, a sender <bcp14>SHOULD NOT</bcp14> send a copy of a message using
weaker cryptography than they would use for the original of the
message.</t>
      <t>Modification of the ciphertext in EnvelopedData can go undetected if
authentication is not also used, which is the case when sending
EnvelopedData without wrapping it in SignedData or enclosing
SignedData within it.  This is one of the reasons for moving from
EnvelopedData to AuthEnvelopedData, as the authenticated encryption
algorithms provide the authentication without needing the SignedData
layer.</t>
      <t>If an implementation is concerned about compliance with National
Institute of Standards and Technology (NIST) key size
recommendations, then see <xref target="SP800-57"/>.</t>
      <t>If messaging environments make use of the fact that a message is
signed to change the behavior of message processing (examples would
be running rules or UI display hints), without first verifying that
the message is actually signed and knowing the state of the
signature, this can lead to incorrect handling of the message.
Visual indicators on messages may need to have the signature
validation code checked periodically if the indicator is supposed to
give information on the current status of a message.</t>
      <t>Many people assume that the use of an authenticated encryption
algorithm is all that is needed for the sender of the message to be
authenticated.  In almost all cases, this is not a correct statement.
There are a number of preconditions that need to hold for an
authenticated encryption algorithm to provide this service:</t>
      <ul spacing="normal">
        <li>
          <t>The starting key must be bound to a single entity.  The use of a
group key only would allow for the statement that a message was
sent by one of the entities that held the key but will not
identify a specific entity.</t>
        </li>
        <li>
          <t>The message must have exactly one sender and one recipient.
Having more than one recipient would allow for the second
recipient to create a message that the first recipient would
believe is from the sender by stripping the second recipient from
the message.</t>
        </li>
        <li>
          <t>A direct path needs to exist from the starting key to the key used
as the CEK.  That path needs to guarantee that no third party
could have seen the resulting CEK.  This means that one needs to
be using an algorithm that is called a "Direct Encryption" or a
"Direct Key Agreement" algorithm in other contexts.  This means
that the starting key is (1) used directly as the CEK or (2) used
to create a secret that is then transformed into the CEK via a
KDF step.</t>
        </li>
      </ul>
      <t>S/MIME implementations almost universally use ephemeral-static rather
than static-static key agreement and do not use a shared secret for
encryption.  This means that the first precondition is not met.
<xref target="RFC6278"/> defines how to use static-static key agreement with CMS, so
the first precondition can be met.  Currently, all S/MIME key
agreement methods derive a key-encryption key (KEK) and wrap a CEK.
This violates the third precondition above.  New key agreement
algorithms that directly created the CEK without creating an
intervening KEK would need to be defined.</t>
      <t>Even when all of the preconditions are met and origination of a
message is established by the use of an authenticated encryption
algorithm, users need to be aware that there is no way to prove this
to a third party.  This is because either of the parties can
successfully create the message (or just alter the content) based on
the fact that the CEK is going to be known to both parties.  Thus,
the origination is always built on a presumption that "I did not send
this message to myself."</t>
      <t>All of the authenticated encryption algorithms in this document use
counter mode for the encryption portion of the algorithm.  This means
that the length of the plaintext will always be known, as the
ciphertext length and the plaintext length are always the same.  This
information can enable passive observers to infer information based
solely on the length of the message.  Applications for which this is
a concern need to provide some type of padding so that the length of
the message does not provide this information.</t>
      <t>When compression is used with encryption, it has the potential to
provide an additional layer of security.  However, care needs to be
taken when designing a protocol that relies on using compression, so
as not to create a compression oracle.  Compression oracle attacks
require an adaptive input to the process and attack the unknown
content of a message based on the length of the compressed output.
This means that no attack on the encryption key is necessarily
required.</t>
      <t>A recent paper on S/MIME and OpenPGP email security <xref target="Efail"/> has
pointed out a number of problems with the current S/MIME
specifications and how people have implemented mail clients.  Due to
the nature of how CBC mode operates, the modes allow for malleability
of plaintexts.  This malleability allows for attackers to make
changes in the ciphertext and, if parts of the plaintext are known,
create arbitrary blocks of plaintext.  These changes can be made
without the weak integrity check in CBC mode being triggered.  This
type of attack can be prevented by the use of an Authenticated
Encryption with Associated Data (AEAD) algorithm with a more robust
integrity check on the decryption process.  It is therefore
recommended that mail systems migrate to using AES-GCM as quickly as
possible and that the decrypted content not be acted on prior to
finishing the integrity check.</t>
      <t>The other attack that is highlighted in <xref target="Efail"/> is due to an error in
how mail clients deal with HTML and multipart/mixed messages.
Clients <bcp14>MUST</bcp14> require that a text/html content type be a complete HTML
document (per <xref target="RFC1866"/>).  Clients <bcp14>SHOULD</bcp14> treat each of the different
pieces of the multipart/mixed construct as being of different
origins.  Clients <bcp14>MUST</bcp14> treat each encrypted or signed piece of a MIME
message as being of different origins both from unprotected content
and from each other.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="CHARSETS" target="http://www.iana.org/assignments/character-sets">
          <front>
            <title>Character sets assigned by IANA</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="FIPS186-4">
          <front>
            <title>Digital signature standard (DSS)</title>
            <author>
              <organization/>
            </author>
            <date year="2013"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.fips.186-4"/>
          <refcontent>National Institute of Standards and Technology (U.S.)</refcontent>
        </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/>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.680"/>
          <seriesInfo name="ISO/IEC" value="8824-1:2015"/>
        </reference>
        <reference anchor="X.681" target="https://www.itu.int/rec/T-REC-X.681">
          <front>
            <title>Information Technology - Abstract Syntax Notation One (ASN.1): Information object specification</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.681"/>
          <seriesInfo name="ISO/IEC" value="8824-1:2015"/>
        </reference>
        <reference anchor="X.682" target="https://www.itu.int/rec/T-REC-X.682">
          <front>
            <title>Information Technology - Abstract Syntax Notation One (ASN.1): Constraint specification</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.682"/>
          <seriesInfo name="ISO/IEC" value="8824-3:2015"/>
        </reference>
        <reference anchor="X.683" target="https://www.itu.int/rec/T-REC-X.683">
          <front>
            <title>Information Technology - Abstract Syntax Notation One (ASN.1): Parameterization of ASN.1 specifications</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.683"/>
          <seriesInfo name="ISO/IEC" value="8824-4:2015"/>
        </reference>
        <reference anchor="X.690" 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:2015"/>
        </reference>
        <reference anchor="RFC1847">
          <front>
            <title>Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted</title>
            <author fullname="J. Galvin" initials="J." surname="Galvin"/>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="October" year="1995"/>
            <abstract>
              <t>This document defines a framework within which security services may be applied to MIME body parts. [STANDARDS-TRACK] This memo defines a new Simple Mail Transfer Protocol (SMTP) [1] reply code, 521, which one may use to indicate that an Internet host does not accept incoming mail. This memo defines an Experimental Protocol for the Internet community. This memo defines an extension to the SMTP service whereby an interrupted SMTP transaction can be restarted at a later time without having to repeat all of the commands and message content sent prior to the interruption. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1847"/>
          <seriesInfo name="DOI" value="10.17487/RFC1847"/>
        </reference>
        <reference anchor="RFC3370">
          <front>
            <title>Cryptographic Message Syntax (CMS) Algorithms</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2002"/>
            <abstract>
              <t>This document describes several cryptographic algorithms for use with
the Cryptographic Message Syntax (CMS) [CMS]. The CMS is used to
digitally sign, digest, authenticate, or encrypt arbitrary message
contents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3370"/>
          <seriesInfo name="DOI" value="10.17487/RFC3370"/>
        </reference>
        <reference anchor="RFC4056">
          <front>
            <title>Use of the RSASSA-PSS Signature Algorithm in Cryptographic Message Syntax (CMS)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>This document specifies the conventions for using the RSASSA-PSS (RSA Probabilistic Signature Scheme) digital signature algorithm with the Cryptographic Message Syntax (CMS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4056"/>
          <seriesInfo name="DOI" value="10.17487/RFC4056"/>
        </reference>
        <reference anchor="RFC3560">
          <front>
            <title>Use of the RSAES-OAEP Key Transport Algorithm in Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document describes the conventions for using the RSAES-OAEP key transport algorithm with the Cryptographic Message Syntax (CMS). The CMS specifies the enveloped-data content type, which consists of an encrypted content and encrypted content-encryption keys for one or more recipients. The RSAES-OAEP key transport algorithm can be used to encrypt content-encryption keys for intended recipients. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3560"/>
          <seriesInfo name="DOI" value="10.17487/RFC3560"/>
        </reference>
        <reference anchor="RFC5754">
          <front>
            <title>Using SHA2 Algorithms with Cryptographic Message Syntax</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document describes the conventions for using the Secure Hash Algorithm (SHA) message digest algorithms (SHA-224, SHA-256, SHA-384, SHA-512) with the Cryptographic Message Syntax (CMS). It also describes the conventions for using these algorithms with the CMS and the Digital Signature Algorithm (DSA), Rivest Shamir Adleman (RSA), and Elliptic Curve DSA (ECDSA) signature algorithms. Further, it provides SMIMECapabilities attribute values for each algorithm. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5754"/>
          <seriesInfo name="DOI" value="10.17487/RFC5754"/>
        </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>
        <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="RFC2634">
          <front>
            <title>Enhanced Security Services for S/MIME</title>
            <author fullname="P. Hoffman" initials="P." role="editor" surname="Hoffman"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document describes four optional security service extensions for S/MIME. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2634"/>
          <seriesInfo name="DOI" value="10.17487/RFC2634"/>
        </reference>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC2046">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2046"/>
          <seriesInfo name="DOI" value="10.17487/RFC2046"/>
        </reference>
        <reference anchor="RFC2047">
          <front>
            <title>MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text</title>
            <author fullname="K. Moore" initials="K." surname="Moore"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This particular document is the third document in the series. It describes extensions to RFC 822 to allow non-US-ASCII text data in Internet mail header fields. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2047"/>
          <seriesInfo name="DOI" value="10.17487/RFC2047"/>
        </reference>
        <reference anchor="RFC2049">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fifth and final document describes MIME conformance criteria as well as providing some illustrative examples of MIME message formats, acknowledgements, and the bibliography. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2049"/>
          <seriesInfo name="DOI" value="10.17487/RFC2049"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC4289">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document specifies IANA registration procedures for MIME external body access types and content-transfer-encodings. 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="13"/>
          <seriesInfo name="RFC" value="4289"/>
          <seriesInfo name="DOI" value="10.17487/RFC4289"/>
        </reference>
        <reference anchor="RFC8550">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 4.0 Certificate Handling</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 specifies conventions for X.509 certificate usage by Secure/Multipurpose Internet Mail Extensions (S/MIME) v4.0 agents. S/MIME provides a method to send and receive secure MIME messages, and certificates are an integral part of S/MIME agent processing. S/MIME agents validate certificates as described in RFC 5280 ("Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile"). S/MIME agents must meet the certificate-processing requirements in this document as well as those in RFC 5280. This document obsoletes RFC 5750.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8550"/>
          <seriesInfo name="DOI" value="10.17487/RFC8550"/>
        </reference>
        <reference anchor="RFC8419">
          <front>
            <title>Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies the conventions for using the Edwards-curve Digital Signature Algorithm (EdDSA) for curve25519 and curve448 in the Cryptographic Message Syntax (CMS). For each curve, EdDSA defines the PureEdDSA and HashEdDSA modes. However, the HashEdDSA mode is not used with the CMS. In addition, no context string is used with the CMS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8419"/>
          <seriesInfo name="DOI" value="10.17487/RFC8419"/>
        </reference>
        <reference anchor="RFC5753">
          <front>
            <title>Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS)</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document describes how to use Elliptic Curve Cryptography (ECC) public key algorithms in the Cryptographic Message Syntax (CMS). The ECC algorithms support the creation of digital signatures and the exchange of keys to encrypt or authenticate content. The definition of the algorithm processing is based on the NIST FIPS 186-3 for digital signature, NIST SP800-56A and SEC1 for key agreement, RFC 3370 and RFC 3565 for key wrap and content encryption, NIST FIPS 180-3 for message digest, SEC1 for key derivation, and RFC 2104 and RFC 4231 for message authentication code standards. This document obsoletes RFC 3278. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5753"/>
          <seriesInfo name="DOI" value="10.17487/RFC5753"/>
        </reference>
        <reference anchor="RFC8418">
          <front>
            <title>Use of the Elliptic Curve Diffie-Hellman Key Agreement Algorithm with X25519 and X448 in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document describes the conventions for using the Elliptic Curve Diffie-Hellman (ECDH) key agreement algorithm with curve25519 and curve448 in the Cryptographic Message Syntax (CMS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8418"/>
          <seriesInfo name="DOI" value="10.17487/RFC8418"/>
        </reference>
        <reference anchor="RFC3565">
          <front>
            <title>Use of the Advanced Encryption Standard (AES) Encryption Algorithm in Cryptographic Message Syntax (CMS)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document specifies the conventions for using the Advanced Encryption Standard (AES) algorithm for encryption with the Cryptographic Message Syntax (CMS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3565"/>
          <seriesInfo name="DOI" value="10.17487/RFC3565"/>
        </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="RFC2183">
          <front>
            <title>Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field</title>
            <author fullname="R. Troost" initials="R." surname="Troost"/>
            <author fullname="S. Dorner" initials="S." surname="Dorner"/>
            <author fullname="K. Moore" initials="K." role="editor" surname="Moore"/>
            <date month="August" year="1997"/>
            <abstract>
              <t>This memo provides a mechanism whereby messages conforming to the MIME specifications [RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049] can convey presentational information. It specifies the "Content- Disposition" header field, which is optional and valid for any MIME entity ("message" or "body part"). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2183"/>
          <seriesInfo name="DOI" value="10.17487/RFC2183"/>
        </reference>
        <reference anchor="RFC3274">
          <front>
            <title>Compressed Data Content Type for Cryptographic Message Syntax (CMS)</title>
            <author fullname="P. Gutmann" initials="P." surname="Gutmann"/>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document defines a format for using compressed data as a Cryptographic Message Syntax (CMS) content type. Compressing data before transmission provides a number of advantages, including the elimination of data redundancy which could help an attacker, speeding up processing by reducing the amount of data to be processed by later steps (such as signing or encryption), and reducing overall message size. Although there have been proposals for adding compression at other levels (for example at the MIME or SSL level), these don't address the problem of compression of CMS content unless the compression is supplied by an external means (for example by intermixing MIME and CMS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3274"/>
          <seriesInfo name="DOI" value="10.17487/RFC3274"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="Efail" target="https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-poddebniak.pdf">
          <front>
            <title>Efail: Breaking S/MIME and OpenPGP Email Encryption using Exfiltration Channels</title>
            <author initials="D." surname="Poddebniak" fullname="Damian Poddebniak">
              <organization/>
            </author>
            <author initials="C." surname="Dresen" fullname="Christian Dresen">
              <organization/>
            </author>
            <author initials="J." surname="Muller" fullname="Jens Muller">
              <organization/>
            </author>
            <author initials="F." surname="Ising" fullname="Fabian Ising">
              <organization/>
            </author>
            <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
              <organization/>
            </author>
            <author initials="S." surname="Friedberger" fullname="Simon Friedberger">
              <organization/>
            </author>
            <author initials="J." surname="Somorovsky" fullname="Juraj Somorovsky">
              <organization/>
            </author>
            <author initials="J." surname="Schwenk" fullname="Jorg Schwenk">
              <organization/>
            </author>
            <date year="2018" month="August"/>
          </front>
        </reference>
        <reference anchor="FIPS186-2" target="https://csrc.nist.gov/publications/detail/fips/186/2/archive/2000-01-27">
          <front>
            <title>Digital Signature Standard (DSS) (also With Change Notice 1)</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2000" month="January"/>
          </front>
          <seriesInfo name="FIPS PUB" value="186-2"/>
        </reference>
        <reference anchor="SP800-56A">
          <front>
            <title>Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography</title>
            <author fullname="Elaine Barker" initials="E." surname="Barker">
              <organization/>
            </author>
            <author fullname="Lily Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <author fullname="Allen Roginsky" initials="A." surname="Roginsky">
              <organization/>
            </author>
            <author fullname="Miles Smid" initials="M." surname="Smid">
              <organization/>
            </author>
            <date month="May" year="2013"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-56ar2"/>
          <refcontent>National Institute of Standards and Technology</refcontent>
        </reference>
        <reference anchor="SP800-57">
          <front>
            <title>Recommendation for Key Management Part 1: General</title>
            <author fullname="Elaine Barker" initials="E." surname="Barker">
              <organization/>
            </author>
            <date month="January" year="2016"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-57pt1r4"/>
          <refcontent>National Institute of Standards and Technology</refcontent>
        </reference>
        <reference anchor="TripleDES">
          <front>
            <title>IV. `Hellman presents no shortcut solutions to the DES'</title>
            <author fullname="Walter Tuchman" initials="W." surname="Tuchman">
              <organization>IBM</organization>
            </author>
            <date month="July" year="1979"/>
          </front>
          <seriesInfo name="IEEE Spectrum" value="vol. 16, no. 7, pp. 40-41"/>
          <seriesInfo name="DOI" value="10.1109/mspec.1979.6368160"/>
          <refcontent>Institute of Electrical and Electronics Engineers (IEEE)</refcontent>
        </reference>
        <reference anchor="RFC5751">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification</title>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 3.2. 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 3851. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5751"/>
          <seriesInfo name="DOI" value="10.17487/RFC5751"/>
        </reference>
        <reference anchor="RFC2315">
          <front>
            <title>PKCS #7: Cryptographic Message Syntax Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a general syntax for data that may have cryptography applied to it, such as digital signatures and digital envelopes. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2315"/>
          <seriesInfo name="DOI" value="10.17487/RFC2315"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC2313">
          <front>
            <title>PKCS #1: RSA Encryption Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a method for encrypting data using the RSA public-key cryptosystem. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2313"/>
          <seriesInfo name="DOI" value="10.17487/RFC2313"/>
        </reference>
        <reference anchor="RFC5035">
          <front>
            <title>Enhanced Security Services (ESS) Update: Adding CertID Algorithm Agility</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>In the original Enhanced Security Services for S/MIME document (RFC 2634), a structure for cryptographically linking the certificate to be used in validation with the signature was introduced; this structure was hardwired to use SHA-1. This document allows for the structure to have algorithm agility and defines a new attribute for this purpose. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5035"/>
          <seriesInfo name="DOI" value="10.17487/RFC5035"/>
        </reference>
        <reference anchor="RFC2311">
          <front>
            <title>S/MIME Version 2 Message Specification</title>
            <author fullname="S. Dusse" initials="S." surname="Dusse"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="L. Lundblade" initials="L." surname="Lundblade"/>
            <author fullname="L. Repka" initials="L." surname="Repka"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a protocol for adding cryptographic signature and encryption services to MIME data. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2311"/>
          <seriesInfo name="DOI" value="10.17487/RFC2311"/>
        </reference>
        <reference anchor="RFC2312">
          <front>
            <title>S/MIME Version 2 Certificate Handling</title>
            <author fullname="S. Dusse" initials="S." surname="Dusse"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="J. Weinstein" initials="J." surname="Weinstein"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This memo describes the mechanisms S/MIME uses to create and validate keys using certificates. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2312"/>
          <seriesInfo name="DOI" value="10.17487/RFC2312"/>
        </reference>
        <reference anchor="RFC2314">
          <front>
            <title>PKCS #10: Certification Request Syntax Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a syntax for certification requests. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2314"/>
          <seriesInfo name="DOI" value="10.17487/RFC2314"/>
        </reference>
        <reference anchor="RFC2630">
          <front>
            <title>Cryptographic Message Syntax</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax. This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2630"/>
          <seriesInfo name="DOI" value="10.17487/RFC2630"/>
        </reference>
        <reference anchor="RFC2631">
          <front>
            <title>Diffie-Hellman Key Agreement Method</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document standardizes one particular Diffie-Hellman variant, based on the ANSI X9.42 draft, developed by the ANSI X9F1 working group. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2631"/>
          <seriesInfo name="DOI" value="10.17487/RFC2631"/>
        </reference>
        <reference anchor="RFC2632">
          <front>
            <title>S/MIME Version 3 Certificate Handling</title>
            <author fullname="B. Ramsdell" initials="B." role="editor" surname="Ramsdell"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>S/MIME (Secure/Multipurpose Internet Mail Extensions), provides a method to send and receive secure MIME messages. Before using a public key to provide security services, the S/MIME agent MUST certify that the public key is valid. S/MIME agents MUST use PKIX certificates to validate public keys as described in the Internet X.509 Public Key Infrastructure (PKIX) Certificate and CRL Profile. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2632"/>
          <seriesInfo name="DOI" value="10.17487/RFC2632"/>
        </reference>
        <reference anchor="RFC2633">
          <front>
            <title>S/MIME Version 3 Message Specification</title>
            <author fullname="B. Ramsdell" initials="B." role="editor" surname="Ramsdell"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document describes a protocol for adding cryptographic signature and encryption services to MIME data. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2633"/>
          <seriesInfo name="DOI" value="10.17487/RFC2633"/>
        </reference>
        <reference anchor="RFC5750">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Certificate Handling</title>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document specifies conventions for X.509 certificate usage by Secure/Multipurpose Internet Mail Extensions (S/MIME) v3.2 agents. S/MIME provides a method to send and receive secure MIME messages, and certificates are an integral part of S/MIME agent processing. S/MIME agents validate certificates as described in RFC 5280, the Internet X.509 Public Key Infrastructure Certificate and CRL Profile. S/MIME agents must meet the certificate processing requirements in this document as well as those in RFC 5280. This document obsoletes RFC 3850. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5750"/>
          <seriesInfo name="DOI" value="10.17487/RFC5750"/>
        </reference>
        <reference anchor="RFC3850">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Certificate Handling</title>
            <author fullname="B. Ramsdell" initials="B." role="editor" surname="Ramsdell"/>
            <date month="July" year="2004"/>
            <abstract>
              <t>This document specifies conventions for X.509 certificate usage by Secure/Multipurpose Internet Mail Extensions (S/MIME) agents. S/MIME provides a method to send and receive secure MIME messages, and certificates are an integral part of S/MIME agent processing. S/MIME agents validate certificates as described in RFC 3280, the Internet X.509 Public Key Infrastructure Certificate and CRL Profile. S/MIME agents must meet the certificate processing requirements in this document as well as those in RFC 3280. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3850"/>
          <seriesInfo name="DOI" value="10.17487/RFC3850"/>
        </reference>
        <reference anchor="RFC3851">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Message Specification</title>
            <author fullname="B. Ramsdell" initials="B." role="editor" surname="Ramsdell"/>
            <date month="July" year="2004"/>
            <abstract>
              <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 3.1. 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 2633. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3851"/>
          <seriesInfo name="DOI" value="10.17487/RFC3851"/>
        </reference>
        <reference anchor="RFC3852">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="July" year="2004"/>
            <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="RFC" value="3852"/>
          <seriesInfo name="DOI" value="10.17487/RFC3852"/>
        </reference>
        <reference anchor="RFC7905">
          <front>
            <title>ChaCha20-Poly1305 Cipher Suites for Transport Layer Security (TLS)</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="W. Chang" initials="W." surname="Chang"/>
            <author fullname="N. Mavrogiannopoulos" initials="N." surname="Mavrogiannopoulos"/>
            <author fullname="J. Strombergson" initials="J." surname="Strombergson"/>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>This document describes the use of the ChaCha stream cipher and Poly1305 authenticator in the Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) protocols.</t>
              <t>This document updates RFCs 5246 and 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7905"/>
          <seriesInfo name="DOI" value="10.17487/RFC7905"/>
        </reference>
        <reference anchor="RFC7114">
          <front>
            <title>Creation of a Registry for smime-type Parameter Values</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>Secure/Multipurpose Internet Mail Extensions (S/MIME) defined the Content-Type parameter "smime-type". As the list of defined values for that parameter has increased, it has become clear that a registry is needed to document these values. This document creates the registry, registers the current values, and specifies the policies for registration of new values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7114"/>
          <seriesInfo name="DOI" value="10.17487/RFC7114"/>
        </reference>
        <reference anchor="RFC3218">
          <front>
            <title>Preventing the Million Message Attack on Cryptographic Message Syntax</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="January" year="2002"/>
            <abstract>
              <t>This memo describes a strategy for resisting the Million Message Attack. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3218"/>
          <seriesInfo name="DOI" value="10.17487/RFC3218"/>
        </reference>
        <reference anchor="RFC2785">
          <front>
            <title>Methods for Avoiding the "Small-Subgroup" Attacks on the Diffie-Hellman Key Agreement Method for S/MIME</title>
            <author fullname="R. Zuccherato" initials="R." surname="Zuccherato"/>
            <date month="March" year="2000"/>
            <abstract>
              <t>This document will describe the situations relevant to implementations of S/MIME version 3 in which protection is necessary and the methods that can be used to prevent these attacks. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2785"/>
          <seriesInfo name="DOI" value="10.17487/RFC2785"/>
        </reference>
        <reference anchor="RFC4270">
          <front>
            <title>Attacks on Cryptographic Hashes in Internet Protocols</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="B. Schneier" initials="B." surname="Schneier"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>Recent announcements of better-than-expected collision attacks in popular hash algorithms have caused some people to question whether common Internet protocols need to be changed, and if so, how. This document summarizes the use of hashes in many protocols, discusses how the collision attacks affect and do not affect the protocols, shows how to thwart known attacks on digital certificates, and discusses future directions for protocol designers. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4270"/>
          <seriesInfo name="DOI" value="10.17487/RFC4270"/>
        </reference>
        <reference anchor="RFC3766">
          <front>
            <title>Determining Strengths For Public Keys Used For Exchanging Symmetric Keys</title>
            <author fullname="H. Orman" initials="H." surname="Orman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="April" year="2004"/>
            <abstract>
              <t>Implementors of systems that use public key cryptography to exchange symmetric keys need to make the public keys resistant to some predetermined level of attack. That level of attack resistance is the strength of the system, and the symmetric keys that are exchanged must be at least as strong as the system strength requirements. The three quantities, system strength, symmetric key strength, and public key strength, must be consistently matched for any network protocol usage. While it is fairly easy to express the system strength requirements in terms of a symmetric key length and to choose a cipher that has a key length equal to or exceeding that requirement, it is harder to choose a public key that has a cryptographic strength meeting a symmetric key strength requirement. This document explains how to determine the length of an asymmetric key as a function of a symmetric key strength requirement. Some rules of thumb for estimating equivalent resistance to large-scale attacks on various algorithms are given. The document also addresses how changing the sizes of the underlying large integers (moduli, group sizes, exponents, and so on) changes the time to use the algorithms for key exchange. 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="86"/>
          <seriesInfo name="RFC" value="3766"/>
          <seriesInfo name="DOI" value="10.17487/RFC3766"/>
        </reference>
        <reference anchor="RFC6278">
          <front>
            <title>Use of Static-Static Elliptic Curve Diffie-Hellman Key Agreement in Cryptographic Message Syntax</title>
            <author fullname="J. Herzog" initials="J." surname="Herzog"/>
            <author fullname="R. Khazan" initials="R." surname="Khazan"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes how to use the 'static-static Elliptic Curve Diffie-Hellman key-agreement scheme (i.e., Elliptic Curve Diffie- Hellman where both participants use static Diffie-Hellman values) with the Cryptographic Message Syntax. In this form of key agreement, the Diffie-Hellman values of both the sender and receiver are long-term values contained in certificates. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6278"/>
          <seriesInfo name="DOI" value="10.17487/RFC6278"/>
        </reference>
        <reference anchor="RFC1866">
          <front>
            <title>Hypertext Markup Language - 2.0</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="D. Connolly" initials="D." surname="Connolly"/>
            <date month="November" year="1995"/>
            <abstract>
              <t>This document defines a HTML 2.0 (to distinguish it from the previous informal specifications). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1866"/>
          <seriesInfo name="DOI" value="10.17487/RFC1866"/>
        </reference>
        <reference anchor="RFC6268">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="July" year="2011"/>
            <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 some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. 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="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="RFC6194">
          <front>
            <title>Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms</title>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <author fullname="L. Chen" initials="L." surname="Chen"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document includes security considerations for the SHA-0 and SHA-1 message digest algorithm. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6194"/>
          <seriesInfo name="DOI" value="10.17487/RFC6194"/>
        </reference>
        <reference anchor="RFC6151">
          <front>
            <title>Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="L. Chen" initials="L." surname="Chen"/>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document updates the security considerations for the MD5 message digest algorithm. It also updates the security considerations for HMAC-MD5. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6151"/>
          <seriesInfo name="DOI" value="10.17487/RFC6151"/>
        </reference>
        <reference anchor="RFC2268">
          <front>
            <title>A Description of the RC2(r) Encryption Algorithm</title>
            <author fullname="R. Rivest" initials="R." surname="Rivest"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This memo describes a conventional (secret-key) block encryption algorithm, called RC2, which may be considered as a proposal for a DES replacement. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2268"/>
          <seriesInfo name="DOI" value="10.17487/RFC2268"/>
        </reference>
        <reference anchor="RFC4134">
          <front>
            <title>Examples of S/MIME Messages</title>
            <author fullname="P. Hoffman" initials="P." role="editor" surname="Hoffman"/>
            <date month="July" year="2005"/>
            <abstract>
              <t>This document gives examples of message bodies formatted using S/MIME. Specifically, it has examples of Cryptographic Message Syntax (CMS) objects and S/MIME messages (including the MIME formatting). It includes examples of many common CMS formats. The purpose of this document is to help increase interoperability for S/MIME and other protocols that rely on CMS. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4134"/>
          <seriesInfo name="DOI" value="10.17487/RFC4134"/>
        </reference>
      </references>
    </references>
    <?line 2176?>

<section anchor="asn1-module">
      <name>ASN.1 Module</name>
      <dl>
        <dt>Note:</dt>
        <dd>
          <t>The ASN.1 module contained herein is unchanged from RFC 5751
[SMIMEv2] and RFC 3851 [SMIMEv3.1], with the exception of a change to
the preferBinaryInside ASN.1 comment in RFC 3851 [SMIMEv3.1].  If a
module is needed that is compatible with current ASN.1 standards, one
can be found in <xref target="RFC6268"/>.  This module uses the 1988 version
of ASN.1.</t>
        </dd>
      </dl>
      <artwork><![CDATA[
SecureMimeMessageV3dot1

  { iso(1) member-body(2) us(840) rsadsi(113549)
         pkcs(1) pkcs-9(9) smime(16) modules(0) msg-v3dot1(21) }

DEFINITIONS IMPLICIT TAGS ::=

BEGIN

IMPORTS

-- Cryptographic Message Syntax [CMS]
   SubjectKeyIdentifier, IssuerAndSerialNumber,
   RecipientKeyIdentifier
       FROM  CryptographicMessageSyntax
             { iso(1) member-body(2) us(840) rsadsi(113549)
               pkcs(1) pkcs-9(9) smime(16) modules(0) cms-2001(14) };

-- id-aa is the arc with all new authenticated and unauthenticated
-- attributes produced by the S/MIME Working Group.

id-aa OBJECT IDENTIFIER ::= {iso(1) member-body(2) usa(840)
        rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) attributes(2)}

-- S/MIME Capabilities provides a method of broadcasting the
-- symmetric capabilities understood.  Algorithms SHOULD be ordered
-- by preference and grouped by type.

smimeCapabilities OBJECT IDENTIFIER ::= {iso(1) member-body(2)
        us(840) rsadsi(113549) pkcs(1) pkcs-9(9) 15}

SMIMECapability ::= SEQUENCE {
   capabilityID OBJECT IDENTIFIER,
   parameters ANY DEFINED BY capabilityID OPTIONAL }

SMIMECapabilities ::= SEQUENCE OF SMIMECapability

-- Encryption Key Preference provides a method of broadcasting the
-- preferred encryption certificate.

id-aa-encrypKeyPref OBJECT IDENTIFIER ::= {id-aa 11}

SMIMEEncryptionKeyPreference ::= CHOICE {
   issuerAndSerialNumber   [0] IssuerAndSerialNumber,
   receipentKeyId          [1] RecipientKeyIdentifier,
   subjectAltKeyIdentifier [2] SubjectKeyIdentifier
}

-- "receipentKeyId" is spelled incorrectly but is kept for
-- historical reasons.

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

id-cap  OBJECT IDENTIFIER ::= { id-smime 11 }

-- The preferBinaryInside OID indicates an ability to receive
-- messages with binary encoding inside the CMS wrapper.
-- The preferBinaryInside attribute's value field is ABSENT.

id-cap-preferBinaryInside  OBJECT IDENTIFIER ::= { id-cap 1 }

-- The following is a list of OIDs to be used with S/MIME v3.

-- Signature Algorithms Not Found in [RFC3370], [RFC5754], [RFC4056],
-- and [RFC3560]

--
-- md2WithRSAEncryption OBJECT IDENTIFIER ::=
--    {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-1(1)
--     2}

--
-- Other Signed Attributes
--
-- signingTime OBJECT IDENTIFIER ::=
--    {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
--     5}
--    See [CMS] for a description of how to encode the attribute
--    value.

SMIMECapabilitiesParametersForRC2CBC ::= INTEGER
--        (RC2 Key Length (number of bits))

END
]]></artwork>
    </section>
    <section anchor="historic-mail-considerations">
      <name>Historic Mail Considerations</name>
      <t>Over the course of updating the S/MIME specifications, the set of
recommended algorithms has been modified each time the documents have
been updated.  This means that if a user has historic emails and
their user agent has been updated to only support the current set of
recommended algorithms, some of those old emails will no longer be
accessible.  It is strongly suggested that user agents implement some
of the following algorithms for dealing with historic emails.</t>
      <t>This appendix contains a number of references to documents that have
been obsoleted or replaced.  This is intentional, as the updated
documents often do not have the same information in them.</t>
      <section anchor="digestalgorithmidentifier-1">
        <name>DigestAlgorithmIdentifier</name>
        <t>The following algorithms have been called out for some level of
support by previous S/MIME specifications:</t>
        <ul spacing="normal">
          <li>
            <t>SHA-1 was dropped in [SMIMEv4].  SHA-1 is no longer considered to
be secure, as it is no longer collision resistant.  The IETF
statement on SHA-1 can be found in <xref target="RFC6194"/>, but it is out of
date relative to the most recent advances.</t>
          </li>
          <li>
            <t>MD5 was dropped in [SMIMEv4].  MD5 is no longer considered to be
secure, as it is no longer collision resistant.  Details can be
found in <xref target="RFC6151"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="signature-algorithms">
        <name>Signature Algorithms</name>
        <t>There are a number of problems with validating signatures on
sufficiently historic messages.  For this reason, it is strongly
suggested that user agents treat these signatures differently from
those on current messages.  These problems include the following:</t>
        <ul spacing="normal">
          <li>
            <t>Certification authorities are not required to keep certificates on
a CRL beyond one update after a certificate has expired.  This
means that unless CRLs are cached as part of the message it is not
always possible to check to see if a certificate has been revoked.
The same problems exist with Online Certificate Status Protocol
(OCSP) responses, as they may be based on a CRL rather than on the
certificate database.</t>
          </li>
          <li>
            <t>RSA and DSA keys of less than 2048 bits are now considered by many
experts to be cryptographically insecure (due to advances in
computing power).  Such keys were previously considered secure, so
the processing of historic signed messages will often result in
the use of weak keys.  Implementations that wish to support
previous versions of S/MIME or process old messages need to
consider the security risks that result from smaller key sizes
(e.g., spoofed messages) versus the costs of denial of service.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>[SMIMEv3.1] set the lower limit on suggested key sizes for
  creating and validation at 1024 bits.  Prior to that, the lower
  bound on key sizes was 512 bits.</t>
          </li>
        </ul>
        <ul spacing="normal">
          <li>
            <t>Hash functions used to validate signatures on historic messages
may no longer be considered to be secure (see below).  While there
are not currently any known practical pre-image or second
pre-image attacks against MD5 or SHA-1, the fact that they are no
longer considered to be collision resistant implies that the
security levels of the signatures are generally considered
suspect.  If a message is known to be historic and it has been in
the possession of the client for some time, then it might still be
considered to be secure.</t>
          </li>
          <li>
            <t>The previous two issues apply to the certificates used to validate
the binding of the public key to the identity that signed the
message as well.</t>
          </li>
        </ul>
        <t>The following algorithms have been called out for some level of
support by previous S/MIME specifications:</t>
        <ul spacing="normal">
          <li>
            <t>RSA with MD5 was dropped in [SMIMEv4].  MD5 is no longer
considered to be secure, as it is no longer collision resistant.
Details can be found in <xref target="RFC6151"/>.</t>
          </li>
          <li>
            <t>RSA and DSA with SHA-1 were dropped in [SMIMEv4].  SHA-1 is no
longer considered to be secure, as it is no longer collision
resistant.  The IETF statement on SHA-1 can be found in <xref target="RFC6194"/>,
but it is out of date relative to the most recent advances.</t>
          </li>
          <li>
            <t>DSA with SHA-256 was dropped in [SMIMEv4].  DSA has been replaced
by elliptic curve versions.</t>
          </li>
        </ul>
        <t>As requirements for "mandatory to implement" have changed over time,
some issues have been created that can cause interoperability
problems:</t>
        <ul spacing="normal">
          <li>
            <t>S/MIME v2 clients are only required to verify digital signatures
using the rsaEncryption algorithm with SHA-1 or MD5 and might not
implement id-dsa-with-sha1 or id-dsa at all.</t>
          </li>
          <li>
            <t>S/MIME v3 clients might only implement signing or signature
verification using id-dsa-with-sha1 and might also use id-dsa as
an AlgorithmIdentifier in this field.</t>
          </li>
          <li>
            <t>Note that S/MIME v3.1 clients support verifying id-dsa-with-sha1
and rsaEncryption and might not implement sha256WithRSAEncryption.</t>
          </li>
        </ul>
        <dl>
          <dt>NOTE:</dt>
          <dd>
            <t>Receiving clients <bcp14>SHOULD</bcp14> recognize id-dsa as equivalent to
id-dsa-with-sha1.</t>
          </dd>
        </dl>
        <t>For 512-bit RSA with SHA-1, see <xref target="RFC3370"/> and <xref target="FIPS186-2"/> without
Change Notice 1; for 512-bit RSA with SHA-256, see <xref target="RFC5754"/> and
<xref target="FIPS186-2"/> without Change Notice 1; and for 1024-bit through
2048-bit RSA with SHA-256, see <xref target="RFC5754"/> and <xref target="FIPS186-2"/> with Change
Notice 1.  The first reference provides the signature algorithm's
OID, and the second provides the signature algorithm's definition.</t>
        <t>For 512-bit DSA with SHA-1, see <xref target="RFC3370"/> and <xref target="FIPS186-2"/> without
Change Notice 1; for 512-bit DSA with SHA-256, see <xref target="RFC5754"/> and
<xref target="FIPS186-2"/> without Change Notice 1; for 1024-bit DSA with SHA-1, see
<xref target="RFC3370"/> and <xref target="FIPS186-2"/> with Change Notice 1; and for 1024-bit and
above DSA with SHA-256, see <xref target="RFC5754"/> and <xref target="FIPS186-4"/>.  The first
reference provides the signature algorithm's OID, and the second
provides the signature algorithm's definition.</t>
      </section>
      <section anchor="contentencryptionalgorithmidentifier-1">
        <name>ContentEncryptionAlgorithmIdentifier</name>
        <t>The following algorithms have been called out for some level of
support by previous S/MIME specifications:</t>
        <ul spacing="normal">
          <li>
            <t>RC2/40 <xref target="RFC2268"/> was dropped in [SMIMEv3.2].  The algorithm is
known to be insecure and, if supported, should only be used to
decrypt existing email.</t>
          </li>
          <li>
            <t>DES EDE3 CBC <xref target="TripleDES"/>, also known as "tripleDES", was dropped
in [SMIMEv4].  This algorithm is removed from the list of
supported algorithms because (1) it has a 64-bit block size and
(2) it offers less than 128 bits of security.  This algorithm
should be supported only to decrypt existing email; it should not
be used to encrypt new emails.</t>
          </li>
        </ul>
      </section>
      <section anchor="keyencryptionalgorithmidentifier-1">
        <name>KeyEncryptionAlgorithmIdentifier</name>
        <t>The following algorithms have been called out for some level of
support by previous S/MIME specifications:</t>
        <ul spacing="normal">
          <li>
            <t>DH ephemeral-static mode, as specified in <xref target="RFC3370"/> and
<xref target="SP800-57"/>, was dropped in [SMIMEv4].</t>
          </li>
          <li>
            <t>RSA key sizes have been increased over time.  Decrypting old mail
with smaller key sizes is reasonable; however, new mail should use
the updated key sizes.</t>
          </li>
        </ul>
        <t>For 1024-bit DH, see <xref target="RFC3370"/>.  For 1024-bit and larger DH, see
<xref target="SP800-56A"/>; regardless, use the KDF, which is from X9.42, specified
in <xref target="RFC3370"/>.</t>
      </section>
    </section>
    <section anchor="moving-smime-v2-message-specification-to-historic-status">
      <name>Moving S/MIME v2 Message Specification to Historic Status</name>
      <t>The S/MIME v3 [SMIMEv3], v3.1 [SMIMEv3.1], and v3.2 [SMIMEv3.2]
specifications are backward compatible with the S/MIME v2 Message
Specification [SMIMEv2], with the exception of the algorithms
(dropped RC2/40 requirement and added DSA and RSASSA-PSS
requirements).  Therefore, RFC 2311 [SMIMEv2] was moved to Historic
status.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks go out to the other authors of the S/MIME version 2
Message Specification RFC: Steve Dusse, Paul Hoffman, Laurence
Lundblade, and Lisa Repka.  Without v2, there wouldn't be a v3, v3.1,
v3.2, or v4.0.</t>
      <t>Some of the examples in this document were copied from <xref target="RFC4134"/>.
Thanks go to the people who wrote and verified the examples in that
document.</t>
      <t>A number of the members of the S/MIME Working Group have also worked
very hard and contributed to this document.  Any list of people is
doomed to omission, and for that I apologize.  In alphabetical order,
the following people stand out in my mind because they made direct
contributions to this document:</t>
      <t>Tony Capel, Piers Chivers, Dave Crocker, Bill Flanigan, Peter
Gutmann, Alfred Hoenes, Paul Hoffman, Russ Housley, William Ottaway,
and John Pawling.</t>
      <t>The version 4 update to the S/MIME documents was done under
the auspices of the LAMPS Working Group.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="J." surname="Schaad" fullname="Jim Schaad">
        <organization>August Cellars</organization>
        <address>
      </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
/oQXL8eK99nSzH7RGqSZ0wPQNmunw4ez8/hbc/Tcu6ze9I5i+O7orV6v3iTw
3+rLsFddDrtF/Ht59lhtt26ry6Phw9GXm5ujxtLrHz3cnyV348tadVQ7uTx5
Ph1Wa1+fa6edbrR/eX9/etOqFk/q7e8n7WZ35+imUave3FVrzZNqfadxWZme
NL3oLCqPk5Pr3nU5OjvcD3bDg6fu+c3bzt7bcO9bOSq+vuy9PdR3J9/2J/f7
x7Vkp/l1+Gmwdz6sX7zstEph3et+fTn41Do67nZn90G/fjS8Otie3j3dXT6E
ly9n6eJt0T0ZvsWvjf5BfbR7ut3vHw77b53+pzToNIbtYjTz+u2zxeX06cvD
7nYLrsfj+fnp7cXxoFgexUn/9mB5s3TgVGvVbk7qdbWt1mmt6g3ToHU/u11+
u718qA6Pkqg9OPh2eL27czF/2L16uXva2yv2FqXxfVhvH1+1r2ZXZ/vHiy+v
d79qV6XNGasOif9X8slqPnMxF0rVCwLyNuCaR8FYkdkVRvgR1zXOix9Nmct0
4W8gtHBPFSGMONVxKlkTYgFTa9DsjgVauOlzDg559X6CAfo/YIDeTzBA32KA
jrEnIiqFLlyEEdfXp4hd9FCix4+C6abCt5Vn0qF3nonGF7O7rktFwDPJo5wS
SYlmGuqUPVWlssJ2YdLlSCqbW0Kn4UO4IwW2KNXIxB2lOB/r/0NMfkXb/QlG
r1qHIaf+IT/33+Hn3s/x8xx13OLpRXTTrDLy1Xf+G5m5/xuY+TsUIYe1rxov
/vvZu8XLV5dH3D7DjP95LP7o683DhWFdTzfV23A4HF428bfbarNWPTqpPT/W
a4sl/l2dtGrNl8ZR9cqrDS+/1KqtTq14OepNXtp3xUa90XgoBgdhtXocHDT6
l4uLpNTv9avLusMfGzUPefzw9dtZXGzcdl6quy/9zjyqXFfSL63XUfEWFjHr
3NWvbr89j++6vbtx0Dxozs6+ne5sn5W84+e91kvntr17tX3+6VuvM76ZPIRf
L26el/1xetO/al7vTEaz7/dvnenVw6hzXmoepcflt5f9ysXQe258isaz3kXz
7X5wVtu9rdeu09rX4LQaD3a/dj99ad08Xzw9HV7F4/vdyW37tHRx/ZQOQcwZ
nn2HPT99Hz1FJ4fLYq22bCxPYF8PzW/N6te7o1q1cdKq7jaOTq6jtyiuH16d
tpPp5ctuDPLS4/6DV+8ezK9eDz5VKqXi3jRcNs7iUX07OBp+7Z6N5q3zt/bV
Mtg/mwf3V192Tu+Pdi6fz7vjvb1K//bFe54cLdv1y+CifntX+X6wXX25eSm3
n6fVbuvT2XmvMahvfznu93fb0elldNeoV6uzi6dFed6KKjXv63z0dfv4fvJy
2P/Ue1xMyrXbZW1n+Vj8XloGj/1acfvpy233ZjncO9zvT8cPr3fxcPd5dta4
fZx7++fVp2D57aV02zoNWqWD5fDb493lrF67P27v9EY30eGkU5uVo/LpoBJ9
O7i6Sjsvn+b1m7tJc887G70Wd577vWuAwW3tcbrzXOzvLGbfHo6+9fsArVK9
djg4n06/Hj8G/S+l89nD8vmgmH5PGoMX70tcHJ/dVL6kZwet07OoNrv4ch70
b5vfdqPT8t1FvXiWXlYm941Se358Ptrvfe+e7X7an35v317seHGts+jvzO93
S0cnyejqcfa993Da2U2+P4yH3556e/1ZcVj6NDouzXZ6J5PH0/7sNflSvvzS
vgufveHotPvc/j5qJvfHb7ftr+fRt6toOBk/Pe/cVi6mj7OH1+vd7ry1Vz4b
778Wv3fj+fOX3f5l6w2u1dGnysNLe3xaPK+GB297nc7Oxenipn+5f1N/Oo6j
u3Y9uBzN4IoET08nTVjX94vR7Op8d3z/knpPs7R+crgT3i0v673OS/qy171f
DK5vK52703j0/O15EH5vzXbLTxc7+8dn9e3qwbfT+OrlHvDq3ruv3Dy81G8u
F/Hg6/h52vz6XLycHyz3Ki974+GXx+uHSX+7d7p8uzmvdWqt+8u9WW3R377+
dlF5O/bS5c7N6fjmqXb76W4wbn39dh5eHl4Uz/s35f3JzbgeV4Y37YNKEA1e
4iiqlp8PPxVHL9+Wh6X5tdf8unv06aS9H7da8fnjwbfL1/rZWfI6qCST22+f
vr6EtTged3c+daKTXq1WT26ng3BvGl98i46vvL1v4aL8bdnIEXTFrL0i1qqI
GHRQ5hRWNIKhWJpMfUsg1Gj1999jQmSKNsb0LXk6Gz6eyWhP38vAFcFFqqJz
migJtZvS0CSvw6+VbCtZHmilVpHjukZ0gImbSojPAVRiQ2qKY837BRivMMBG
H1IbX3pQk4/Vqm5g1bKUekwUPYUFtKYsMmfCxLIlgDFEJ9VlSlQZPvYsYhfR
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
qUSfObUIVPO4F48tJUfZqSZYlmHoxIx22L+bfUPRjLUPtrsmwescKYVp+eyQ
ngTzp0yTl2COBQGUMzkzmaeS5wna8o5VsGZte81krCjfYCYUT9cp5OoACpKZ
/aoic3it42lYwOR0G5uXutekTZnYkmEVie1ksrlW54kSKUdM1im3mEY/wiQH
461eTzZ0ew02O47RYEl5ByozU15tqjADv479kjlaVHclcSewouB0w6hNNvoo
WCVIE5V9DMNEMXUSVu80qtGbVRmx5P7Wq13ZuhXDrHp/6lhnO29NN+3j6Gzq
H4zxfn3++e/JJqMBWkeVf7PCxif9Cn/fPq0WSuaXZBQUSuaXcnnX/gU+Wr9V
9pzfKnvmt50D5z34aH6rlMr2b/BRIKBb1tK/dWXZV8cy1n1KTWQDICty3fzU
PwyBlapka2iO5GrANOgGAR5vK5I2gA3RBIIFYQfILSlMgVVb8IdpTOX3w7ld
EFfVFeOc8eqMym2/+DWOB+UEC7h4p2aoqcxHzRuAi+KOMjkrJs0qlBpi3Gta
N1pamydBAU4Pq7HjnwDCkoopp79NQ9ksddvwSKB23RFWKLeOBO1R3bIhUJgQ
i868MuoGMiKMkqE2mja9qgaAOAYICFRs75ij/q3geTI226Oo6sAgc2ARSbko
frN6WfXXToNkBINItfMOCFhYBhqTQpI1z9dxykpUkrI770tJH9VrEVGb8Il3
+6vgNn+nC7ms4c369b8uYTU1+e6/4N/xPNr8r+Lef7XD2X+Vi8XyfxWLn8uV
z+XSGr+vqP2vHzISEZwjpySQXTqf7dOsJHmScfobFmPGp6IpYmzTYfe/fbwf
GeT01jKBj8k/xfSWcGjj2XDF9FY7xtDG2xaZ3qpH1YuMu/9lONhdesMBxj42
c+IdPwx3bDQurpZeq5qc1L/WT9rV4zHo1/VqABp5/cCOgTyrHTWiWr3+spx9
O7n89tZpJ4thMv008MaNqP92c747GWzHb+ffB5Puy6jXfDr//ugutXqTNIYP
teL92Zf9weN1ULlcjDygnZVJcjS4PqhWFvOHu9bj6HL2dXh/chCEO/ez2ez7
l/l1VJ5+udotxdPT6VPt9fEpPNpe9nZKXvXw6+lB6+34ZtjuJPOzvcrZ82DQ
6dw/Xc1ur1+S9ul0Z3l2vLzeDtKvp0+jg4fz7cfbw+7dxehu7LWeK483jaNo
+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

-->

</rfc>
