<?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-ietf-lamps-rfc8551bis-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.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-ietf-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="July" 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://lamps-wg.github.io/smime-v5/draft-ietf-lamps-rfc8551bis.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-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/lamsp-wg/smime-v5"/>.</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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
Yvsg3eFUNiQBde9uxqom8R61FRsf90k0ZPFVmnskrmSm2rKIJVeEmYyl1Jw/
FmKdPq1gwKb+9otpnqJq6jezaRiYP611D8kdD9M8ymbZjC21gKRJW02IxH7H
XVPcWuCmw0rfs5RT0J9ZW1k1zLPoQ8czDvumE/g7shfJLgMXqlu/beTnLNBI
PqOB51Zau3jebWNV7sUjWiJ+T6s+o4aWInxpONv06I4ra3eymCjy7UvwusSW
aVsDToOj4UhLYpH92COxQM2h8vVB9SKNxUJfSyNTGXWK7n1F2m2UJc+rmuAK
FcZ5Wy9zpIlUBdMRpVnC75YhXh2oY0rFSVYUlgfQ5wHsUFeFyp3Ljf0gGQS2
RrF4LplX1gkUPOdwASSQn7utm9gb7AWrvlR269hzzcTzKHkiCUrNQKyaA10C
tapcxtV1ZQnlFWAru1joX2UV+COvAx3OZIDRFyu32r0CKdaCQJxAdx/8iYVA
qYcOUyMWOAOZjQmoVUxcESMdf2tIkuc0RbWDnRB9dFlpU86BLkVWq6MjmMxi
UaxyOqRSJuZwHi9maH2dm+oQOvP5XeULzySe6NJo1ruSNYNyyDiY5VE4spjP
e+KkCjHDFs7K4/C6qW2avEZ1JeRCyqpB0/t3HwBHoxmHgNmySm6kc11tncAo
yEw1mITvD+CKZ5sEBLKyKisVebjiyWQx1T2lVV9Hlq5hS3MJhmHjk1ERaHHj
11Vnu09Rkq94jyzVG9/B9YxfV8+WagFyuUF8VEisMnV+WNPTzQv0WYjgmMwR
35ZXylkSFdn0AzZN5qVB1ARjOJXLSHV6VDHrWCM9W5KjLYH8ptBDYltRcqp5
eKbGhuXjJTLBpItKuoZ9ropDXbNQL5rGU4rEJG5NtstXedU0WeDkb5GgiXbk
hta7JRKtFIRNWpXwGq71blk6JARWJVHglccsZD+wmnNiaF1ENhlT7EFcK7Ad
rAkzY8WXK4ng8tcaHKxCyYBcy7bN6dx2Ydc1HRWauKULpb+hVIWEU8MTn4YY
RrKpQZl33IwlpBfCeFZZA98aUQ0YSN3SgtpCBuVAkdLj+flFODhObqUhPYbE
6apBWrVNTLNQvTC8tDyJxMCIQ7FAnlk5b8E3uQKU7czT209xhS7nSd88ST/r
0VUL7HbmeasHPKfO9ygygOwPMjag6XMEBIJPrVDAczdK7KY9pdv+HXTtiKrf
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
qvf1q7van/Di5VjxPlua2S9agzRzegDaZu10+HB2Hn9rjp57l9Wb3lEM3x29
1evVmwT+W30Z9qrLYbeIfy/PHqvt1m11eTR8OPpyc3PUWHr9o4f7s+RufFmr
jmonlyfPp8Nq7etz7bTTjfYv7+9Pb1rV4km9/f2k3ezuHN00atWbu2qteVKt
7zQuK9OTphedReVxcnLduy5HZ4f7wW548NQ9v3nb2Xsb7n0rR8XXl723h/ru
5Nv+5H7/uJbsNL8OPw32zof1i5edVimse92vLwefWkfH3e7sPujXj4ZXB9vT
u6e7y4fw8uUsXbwtuifDt/i10T+oj3ZPt/v9w2H/rdP/lAadxrBdjGZev322
uJw+fXnY3W7B9Xg8Pz+9vTgeFMujOOnfHixvlg6caq3azUm9rrbVOq1VvWEa
tO5nt8tvt5cP1eFRErUHB98Or3d3LuYPu1cvd097e8XeojS+D+vt46v21ezq
bP948eX17lftqrQ5Y9Uh8f9KPlnNZy7mQql6QUDeBlzzKBgrMrvCCD/iusZ5
8aMpc5ku/A2EFu6pIoQRpzpOJWtCLGBqDZrdsUALN33OwSGv3k8wQP8HDND7
CQboWwzQMfZERKXQhYsw4vr6FLGLHkr0+FEw3VT4tvJMOvTOM9H4YnbXdakI
eCZ5lFMiKdFMQ52yp6pUVtguTLocSWVzS+g0fAh3pMAWpRqZuKMU52P9f4jJ
r2i7P8HoVesw5NQ/5Of+O/zc+zl+nqOOWzy9iG6aVUa++s5/IzP3fwMzf4ci
5LD2VePFfz97t3j56vKI22eY8T+PxR99vXm4MKzr6aZ6Gw6Hw8sm/nZbbdaq
Rye158d6bbHEv6uTVq350jiqXnm14eWXWrXVqRUvR73JS/uu2Kg3Gg/F4CCs
Vo+Dg0b/cnGRlPq9fnVZd/hjo+Yhjx++fjuLi43bzkt196XfmUeV60r6pfU6
Kt7CImadu/rV7bfn8V23dzcOmgfN2dm3053ts5J3/LzXeunctnevts8/fet1
xjeTh/Drxc3zsj9Ob/pXzeudyWj2/f6tM716GHXOS82j9Lj89rJfuRh6z41P
0XjWu2i+3Q/Oaru39dp1WvsanFbjwe7X7qcvrZvni6enw6t4fL87uW2fli6u
n9IhiDnDs++w56fvo6fo5HBZrNWWjeUJ7Ouh+a1Z/Xp3VKs2TlrV3cbRyXX0
FsX1w6vTdjK9fNmNQV563H/w6t2D+dXrwadKpVTcm4bLxlk8qm8HR8Ov3bPR
vHX+1r5aBvtn8+D+6svO6f3RzuXzeXe8t1fp3754z5OjZbt+GVzUb+8q3w+2
qy83L+X287TabX06O+81BvXtL8f9/m47Or2M7hr1anV28bQoz1tRpeZ9nY++
bh/fT14O+596j4tJuXa7rO0sH4vfS8vgsV8rbj99ue3eLId7h/v96fjh9S4e
7j7Pzhq3j3Nv/7z6FCy/vZRuW6dBq3SwHH57vLuc1Wv3x+2d3ugmOpx0arNy
VD4dVKJvB1dXaefl07x+czdp7nlno9fiznO/dw0wuK09Tneei/2dxezbw9G3
fh+gVarXDgfn0+nX48eg/6V0PntYPh8U0+9JY/DifYmL47Obypf07KB1ehbV
ZhdfzoP+bfPbbnRavruoF8/Sy8rkvlFqz4/PR/u9792z3U/70+/t24sdL651
Fv2d+f1u6egkGV09zr73Hk47u8n3h/Hw21Nvrz8rDkufRsel2U7vZPJ42p+9
Jl/Kl1/ad+GzNxyddp/b30fN5P747bb99Tz6dhUNJ+On553bysX0cfbwer3b
nbf2ymfj/dfi9248f/6y279svcG1OvpUeXhpj0+L59Xw4G2v09m5OF3c9C/3
b+pPx3F0164Hl6MZXJHg6emkCev6fjGaXZ3vju9fUu9pltZPDnfCu+Vlvdd5
SV/2uveLwfVtpXN3Go+evz0Pwu+t2W756WJn//isvl09+HYaX73cA17de/eV
m4eX+s3lIh58HT9Pm1+fi5fzg+Ve5WVvPPzyeP0w6W/3TpdvN+e1Tq11f7k3
qy3629ffLipvx1663Lk5Hd881W4/3Q3Gra/fzsPLw4vief+mvD+5GdfjyvCm
fVAJosFLHEXV8vPhp+Lo5dvysDS/9ppfd48+nbT341YrPn88+Hb5Wj87S14H
lWRy++3T15ewFsfj7s6nTnTSq9Xqye10EO5N44tv0fGVt/ctXJS/LRs5gq6Y
tVfEWhURgw7KnMKKRjAUS5OpbwmEGq3+/ntMiEzRxpi+JU9nw8czGe3pexm4
IrhIVXROEyWhdlMamuR1+LWSbSXLA63UKnJc14gOMHFTCfE5gEpsSE1xrHm/
AOMVBtjoQ2rjSw9q8rFa1Q2sWpZSj4mip7CA1pRF5kyYWLYEMIbopLpMiSrD
x55F7CL6HNr1oeAF8yAfATsCrVqonPagAJOXB0qVwxdiMNaDeyuDoxiqgpvj
QbqkKDx39Chc2pItwF73ApPT/WHqtdQLpGBHrJsBQ4Z21XJakLbcSt+GFHPS
KLkgs0AqwPbq1CCUEa0EnlepdmtUucKUYY1FgiQEK55bs+ibQoFuY9XS3PYP
N9mpwFGUGEq/pude41RCieOROtax7qtkAdBD+VrpLoB03E+VsoU4UNC9uXaY
rG5WwdYeY8O0NQ+O6MYtfXhUlpfMHJJqaqIPKLAaMJhsXfdcDGJmHPPe6hxS
ncZNNlXuDsqdkZQeSj7CJXjdcIotWiknlHzMqeTsUAgXqZ1MMHjj/ZhzIUho
JweHjnotrIYw8jyqVQlLsHOsXu3cJqE3bvLjz1FNZXmQVwUMi0RsDz8OHpYE
FKqahn5pbl3EzhIeLOC6Z+z6w1Zrf0OBs3+V7mizk4wGttoZ8391O6qmGIsP
EMLLIITljvppHcwzOpj/T9XBrHX9i5WvyY1jN6zH8F30CLLy7kMd9KSXeqd6
WhvezY+GrfrJYzV19Q/vZNis3oRHN7O74GT81sT/nl4+d7/eDXvl47R38jJu
nsDn6e24O71ZwOD13SMYPF2CNnPejautule9adarw6Nmq/p0Unv9ftJu7e6C
VrdsPDZuQD4/qZbuGtWX1ulN+fi1C7ra3Vs1PF4WK1ed6m6r01u2Ol5jeXk0
DuDLt6tO47X1hv+9q1x2xkGr1nppdKrXSlWsN46T4Ovl+Pb4soPm5RS32k5O
PDNzA5bWCKvxSa0Ka38Ly0d7w+/hVWe/3q5Hj5VG2Nm52b//Xt1P7g5AramO
rrcrnVGv6I0+HV12324bj7fbs0/Ps/OTs4tPp99arWF55/FT93m/39o5PpxF
i9tS8ajXerqJvkwO96b3z9ODw7OD5527q9iLSp2X6/3qaR1U1/uHx6Pl/te3
3dJds9+/q/RHR43wYmd72q03xm+D18pxo5uGN2fj8dvbYPzcrY7uqrtPXjg5
efoyWdSuT8rxp93L18b8IX7eeToo1ocP1cnVZfUu6px/vxokn7r98cXXr7NW
P2pVYK+l++uLi5PHoyPvdFzr73xLv+0m5e+1TulhebqILuejRW3v8DB6ao5n
27elt2LcvH9KPj1dj9K92dtZ8yHe7486s7eo0o+X3uCyuft19+KtWhuclM6i
25Ozy6f24adW9KU9vvyahheV3qdl8NB5GDTut+vP4c7t3fWnh37r4nZ4Nxte
deOyd3VzVRtVq7DsWm93fwxqV/trfW+8txO2tr+Hr8l9+nqYvrRuL88fvkbt
4W3z8Kk4mvRL/dtW+/rustv95H25fd7+fnbwvdm9jm4Pr2/Cy6/l6+ai+HUc
N+aPo373qhZXt/fql59OnptP30utYFHvXZ4uDprP5Ye74fFL5M1P7veOH55f
Fm+du+LsYedwcnyaJDevo+vap5u7o8Pb7/3HzuM1XOKL4kF8PV6cX9WGndp2
q7pEzO03ll6jtr28qbeq4pi4LV5Xb063a9Wbo+qwW23VDujB5vLmoVULqsen
tcZ13Fx0dwdhO70s7b4V0WTQmj9tNwatWpEePhrefK3V2p+65ydvuwenO/t3
l8tZa7dTDS8OdyuDT2+d6gBR/vS20Tg5qn4d3nq3te7J+PHbHVygYm0cnvDt
vJjA7exUz2rDHlzrx6srXNVbFe5lsX58fNea1Z4GN9HirNduvnmPD5ff005p
GuwfHiO2TcvHnbvxzcX9xUW/vOiXT8Pmzd04PbqfF18e3uDwho1aqza0brKX
ucpLuPqt4bK2fDg+X+4eVUfxsn7zcIoE6e1x2Kgubxat+rJ+fFTqtb/uXTTv
jt+88H4c7jw0K+3zdi2cbyfV0c2k/n0/2a53jk+vGo/Daju8e+y2Zi+V4V71
V+28yMoRuXIzqzMiPBitI8iUjtX1YW+ttiQi1qOwKKoDVn9/t7ECiQ/vCfuk
32AzsMSzQnFzMoh14peTNmCXrmdB5qNXKaMd42wxD1WzRZ0krbKRvGxMr67M
TSP+osL04mnffZFk0jUM6aP+2Fq8WyPo5MgfU5Pgg3nEwcwWLVSmlC7fBFBM
KByH22Llhy4aDc3NqYvsGNqcxLCs7GM3rFTl9K1smxx5y89KWdkdeZkdGQU8
0ZnQ0h8bH1fBOg50rUJEyli/KlDliDp2wwhXrPow4F2EoWRNAd02mKygmraa
/MjZIs//jLS86UmlTBU73ZNGH+5N/VColrpeoSplm7mrdlItxwlip+Z3D9pB
25VD1mjrraKtK49nVujKz+lopX7BD+oKTGN7T077BCB0HyR/WcL9T1RDfu96
eyvXm+MLozzlIBNi7/GdfB8P1SorebBTrcM+RGNvFbw2BXuH7nrOtVqBv5s4
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
AQA=

-->

</rfc>
