<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-lamps-e2e-mail-guidance-10" category="info" submissionType="IETF">
  <front>
    <title>Guidance on End-to-End E-mail Security</title>

    <author initials="D. K." surname="Gillmor" fullname="Daniel Kahn Gillmor" role="editor">
      <organization abbrev="ACLU">American Civil Liberties Union</organization>
      <address>
        <postal>
          <street>125 Broad St.</street>
          <city>New York, NY</city>
          <code>10004</code>
          <country>USA</country>
        </postal>
        <email>dkg@fifthhorseman.net</email>
      </address>
    </author>
    <author initials="B." surname="Hoeneisen" fullname="Bernie Hoeneisen" role="editor">
      <organization>pEp Foundation</organization>
      <address>
        <postal>
          <street>Oberer Graben 4</street>
          <city>CH-8400 Winterthur</city>
          <country>Switzerland</country>
        </postal>
        <email>bernie.hoeneisen@pep.foundation</email>
        <uri>https://pep.foundation/</uri>
      </address>
    </author>
    <author initials="A." surname="Melnikov" fullname="Alexey Melnikov" role="editor">
      <organization>Isode Ltd</organization>
      <address>
        <postal>
          <street>14 Castle Mews</street>
          <city>Hampton, Middlesex</city>
          <code>TW12 2NP</code>
          <country>UK</country>
        </postal>
        <email>alexey.melnikov@isode.com</email>
      </address>
    </author>

    <date year="2023" month="July" day="10"/>

    <area>int</area>
    <workgroup>lamps</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>End-to-end cryptographic protections for e-mail messages can provide useful security.
However, the standards for providing cryptographic protection are extremely flexible.
That flexibility can trap users and cause surprising failures.
This document offers guidance for mail user agent implementers to help mitigate those risks, and to make end-to-end e-mail simple and secure for the end user.
It provides a useful set of vocabulary as well as suggestions to avoid common failures.
It also identifies a number of currently unsolved usability and interoperability problems.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        The latest revision of this draft can be found at <eref target="https://dkg.gitlab.io/e2e-mail-guidance/"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-lamps-e2e-mail-guidance/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        LAMPS 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://gitlab.com/dkg/e2e-mail-guidance"/>.</t>
    </note>


  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>E-mail end-to-end security using S/MIME (<xref target="RFC8551"/>) and PGP/MIME (<xref target="RFC3156"/>) cryptographic standards can provide integrity, authentication and confidentiality to MIME (<xref target="RFC4289"/>) e-mail messages.</t>

<t>However, there are many ways that a receiving mail user agent can misinterpret or accidentally break these security guarantees.
For example, <xref target="EFAIL"></xref>'s "Direct Exfiltration" attacks leak cleartext due to attacks that splice existing ciphertext into novel messages, which then are handled optimistically (and wrongly) by many mail user agents.</t>

<t>A mail user agent that interprets a message with end-to-end cryptographic protections needs to do so defensively, staying alert to different ways that these protections can be bypassed by mangling (either malicious or accidental) or a failed user experience.</t>

<t>A mail user agent that generates a message with end-to-end cryptographic protections should be aware of these defensive interpretation strategies, and should compose any new outbound message conservatively if they want the protections to remain intact.</t>

<t>This document offers guidance to the implementer of a mail user agent that provides these cryptographic protections, whether for sending or receiving mail.
An implementation that follows this guidance will provide its users with stronger and easier-to-understand security properties, and will also offer more reliable interoperability for messages exchanged with other implementations.</t>

<t>In <xref target="future-work"/>, this document also identifies a number of interoperability and usability concerns for end-to-end cryptographic e-mail which have no current broadly accepted technical standard for resolution.
One major area not covered in this document is the acquisition and long-term maintenance of cryptographic identity information and metadata across multiple mail user agents controlled by the same user.</t>

<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>

<section anchor="terminology"><name>Terminology</name>

<t>For the purposes of this document, we define the following concepts:</t>

<t><list style="symbols">
  <t><em>MUA</em> is short for Mail User Agent; an e-mail client.</t>
  <t><em>Protection</em> of message data refers to cryptographic encryption and/or signatures, providing confidentiality, authenticity, and/or integrity.</t>
  <t><em>Cryptographic Layer</em>, <em>Cryptographic Envelope</em>, <em>Cryptographic Payload</em>, <em>Cryptographic Summary</em>, and <em>Errant Cryptographic Layer</em> are defined in <xref target="cryptographic-structure"/></t>
  <t>A <em>well-formed</em> e-mail message with cryptographic protection has both a <em>Cryptographic Envelope</em> and a <em>Cryptographic Payload</em>.</t>
  <t><em>Structural Headers</em> are documented in <xref target="structural-headers"/>.</t>
  <t><em>User-Facing Headers</em> are documented in <xref target="user-facing-headers"/>.</t>
  <t><em>Main Body Part</em> is the part (or parts) that are typically rendered to the user as the message itself (not "as an attachment").  See <xref target="main-body-part"/>.</t>
</list></t>

<section anchor="structural-headers"><name>Structural Headers</name>

<t>A message header field named <spanx style="verb">MIME-Version</spanx>, or whose name begins with <spanx style="verb">Content-</spanx> is referred to in this document as a "structural" header.
This is a less-ambiguous name for what <xref target="RFC2045"/> calls "MIME Header Fields".</t>

<t>These headers indicate something about the specific MIME part they are attached to, and cannot be transferred or copied to other parts without endangering the readability of the message.</t>

<t>This includes:</t>

<t><list style="symbols">
  <t><spanx style="verb">MIME-Version</spanx></t>
  <t><spanx style="verb">Content-Type</spanx></t>
  <t><spanx style="verb">Content-Transfer-Encoding</spanx></t>
  <t><spanx style="verb">Content-Disposition</spanx></t>
</list></t>

</section>
<section anchor="user-facing-headers"><name>User-Facing Headers</name>

<t>Of all the headers that an e-mail message may contain, only a handful are typically presented directly to the user.
Typically, user-facing headers are:</t>

<t><list style="symbols">
  <t><spanx style="verb">Subject</spanx></t>
  <t><spanx style="verb">From</spanx></t>
  <t><spanx style="verb">To</spanx></t>
  <t><spanx style="verb">Cc</spanx></t>
  <t><spanx style="verb">Date</spanx></t>
  <t><spanx style="verb">Reply-To</spanx></t>
  <t><spanx style="verb">Followup-To</spanx></t>
  <t><spanx style="verb">Sender</spanx></t>
  <t><spanx style="verb">Resent-From</spanx></t>
  <t><spanx style="verb">Resent-To</spanx></t>
  <t><spanx style="verb">Resent-Cc</spanx></t>
  <t><spanx style="verb">Resent-Date</spanx></t>
  <t><spanx style="verb">Resent-Sender</spanx></t>
</list></t>

<t>The above list are the header fields most often presented directly to the user who views a message, though a MUA may also decide to treat any other header field as "user-facing".
Of course, many of these header fields are entirely absent from any given message, and an absent header field is not presented to the user at all.</t>

<t>Note that the resending header fields (those beginning with <spanx style="verb">Resent-</spanx>) are typically only added by an intervening MUA (see <xref section="3.6.6" sectionFormat="of" target="RFC5322"/> and <xref target="intervening-mua"/> of this document).
As such, though they may in some cases be presented to the user, they will typically not bear any end-to-end cryptographic protection (even if the original headers of a message are protected, see <xref target="message-headers"/>), because they are unknown to the original sender.</t>

<t>Other header fields may affect the visible rendering of the message (e.g., <spanx style="verb">References</spanx> and <spanx style="verb">In-Reply-To</spanx> may affect the placement of a message in a threaded discussion), but they are not directly displayed to the user and so are not considered "user-facing".</t>

</section>
</section>
</section>
<section anchor="usability"><name>Usability</name>

<t>Any MUA that enables its user to transition from unprotected messages to messages with end-to-end cryptographic protection needs to consider how the user understands this transition.
That said, the primary goal of the user of an MUA is communication -- so interface elements that get in the way of communication should be avoided where possible.</t>

<t>Furthermore, it is a near certainty that the user will continue to encounter unprotected messages, and may need to send unprotected messages (for example, if a given recipient cannot handle cryptographic protections).
This means that the MUA needs to provide the user with some guidance, so that they understand what protections any given message or conversation has.
But the user should not be overwhelmed with choices or presented with unactionable information.</t>

<section anchor="simplicity"><name>Simplicity</name>

<t>The end user (the operator of the MUA) is unlikely to understand complex end-to-end cryptographic protections on any e-mail message, so keep it simple.</t>

<t>For clarity to the user, any cryptographic protections should apply to the message as a whole, not just to some subparts.</t>

<t>This is true for message composition: the standard message composition user interface of an MUA should offer minimal controls which indicate which types of protection to apply to the new message as a whole.</t>

<t>This is also true for message interpretation: the standard message rendering user interface of an MUA should offer a minimal, clear indicator about the end-to-end cryptographic status of the message as a whole.</t>

<t>See <xref target="types-of-protection"/> for more detail about mental models and cryptographic status.</t>

<t>(It is of course possible that a message forwarded as a MIME attachment could have its own cryptographic status while still being a message subpart; but that status should be distinct from the status of the enclosing message.)</t>

</section>
<section anchor="similar-ux"><name>E-mail Users Want a Familiar Experience</name>

<t>A person communicating over the Internet today often has many options for reaching their desired correspondent, including web-based bulletin boards, contact forms, and instant messaging services.</t>

<t>E-mail offers a few distinctions from these other systems, most notably features like:</t>

<t><list style="symbols">
  <t>Ubiquity: Most correspondents will have an e-mail address, while not everyone is present on every alternate messaging service,</t>
  <t>Federation: interaction between users on distinct domains who have not agreed on a common communications provider is still possible, and</t>
  <t>User Control: the user can interact with the e-mail system using a MUA of their choosing, including automation and other control over their preferred and/or customized workflow.</t>
</list></t>

<t>Other systems (like some popular instant messaging applications, such as WhatsApp and Signal Private Messenger) offer built-in end-to-end cryptographic protections by default, which are simpler for the user to understand.
("All the messages I see on Signal are confidential and integrity-protected" is a clean user story)</t>

<t>A user of e-mail is likely using e-mail instead of other systems because of the distinctions outlined above.
When adding end-to-end cryptographic protection to an e-mail endpoint, care should be taken not to negate any of the distinct features of e-mail as a whole.
If these features are violated to provide end-to-end crypto, the user may just as well choose one of the other systems that don't have the drawbacks that e-mail has.
Implmenters should try to provide end-to-end protections that retain the familiar experience of e-mail itself.</t>

<t>Furthermore, an e-mail user is likely to regularly interact with other e-mail correspondents who <em>cannot</em> handle or produce end-to-end cryptographic protections.
Care should be taken that enabling cryptography in a MUA does not inadvertently limit the ability of the user to interact with legacy correspondents.</t>

</section>
<section anchor="security-indicators"><name>Warning About Failure vs. Announcing Success</name>

<t>Moving the web from http to https offers useful historical similarities to adding end-to-end encryption to e-mail.</t>

<t>In particular, the indicators of what is "secure" vs. "insecure" for web browsers have changed over time.
For example, years ago the default experience was http, and https sites were flagged with "secure" indicators like a lock icon.
In 2018, some browsers reversed that process by downplaying https, and instead visibly marking http as "not secure" (see <xref target="chrome-indicators"></xref>).</t>

<t>By analogy, when the user of a MUA first enables end-to-end cryptographic protection, it's likely that they will want to see which messages <em>have</em> protection.
But a user whose private e-mail communications with a given correspondent, or within a given domain are known to be entirely end-to-end protected might instead want to know which messages do <em>not</em> have the expected protections.</t>

<t>Note also that some messages may be expected to be confidential, but other messages are expected to be public -- the types of protection (see <xref target="types-of-protection"/>) that apply to each particular message will be different.
And the types of protection that are <em>expected</em> to be present in any context might differ (for example, by sender, by thread, or by date).</t>

<t>It is out of scope for this document to define expectations about protections for any given message, but an implementer who cares about usable experience should be deliberate and judicious about the expectations their interface assumes that the user has in a given context.
See also <xref target="expect-e2e"/> for future work.</t>

</section>
</section>
<section anchor="types-of-protection"><name>Types of Protection</name>

<t>A given message might be:</t>

<t><list style="symbols">
  <t>signed,</t>
  <t>encrypted,</t>
  <t>both signed and encrypted, or</t>
  <t>none of the above.</t>
</list></t>

<t>Given that many e-mail messages offer no cryptographic protections, the user needs to be able to detect which protections are present for any given message.</t>

<section anchor="simple-mental-model"><name>Simplified Mental Model</name>

<t>To the extent that an e-mail message actually does have end-to-end cryptographic protections, those protections need to be visible and comprehensible to the end user.
If the user is unaware of the protections, then they do not extend all the way to the "end".</t>

<t>However, most users do not have (or want to have) a sophisticated mental model of what kinds of protections can be associated with a given message.
Even the four states above approach the limits of complexity for an interface for normal users.</t>

<t>While <xref target="no-encrypted-only"/> recommends avoiding deliberate creation of encrypted-only messages, some messages may end up in the encrypted-only state due to signature failure or certificate revocation.</t>

<t>A simple model for the user could be that a message is in one of three normal states:</t>

<t><list style="symbols">
  <t>Unprotected</t>
  <t>Verified (has a valid signature from the apparent sender of the message)</t>
  <t>Confidential (meaning, encrypted, with a valid signature from the apparent sender of the message)</t>
</list></t>

<t>And one error state:</t>

<t><list style="symbols">
  <t>Encrypted But Unverified (meaning, encrypted without a valid signature from the apparent sender of the message)</t>
</list></t>

<t>Note that this last state is not "Confidential" (a secret shared exclusively between the participants in the communication) because the recipient does not know for sure who sent it.</t>

<t>In an ecosystem where encrypted-only messages are never deliberately sent (see <xref target="no-encrypted-only"/>), representing an Encrypted But Unverified message as a type of user-visible error is not unreasonable.</t>

<t>Alternately, a MUA may prefer to represent the state of a Encrypted but Unverified message to the user as though it was Unprotected, since no verification is possible.
However the MUA represents the message to the user, though, it <bcp14>MUST NOT</bcp14> leak cleartext of an encrypted message (even an Encrypted but Unverified message) in subsequent replies (see <xref target="composing-reply"/>) or similar replications of the message.</t>

<t>Note that a cleartext message with an invalid signature <bcp14>SHOULD NOT</bcp14> be represented to the user as anything other than Unprotected (see <xref target="signature-failures"/>).</t>

<t>In a messy legacy ecosystem, a MUA may prefer instead to represent "Signed" and "Encrypted" as orthogonal states of any given message, at the cost of an increase in the complexity of the user's mental model.</t>

</section>
<section anchor="one-cryptographic-status-per-message"><name>One Cryptographic Status Per Message</name>

<t>Some MUAs may attempt to generate multiple copies of a given e-mail message, with different copies offering different types of protection (for example, opportunistically encrypting on a per-recipient basis).
A message resulting from this approach will have a cryptographic state that few users will understand.
Even if the sender understands the different statuses of the different copies, the recipients of the messages may not understand (each recipient might not even know about the other copies).
See for example the discussion in <xref target="mixed-recipients"/> for how this can go wrong.</t>

<t>For comprehensibility, a MUA <bcp14>SHOULD NOT</bcp14> create multiple copies of a given message that differ in the types of end-to-end cryptographic protections afforded.</t>

