<?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-06" 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>

    <date year="2023" month="April" day="06"/>

    <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 that need to compose or interpret e-mail messages with end-to-end cryptographic protection.
It provides a useful set of vocabulary as well as suggestions to avoid common failures.</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 (e.g., <xref target="EFAIL"></xref>).</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>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>, 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.
The 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>
</list></t>

<t>The above is a complete list.  No other headers are considered "user-facing".</t>

<t>Other headers 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 likely is 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>

</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 e-mail communications are 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 are 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.</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.
These opportunistic protections are orthogonal to the end-to-end protections described in this document.</t>

<t>To the extent that opportunistic 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.</t>

<t>The user needs a single clear, simple, and correct indication about the end-to-end cryptographic status of any given message.</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 Crytptographic 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>
<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> of <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.</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 summarize the cryptographic properties of the Cryptographic Envelope, 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 {#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 that made the signature was revoked.</t>
  <t>the certificate that made the signature was expired at the time that the signature was made.</t>
  <t>the certificate that made 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 that made 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>
</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>, and is a subpart of a <spanx style="verb">multipart/mixed</spanx> or <spanx style="verb">multipart/related</spanx> container.</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.</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 a certificate for each recipient that is capable of encryption.</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 exactly match the destination address.</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 or acquire 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).
The MUA <bcp14>SHOULD NOT</bcp14> encourage the use of a single S/MIME certificate for both uses, to avoid possible key misuse.</t>

<t>The simplest and least helpful 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.
This is not particularly helpful because it requires the end user to produce the PKCS #12 object, which 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 import incurs ongoing labor 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>

</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.
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 third 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>The MUA <bcp14>SHOULD</bcp14> warn the user when/if:</t>

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

<t>An MUA that takes active steps to fix any of these problems before they arise is even more usable, but guidance on how to do active certificate maintenance is beyond scope for this current document (see <xref target="more-local-cert-maintenance"/>).</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="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.
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="RFC1725"/>, 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>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>MAYBE: provide an indicator in the IANA header registry for which headers are "structural" and which are "user-facing"?
This is probably unnecessary.</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
Alexey Melnikov,
Bernie Hoeneisen,
Bjarni Rúnar Einarsson,
David Bremner,
Deb Cooley,
Holger Krekel,
Jameson Rollins,
Jonathan Hammell,
juga,
Patrick Brunschwig,
Santosh Chokhani, 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'><organization/></author>
<author fullname='B. Ramsdell' initials='B.' surname='Ramsdell'><organization/></author>
<author fullname='S. Turner' initials='S.' surname='Turner'><organization/></author>
<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'><organization/></author>
<author fullname='D. Del Torto' initials='D.' surname='Del Torto'><organization/></author>
<author fullname='R. Levien' initials='R.' surname='Levien'><organization/></author>
<author fullname='T. Roessler' initials='T.' surname='Roessler'><organization/></author>
<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'><organization/></author>
<author fullname='J. Klensin' initials='J.' surname='Klensin'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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='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='10' month='March' 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-13'/>
   
</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</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='RFC2045'>
<front>
<title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
<author fullname='N. Freed' initials='N.' surname='Freed'><organization/></author>
<author fullname='N. Borenstein' initials='N.' surname='Borenstein'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='T. Hansen' initials='T.' role='editor' surname='Hansen'><organization/></author>
<author fullname='M. Kucherawy' initials='M.' role='editor' surname='Kucherawy'><organization/></author>
<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='RFC3274'>
<front>
<title>Compressed Data Content Type for Cryptographic Message Syntax (CMS)</title>
<author fullname='P. Gutmann' initials='P.' surname='Gutmann'><organization/></author>
<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'><organization/></author>
<author fullname='L. Donnerhacke' initials='L.' surname='Donnerhacke'><organization/></author>
<author fullname='H. Finney' initials='H.' surname='Finney'><organization/></author>
<author fullname='D. Shaw' initials='D.' surname='Shaw'><organization/></author>
<author fullname='R. Thayer' initials='R.' surname='Thayer'><organization/></author>
<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'><organization/></author>
<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 &quot;electronic mail&quot; messages.  This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, &quot;Standard for the Format of ARPA Internet Text Messages&quot;, 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'><organization/></author>
<author fullname='R. Gopal' initials='R.' surname='Gopal'><organization/></author>
<author fullname='E. Guttman' initials='E.' surname='Guttman'><organization/></author>
<author fullname='S. Sengodan' initials='S.' surname='Sengodan'><organization/></author>
<author fullname='M. Holdrege' initials='M.' surname='Holdrege'><organization/></author>
<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'><organization/></author>
<author fullname='M. Nystrom' initials='M.' surname='Nystrom'><organization/></author>
<author fullname='S. Parkinson' initials='S.' surname='Parkinson'><organization/></author>
<author fullname='A. Rusch' initials='A.' surname='Rusch'><organization/></author>
<author fullname='M. Scott' initials='M.' surname='Scott'><organization/></author>
<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'><organization/></author>
<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.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'><organization/></author>
<author fullname='J. Klensin' initials='J.' surname='Klensin'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='C. Newman' initials='C.' surname='Newman'><organization/></author>
<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='RFC1725'>
<front>
<title>Post Office Protocol - Version 3</title>
<author fullname='J. Myers' initials='J.' surname='Myers'><organization/></author>
<author fullname='M. Rose' initials='M.' surname='Rose'><organization/></author>
<date month='November' year='1994'/>
<abstract><t>This memo is a revision to RFC 1460, a Draft Standard. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='1725'/>
<seriesInfo name='DOI' value='10.17487/RFC1725'/>
</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'><organization/></author>
<date month='April' year='2022'/>
<abstract><t>This document specifies an extension to &quot;The JSON Meta Application Protocol (JMAP) for Mail&quot; (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='13' month='March' 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-08'/>
   
</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'><organization/></author>
<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'><organization/></author>
<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='14' month='November' year='2022'/>
      <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-15'/>
   
</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'><organization/></author>
<author fullname='J. Schlyter' initials='J.' surname='Schlyter'><organization/></author>
<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'><organization/></author>
<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 &quot;web of trust&quot; 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="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-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:
H4sIAAAAAAAAA829yZIbZ7YmuMdTeEELRdAAcBCpgXnrqoKTFClRjGSQUsrS
ZB0OwAG4AnBHujsiiJTxWlstql4ge9eL3pWVWS971cvuN8kn6TP/53d3BIPK
W2V90+yK4fDhH85/5vOd8Xg8aPJmnT1Ovtnl87SYZUlZJM+L+bgpx/Cf5Pl4
k+br5Dyb7aq82Q/m5axIN3D/vEoXzTjPmsV4nW629Th7kNG946W8aXzv88Es
bbJlWe0fJ3mxKAeDfFs9TppqVzcP7t376t6DQVplKf7YDK7L6nJZlbvt44Re
OLjM9nBt/jg5LZqsKrJm/Ay/Oah3001e13lZvNlvYSSnz9+8GAzqJi3m/0u6
Lgu4tM/qwVVW7LLHgySRlw6/P3l5dj6ECw09NvwJPpgXy+Qb/B2v4+jher1N
681/wplNymqJP6TVbAU/rJpmWz++exfvw0v5VTbR2+7ihbvTqryus7v0hrv4
ZJVtS/fkEtY6nU5m5ebu/HJ5t7Nk+Mgalqxu3ENw50QezMvuM/CdQbprVmWF
k82L+nHybJJ8N0m+ydfrTVnBRd6xZ2mRZ+vku3RVuN9g7I+Tk01W5bO0SJ7m
V7Db3+fTrGryrE7eFrDMcFfdVFkGg7r/4FHypCrTeXLeTOD6DGjicfJDdp38
DKs5Sn74GS+Wc/jc/Xv37j2kv3ZFgxTw9vwE13I6rbIr+OTT79/CnxkvOszx
Py3yRbOCadRwrZjAfuP6lUib2TxvYLBIQtUmbWDdcaonb9+8evr657M3+Afs
alotcYi6bLAm5azabxvaHr6FSf1Ef0nGydOyAELJs6KJqL6g32HuCXwSDsFL
GCW9Iqw0/N+Y/yPr+2MOuwHveVJlebMp66ySn2lPfpx0fogf/7ZcL7Mq+a7K
LrO1f/LbSXQxfqp/U+3ZNiXMVlW5ycZ5MYfthjWt+9duui6XE7o3321o/R7c
u//l3XuP7mZX5foKTs2Y31SPa+EM7p2TVbNZ+wV/Lg8lT+mhT+tEn0rCU4lf
3ySa5PNNvt4n57NVNls1snpzOCaPExzW+N4juPL8xcnp9/2zyRawe5N5Fg0J
b4cLr14DIT7vf+76+nqyq4E63tESzMpikVUZHjm+qpN48NndbZXBpSZFkrmb
1zBX/7EhUFkDP4+ZYW126ybfplVzt6zS2TpL3qTbLS4PsMEyeUE0nryin2q4
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

-->

</rfc>