<t>For opportunistic cryptographic protections that are not surfaced to the user (that is, that are not end-to-end), other mechanisms like transport encryption (<xref target="RFC3207"/>) or domain-based signing (<xref target="RFC6376"/>) may be preferable due to ease of implementation and deployment.
These opportunistic transport protections are orthogonal to the end-to-end protections described in this document.</t>

<t>To the extent that opportunistic message protections are made visible to the user for a given copy of a message, a reasonable MUA will distinguish that status from the message's end-to-end cryptographic status.
But the potential confusion caused by rendering this complex, hybrid state may not be worth the value of additional knowledge gained by the user.
The benefits of opportunistic protections accrue (or don't) even without visibility to the user (see <xref target="RFC7435"/>).</t>

<t>The user needs a single clear, simple, and correct indication about the end-to-end cryptographic status of any given message.
See <xref target="cryptographic-summary"/> for more details.</t>

</section>
</section>
<section anchor="cryptographic-structure"><name>Cryptographic MIME Message Structure</name>

<t>Implementations use the structure of an e-mail message to establish (when sending) and understand (when receiving) the cryptographic status of the message.
This section establishes some conventions about how to think about message structure.</t>

<section anchor="cryptographic-layer"><name>Cryptographic Layers</name>

<t>"Cryptographic Layer" refers to a MIME substructure that supplies some cryptographic protections to an internal MIME subtree.
The internal subtree is known as the "protected part" though of course it may itself be a multipart object.</t>

<t>In the diagrams below, <u>↧</u> indicates "decrypts to", and <u>⇩</u> indicates "unwraps to".</t>

<section anchor="smime-cryptographic-layers"><name>S/MIME Cryptographic Layers</name>

<t>For S/MIME <xref target="RFC8551"></xref>, there are four forms of Cryptographic Layers: multipart/signed, PKCS#7 signed-data, PKCS7 enveloped-data, PKCS7 authEnveloped-data.</t>

<section anchor="smime-multipart-signed"><name>S/MIME Multipart Signed Cryptographic Layer</name>

<figure><artwork><![CDATA[
└┬╴multipart/signed; protocol="application/pkcs7-signature"
 ├─╴[protected part]
 └─╴application/pkcs7-signature
]]></artwork></figure>

<t>This MIME layer offers authentication and integrity.</t>

</section>
<section anchor="smime-pkcs7-signed-data"><name>S/MIME PKCS7 signed-data Cryptographic Layer</name>

<figure><artwork><![CDATA[
└─╴application/pkcs7-mime; smime-type="signed-data"
 ⇩ (unwraps to)
 └─╴[protected part]
]]></artwork></figure>

<t>This MIME layer offers authentication and integrity.</t>

</section>
<section anchor="smime-pkcs7-enveloped-data"><name>S/MIME PKCS7 enveloped-data Cryptographic Layer</name>

<figure><artwork><![CDATA[
└─╴application/pkcs7-mime; smime-type="enveloped-data"
 ↧ (decrypts to)
 └─╴[protected part]
]]></artwork></figure>

<t>This MIME layer offers confidentiality.</t>

</section>
<section anchor="smime-pkcs7-authenveloped-data"><name>S/MIME PKCS7 authEnveloped-data Cryptographic Layer</name>

<figure><artwork><![CDATA[
└─╴application/pkcs7-mime; smime-type="authEnveloped-data"
 ↧ (decrypts to)
 └─╴[protected part]
]]></artwork></figure>

<t>This MIME layer offers confidentiality and integrity.</t>

<t>Note that <spanx style="verb">enveloped-data</spanx> (<xref target="smime-pkcs7-enveloped-data"/>) and <spanx style="verb">authEnveloped-data</spanx> (<xref target="smime-pkcs7-authenveloped-data"/>) have identical message structure and very similar semantics.
The only difference between the two is ciphertext malleability.</t>

<t>The examples in this document only include <spanx style="verb">enveloped-data</spanx>, but the implications for that layer apply to <spanx style="verb">authEnveloped-data</spanx> as well.</t>

</section>
<section anchor="pkcs7-compression-is-not-a-cryptographic-layer"><name>PKCS7 Compression is NOT a Cryptographic Layer</name>

<t>The Cryptographic Message Syntax (CMS) provides a MIME compression layer (<spanx style="verb">smime-type="compressed-data"</spanx>), as defined in <xref target="RFC3274"/>.
While the compression layer is technically a part of CMS, it is not considered a Cryptographic Layer for the purposes of this document.</t>

</section>
</section>
<section anchor="pgpmime-cryptographic-layers"><name>PGP/MIME Cryptographic Layers</name>

<t>For PGP/MIME <xref target="RFC3156"></xref> there are two forms of Cryptographic Layers, signing and encryption.</t>

<section anchor="pgpmime-multipart-signed"><name>PGP/MIME Signing Cryptographic Layer (multipart/signed)</name>

<figure><artwork><![CDATA[
└┬╴multipart/signed; protocol="application/pgp-signature"
 ├─╴[protected part]
 └─╴application/pgp-signature
]]></artwork></figure>

<t>This MIME layer offers authenticity and integrity.</t>

</section>
<section anchor="pgpmime-multipart-encrypted"><name>PGP/MIME Encryption Cryptographic Layer (multipart/encrypted)</name>

<figure><artwork><![CDATA[
└┬╴multipart/encrypted
 ├─╴application/pgp-encrypted
 └─╴application/octet-stream
  ↧ (decrypts to)
  └─╴[protected part]
]]></artwork></figure>

<t>This MIME layer can offer any of:</t>

<t><list style="symbols">
  <t>confidentiality (via a Symmetrically Encrypted Data Packet, see <xref section="5.7" sectionFormat="of" target="RFC4880"/>; a MUA <bcp14>MUST NOT</bcp14> generate this form due to ciphertext malleability)</t>
  <t>confidentiality and integrity (via a Symmetrically Encrypted Integrity Protected Data Packet (SEIPD), see <xref section="5.13" sectionFormat="of" target="RFC4880"/>), or</t>
  <t>confidentiality, integrity, and authenticity all together (by including an OpenPGP Signature Packet within the SEIPD).</t>
</list></t>

</section>
</section>
</section>
<section anchor="cryptographic-envelope"><name>Cryptographic Envelope</name>

<t>The Cryptographic Envelope is the largest contiguous set of Cryptographic Layers of an e-mail message starting with the outermost MIME type (that is, with the Content-Type of the message itself).</t>

<t>If the Content-Type of the message itself is not a Cryptographic Layer, then the message has no cryptographic envelope.</t>

<t>"Contiguous" in the definition above indicates that if a Cryptographic Layer is the protected part of another Cryptographic Layer, the layers together comprise a single Cryptographic Envelope.</t>

<t>Note that if a non-Cryptographic Layer intervenes, all Cryptographic Layers within the non-Cryptographic Layer <em>are not</em> part of the Cryptographic Envelope.
They are Errant Cryptographic Layers (see <xref target="errant-cryptographic-layers"/>).</t>

<t>Note also that the ordering of the Cryptographic Layers implies different cryptographic properties.
A signed-then-encrypted message is different than an encrypted-then-signed message.
See <xref target="sign-then-encrypt"/>.</t>

</section>
<section anchor="cryptographic-payload"><name>Cryptographic Payload</name>

<t>The Cryptographic Payload of a message is the first non-Cryptographic Layer -- the "protected part" -- within the Cryptographic Envelope.</t>

</section>
<section anchor="types-of-cryptographic-envelope"><name>Types of Cryptographic Envelope</name>

<section anchor="simple-cryptographic-envelopes"><name>Simple Cryptographic Envelopes</name>

<t>As described above, if the "protected part" identified in the section above is not itself a Cryptographic Layer, that part <em>is</em> the Cryptographic Payload.</t>

<t>If the application wants to generate a message that is both encrypted and signed, it <bcp14>MAY</bcp14> use the simple MIME structure from <xref target="pgpmime-multipart-encrypted"/> by ensuring that the <xref target="RFC4880"></xref> Encrypted Message within the <spanx style="verb">application/octet-stream</spanx> part contains an <xref target="RFC4880"></xref> Signed Message (the final option described in <xref target="pgpmime-multipart-encrypted"/>).</t>

</section>
<section anchor="multilayer-cryptographic-envelopes"><name>Multilayer Cryptographic Envelopes</name>

<t>It is possible to construct a Cryptographic Envelope consisting of multiple layers with either S/MIME or PGP/MIME , for example using the following structure:</t>

<figure><artwork><![CDATA[
A └─╴application/pkcs7-mime; smime-type="enveloped-data"
B  ↧ (decrypts to)
C  └─╴application/pkcs7-mime; smime-type="signed-data"
D   ⇩ (unwraps to)
E   └─╴[protected part]
]]></artwork></figure>

<t>When handling such a message, the properties of the Cryptographic Envelope are derived from the series <spanx style="verb">A</spanx>, <spanx style="verb">C</spanx>.</t>

<t>As noted in <xref target="simple-cryptographic-envelopes"/>, PGP/MIME applications also have a simpler MIME construction available with the same cryptographic properties.</t>

</section>
</section>
<section anchor="errant-cryptographic-layers"><name>Errant Cryptographic Layers</name>

<t>Due to confusion, malice, or well-intentioned tampering, a message may contain a Cryptographic Layer that is not part of the Cryptographic Envelope.
Such a layer is an Errant Cryptographic Layer.</t>

<t>An Errant Cryptographic Layer <bcp14>SHOULD NOT</bcp14> contribute to the message's overall cryptographic state.</t>

<t>Guidance for dealing with Errant Cryptographic Layers can be found in <xref target="errant-layers"/>.</t>

<section anchor="mailing-list-wrapping"><name>Mailing List Wrapping</name>

<t>Some mailing list software will re-wrap a well-formed signed message before re-sending to add a footer, resulting in the following structure seen by recipients of the e-mail:</t>

<figure><artwork><![CDATA[
H └┬╴multipart/mixed
I  ├┬╴multipart/signed
J  │├─╴text/plain
K  │└─╴application/pgp-signature
L  └─╴text/plain
]]></artwork></figure>

<t>In this message, <spanx style="verb">L</spanx> is the footer added by the mailing list.  <spanx style="verb">I</spanx> is now an Errant Cryptographic Layer.</t>

<t>Note that this message has no Cryptographic Envelope at all.</t>

<t>It is <bcp14>NOT RECOMMENDED</bcp14> to produce e-mail messages with this structure, because the data in part <spanx style="verb">L</spanx> may appear to the user as though it were part of <spanx style="verb">J</spanx>, though they have different cryptographic properties.
In particular, if the user believes that the message is signed, but cannot distinguish <spanx style="verb">L</spanx> from <spanx style="verb">J</spanx> then the author of <spanx style="verb">L</spanx> can effectively tamper with content of the signed message, breaking the user's expectation of integrity and authenticity.</t>

</section>
<section anchor="baroque-example"><name>A Baroque Example</name>

<t>Consider a message with the following overcomplicated structure:</t>

<figure><artwork><![CDATA[
M └┬╴multipart/encrypted
N  ├─╴application/pgp-encrypted
O  └─╴application/octet-stream
P   ↧ (decrypts to)
Q   └┬╴multipart/signed
R    ├┬╴multipart/mixed
S    │├┬╴multipart/signed
T    ││├─╴text/plain
U    ││└─╴application/pgp-signature
V    │└─╴text/plain
W    └─╴application/pgp-signature
]]></artwork></figure>

<t>The 3 Cryptographic Layers in such a message are rooted in parts <spanx style="verb">M</spanx>, <spanx style="verb">Q</spanx>, and <spanx style="verb">S</spanx>.
But the Cryptographic Envelope of the message consists only of the properties derived from the series <spanx style="verb">M</spanx>, <spanx style="verb">Q</spanx>.
The Cryptographic Payload of the message is part <spanx style="verb">R</spanx>.
Part <spanx style="verb">S</spanx> is an Errant Cryptographic Layer.</t>

<t>Note that this message has both a Cryptographic Envelope <em>and</em> an Errant Cryptographic Layer.</t>

<t>It is <bcp14>NOT RECOMMENDED</bcp14> to generate messages with such complicated structures.
Even if a receiving MUA can parse this structure properly, it is nearly impossible to render in a way that the user can reason about the cryptographic properties of part <spanx style="verb">T</spanx> compared to part <spanx style="verb">V</spanx>.</t>

</section>
</section>
<section anchor="cryptographic-summary"><name>Cryptographic Summary</name>

<t>The cryptographic status of an e-mail message with end-to-end cryptographic protections is known as the Cryptographic Summary.
A reasonable, simple Cryptographic Summary is derived from the aggregate properties of the layers in the Cryptographic Envelope.
This is a conceptual tool and a feature that a MUA can use to guide behavior and user experience, but it is not necessarily always directly exposed in any given user interface.
See <xref target="well-formed"/> for guidance and considerations about rendering the Cryptographic Summary to the user.</t>

</section>
</section>
<section anchor="message-composition"><name>Message Composition</name>

<t>This section describes the ideal composition of an e-mail message with end-to-end cryptographic protection.
A message composed with this form is most likely to achieve its end-to-end security goals.</t>

<section anchor="composition"><name>Message Composition Algorithm</name>

<t>This section roughly describes the steps that a MUA should use to compose a cryptographically-protected message that has a proper cryptographic envelope and payload.</t>

<t>The message composition algorithm takes three parameters:</t>

<t><list style="symbols">
  <t><spanx style="verb">origbody</spanx>: the traditional unprotected message body as a well-formed MIME tree (possibly just a single MIME leaf part).
As a well-formed MIME tree, <spanx style="verb">origbody</spanx> already has structural headers present (see <xref target="structural-headers"/>).</t>
  <t><spanx style="verb">origheaders</spanx>: the intended non-structural headers for the message, represented here as a list of <spanx style="verb">(h,v)</spanx> pairs, where <spanx style="verb">h</spanx> is a header field name and <spanx style="verb">v</spanx> is the associated value.</t>
  <t><spanx style="verb">crypto</spanx>: The series of cryptographic protections to apply (for example, "sign with the secret key corresponding to X.509 certificate X, then encrypt to X.509 certificates X and Y").
This is a routine that accepts a MIME tree as input (the Cryptographic Payload), wraps the input in the appropriate Cryptographic Envelope, and returns the resultant MIME tree as output.</t>
</list></t>

<t>The algorithm returns a MIME object that is ready to be injected into the mail system:</t>

<t><list style="symbols">
  <t>Apply <spanx style="verb">crypto</spanx> to <spanx style="verb">origbody</spanx>, yielding MIME tree <spanx style="verb">output</spanx></t>
  <t>For each header name and value <spanx style="verb">(h,v)</spanx> in <spanx style="verb">origheaders</spanx>:
  <list style="symbols">
      <t>Add header <spanx style="verb">h</spanx> to <spanx style="verb">output</spanx> with value <spanx style="verb">v</spanx></t>
    </list></t>
  <t>Return <spanx style="verb">output</spanx></t>
</list></t>

</section>
<section anchor="sign-then-encrypt"><name>Encryption Outside, Signature Inside</name>

<t>Users expect any message that is both signed and encrypted to be signed <em>inside</em> the encryption, and not the other way around.
For example, when crafting an encrypted and signed message using a simple Cryptographic Envelope of a single layer (<xref target="simple-cryptographic-envelopes"/>) with PGP/MIME, the OpenPGP Encrypted Message object should contain an OpenPGP Signed Message.
Likewise, when using a multilayer Cryptographic Envelope (<xref target="multilayer-cryptographic-envelopes"/>), the outer layer should be an encryption layer and the inner layer should be a signing layer.</t>

<t>Putting the signature inside the encryption has two advantages:</t>

<t><list style="symbols">
  <t>The details of the signature remain confidential, visible only to the parties capable of decryption.</t>
  <t>Any mail transport agent that modifies the message is unlikely to be able to accidentally break the signature.</t>
</list></t>

<t>A MUA <bcp14>SHOULD NOT</bcp14> generate an encrypted and signed message where the only signature is outside the encryption.</t>

</section>
<section anchor="no-encrypted-only"><name>Avoid Offering Encrypted-only Messages</name>

<t>When generating an e-mail, the user has options about what forms of end-to-end cryptographic protections to apply to it.</t>

<t>In some cases, offering any end-to-end cryptographic protection is harmful: it may confuse the recipient and offer no benefit.</t>

<t>In other cases, signing a message is useful (authenticity and integrity are desirable) but encryption is either impossible (for example, if the sender does not know how to encrypt to all recipients) or meaningless (for example, an e-mail message to a mailing list that is intended to be be published to a public archive).</t>

<t>In other cases, full end-to-end confidentiality, authenticity, and integrity are desirable.</t>

<t>It is unclear what the use case is for an e-mail message with end-to-end confidentiality but without authenticity or integrity.</t>

<t>A reasonable MUA will keep its message composition interface simple, so when presenting the user with a choice of cryptographic protection, it <bcp14>SHOULD</bcp14> offer no more than three choices:</t>

<t><list style="symbols">
  <t>no end-to-end cryptographic protection</t>
  <t>Verified (signed only)</t>
  <t>Confidential (signed and encrypted)</t>
</list></t>

<t>Note that these choices correspond to the simplified mental model in <xref target="simple-mental-model"/>.</t>

</section>
<section anchor="composing-reply"><name>Composing a Reply Message</name>

<t>When replying to a message, most MUAs compose an initial draft of the reply that contains quoted text from the original message.
A responsible MUA will take precautions to avoid leaking the cleartext of an encrypted message in such a reply.</t>

<t>If the original message was end-to-end encrypted, the replying MUA <bcp14>MUST</bcp14> either:</t>

<t><list style="symbols">
  <t>compose the reply with end-to-end encryption, or</t>
  <t>avoid including quoted text from the original message.</t>
</list></t>

<t>In general, MUAs <bcp14>SHOULD</bcp14> prefer the first option: to compose an encrypted reply.
This is what users expect.</t>

<t>However, in some circumstances, the replying MUA cannot compose an encrypted reply.
For example, the MUA might not have a valid, unexpired, encryption-capable certificate for all recipients.
This can also happen during composition when a user adds a new recipient into the reply, or manually toggles the cryptographic protections to remove encryption.</t>

<t>In this circumstance, the composing MUA <bcp14>SHOULD</bcp14> strip the quoted text from the original message.</t>

<t>Note additional nuance about replies to malformed messages that contain encryption in <xref target="reply-to-errant-encryption"/>.</t>

</section>
</section>
<section anchor="message-interpretation"><name>Message Interpretation</name>

<t>Despite the best efforts of well-intentioned senders to create e-mail messages with well-formed end-to-end cryptographic protection, receiving MUAs will inevitably encounter some messages with malformed end-to-end cryptographic protection.</t>

<t>This section offers guidance on dealing with both well-formed and malformed messages containing Cryptographic Layers.</t>

<section anchor="well-formed"><name>Rendering Well-formed Messages</name>

<t>A message is well-formed when it has a Cryptographic Envelope, a Cryptographic Payload, and no Errant Cryptographic Layers.
Rendering a well-formed message is straightforward.</t>

<t>The receiving MUA should evaluate and assemble the cryptographic properties of the Cryptographic Envelope into a Cryptographic Summary and display that status to the user in a secure, strictly-controlled part of the UI.
In particular, the part of the UI used to render the Cryptographic Summary of the message <bcp14>MUST NOT</bcp14> be spoofable, modifiable, or otherwise controllable by the received message itself.</t>

<t>Aside from this Cryptographic Summary, the message itself should be rendered as though the Cryptographic Payload is the body of the message.
The Cryptographic Layers themselves <bcp14>SHOULD</bcp14> not be rendered otherwise.</t>

</section>
<section anchor="errant-layers"><name>Errant Cryptographic Layers</name>

<t>If an incoming message has any Errant Cryptographic Layers, the interpreting MUA <bcp14>SHOULD</bcp14> ignore those layers when rendering the Cryptographic Summary of the message to the user.</t>

<section anchor="errant-signing-layer"><name>Errant Signing Layer</name>

<t>When rendering a message with an Errant Cryptographic Layer that provides authenticity and integrity (via signatures), the message should be rendered by replacing the Cryptographic layer with the part it encloses.</t>

<t>For example, a message with this structure:</t>

<figure><artwork><![CDATA[
A └┬╴multipart/mixed
B  ├╴text/plain
C  ├┬╴multipart/signed
D  │├─╴image/jpeg
E  │└─╴application/pgp-signature
F  └─╴text/plain
]]></artwork></figure>

<t>Should be rendered identically to this:</t>

<figure><artwork><![CDATA[
A └┬╴multipart/mixed
B  ├─╴text/plain
D  ├─╴image/jpeg
F  └─╴text/plain
]]></artwork></figure>

<t>In such a situation, an MUA <bcp14>SHOULD NOT</bcp14> indicate in the Cryptographic Summary that the message is signed.</t>

<section anchor="exception-mailing-list-footers"><name>Exception: Mailing List Footers</name>

<t>The use case described in <xref target="mailing-list-wrapping"/> is common enough in some contexts, that a MUA <bcp14>MAY</bcp14> decide to handle it as a special exception.</t>

<t>If the MUA determines that the message comes from a mailing list (for example, it has a <spanx style="verb">List-ID</spanx> header), and it has a structure that appends a footer to a signing-only Cryptographic Layer with a valid signature, such as:</t>

<figure><artwork><![CDATA[
H └┬╴multipart/mixed
I  ├┬╴multipart/signed
J  │├─╴[protected part, may be arbitrary MIME subtree]
K  │└─╴application/{pgp,pkcs7}-signature
L  └─╴[footer, typically text/plain]
]]></artwork></figure>

<t>or:</t>

<figure><artwork><![CDATA[
H └┬╴multipart/mixed
I  ├─╴application/pkcs7-mime; smime-type="signed-data"
   │⇩ (unwraps to)
J  │└─╴[protected part, may be an arbitrary MIME subtree]
L  └─╴[footer, typically text/plain]
]]></artwork></figure>

<t>Then, the MUA <bcp14>MAY</bcp14> indicate to the user that this is a signed message that has been wrapped by the mailing list.</t>

<t>In this case, the MUA <bcp14>MUST</bcp14> distinguish the footer (part <spanx style="verb">L</spanx>) from the protected part (part <spanx style="verb">J</spanx>) when rendering any information about the signature.</t>

<t>One way to do this is to offer the user two different views of the message: the "mailing list" view, which hides any Cryptographic Summary but shows the footer:</t>

<figure><artwork><![CDATA[
Cryptographic Protections: none
H └┬╴multipart/mixed
J  ├─╴[protected part, may be arbitrary MIME subtree]
L  └─╴[footer, typically text/plain]
]]></artwork></figure>

<t>or the "sender's view", which shows the Cryptographic Summary but hides the footer:</t>

<figure><artwork><![CDATA[
Cryptographic Protections: signed [details from part I]
J └─╴[protected part, may be arbitrary MIME subtree]
]]></artwork></figure>

</section>
</section>
<section anchor="errant-encryption-layer"><name>Errant Encryption Layer</name>

<t>An MUA may encounter a message with an Errant Cryptographic Layer that offers confidentiality (encryption), and the MUA is capable of decrypting it.</t>

<t>The user wants to be able to see the contents of any message that they receive, so an MUA in this situation <bcp14>SHOULD</bcp14> decrypt the part.</t>

<t>In this case, though, the MUA <bcp14>MUST NOT</bcp14> indicate in the message's Cryptographic Summary that the message itself was encrypted.
Such an indication could be taken to mean that other (non-encrypted) parts of the message arrived with cryptographic confidentiality.</t>

<t>Furthermore, when decrypting an Errant Cryptographic Layer, the MUA <bcp14>MUST</bcp14> treat the decrypted cleartext as a distinct MIME subtree, and not attempt to merge or splice it together with any other part of the message.
This offers protection against the direct exfiltration (also known as EFAIL-DE) attacks described in <xref target="EFAIL"></xref> and so-called <spanx style="verb">multipart/oracle</spanx> attacks described in <xref target="ORACLE"></xref>.</t>

<section anchor="reply-to-errant-encryption"><name>Replying to a Message with an Errant Encryption Layer</name>

<t>Note that there is an asymmetry here between rendering and replying to a message with an Errant Encryption Layer.</t>

<t>When rendering, the MUA does not indicate that the message was encrypted, even if some subpart of it was decrypted for rendering.</t>

<t>When composing a reply to a message that has any encryption layer, even an errant one, the reply message <bcp14>SHOULD</bcp14> be marked for encryption, as noted in <xref target="composing-reply"/>.</t>

<t>When composing a reply to a message with an errant cryptographic layer, the MUA <bcp14>MUST NOT</bcp14> decrypt any errant cryptographic layers when generating quoted or attributed text.
This will typically mean either leaving the ciphertext itself in the generated reply message, or simply no generating any quoted or attributed text at all.
This offers protection against the reply-based attacks described in <xref target="EFAIL"></xref>.</t>

<t>In all circumstances, if the reply message cannot be encrypted (or if the user elects to not encrypt the reply), the composed reply <bcp14>MUST NOT</bcp14> include any material from the decrypted subpart.</t>

</section>
</section>
<section anchor="avoiding-non-mime-cryptographic-mechanisms"><name>Avoiding Non-MIME Cryptographic Mechanisms</name>

<t>In some cases, there may be a cryptographic signature or encryption that does not coincide with a MIME boundary.
For example so-called "PGP Inline" messages typically contain base64-encoded ("ASCII-armored", see <xref section="6" sectionFormat="of" target="RFC4880"/>) ciphertext, or within the content of a MIME part.</t>

<section anchor="do-not-validate-non-mime-signatures"><name>Do Not Validate Non-MIME Signatures</name>

<t>When encountering cryptographic signatures in these positions, a MUA <bcp14>MUST NOT</bcp14> attempt to validate any signature.
It is challenging to communicate to the user exactly which part of such a message is covered by the signature, so it is better to leave the message marked as unsigned.</t>

</section>
<section anchor="skip-or-isolate-non-mime-decryption-when-rendering"><name>Skip or Isolate Non-MIME Decryption When Rendering</name>

<t>When encountering what appears to be encrypted data not at a MIME boundary, the MUA <bcp14>MAY</bcp14> decline to decrypt the data at all.</t>

<t>During message rendering, if the MUA attempts decryption of such a non-MIME encrypted section of an e-mail, it <bcp14>MUST</bcp14> synthesize a separate MIME part to contain only the decrypted data, and not attempt to merge or splice that part together with any other part of the message.
Keeping such a section distinct and isolated from any other part of the message offers protection against the direct exfiltration attacks (also known as EFAIL-DE) described in <xref target="EFAIL"></xref>.</t>

</section>
<section anchor="do-not-decrypt-non-mime-decryption-when-replying"><name>Do Not Decrypt Non-MIME Decryption when Replying</name>

<t>When composing a reply to a message with such a non-MIME encrypted section, the MUA <bcp14>MUST NOT</bcp14> decrypt the any non-MIME encrypted section when generating quoted or attributed text, similar to the guidance in <xref target="reply-to-errant-encryption"/>.</t>

<t>This offers protection against the reply-based attacks described in <xref target="EFAIL"></xref>.</t>

</section>
</section>
</section>
<section anchor="forwarded-messages-with-cryptographic-protection"><name>Forwarded Messages with Cryptographic Protection</name>

<t>An incoming e-mail message may include an attached forwarded message, typically as a MIME subpart with <spanx style="verb">Content-Type: message/rfc822</spanx> (<xref target="RFC5322"/>) or <spanx style="verb">Content-Type: message/global</spanx> (<xref target="RFC5355"/>).</t>

<t>Regardless of the cryptographic protections and structure of the incoming message, the internal forwarded message may have its own Cryptographic Envelope.</t>

<t>The Cryptographic Layers that are part of the Cryptographic Envelope of the forwarded message are not Errant Cryptographic Layers of the surrounding message -- they are simply layers that apply to the forwarded message itself.</t>

<t>The rendering MUA <bcp14>MUST NOT</bcp14> conflate the cryptographic protections of the forwarded message with the cryptographic protections of the incoming message.</t>

<t>The rendering MUA <bcp14>MAY</bcp14> render a Cryptographic Summary of the protections afforded to the forwarded message by its own Cryptographic Envelope, as long as that rendering is unambiguously tied to the forwarded message itself, and cannot be spoofed either by the enclosing message or by the forwarded message.</t>

</section>
<section anchor="signature-failures"><name>Signature failures</name>

<t>A cryptographic signature may fail in multiple ways.
A receiving MUA that discovers a failed signature should treat the message as though the signature did not exist.
This is similar to the standard guidance for about failed DKIM signatures (see <xref section="6.1" sectionFormat="of" target="RFC6376"/>).</t>

<t>A MUA <bcp14>SHOULD NOT</bcp14> render a message with a failed signature as more dangerous or more dubious than a comparable message without any signature at all.</t>

<t>A MUA that encounters an encrypted-and-signed message where the signature is invalid <bcp14>SHOULD</bcp14> treat the message the same way that it would treat a message that is encryption-only.</t>

<t>Some different ways that a signature may be invalid on a given message:</t>

<t><list style="symbols">
  <t>the signature is not cryptographically valid (the math fails).</t>
  <t>the signature relies on suspect cryptographic primitives (e.g. over a legacy digest algorithm, or was made by a weak key, e.g., 1024-bit RSA)</t>
  <t>the signature is made by a certificate which the receiving MUA does not have access to.</t>
  <t>the certificate used to verify the signature was revoked.</t>
  <t>the certificate used to verify the signature was expired at the time that the signature was made.</t>
  <t>the certificate used to verify the signature does not correspond to the author of the message. (for X.509, there is no subjectAltName of type RFC822Name whose value matches an e-mail address found in <spanx style="verb">From:</spanx> or <spanx style="verb">Sender:</spanx>)</t>
  <t>the certificate used to verify the signature was not issued by an authority that the MUA user is willing to rely on for certifying the sender's e-mail address, and the user has no other reasonable indication that the certificate belongs to the sender's e-mail address.</t>
  <t>the signature indicates that it was made at a time much before or much after from the date of the message itself.</t>
  <t>The signature covers a message that depends on an external subresource that might change (see <xref target="external-subresources"/>).</t>
</list></t>

<t>A valid signature must pass all these tests, but of course invalid signatures may be invalid in more than one of the ways listed above.</t>

</section>
</section>
<section anchor="reasoning-about-message-parts"><name>Reasoning about Message Parts</name>

<t>When generating or rendering messages, it is useful to know what parts of the message are likely to be displayed, and how.
This section introduces some common terms that can be applied to parts within the Cryptographic Payload.</t>

<section anchor="main-body-part"><name>Main Body Part</name>

<t>When an e-mail message is composed or rendered to the user there is typically one main view that presents a (mostly textual) part of the message.</t>

<t>While the message itself may be constructed of several distinct MIME parts in a tree, the part that is rendered to the user is the "Main Body Part".</t>

<t>When rendering a message, one of the primary jobs of the receiving MUA is identifying which part (or parts) is the Main Body Part.
Typically, this is found by traversing the MIME tree of the message looking for a leaf node that has a primary content type of <spanx style="verb">text</spanx> (e.g. <spanx style="verb">text/plain</spanx> or <spanx style="verb">text/html</spanx>) and is not <spanx style="verb">Content-Disposition: attachment</spanx>.</t>

<t>MIME tree traversal follows the first child of every <spanx style="verb">multipart</spanx> node, with the exception of <spanx style="verb">multipart/alternative</spanx>.
When traversing a <spanx style="verb">multipart/alternative</spanx> node, all children should be scanned, with preference given to the last child node with a MIME type that the MUA is capable of rendering directly.</t>

<t>A MUA <bcp14>MAY</bcp14> offer the user a mechanism to prefer a particular MIME type within <spanx style="verb">multipart/alternative</spanx> instead of the last renderable child.
For example, a user may explicitly prefer a <spanx style="verb">text/plain</spanx> alternative part over <spanx style="verb">text/html</spanx>.</t>

<t>Note that due to uncertainty about the capabilities and configuration of the receiving MUA, the composing MUA <bcp14>SHOULD</bcp14> consider that multiple parts might be rendered as the Main Body Part when the message is ultimately viewed.</t>

<t>When composing a message, an originating MUA operating on behalf of an active user can identify which part (or parts) are the "main" parts: these are the parts the MUA generates from the user's editor.
Tooling that automatically generates e-mail messages should also have a reasonable estimate of which part (or parts) are the "main" parts, as they can be programmatically identified by the message author.</t>

<t>For a filtering program that attempts to transform an outbound message without any special knowledge about which parts are Main Body Parts, it can identify the likely parts by following the same routine as a receiving MUA.</t>

</section>
<section anchor="attachments"><name>Attachments</name>

<t>A message may contain one or more separated MIME parts that are intended for download or extraction.
Such a part is commonly called an "attachment", and is commonly identified by having <spanx style="verb">Content-Disposition: attachment</spanx>.</t>

<t>An MUA <bcp14>MAY</bcp14> identify a subpart as an attachment, or permit extraction of a subpart even when the subpart does not have <spanx style="verb">Content-Disposition: attachment</spanx>.</t>

<t>For a message with end-to-end cryptographic protection, any attachment <em><bcp14>MUST</bcp14></em> be included within the Cryptographic Payload.
If an attachment is found outside the Cryptographic Payload, then the message is not well-formed (see <xref target="well-formed"/>).</t>

<t>Some MUAs have tried to compose messages where each attachment is placed in its own cryptographic envelope.
Such a message is problematic for several reasons:</t>

<t><list style="symbols">
  <t>The attachments can be stripped, replaced, or reordered without breaking any cryptographic integrity mechanism.</t>
  <t>The resulting message may have a mix of cryptographic statuses (e.g. if a signature on one part fails but another succeeds, or if one part is encrypted and another is not).
This mix of statuses is difficult to represent to the user in a comprehensible way.</t>
</list></t>

</section>
<section anchor="mime-part-examples"><name>MIME Part Examples</name>

<t>Consider a common message with the folloiwing MIME structure:</t>

<figure><artwork><![CDATA[
M └─╴application/pkcs7-mime
   ↧ (decrypts to)
N  └─╴application/pkcs7-mime
    ⇩ (unwraps to)
O   └┬╴multipart/mixed
P    ├┬╴multipart/alternative
Q    │├─╴text/plain
R    │└─╴text/html
S    └─╴image/png
]]></artwork></figure>

<t>Parts M and N comprise the Cryptographic Envelope.</t>

<t>Parts Q and R are both Main Body Parts.</t>

<t>If part S is <spanx style="verb">Content-Disposition: attachment</spanx>, then it is an attachment.
If part S has no <spanx style="verb">Content-Disposition</spanx> header, it is potentially ambiguous whether it is an attachment or not.
If the sender prefers a specific behavior, it should explicitly set the <spanx style="verb">Content-Disposition</spanx> header on part S to either <spanx style="verb">inline</spanx> or <spanx style="verb">attachment</spanx> as guidance to the receiving MUA.</t>

<t>Consider also this alternate structure:</t>

<figure><artwork><![CDATA[
M └─╴application/pkcs7-mime
   ↧ (decrypts to)
N  └─╴application/pkcs7-mime
    ⇩ (unwraps to)
O   └┬╴multipart/alternative
P    ├─╴text/plain
Q    └┬╴multipart/related
R     ├─╴text/html
S     └─╴image/png
]]></artwork></figure>

<t>In this case, parts M and N are still the Cryptographic Envelope.</t>

<t>Parts P and R (the first two leaf nodes within each subtree of part O) are the Main Body Parts.</t>

<t>Part S is more likely not to be an attachment, as the subtree layout suggests that it is only relevant for the HTML version of the message.
For example, it might be rendered as an image within the HTML alternative.</t>

</section>
</section>
<section anchor="cert-management"><name>Certificate Management</name>

<t>A cryptographically-capable MUA typically maintains knowledge about certificates for the user's own account(s), as well as certificates for the peers that it communicates with.</t>

<section anchor="peer-certificates"><name>Peer Certificates</name>

<t>Most certificates that a cryptographically-capable MUA will use will be certificates belonging to the parties that the user communicates with through the MUA.
This section discusses how to manage the certificates that belong to such a peer.</t>

<t>The MUA will need to be able to discover X.509 certificates for each peer, cache them, and select among them when composing an encrypted message.</t>

<t>Detailed guidance about how to do this is beyond the scope of this document, but future revisions may bring it into scope (see <xref target="more-peer-certs"/>).</t>

<section anchor="peer-cert-selection"><name>Peer Certificate Selection</name>

<t>When composing an encrypted message, the MUA needs to select an encryption-capable certificate for each recipient.</t>

<t>To select such a certificate for a given destination e-mail address, the MUA should look through all of its known certificates and verify that <em>all</em> of the conditions below are met:</t>

<t><list style="symbols">
  <t>The certificate must be valid, not expired or revoked.</t>
  <t>It must have a subjectAltName of type rFC822Name whose contents match the destination address.
In particular, the local-part of the two addresses should be an exact bytewise match, and the domain parts of the two addresses should be matched by ensuring label equivalence across the full domain name, as described in <xref section="2.3.2.4" sectionFormat="of" target="RFC5890"/>.</t>
  <t>The algorithm OID in the certificate's SPKI is known to the MUA and capable of encryption.
Examples include:
  <list style="symbols">
      <t>rsaEncryption (OID 1.2.840.113549.1.1.1), with keyUsage (OID 2.5.29.15) extension present and the "key encipherment" bit (value 32) set.</t>
      <t>curveX25519 (OID 1.3.101.110) with keyUsage extension present and the "key agreement" bit (value 8) set.</t>
    </list></t>
  <t>If extendedKeyUsage (OID 2.5.29.37) is present, it contains at least one of the following OIDs: e-mail protection (OID 1.3.6.1.5.5.7.3.4), anyExtendedKeyUsage(OID 2.5.29.37.0).</t>
</list></t>

<t>A reasonable MUA may include more considerations when selecting a peer certificate as well, see <xref target="more-peer-cert-selection"/> for examples.</t>

</section>
</section>
<section anchor="local-certificates"><name>Local Certificates</name>

<t>The MUA also needs to know about one or more certificates associated with the user's e-mail account.
It is typically expected to have access to the secret key material associated with the public keys in those certificates.</t>

<t>While some basic guidance is offered here, it is beyond the scope of this document to describe all possible relevant guidance for local certificate and key material handling.
See <xref target="more-local-certs"/> for suggestions of guidance that a future version might bring into scope.</t>

<section anchor="local-certificate-setup"><name>Getting Certificates for the User</name>

<t>If the MUA does not have any certificate or secret key for the user, it <bcp14>SHOULD</bcp14> help the user to generate, acquire, or import them with a minimum of difficulty.</t>

<section anchor="local-cert-smime"><name>User Certificates for S/MIME</name>

<t>For S/MIME, the user <bcp14>SHOULD</bcp14> have both a signing-capable certificate and an encryption-capable certificate (and the corresponding secret keys).
Using the same cryptographic key material for multiple algorithms (i.e., for both encryption and signing) has been the source of vulnerabilities in other (non-e-mail) contexts (e.g., <xref target="DROWN"/> and <xref target="IKE"/>).
The simplest way to avoid any comparable risk is to use distinct key material for each cryptographic algorithm.
The MUA <bcp14>SHOULD NOT</bcp14> encourage the use of a single S/MIME certificate for both encryption and signing, to avoid possible cross-protocol key misuse.</t>

<t>The simplest option for an S/MIME-capable MUA is for the MUA to permit the user to import a PKCS #12 (<xref target="RFC7292"/>) object that is expected to contain secret key material, end entity certificates for the user, and intermediate certification authority certificates that permit chaining from the end entity certs to widely-accepted trust anchors.</t>

<t>An S/MIME-capable MUA that has access to user certificates and their corresponding secret key material should also offer the ability to export those objects into a well-formed PKCS #12 object that could be imported into another MUA operated by the same user.</t>

<t>Manual handling of PKCS #12 objects is challenging for most users.
Producing the initial PKCS #12 object typically can only be done with the aid of a certification authority via non-standardized, labor-intensive, and error-prone procedures that most users do not understand.
Furthermore, manual export and import incurs ongoing labor (for example, before certificate expiration) by the user which most users are unprepared to do (see <xref target="local-cert-maintenance"/>).</t>

<t>A better approach is for the MUA to integrate some form of automated certificate issuance procedure, for example, by using the ACME protocol for end user S/MIME certificates (<xref target="RFC8823"/>).</t>

<t>See also <xref target="I-D.woodhouse-cert-best-practice"/> for more recommendations about managing user certificates.</t>

</section>
<section anchor="local-cert-pgp"><name>User Certificates for PGP/MIME</name>

<t>As distinct from S/MIME, OpenPGP (<xref target="RFC4880"/>) has a different set of common practices.
For one thing, a single OpenPGP certificate can contain both a signing-capable key and a distinct encryption-capable key, so only one certificate is needed for an e-mail user of OpenPGP, as long as the certificate has distinct key material for the different purposes.</t>

<t>Furthermore, a single OpenPGP certificate <bcp14>MAY</bcp14> be only self-signed, so the MUA can generate such a certificate entirely on its own.</t>

<t>An OpenPGP-capable MUA should have the ability to import and export OpenPGP Tranferable Secret Keys (see <xref section="11.2" sectionFormat="of" target="RFC4880"/>), to enable manual transfer of user certificates and secret key material between multiple MUAs controlled by the user.</t>

<t>Since an OpenPGP certificate <bcp14>MAY</bcp14> be certified by third parties (whether formal certification authorities or merely other well-connected peers) the MUA <bcp14>SHOULD</bcp14> offer affordances to help the user acquire and merge third party certifications on their certificate.
When doing this, the MUA should prioritize third-party certifications from entities that the user's peers are likely to know about and be willing to rely on.</t>

<t>Since an OpenPGP certificate can grow arbitrarily large with third-party certifications, the MUA should assist the user in pruning it to ensure that it remains a reasonable size when transmitting it to other parties.</t>

</section>
<section anchor="local-key-generation"><name>Generate Secret Key Material Locally</name>

<t>Regardless of protocol used (S/MIME or PGP), when producing certificates for the end user, the MUA <bcp14>SHOULD</bcp14> ensure that it has generated secret key material locally, and <bcp14>MUST NOT</bcp14> accept secret key material from an untrusted external party as the basis for the user's certificate.</t>

<t>An MUA that accepts secret key material from a third party cannot prevent that third party from retaining this material.
A third party with this level of access could decrypt messages intended to be confidential for the user, or could forge messages that would appear to come from the user.</t>

</section>
</section>
<section anchor="local-cert-maintenance"><name>Local Certificate Maintenance</name>

<t>In the context of a single e-mail account managed by a MUA, where that e-mail account is expected to be able to use end-to-end cryptographic protections, the MUA <bcp14>SHOULD</bcp14> warn the user (or proactively fix the problem) when/if:</t>

<t><list style="symbols">
  <t>The user's own certificate set for the account does not include a valid, unexpired encryption-capable X.509 certificate, and a valid, unexpired signature-capable X.509 certificate.</t>
  <t>Any of the user's own certificates for the account:
  <list style="symbols">
      <t>is due to expire in the next month (or at some other reasonable cadence).</t>
      <t>not match the e-mail address associated with the account in question.</t>
    </list></t>
  <t>Any of the user's own S/MIME certificates for the account:
  <list style="symbols">
      <t>does not have a keyUsage extension.</t>
      <t>does not contain an extendedKeyUsage extension.</t>
      <t>would be considered invalid by the MUA for any other reason if it were a peer certificate.</t>
    </list></t>
</list></t>

<t>An MUA that takes active steps to fix any of these problems before they arise is even more usable than just warning, but guidance on how to do active certificate maintenance is beyond scope for this current document (see <xref target="more-local-cert-maintenance"/>).</t>

<t>If the MUA does find any of these issues and chooses to warn the user, it should use one aggregate warning with simple language that the certificates might not be acceptable for other people, and recommend a course of action that the user can take to remedy the problem.</t>

</section>
<section anchor="sending-certificates"><name>Shipping Certificates in Outbound Messages</name>

<t>When sending mail, an MUA <bcp14>SHOULD</bcp14> include copies of the user's own certificates (and potentially other certificates) in each message to facilitate future communication.</t>

<t>The mechanism for including these certificates, and which certificates to include in the message, are protocol specific.</t>

<section anchor="shipping-certificates-in-smime-messages"><name>Shipping Certificates in S/MIME Messages</name>

<t>In any S/MIME SignedData object, certificates can be shipped in the "certificates" member.
In S/MIME EnvelopedData object, certificates can be shipped in the "originatorInfo.certs" member.</t>

<t>When a single S/MIME-protected e-mail message is encrypted and signed, it is usually sufficient to ship all the relevant certificates in the inner SignedData object's "certificates" member.</t>

<t>The S/MIME certificates shipped in such a message <bcp14>SHOULD</bcp14> include:</t>

<t><list style="symbols">
  <t>The user's own S/MIME signing certificate, so that signature on the current message can be validated.</t>
  <t>The user's own S/MIME encryption-capable certificate, so that the recipient can reply in encrypted form.</t>
  <t>On an encrypted message to multiple recipients, the encryption-capable peer certificates of the other recipients, so that any recipient can easily "reply all" without needing to search for certificates.</t>
  <t>Any intermediate certificates needed to chain all of the above to a widely-trusted set of root authorities.</t>
</list></t>

</section>
<section anchor="shipping-certificates-in-pgpmime-messages"><name>Shipping Certificates in PGP/MIME Messages</name>

<t>PGP/MIME does not have a single specific standard location for shipping certificates.</t>

<t>Some MUAs ship relevant OpenPGP certificates in a single MIME leaf of Content-Type "application/pgp-keys".
When such a message has cryptographic protections, to ensure that the message is well-formed, this kind of MIME part <bcp14>SHOULD</bcp14> be a leaf of the Cryptographic Payload, and not outside of it.
One problem with this approach is that it appears to recipients with legacy MUAs as an "attachment", which can lead to confusion if the user does not know how to use it.</t>

<t>Other implementations ship relevant OpenPGP certificates in "Autocrypt" or "Autocrypt-Gossip" message headers (see <xref target="AUTOCRYPT"/>).
To ensure that those headers receive the same cryptographic authenticity as the rest of the message, these headers <bcp14>SHOULD</bcp14> be protected as described in <xref target="I-D.ietf-lamps-header-protection"/>.</t>

<t>The OpenPGP certificates shipped in such a message <bcp14>SHOULD</bcp14> include:</t>

<t><list style="symbols">
  <t>The user's own OpenPGP certificate, capable of both signing and encryption, so that the user can validate the message's signature and can encrypt future messages</t>
  <t>On an encrypted message to multiple recipients, the OpenPGP certificates of the other recipients, so that any recipient can easily "reply all" without needing to search for certificates.</t>
</list></t>

</section>
</section>
</section>
</section>
<section anchor="common-pitfalls"><name>Common Pitfalls and Guidelines</name>

<t>This section highlights a few "pitfalls" and guidelines based on these discussions and lessons learned.</t>

<section anchor="reading-sent-messages"><name>Reading Sent Messages</name>

<t>When composing a message, a typical MUA will store a copy of the message sent in sender's Sent mail folder so that the sender can read it later.
If the message is an encrypted message, storing it encrypted requires some forethought to ensure that the sender can read it in the future.</t>

<t>It is a common and simple practice to encrypt the message not only to the recipients of the message, but also to the sender.
One advantage of doing this is that the message that is sent on the wire can be identical to the message stored in the sender's Sent mail folder.
This allows the sender to review and re-read the message even though it was encrypted.</t>

<t>There are at least three other approaches that are possible to ensure future readability by the sender of the message, but with different tradeoffs:</t>

<t><list style="symbols">
  <t>Encrypt two versions of the message: one to the recipients (this version is sent on the wire), and one to the sender only (this version is stored in the sender's Sent folder).
This approach means that the message stored in the Sent folder is not byte-for-byte identical to the message sent to the recipients.
In the event that message delivery has a transient failure, the MUA cannot simply re-submit the stored message into the SMTP system and expect it to be readable by the recipient.</t>
  <t>Store a cleartext version of the message in the Sent folder.
This presents a risk of information leakage: anyone with access to the Sent folder can read the contents of the message.
Furthermore, any attempt to re-send the message needs to also re-apply the cryptographic transformation before sending, or else the message contents will leak upon re-send.</t>
  <t>A final option is that the MUA can store a copy of the message's encryption session key.
Standard e-mail encryption mechanisms (e.g. S/MIME and PGP/MIME) are hybrid mechanisms: the asymmetric encryption steps simply encrypt a symmetric "session key", which is used to encrypt the message itself.
If the MUA stores the session key itself, it can use the session key to decrypt the Sent message without needing the Sent message to be decryptable by the user's own asymmetric key.
An MUA doing this must take care to store (and backup) its stash of session keys, because if it loses them it will not be able to read the sent messages; and if someone else gains access to them, they can decrypt the sent messages.
This has the additional consequence that any other MUA accessing the same Sent folder cannot decrypt the message unless it also has access to the stashed session key.</t>
</list></t>

</section>
<section anchor="reading-encrypted-messages-after-certificate-expiration"><name>Reading Encrypted Messages after Certificate Expiration</name>

<t>When encrypting a message, the sending MUA should decline to encrypt to an expired certificate (see <xref target="peer-cert-selection"/>).
But when decrypting a message, as long as the viewing MUA has access to the appropriate secret key material, it should permit decryption of the message, even if the associated certificate is expired.
That is, the viewing MUA should not prevent the user from reading a message that they have already received.</t>

<t>The viewing MUA may warn the user when decrypting a message that appears to have been encrypted to an encryption-capable certificate that was expired at the time of encryption (e.g., based on the <spanx style="verb">Date:</spanx> header field of the message, or the timestamp in the cryptographic signature), but otherwise should not complain.</t>

<t>The primary goal of certificate expiration is to facilitate rotation of secret key material, so that secret key material does not need to be retained indefinitely.
Certificate expiration permits the user to destroy an older secret key if access to the messages received under it is no longer necessary (see also <xref target="secure-deletion"/>).</t>

</section>
<section anchor="message-headers"><name>Unprotected Message Headers</name>

<t>Many legacy cryptographically-aware MUAs only apply cryptographic protections to the body of the message, but leave the headers unprotected.
This gives rise to vulnerabilities like information leakage (e.g., the Subject line is visible to a passive intermediary) or message tampering (e.g., the Subject line is replaced, effectively changing the semantics of a signed message).
These are not only security vulnerabilities, but usability problems, because the distinction between what is a header and what is the body of a message is unclear to many end users, and requires a more complex mental model than is necessary.
Useful security comes from alignment between simple mental models and tooling.</t>

<t>To avoid these concerns, a MUA <bcp14>SHOULD</bcp14> implement header protection as described in <xref target="I-D.ietf-lamps-header-protection"/>.</t>

</section>
<section anchor="bcc-variants"><name>Composing an Encrypted Message with Bcc</name>

<t>When composing an encrypted message containing at least one recipient address in the <spanx style="verb">Bcc</spanx> header field, there is a risk that the encrypted message itself could leak information about the actual recipients, even if the <spanx style="verb">Bcc</spanx> header field does not mention the recipient.
For example, if the message clearly indicates which certificates it is encrypted to, the set of certificates can identify the recipients even if they are not named in the message headers.</t>

<t>Because of these complexities, there are several interacting factors that need to be taken into account when composing an encrypted message with Bcc'ed recipients.</t>

<t><list style="symbols">
  <t><xref section="3.6.3" sectionFormat="of" target="RFC5322"/> describes a set of choices about whether (and how) to populate the <spanx style="verb">Bcc</spanx> field explicitly on Bcc'ed copies of the message, and in the copy stored in the sender's <spanx style="verb">Sent</spanx> folder.</t>
  <t>When separate copies are made for <spanx style="verb">Bcc</spanx>ed recipients, should each separate copy <em>also</em> be encrypted to the named recipients, or just to the designated <spanx style="verb">Bcc</spanx> recipient?</t>
  <t>When a copy is stored in the <spanx style="verb">Sent</spanx> folder, should that copy also be encrypted to <spanx style="verb">Bcc</spanx>ed recipients? (see also <xref target="reading-sent-messages"/>)</t>
  <t>When a message is encrypted, if there is a mechanism to include the certificates of the recipients, whose certificates should be included?</t>
</list></t>

<section anchor="bcc-recommendation"><name>Simple Encryption with Bcc</name>

<t>Here is a simple approach that tries to minimize the total number of variants of the message created while leaving a coherent view of the message itself:</t>

<t><list style="symbols">
  <t>No cryptographic payload contains any <spanx style="verb">Bcc</spanx> header field.</t>
  <t>The main copy of the message is signed and encrypted to all named recipients and to the sender.
A copy of this message is also stored in the sender's <spanx style="verb">Sent</spanx> folder.</t>
  <t>Each <spanx style="verb">Bcc</spanx> recipient receives a distinct copy of the message, with an identical cryptographic payload, and the message is signed and encrypted to that specific recipient and all the named recipients.
These copies are not stored in the sender's <spanx style="verb">Sent</spanx> folder.</t>
  <t>To the extent that spare certificates are included in the message, each generated copy of the message should include certificates for the sender and for each named recipient.
Certificates for Bcc'ed recipients are not included in any message.</t>
</list></t>

<section anchor="rationale"><name>Rationale</name>

<t>The approach described in <xref target="bcc-recommendation"/>  aligns the list of cryptographic recipients as closely as possible with the set of named recipients, while still allowing a <spanx style="verb">Bcc</spanx>ed recipient to read their own copy, and to "Reply All" should they want to.</t>

<t>This should reduce user confusion on the receiving side: a recipient of such a message who naively looks at the user-facing headers from their own mailbox will have a good sense of what cryptographic treatments have been applied to the message.
It also simplifies message composition and user experience: the message composer sees fields that match their expectations about what will happen to the message.
Additionally, it may preserve the ability for a Bcc'ed recipient to retain their anonymity, should they need to offer the signed cryptographic payload to an outside party as proof of the original sender's intent without revealing their own identity.</t>

</section>
</section>
</section>
<section anchor="draft-messages"><name>Draft Messages</name>

<t>When composing a message, most MUAs offer the opportunity to save a copy of the as-yet-unsent message to a "Drafts" folder.
If that folder is itself stored somewhere not under the user's control (e.g. and IMAP mailbox), it would be a mistake to store the draft message in the clear, because its contents could leak.</t>

<t>This is the case even if the message is ultimately sent deliberately in the clear.
During message composition, the MUA does not know whether the message is intended to be sent encrypted or not.
For example, just before sending, the sender could decide to encrypt the message, and the MUA would have had no way of knowing.</t>

<t>Furthermore, when encrypting a draft message, the message <bcp14>SHOULD</bcp14> only be encrypted to the user's own certificate, or to some equivalent secret key that only the user possesses.
A draft message encrypted in this way can be decrypted when the user wants to resume composing the message, but cannot be read by anyone else, including a potential intended recipient.
Note that a draft message encrypted in this way will only be resumable by another MUA attached to the same mailbox if that other MUA has access to the user's decryption-capable secret key.
This shared access to key material is also likely necessary for useful interoperability, but is beyond the scope of this document (see <xref target="cross-mua-local-keys"/>).</t>

<t>The message should only be encrypted to its recipients upon actually sending the message.
No reasonable user expects their message's intended recipients to be able to read a message that is not yet complete.</t>

</section>
<section anchor="mixed-recipients"><name>Composing a Message to Heterogeneous Recipients</name>

<t>When sending a message that the user intends to be encrypted, it's possible that some recipients will be unable to receive an encrypted copy.
For example, when Carol composes a message to Alice and Bob, Carol's MUA may be able to find a valid encryption-capable certificate for Alice, but none for Bob.</t>

<t>In this situation, there are four possible strategies, each of which has a negative impact on the experience of using encrypted mail.
Carol's MUA can:</t>

<t><list style="numbers">
  <t>send encrypted to Alice and Bob, knowing that Bob will be unable to read the message.</t>
  <t>send encrypted to Alice only, dropping Bob from the message recipient list.</t>
  <t>send the message in the clear to both Alice and Bob.</t>
  <t>send an encrypted copy of the message to Alice, and a cleartext copy to Bob.</t>
</list></t>

<t>Each of these strategies has different drawbacks.</t>

<t>The problem with approach 1 is that Bob will receive unreadable mail.</t>

<t>The problem with approach 2 is that Carol's MUA will not send the message to Bob, despite Carol asking it to.</t>

<t>The problem with approach 3 is that Carol's MUA will not encrypt the message, despite Carol asking it to.</t>

<t>Approach 4 has two problems:</t>

<t><list style="symbols">
  <t>Carol's MUA will release a cleartext copy of the message, despite Carol asking it to send the message encrypted.</t>
  <t>If Alice wants to "reply all" to the message, she may not be able to find an encryption-capable certificate for Bob either.
This puts Alice in an awkward and confusing position, one that users are unlikely to understand.
In particular, if Alice's MUA is following the guidance about replies to encrypted messages in <xref target="composing-reply"/>, having received an encrypted copy will make Alice's Reply buffer behave in an unusual fashion.</t>
</list></t>

<t>This is particularly problematic when the second recipient is not "Bob" but in fact a public mailing list or other visible archive, where messages are simply never encrypted.</t>

<t>Carol is unlikely to understand the subtleties and negative downstream interactions involved with approaches 1 and 4, so presenting the user with those choices is not advised.</t>

<t>The most understandable approach for a MUA with an active user is to ask the user (when they hit "send") to choose between approach 2 and approach 3.
If the user declines to choose between 2 and 3, the MUA can drop them back to their message composition window and let them make alternate adjustments.</t>

<t>See also further discussion of these scenarios in <xref target="I-D.dkg-mail-cleartext-copy"/>.</t>

</section>
<section anchor="message-transport-protocol-proxy-a-dangerous-implementation-choice"><name>Message Transport Protocol Proxy: A Dangerous Implementation Choice</name>

<t>An implementor of end-to-end cryptographic protections may be tempted by a simple software design that piggybacks off of a mail protocol like SMTP Submission (<xref target="RFC6409"/>), IMAP (<xref target="RFC3501"/>), or JMAP (<xref target="RFC8621"/>) to handle message assembly and interpretation.
In such an architecture, a naive MUA speaks something like a "standard" protocol like SMTP, IMAP, or JMAP to a local proxy, and the proxy handles signing and encryption (outbound), and decryption and verification (inbound) internally on behalf of the user.
While such a "pluggable" architecture has the advantage that it is likely to be easy to apply to any mail user agent, it is problematic for the goals of end-to-end communication, especially in an existing cleartext ecosystem like e-mail, where any given message might be unsigned or signed, cleartext or encrypted.
In particular:</t>

<t><list style="symbols">
  <t>the user cannot easily and safely identify what protections any particular message has (including messages currently being composed), and</t>
  <t>the proxy itself is unaware of subtle nuances about the message that the MUA actually knows.</t>
</list></t>

<t>With a trustworthy and well-synchronized sidechannel or protocol extension between the MUA and the proxy, it is possible to deploy such an implementation safely, but the requirement for the sidechannel or extension eliminates the universal-deployability advantage of the scheme.</t>

<t>Similar concerns apply to any implementation bound by an API which operates on message objects alone, without any additional contextual parameters.</t>

<t>This section attempts to document some of the inherent risks involved with such an architecture.</t>

<section anchor="proxy-for-message-composition"><name>Dangers of a Submission Proxy for Message Composition</name>

<t>When composing and sending a message, the act of applying cryptographic protections has subtleties that cannot be directly expressed in the SMTP protocol used by Submission <xref target="RFC6409"/>, or in any other simple protocol that hands off a cleartext message for further processing.</t>

<t>For example, the sender cannot indicate via SMTP whether or not a given message <em>should</em> be encrypted (some messages, like those sent to a publicly archived mailing list, are pointless to encrypt), or select among multiple certificates for a recipient, if they exist (see <xref target="peer-cert-selection"/>).</t>

<t>Likewise, because such a proxy only interacts with the message when it is ready to be sent, it cannot indicate back to the user <em>during message composition</em> whether or not the message is able to be encrypted (that is, whether a valid certificate is available for each intended recipient).
A message author may write an entirely different message if they know that it will be protected end-to-end; but without this knowledge, the author is obliged either to write text that they presume will be intercepted, or to risk revealing sensitive content.</t>

<t>Even without encryption, deciding whether to sign or not (and which certificate to sign with, if more than one exists) is another choice that the proxy is ill-equipped to make.
The common message-signing techniques either render a message unreadable by any client that does not support cryptographic mail (i.e., PKCS7 signed-data), or appear as an attachment that can cause confusion to a naive recipient using a legacy client (i.e., multipart/signed).
If the sender knows that the recipient will not check signatures, they may prefer to leave a cleartext message without a cryptographic signature at all.</t>

<t>Furthermore, handling encryption properly depends on the context of any given message, which cannot be expressed by the MUA to the Submission proxy.
For example, decisions about how to handle encryption and quoted or attributed text may depend on the cryptographic status of the message that is being replied to (see <xref target="composing-reply"/>).</t>

<t>Additionally, such a proxy would need to be capable of managing the user's own key and certificate (see <xref target="local-certificates"/>).
How will the implementation indicate to the user when their own certificate is near expiry, for example?
How will any other error conditions be handled when communication with the user is needed?</t>

<t>While an extension to SMTP might be able to express all the necessary semantics that would allow a generic MUA to compose messages with standard cryptographic protections via a proxy, such an extension is beyond the scope of this document.
See <xref target="I-D.ietf-jmap-smime-sender-extensions"/> for an example of how a MUA using a proxy protocol might indicate signing and encryption instructions to its proxy.</t>

</section>
<section anchor="dangers-of-an-imap-proxy-for-message-rendering"><name>Dangers of an IMAP Proxy for Message Rendering</name>

<t>When receiving and rendering a message, the process of indicating to the user the cryptographic status of a message requires subtleties that are difficult to offer from a straightforwad IMAP (or POP <xref target="RFC1939"/>, or JMAP) proxy.</t>

<t>One approach such a proxy could take is to remove all the Cryptographic Layers from a well-formed message, and to package a description of those layers into a special header field that the MUA can read.
But this merely raises the question: what semantics need to be represented?
For example:</t>

<t><list style="symbols">
  <t>Was the message signed?  If so, by whom?  When?</t>
  <t>Should the details of the cryptographic algorithms used in any signatures found be indicated as well?</t>
  <t>Was the message encrypted?  if so, to whom?  What key was used to decrypt it?</t>
  <t>If both signed and encrypted, was the signing outside the encryption or inside?</t>
  <t>How should errant Cryptographic Layers (see <xref target="errant-cryptographic-layers"/>) be dealt with?</t>
  <t>What cryptographic protections do the headers of the message have? (see <xref target="I-D.ietf-lamps-header-protection"/>)</t>
  <t>How are any errors or surprises communicated to the user?</t>
</list></t>

<t>If the proxy passes any of this cryptographic status to the client in an added header field, it must also ensure that no such header field is present on the messages it receives before processing it.
If it were to allow such a header field through unmodified to any client that is willing to trust its contents, an attacker could spoof the field to make the user believe lies about the cryptographic status of the message.
In order for a MUA to be confident in such a header field, then, it needs a guarantee from the proxy that any header it produces will be safe.
How does the MUA reliably negogiate this guarantee with the proxy?
If the proxy can no longer offer this guarantee, how will the MUA know that things have changed?</t>

<t>If such a proxy handles certificate discovery in inbound messages (see <xref target="peer-discovery-incoming"/>), it will also need to communicate the results of that discovery process to its corresponding proxy for message composition (see <xref target="proxy-for-message-composition"/>).</t>

<t>While an extension to IMAP (or POP, or JMAP) might be able to express all the necessary semantics that would allow a generic MUA to indicate standardized cryptographic message status, such an extension is beyond the scope of this document.
<xref target="RFC9219"/> describes S/MIME signature verification status over JMAP, which is a subset of the cryptographic status information described here.</t>

</section>
<section anchor="who-controls-the-proxy"><name>Who Controls the Proxy?</name>

<t>Finally, consider that the naive proxy deployment approach is risky precisely because of its opacity to the end user.
Such a deployment could be placed anywhere in the stack, including on a machine that is not ultimately controlled by the end user, making it effectively a form of transport protection, rather than end-to-end protection.</t>

<t>A MUA explicitly under the control of the end user with thoughtful integration can offer UI/UX and security guarantees that a proxy cannot provide.</t>

</section>
</section>
<section anchor="intervening-mua"><name>Intervening MUAs Do Not Handle End-to-End Cryptographic Protections</name>

<t>Some Mail User Agents (MUAs) will resend a message in identical form (or very similar form) to the way that they received it.
For example, consider the following use cases:</t>

<t><list style="symbols">
  <t>A mail expander or mailing list that receives a message and re-sends it to all subscribers.</t>
  <t>An individual user who "bounces" a message they received to a different e-mail address (see <xref section="3.6.6" sectionFormat="of" target="RFC5322"/>).</t>
  <t>An automated e-mail intake system that forwards a report to the mailboxes of responsible staffers.</t>
</list></t>

<t>These MUAs intervene in message transport by receiving and then re-injecting messages into the mail transport system.
In some cases, the original sender or final recipient of a message that has passed through such an MUA may be unaware of the intervention.
(Note that an MUA that forwards a received message as a attachment (MIME subpart) of type <spanx style="verb">message/rfc822</spanx> or <spanx style="verb">message/global</spanx> or "inline" in the body of a message is <em>not</em> acting as an intervening MUA in this sense, because the forwarded message is encapsulated within a visible outer message that is clearly from the MUA itself.)</t>

<t>An intervening MUA should be aware of end-to-end cryptographic protections that might already exist on messages that they re-send.
In particular, it is unclear what the "end-to-end" properties are of a message that has been handled by an intervening MUA.
For signed-only messages, if the intervening MUA makes any substantive modifications to the the message as it passes it along, it may break the signature from the original sender.
In many cases, breaking the original signature is the appropriate result, since the original message has been modified, and the original sender has no control over the modifications made by the intervening MUA.
For encrypted-and-signed messages, if the intervening MUA is capable of decrypting the message, it must be careful when re-transmitting the message.
Will the new recipient be able to decrypt it?
If not, will the message be useful to the recipient?
If not, it may not make sense to re-send the message.</t>

<t>Beyond the act of re-sending, an intervening MUA should not itself try to apply end-to-end cryptographic protections on a message that it is resending unless directed otherwise by some future specification.
Additional layers of cryptographic protection added in an ad-hoc way by an intervening MUA are more likely to confuse the recipient and will not be interpretable as end-to-end protections as they do not originate with the original sender of the message.</t>

</section>
<section anchor="external-subresources"><name>External Subresources in MIME Parts Break Cryptographic Protections</name>

<t>A MIME part with a content type that can refer to external resources (like <spanx style="verb">text/html</spanx>) may itself have some sort of end-to-end cryptographic protections.
However, retrieving or rendering these external resources may violate the properties that users expect from cryptographic protection.</t>

<t>For example, an signed e-mail message with at <spanx style="verb">text/html</spanx> part that refers to an external image (i.e. via <spanx style="verb">&lt;img src="https://example.com/img.png"&gt;</spanx>) may render differently if the hosting webserver decides to serve different content at the source URL for the image.
This effectively breaks the goals of integrity and authenticity that the user should be able to rely on for signed messages, unless the external subresource has strict integrity guarantees (e.g. via <xref target="SRI"/>).</t>

<t>Likewise, fetching an external subresource for an encrypted-and-signed message effectively breaks goals of privacy and confidentiality for the user.</t>

<t>This is loosely analogous to security indicator problems that arose for web browsers as described in <xref target="mixed-content"/>.
However, while fetching the external subresource over https is sufficient to avoid a "mixed content" warning from most browsers, it is insufficicent for a MUA that wants to offer its users true end-to-end guarantees for e-mail messages.</t>

<t>A sending MUA that applies signing-only cryptographic protection to a new e-mail message with an external subresource should take one of the following options:</t>

<t><list style="symbols">
  <t>pre-fetch the external subresource and include it in the message itself,</t>
  <t>use a strong integrity mechanism like Subresource Integrity (<xref target="SRI"/>) to guarantee the content of the subresource, or</t>
  <t>prompt the composing user to remove the subresource from the message.</t>
</list></t>

<t>A sending MUA that applies encryption to a new e-mail message with an external resource cannot depend on subresource integrity to protect the privacy and confidentiality of the message, so it should either pre-fetch the external resource to include it in the message, or prompt the composing user to remove it before sending.</t>

<t>A receiving MUA that encounters a message with end-to-end cryptographic protections that contain a subresource should either refuse to retrieve and render the external subresource, or it should decline to treat the message as having cryptographic protections.
For example, it could decline to indicate that the message is signed, or it could treat the message as not properly encrypted.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document does not require anything from IANA.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This entire document addresses security considerations about end-to-end cryptographic protections for e-mail messages.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The set of constructs and recommendations in this document are derived from discussions with many different implementers, including
Bjarni Rúnar Einarsson,
David Bremner,
Deb Cooley,
Eliot Lear,
Holger Krekel,
Jameson Rollins,
John Levine,
Jonathan Hammell,
juga,
Patrick Brunschwig,
Santosh Chokhani,
Stephen Farrell, and
Vincent Breitmoser.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor='RFC8551'>
  <front>
    <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 4.0 Message Specification</title>
    <author fullname='J. Schaad' initials='J.' surname='Schaad'/>
    <author fullname='B. Ramsdell' initials='B.' surname='Ramsdell'/>
    <author fullname='S. Turner' initials='S.' surname='Turner'/>
    <date month='April' year='2019'/>
    <abstract>
      <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 4.0. S/MIME provides a consistent way to send and receive secure MIME data. Digital signatures provide authentication, message integrity, and non-repudiation with proof of origin. Encryption provides data confidentiality. Compression can be used to reduce data size. This document obsoletes RFC 5751.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8551'/>
  <seriesInfo name='DOI' value='10.17487/RFC8551'/>
</reference>

<reference anchor='RFC3156'>
  <front>
    <title>MIME Security with OpenPGP</title>
    <author fullname='M. Elkins' initials='M.' surname='Elkins'/>
    <author fullname='D. Del Torto' initials='D.' surname='Del Torto'/>
    <author fullname='R. Levien' initials='R.' surname='Levien'/>
    <author fullname='T. Roessler' initials='T.' surname='Roessler'/>
    <date month='August' year='2001'/>
    <abstract>
      <t>This document describes how the OpenPGP Message Format can be used to provide privacy and authentication using the Multipurpose Internet Mail Extensions (MIME) security content types described in RFC 1847. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3156'/>
  <seriesInfo name='DOI' value='10.17487/RFC3156'/>
</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='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='RFC5890'>
  <front>
    <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
    <author fullname='J. Klensin' initials='J.' surname='Klensin'/>
    <date month='August' year='2010'/>
    <abstract>
      <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version. It describes the document collection and provides definitions and other material that are common to the set. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5890'/>
  <seriesInfo name='DOI' value='10.17487/RFC5890'/>
</reference>


<reference anchor='I-D.ietf-lamps-header-protection'>
   <front>
      <title>Header Protection for Cryptographically Protected E-mail</title>
      <author fullname='Daniel Kahn Gillmor' initials='D. K.' surname='Gillmor'>
         <organization>American Civil Liberties Union</organization>
      </author>
      <author fullname='Bernie Hoeneisen' initials='B.' surname='Hoeneisen'>
         <organization>pEp Foundation</organization>
      </author>
      <author fullname='Alexey Melnikov' initials='A.' surname='Melnikov'>
         <organization>Isode Ltd</organization>
      </author>
      <date day='26' month='April' year='2023'/>
      <abstract>
	 <t>   S/MIME version 3.1 introduced a mechanism to provide end-to-end
   cryptographic protection of e-mail message headers.  However, few
   implementations generate messages using this mechanism, and several
   legacy implementations have revealed rendering or security issues
   when handling such a message.

   This document updates the S/MIME specification to offer a different
   mechanism that provides the same cryptographic protections but with
   fewer downsides when handled by legacy clients.  The header
   protection schemes described here are also applicable to messages
   with PGP/MIME cryptographic protections.  Furthermore, this document
   offers more explicit guidance for clients when generating or handling
   e-mail messages with cryptographic protection of message headers.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-lamps-header-protection-15'/>
   
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="AUTOCRYPT" target="https://autocrypt.org/">
  <front>
    <title>Autocrypt - Convenient End-to-End Encryption for E-Mail</title>
    <author initials="V." surname="Breitmoser" fullname="Vincent Breitmoser">
      <organization></organization>
    </author>
    <author initials="H." surname="Krekel" fullname="Holger Krekel">
      <organization></organization>
    </author>
    <author initials="D. K." surname="Gillmor" fullname="Daniel Kahn Gillmor">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="chrome-indicators" target="https://blog.chromium.org/2018/05/evolving-chromes-security-indicators.html">
  <front>
    <title>Evolving Chrome's security indicators</title>
    <author initials="E." surname="Schechter" fullname="Emily Schechter">
      <organization></organization>
    </author>
    <date year="2018" month="May"/>
  </front>
</reference>
<reference anchor="EFAIL" target="https://efail.de">
  <front>
    <title>Efail: breaking S/MIME and OpenPGP email encryption using exfiltration channels</title>
    <author initials="D." surname="Poddebniak" fullname="Damian Poddebniak">
      <organization></organization>
    </author>
    <author initials="C." surname="Dresen" fullname="Christian Dresen">
      <organization></organization>
    </author>
    <author initials="J." surname="Müller" fullname="Jens Müller">
      <organization></organization>
    </author>
    <author initials="F." surname="Ising" fullname="Fabian Ising">
      <organization></organization>
    </author>
    <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
      <organization></organization>
    </author>
    <author initials="S." surname="Friedberger" fullname="Simon Friedberger">
      <organization></organization>
    </author>
    <author initials="J." surname="Somorovsky" fullname="Juraj Somorovsky">
      <organization></organization>
    </author>
    <author initials="J." surname="Schwenk" fullname="Jörg Schwenk">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="mixed-content" target="https://www.w3.org/TR/mixed-content/">
  <front>
    <title>Mixed Content</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="ORACLE" target="https://www.usenix.org/conference/usenixsecurity23/presentation/ising">
  <front>
    <title>Content-Type: multipart/oracle Tapping into Format Oracles in Email End-to-End Encryption</title>
    <author initials="F." surname="Ising" fullname="Fabian Ising">
      <organization></organization>
    </author>
    <author initials="D." surname="Poddebniak" fullname="Damian Poddebniak">
      <organization></organization>
    </author>
    <author initials="T." surname="Kappert" fullname="Tobias Kappert">
      <organization></organization>
    </author>
    <author initials="C." surname="Saatjohann" fullname="Christoph Saatjohann">
      <organization></organization>
    </author>
    <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="SRI" target="https://www.w3.org/TR/SRI/">
  <front>
    <title>Subresource Integrity</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="DROWN" target="https://drownattack.com/">
  <front>
    <title>DROWN: Breaking TLS using SSLv2</title>
    <author initials="N." surname="Aviram" fullname="Nimrod Aviram">
      <organization></organization>
    </author>
    <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
      <organization></organization>
    </author>
    <author initials="J." surname="Somorovsky" fullname="Juraj Somorovsky">
      <organization></organization>
    </author>
    <author initials="N." surname="Heninger" fullname="Nadia Heninger">
      <organization></organization>
    </author>
    <author initials="M." surname="Dankel" fullname="Maik Dankel">
      <organization></organization>
    </author>
    <author initials="J." surname="Steube" fullname="Jens Steube">
      <organization></organization>
    </author>
    <author initials="L." surname="Valenta" fullname="Luke Valenta">
      <organization></organization>
    </author>
    <author initials="D." surname="Adrian" fullname="David Adrian">
      <organization></organization>
    </author>
    <author initials="J. A." surname="Halderman" fullname="J. Alex Halderman">
      <organization></organization>
    </author>
    <author initials="V." surname="Dukhovni" fullname="Viktor Dukhovni">
      <organization></organization>
    </author>
    <author initials="E." surname="Käsper" fullname="Emilia Käsper">
      <organization></organization>
    </author>
    <author initials="S." surname="Cohney" fullname="Shaanan Cohney">
      <organization></organization>
    </author>
    <author initials="S." surname="Engels" fullname="Susanne Engels">
      <organization></organization>
    </author>
    <author initials="C." surname="Paar" fullname="Christof Paar">
      <organization></organization>
    </author>
    <author initials="Y." surname="Shavitt" fullname="Yuval Shavitt">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="IKE" target="https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-felsch.pdf">
  <front>
    <title>The Dangers of Key Reuse: Practical Attacks on IPsec IKE</title>
    <author initials="D." surname="Felsch" fullname="Dennis Felsch">
      <organization></organization>
    </author>
    <author initials="M." surname="Grothe" fullname="Martin Grothe">
      <organization></organization>
    </author>
    <author initials="J." surname="Schwenk" fullname="Jörg Schwenk">
      <organization></organization>
    </author>
    <author initials="A." surname="Czubak" fullname="Adam Czubak">
      <organization></organization>
    </author>
    <author initials="M." surname="Szymane" fullname="Marcin Szymane">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</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='RFC3207'>
  <front>
    <title>SMTP Service Extension for Secure SMTP over Transport Layer Security</title>
    <author fullname='P. Hoffman' initials='P.' surname='Hoffman'/>
    <date month='February' year='2002'/>
    <abstract>
      <t>This document describes an extension to the SMTP (Simple Mail Transfer Protocol) service that allows an SMTP server and client to use TLS (Transport Layer Security) to provide private, authenticated communication over the Internet. This gives SMTP agents the ability to protect some or all of their communications from eavesdroppers and attackers. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3207'/>
  <seriesInfo name='DOI' value='10.17487/RFC3207'/>
</reference>

<reference anchor='RFC6376'>
  <front>
    <title>DomainKeys Identified Mail (DKIM) Signatures</title>
    <author fullname='D. Crocker' initials='D.' role='editor' surname='Crocker'/>
    <author fullname='T. Hansen' initials='T.' role='editor' surname='Hansen'/>
    <author fullname='M. Kucherawy' initials='M.' role='editor' surname='Kucherawy'/>
    <date month='September' year='2011'/>
    <abstract>
      <t>DomainKeys Identified Mail (DKIM) permits a person, role, or organization that owns the signing domain to claim some responsibility for a message by associating the domain with the message. This can be an author's organization, an operational relay, or one of their agents. DKIM separates the question of the identity of the Signer of the message from the purported author of the message. Assertion of responsibility is validated through a cryptographic signature and by querying the Signer's domain directly to retrieve the appropriate public key. Message transit from author to recipient is through relays that typically make no substantive change to the message content and thus preserve the DKIM signature.</t>
      <t>This memo obsoletes RFC 4871 and RFC 5672. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='76'/>
  <seriesInfo name='RFC' value='6376'/>
  <seriesInfo name='DOI' value='10.17487/RFC6376'/>
</reference>

<reference anchor='RFC7435'>
  <front>
    <title>Opportunistic Security: Some Protection Most of the Time</title>
    <author fullname='V. Dukhovni' initials='V.' surname='Dukhovni'/>
    <date month='December' year='2014'/>
    <abstract>
      <t>This document defines the concept "Opportunistic Security" in the context of communications protocols. Protocol designs based on Opportunistic Security use encryption even when authentication is not available, and use authentication when possible, thereby removing barriers to the widespread use of encryption on the Internet.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7435'/>
  <seriesInfo name='DOI' value='10.17487/RFC7435'/>
</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='RFC4880'>
  <front>
    <title>OpenPGP Message Format</title>
    <author fullname='J. Callas' initials='J.' surname='Callas'/>
    <author fullname='L. Donnerhacke' initials='L.' surname='Donnerhacke'/>
    <author fullname='H. Finney' initials='H.' surname='Finney'/>
    <author fullname='D. Shaw' initials='D.' surname='Shaw'/>
    <author fullname='R. Thayer' initials='R.' surname='Thayer'/>
    <date month='November' year='2007'/>
    <abstract>
      <t>This document is maintained in order to publish all necessary information needed to develop interoperable applications based on the OpenPGP format. It is not a step-by-step cookbook for writing an application. It describes only the format and methods needed to read, check, generate, and write conforming packets crossing any network. It does not deal with storage and implementation questions. It does, however, discuss implementation issues necessary to avoid security flaws.</t>
      <t>OpenPGP software uses a combination of strong public-key and symmetric cryptography to provide security services for electronic communications and data storage. These services include confidentiality, key management, authentication, and digital signatures. This document specifies the message formats used in OpenPGP. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4880'/>
  <seriesInfo name='DOI' value='10.17487/RFC4880'/>
</reference>

<reference anchor='RFC5322'>
  <front>
    <title>Internet Message Format</title>
    <author fullname='P. Resnick' initials='P.' role='editor' surname='Resnick'/>
    <date month='October' year='2008'/>
    <abstract>
      <t>This document specifies the Internet Message Format (IMF), a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, "Standard for the Format of ARPA Internet Text Messages", updating it to reflect current practice and incorporating incremental changes that were specified in other RFCs. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5322'/>
  <seriesInfo name='DOI' value='10.17487/RFC5322'/>
</reference>

<reference anchor='RFC5355'>
  <front>
    <title>Threats Introduced by Reliable Server Pooling (RSerPool) and Requirements for Security in Response to Threats</title>
    <author fullname='M. Stillman' initials='M.' role='editor' surname='Stillman'/>
    <author fullname='R. Gopal' initials='R.' surname='Gopal'/>
    <author fullname='E. Guttman' initials='E.' surname='Guttman'/>
    <author fullname='S. Sengodan' initials='S.' surname='Sengodan'/>
    <author fullname='M. Holdrege' initials='M.' surname='Holdrege'/>
    <date month='September' year='2008'/>
    <abstract>
      <t>Reliable Server Pooling (RSerPool) is an architecture and set of protocols for the management and access to server pools supporting highly reliable applications and for client access mechanisms to a server pool. This document describes security threats to the RSerPool architecture and presents requirements for security to thwart these threats. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5355'/>
  <seriesInfo name='DOI' value='10.17487/RFC5355'/>
</reference>

<reference anchor='RFC7292'>
  <front>
    <title>PKCS #12: Personal Information Exchange Syntax v1.1</title>
    <author fullname='K. Moriarty' initials='K.' role='editor' surname='Moriarty'/>
    <author fullname='M. Nystrom' initials='M.' surname='Nystrom'/>
    <author fullname='S. Parkinson' initials='S.' surname='Parkinson'/>
    <author fullname='A. Rusch' initials='A.' surname='Rusch'/>
    <author fullname='M. Scott' initials='M.' surname='Scott'/>
    <date month='July' year='2014'/>
    <abstract>
      <t>PKCS #12 v1.1 describes a transfer syntax for personal identity information, including private keys, certificates, miscellaneous secrets, and extensions. Machines, applications, browsers, Internet kiosks, and so on, that support this standard will allow a user to import, export, and exercise a single set of personal identity information. This standard supports direct transfer of personal information under several privacy and integrity modes.</t>
      <t>This document represents a republication of PKCS #12 v1.1 from RSA Laboratories' Public Key Cryptography Standard (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7292'/>
  <seriesInfo name='DOI' value='10.17487/RFC7292'/>
</reference>

<reference anchor='RFC8823'>
  <front>
    <title>Extensions to Automatic Certificate Management Environment for End-User S/MIME Certificates</title>
    <author fullname='A. Melnikov' initials='A.' surname='Melnikov'/>
    <date month='April' year='2021'/>
    <abstract>
      <t>This document specifies identifiers and challenges required to enable the Automated Certificate Management Environment (ACME) to issue certificates for use by email users that want to use S/MIME.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8823'/>
  <seriesInfo name='DOI' value='10.17487/RFC8823'/>
</reference>


<reference anchor='I-D.woodhouse-cert-best-practice'>
   <front>
      <title>Recommendations for applications using X.509 client certificates</title>
      <author fullname='David Woodhouse' initials='D.' surname='Woodhouse'>
         <organization>Amazon Web Services</organization>
      </author>
      <author fullname='Nikos Mavrogiannopoulos' initials='N.' surname='Mavrogiannopoulos'>
         <organization>Red Hat, Inc.</organization>
      </author>
      <date day='20' month='June' year='2023'/>
      <abstract>
	 <t>   X.509 certificates are widely used for client authentication in many
   protocols, especially in conjunction with Transport Layer Security
   ([RFC5246]) and Datagram Transport Layer Security ([RFC6347].  There
   exist a multitude of forms in which certificates and especially their
   corresponding private keys may be stored or referenced.

   Applications have historically been massively inconsistent in which
   subset of these forms have been supported, and what knowledge is
   demanded of the user.  This memo sets out best practice for
   applications in the interest of usability and consistency.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-woodhouse-cert-best-practice-00'/>
   
</reference>


<reference anchor='I-D.dkg-mail-cleartext-copy'>
   <front>
      <title>Encrypted E-mail with Cleartext Copies</title>
      <author fullname='Daniel Kahn Gillmor' initials='D. K.' surname='Gillmor'>
         </author>
      <date day='21' month='February' year='2023'/>
      <abstract>
	 <t>   When an e-mail program generates an encrypted message to multiple
   recipients, it is possible that it has no encryption capability for
   at least one of the recipients.

   In this circumstance, an e-mail program may choose to send the
   message in cleartext to the recipient it cannot encrypt to.

   This draft currently offers several possible approaches when such a
   choice is made by the sender, so that the recipient can reason about
   and act on the cryptographic status of the message responsibly.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-dkg-mail-cleartext-copy-01'/>
   
</reference>

<reference anchor='RFC6409'>
  <front>
    <title>Message Submission for Mail</title>
    <author fullname='R. Gellens' initials='R.' surname='Gellens'/>
    <author fullname='J. Klensin' initials='J.' surname='Klensin'/>
    <date month='November' year='2011'/>
    <abstract>
      <t>This memo splits message submission from message relay, allowing each service to operate according to its own rules (for security, policy, etc.), and specifies what actions are to be taken by a submission server.</t>
      <t>Message relay is unaffected, and continues to use SMTP over port 25.</t>
      <t>When conforming to this document, message submission uses the protocol specified here, normally over port 587.</t>
      <t>This separation of function offers a number of benefits, including the ability to apply specific security or policy requirements. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='72'/>
  <seriesInfo name='RFC' value='6409'/>
  <seriesInfo name='DOI' value='10.17487/RFC6409'/>
</reference>

<reference anchor='RFC3501'>
  <front>
    <title>INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1</title>
    <author fullname='M. Crispin' initials='M.' surname='Crispin'/>
    <date month='March' year='2003'/>
    <abstract>
      <t>The Internet Message Access Protocol, Version 4rev1 (IMAP4rev1) allows a client to access and manipulate electronic mail messages on a server. IMAP4rev1 permits manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders. IMAP4rev1 also provides the capability for an offline client to resynchronize with the server. IMAP4rev1 includes operations for creating, deleting, and renaming mailboxes, checking for new messages, permanently removing messages, setting and clearing flags, RFC 2822 and RFC 2045 parsing, searching, and selective fetching of message attributes, texts, and portions thereof. Messages in IMAP4rev1 are accessed by the use of numbers. These numbers are either message sequence numbers or unique identifiers. IMAP4rev1 supports a single server. A mechanism for accessing configuration information to support multiple IMAP4rev1 servers is discussed in RFC 2244. IMAP4rev1 does not specify a means of posting mail; this function is handled by a mail transfer protocol such as RFC 2821. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3501'/>
  <seriesInfo name='DOI' value='10.17487/RFC3501'/>
</reference>

<reference anchor='RFC8621'>
  <front>
    <title>The JSON Meta Application Protocol (JMAP) for Mail</title>
    <author fullname='N. Jenkins' initials='N.' surname='Jenkins'/>
    <author fullname='C. Newman' initials='C.' surname='Newman'/>
    <date month='August' year='2019'/>
    <abstract>
      <t>This document specifies a data model for synchronising email data with a server using the JSON Meta Application Protocol (JMAP). Clients can use this to efficiently search, access, organise, and send messages, and to get push notifications for fast resynchronisation when new messages are delivered or a change is made in another client.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8621'/>
  <seriesInfo name='DOI' value='10.17487/RFC8621'/>
</reference>


<reference anchor='I-D.ietf-jmap-smime-sender-extensions'>
   <front>
      <title>JMAP extension for S/MIME signing and encryption</title>
      <author fullname='Alexey Melnikov' initials='A.' surname='Melnikov'>
         <organization>Isode Ltd</organization>
      </author>
      <date day='13' month='March' year='2023'/>
      <abstract>
	 <t>   This document specifies an extension to JMAP for sending S/MIME
   signed and S/MIME encrypted messages.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-jmap-smime-sender-extensions-03'/>
   
</reference>

<reference anchor='RFC1939'>
  <front>
    <title>Post Office Protocol - Version 3</title>
    <author fullname='J. Myers' initials='J.' surname='Myers'/>
    <author fullname='M. Rose' initials='M.' surname='Rose'/>
    <date month='May' year='1996'/>
    <abstract>
      <t>The Post Office Protocol - Version 3 (POP3) is intended to permit a workstation to dynamically access a maildrop on a server host in a useful fashion. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='53'/>
  <seriesInfo name='RFC' value='1939'/>
  <seriesInfo name='DOI' value='10.17487/RFC1939'/>
</reference>

<reference anchor='RFC9219'>
  <front>
    <title>S/MIME Signature Verification Extension to the JSON Meta Application Protocol (JMAP)</title>
    <author fullname='A. Melnikov' initials='A.' surname='Melnikov'/>
    <date month='April' year='2022'/>
    <abstract>
      <t>This document specifies an extension to "The JSON Meta Application Protocol (JMAP) for Mail" (RFC 8621) for returning the S/MIME signature verification status.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9219'/>
  <seriesInfo name='DOI' value='10.17487/RFC9219'/>
</reference>


<reference anchor='I-D.ietf-openpgp-crypto-refresh'>
   <front>
      <title>OpenPGP</title>
      <author fullname='Paul Wouters' initials='P.' surname='Wouters'>
         <organization>Aiven</organization>
      </author>
      <author fullname='Daniel Huigens' initials='D.' surname='Huigens'>
         <organization>Proton AG</organization>
      </author>
      <author fullname='Justus Winter' initials='J.' surname='Winter'>
         <organization>Sequoia-PGP</organization>
      </author>
      <author fullname='Niibe Yutaka' initials='N.' surname='Yutaka'>
         <organization>FSIJ</organization>
      </author>
      <date day='21' month='June' year='2023'/>
      <abstract>
	 <t>   This document specifies the message formats used in OpenPGP.  OpenPGP
   provides encryption with public-key or symmetric cryptographic
   algorithms, digital signatures, compression and key management.

   This document is maintained in order to publish all necessary
   information needed to develop interoperable applications based on the
   OpenPGP format.  It is not a step-by-step cookbook for writing an
   application.  It describes only the format and methods needed to
   read, check, generate, and write conforming packets crossing any
   network.  It does not deal with storage and implementation questions.
   It does, however, discuss implementation issues necessary to avoid
   security flaws.

   This document obsoletes: RFC 4880 (OpenPGP), RFC 5581 (Camellia in
   OpenPGP) and RFC 6637 (Elliptic Curves in OpenPGP).

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-openpgp-crypto-refresh-10'/>
   
</reference>

<reference anchor='RFC9216'>
  <front>
    <title>S/MIME Example Keys and Certificates</title>
    <author fullname='D. K. Gillmor' initials='D. K.' role='editor' surname='Gillmor'/>
    <date month='April' year='2022'/>
    <abstract>
      <t>The S/MIME development community benefits from sharing samples of signed or encrypted data. This document facilitates such collaboration by defining a small set of X.509v3 certificates and keys for use when generating such samples.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9216'/>
  <seriesInfo name='DOI' value='10.17487/RFC9216'/>
</reference>

<reference anchor='RFC4511'>
  <front>
    <title>Lightweight Directory Access Protocol (LDAP): The Protocol</title>
    <author fullname='J. Sermersheim' initials='J.' role='editor' surname='Sermersheim'/>
    <date month='June' year='2006'/>
    <abstract>
      <t>This document describes the protocol elements, along with their semantics and encodings, of the Lightweight Directory Access Protocol (LDAP). LDAP provides access to distributed directory services that act in accordance with X.500 data and service models. These protocol elements are based on those described in the X.500 Directory Access Protocol (DAP). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4511'/>
  <seriesInfo name='DOI' value='10.17487/RFC4511'/>
</reference>


<reference anchor='I-D.koch-openpgp-webkey-service'>
   <front>
      <title>OpenPGP Web Key Directory</title>
      <author fullname='Werner Koch' initials='W.' surname='Koch'>
         <organization>GnuPG e.V.</organization>
      </author>
      <date day='22' month='May' year='2023'/>
      <abstract>
	 <t>   This specification describes a service to locate OpenPGP keys by mail
   address using a Web service and the HTTPS protocol.  It also provides
   a method for secure communication between the key owner and the mail
   provider to publish and revoke the public key.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-koch-openpgp-webkey-service-16'/>
   
</reference>

<reference anchor='RFC8162'>
  <front>
    <title>Using Secure DNS to Associate Certificates with Domain Names for S/MIME</title>
    <author fullname='P. Hoffman' initials='P.' surname='Hoffman'/>
    <author fullname='J. Schlyter' initials='J.' surname='Schlyter'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>This document describes how to use secure DNS to associate an S/MIME user's certificate with the intended domain name, similar to the way that DNS-Based Authentication of Named Entities (DANE), RFC 6698, does for TLS.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8162'/>
  <seriesInfo name='DOI' value='10.17487/RFC8162'/>
</reference>

<reference anchor='RFC7929'>
  <front>
    <title>DNS-Based Authentication of Named Entities (DANE) Bindings for OpenPGP</title>
    <author fullname='P. Wouters' initials='P.' surname='Wouters'/>
    <date month='August' year='2016'/>
    <abstract>
      <t>OpenPGP is a message format for email (and file) encryption that lacks a standardized lookup mechanism to securely obtain OpenPGP public keys. DNS-Based Authentication of Named Entities (DANE) is a method for publishing public keys in DNS. This document specifies a DANE method for publishing and locating OpenPGP public keys in DNS for a specific email address using a new OPENPGPKEY DNS resource record. Security is provided via Secure DNS, however the OPENPGPKEY record is not a replacement for verification of authenticity via the "web of trust" or manual verification. The OPENPGPKEY record can be used to encrypt an email that would otherwise have to be sent unencrypted.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7929'/>
  <seriesInfo name='DOI' value='10.17487/RFC7929'/>
</reference>




    </references>


<section anchor="future-work"><name>Future Work</name>

<t>This document contains useful guidance for MUA implementers, but it cannot contain all possible guidance.
Future revisions to this document may want to further explore the following topics, which are out of scope for this version.</t>

<section anchor="test-vectors"><name>Test Vectors</name>

<t>A future version of this document (or a companion document) could contain examples of well-formed and malformed messages using cryptographic key material and certificates from <xref target="I-D.ietf-openpgp-crypto-refresh"/> and <xref target="RFC9216"/>.</t>

<t>It may also include example renderings of these messages.</t>

</section>
<section anchor="more-peer-certs"><name>Further Guidance on Peer Certificates</name>

<section anchor="peer-discovery-incoming"><name>Certificate Discovery from Incoming Messages</name>

<t>As described in <xref target="sending-certificates"/>, an incoming e-mail message may have one or more certificates embedded in it.
This document currently acknowledges that receiving MUA should assemble a cache of certificates for future use, but providing more detailed guidance for how to assemble and manage that cache is currently out of scope.</t>

<t>Existing recommendations like <xref target="AUTOCRYPT"/> provide some guidance for handling incoming certificates about peers, but only in certain contexts.
A future version of this document may describe in more detail how these incoming certs should be handled.</t>

</section>
<section anchor="peer-discovery--directory"><name>Certificate Directories</name>

<t>Some MUAs may have the capability to look up peer certificates in a directory, for example via LDAP <xref target="RFC4511"/>, WKD <xref target="I-D.koch-openpgp-webkey-service"/>, or the DNS (e.g. SMIMEA <xref target="RFC8162"/> or OPENPGPKEY <xref target="RFC7929"/> resource records).</t>

<t>A future version of this document may describe in more detail what sources a MUA should consider when searching for a peer's certificates, and what to do with the certificates found by various methods.</t>

</section>
<section anchor="cert-revocation"><name>Checking for Certificate Revocation</name>

<t>A future version of this document could discuss how/when to check for revocation of peer certificates, or of the user's own certificate.</t>

<t>Such discussion should address privacy concerns: what information leaks to whom when checking peer cert revocations?</t>

</section>
<section anchor="more-peer-cert-selection"><name>Further Peer Certificate Selection</name>

<t>A future version of this document may describe more prescriptions for deciding whether a peer certificate is acceptable for encrypting a message.
For example, if the SPKI is an EC Public Key and the keyUsage extension is absent, what should the encrypting MUA do?</t>

<t>A future version of this document might also provide guidance on what to do if multiple certificates are all acceptable for encrypting to a given recipient.
For example, the sender could select among them in some deterministic way; it could encrypt to all of them; or it could present them to the user to let the user select any or all of them.</t>

</section>
</section>
<section anchor="more-local-certs"><name>Further Guidance on Local Certificates and Secret Keys</name>

<section anchor="cross-mua-local-keys"><name>Cross-MUA sharing of Local Certificates and Secret Keys</name>

<t>Many users today use more than one MUA to access the same mailbox (for example, one MUA on a mobile device, and another MUA on a desktop computer).</t>

<t>A future version of this document might offer guidance on how multiple MUAs attached to the same mailbox can efficiently and securely share the user's own secret key material and certificates between each other.
This guidance should include suggestions on how to maintain the user's keys (e.g. avoiding certificate expiration) and safe secret key transmission.</t>

</section>
<section anchor="smartcards"><name>Use of Smartcards or Other Portable Secret Key Mechanisms</name>

<t>Rather than having to transfer secret key material between clients, some users may prefer to rely on portable hardware-backed secret keys in the form of smartcards, USB tokens or other comparable form factors.
These secret keys sometimes require direct user interaction for each use, which can complicate the usability of any MUA that uses them to decrypt a large number of messages.</t>

<t>Guidance on the use of this kind of secret key management are beyond the scope of this document, but future revisions may bring them into scope.</t>

</section>
<section anchor="more-local-cert-maintenance"><name>Active Local Certificate Maintenance</name>

<t><xref target="local-cert-maintenance"/> describes conditions where the MUA <bcp14>SHOULD</bcp14> warn the user that something is going wrong with their certificate.</t>

<t>A future version of this document might outline how a MUA could actively avoid these warning situations, for example, by automatically updating the certificate or prompting the user to take specific action.</t>

</section>
</section>
<section anchor="cert-authorities"><name>Certification Authorities</name>

<t>A future document could offer guidance on how an MUA should select and manage root certification authorities (CAs).</t>

<t>For example:</t>

<t><list style="symbols">
  <t>Should the MUA cache intermediate CAs?</t>
  <t>Should the MUA share such a cache with other PKI clients (e.g., web browsers)?</t>
  <t>What distinctions are there between a CA for S/MIME and a CA for the web?</t>
</list></t>

</section>
<section anchor="indexing-and-search"><name>Indexing and Search of Encrypted Messages</name>

<t>A common use case for MUAs is search of existing messages by keyword or topic.
This is done most efficiently for large mailboxes by assembling an index of message content, rather than by a linear scan of all message content.</t>

<t>When message contents and headers are encrypted, search by index is complicated.
If the cleartext is not indexed, then messages cannot be found by search.
On the other hand, if the cleartext is indexed, then the index effectively contains the sensitive contents of the message, and needs to be protected.</t>

<t>Detailed guidance on the tradeoff here, including choices about remote search vs local search, are beyond the scope of this document, but a future version of the document may bring them into scope.</t>

</section>
<section anchor="cached-sigs"><name>Cached Signature Validation</name>

<t>Asymmetric signature validation can be computationally expensive, and the results can also potentially vary over time (e.g. if a signing certificate is discovered to be revoked).
In some cases, the user may care about the signature validation that they saw when they first read or received the message, not only about the status of the signature verification at the current time.</t>

<t>So, for both performance reasons and historical perspective, it may be useful for an MUA to cache signature validation results in a way that they can be easily retrieved and compared.
Documenting how and when to cache signature validation, as well as how to indicate it to the user, is beyond the scope of this document, but a future version of the document may bring these topics into scope.</t>

</section>
<section anchor="aggregate-cryptographic-status"><name>Aggregate Cryptographic Status</name>

<t>This document limits itself to consideration of the cryptographic status of single messages as a baseline concept that can be clearly and simply communicated to the user.
However, some users and some MUAs may find it useful to contemplate even higher-level views of cryptographic status which are not considered directly here.</t>

<t>For example, a future version of the document may also consider how to indicate a simple cryptographic status of message threads (groups of explicitly related messages), conversations (groups of messages with shared sets of participants), peers, or other perspectives that a MUA can provide.</t>

</section>
<section anchor="expect-e2e"><name>Expectations of Cryptographic Protection</name>

<t>As mentioned in <xref target="security-indicators"/>, the types of security indicators displayed to the user may well vary based on the expectations of the user for a given communication.
At present, there is no widely shared method for the MUA to establish and maintain reasonable expectations about whether a specific received message should have cryptographic protections.</t>

<t>If such a standard is developed, a future version of this document should reference it and encourage the deployment of clearer and simpler security indicators.</t>

</section>
<section anchor="secure-deletion"><name>Secure Deletion</name>

<t>One feature many users desire from a secure communications medium is the ability to reliably destroy a message such that it cannot be recovered even by a determined adversary.
Doing this with standard e-mail mechanisms like S/MIME and PGP/MIME is challenging because of two interrelated factors:</t>

<t><list style="symbols">
  <t>A copy of of an e-mail message may be retained by any of the mail transport agents that handle it during delivery, and</t>
  <t>The secret key used to decrypt an encrypted e-mail message is typically retained indefinitely.</t>
</list></t>

<t>This means that an adversary aiming to recover the cleartext contents of a deleted message can do so by getting access to a copy of the encrypted message and the long-term secret key material.</t>

<t>Some mitigation measures may be available to make it possible to delete some encrypted messages securely, but this document considers this use case out of scope.
A future version of the document may elaborate on secure message deleton in more detail.</t>

</section>
<section anchor="interaction-with-opportunistic-encryption"><name>Interaction with Opportunistic Encryption</name>

<t>This document focuses on guidance for strong, user-comprehensible end-to-end cryptographic protections for e-mail.
Other approaches are possible, including various forms of opportunistic and transport encryption, which are out of scope for this document.</t>

<t>A future version of this document could describe the interaction between this guidance and more opportunistic forms of encryption, for example some of the scenarios contemplated in <xref target="I-D.dkg-mail-cleartext-copy"/>.</t>

</section>
</section>
<section anchor="document-history"><name>Document History</name>

<section anchor="substantive-changes-from-draft-ietf-09-to-draft-ietf-10"><name>Substantive changes from draft-ietf-...-09 to draft-ietf-...-10</name>

<t><list style="symbols">
  <t>Introduction: describe one major theme of Future Work</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-08-to-draft-ietf-09"><name>Substantive changes from draft-ietf-...-08 to draft-ietf-...-09</name>

<t><list style="symbols">
  <t>Clarify goals of document</t>
  <t>Identify cross-protocol attacks in more detail to justify prescription against key reuse</t>
  <t>Add informative references to Opportunistic Encryption RFC and Certificate Best Practice draft</t>
  <t>Add "Reading Encrypted Messages after Certificate Expiration" section to Common Pitfalls and Guidelines</t>
  <t>Clean up nits identified by Stephen Farrell and Eliot Lear</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-07-to-draft-ietf-08"><name>Substantive changes from draft-ietf-...-07 to draft-ietf-...-08</name>

<t><list style="symbols">
  <t>Add guidance about importing and exporting secret key material</t>
  <t>More explanation about "encryption outside, signature inside"</t>
  <t>Guidance about Intervening (resending) MUAs</t>
  <t>Include Sender and Resent-* as user-facing headers</t>
  <t>Guidance about external subresources for cryptographically protected messages</t>
  <t>Relax "user-facing" definition to be more advisory</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-06-to-draft-ietf-07"><name>Substantive changes from draft-ietf-...-06 to draft-ietf-...-07</name>

<t><list style="symbols">
  <t>Add Bernie Hoeneisen and Alexey Melnikov as editors</t>
  <t>Explicitly avoid requiring anything from IANA</t>
  <t>Simplify description of "attachments"</t>
  <t>Add concrete detail on how to compare e-mail addresses</t>
  <t>Explicitly define "Cryptographic Summary"</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-05-to-draft-ietf-06"><name>Substantive changes from draft-ietf-...-05 to draft-ietf-...-06</name>

<t><list style="symbols">
  <t>Expand proxy implementation warning to comparable APIs</t>
  <t>Move many marked TODO and FIXME items to "Future Work"</t>
  <t>More detailed guidance on local certificates</t>
  <t>Provide guidance on encrypting draft messages</t>
  <t>More detailed guidanc eon shipping certificates in outbound messages</t>
  <t>Recommend implementing header protection</t>
  <t>Added "Future Work" subsection about interactions with opportunistic approaches</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-04-to-draft-ietf-05"><name>Substantive changes from draft-ietf-...-04 to draft-ietf-...-05</name>

<t><list style="symbols">
  <t>Adopt and update text about Bcc from draft-ietf-lamps-header-protection</t>
  <t>Add section about the dangers of an implementation based on a network protocol proxy</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-03-to-draft-ietf-04"><name>Substantive changes from draft-ietf-...-03 to draft-ietf-...-04</name>

<t><list style="symbols">
  <t>Added reference to <spanx style="verb">multipart/oracle</spanx> attacks</t>
  <t>Clarified that "Structural Headers" are the same as RFC2045's "MIME Headers"</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-02-to-draft-ietf-03"><name>Substantive changes from draft-ietf-...-02 to draft-ietf-...-03</name>

<t><list style="symbols">
  <t>Added section about mixed recipients</t>
  <t>Noted SMIMEA and OPENPGPKEY DNS RR cert discovery mechanisms</t>
  <t>Added more notes about simplified mental models</t>
  <t>More clarification on one-status-per-message</t>
  <t>Added guidance to defend against EFAIL</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-01-to-draft-ietf-02"><name>Substantive changes from draft-ietf-...-01 to draft-ietf-...-02</name>

<t><list style="symbols">
  <t>Added definition of "user-facing" headers</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-ietf-00-to-draft-ietf-01"><name>Substantive changes from draft-ietf-...-00 to draft-ietf-...-01</name>

<t><list style="symbols">
  <t>Added section about distinguishing Main Body Parts and Attachments</t>
  <t>Updated document considerations section, including reference to auto-built editor's copy</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-dkg-01-to-draft-ietf-00"><name>Substantive changes from draft-dkg-...-01 to draft-ietf-...-00</name>

<t><list style="symbols">
  <t>WG adopted draft</t>
  <t>moved Document History and Document Considerations sections to end of appendix, to avoid section renumbering when removed</t>
</list></t>

</section>
<section anchor="substantive-changes-from-draft-dkg-00-to-draft-dkg-01"><name>Substantive changes from draft-dkg-...-00 to draft-dkg-...-01</name>

<t><list style="symbols">
  <t>consideration of success/failure indicators for usability</t>
  <t>clarify extendedKeyUsage and keyUsage algorithm-specific details</t>
  <t>initial section on certificate management</t>
  <t>added more TODO items</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

