<?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.0.4) -->


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

]>


<rfc ipr="trust200902" docName="draft-ietf-lamps-e2e-mail-guidance-03" 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="2022" month="October" day="24"/>

    <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/"/>.
      </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 whose name begins with <spanx style="verb">Content-</spanx> is referred to in this document as a "structural" header.</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 (but is not limited to):</t>

<t><list style="symbols">
  <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>

<t>FIXME: are there any non-<spanx style="verb">Content-*</spanx> headers we should consider as structural?</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>.</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>

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

<t>TODO: incoming PKCS#7 messages tend to have a bundle of certificates in them.
How should these certs be handled?</t>

<t>TODO: point to Autocrypt certificate discovery mechanism</t>

<t>TODO: point to OpenPGP embedded certificate subpacket proposal</t>

<t>TODO: compare mechanisms, explain where each case is useful.</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.</t>

<t>TODO: more information here about X.509 directories -- LDAP?</t>

<t>TODO: mention WKD for OpenPGP certificates?</t>

<t>TODO: mention SMIMEA and OPENPGPKEY DNS RRs</t>

</section>
<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 (TODO: need OIDs)
  <list style="symbols">
      <t>RSA, with keyUsage present and the "key encipherment" bit set</t>
      <t>EC Public Key, with keyUsage present and the "key agreement" bit set</t>
      <t>EC DH, with keyUsage present and the "key agreement" bit set</t>
    </list></t>
  <t>If extendedKeyUsage is present, it contains at least one of the following OIDs: e-mail protection, anyExtendedKeyUsage.</t>
</list></t>

<t>TODO: If OID is EC Public Key and keyUsage is absent, what should happen?</t>

<t>TODO: what if multiple certificates meet all of these criteria for a given recipient?</t>

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

<t>TODO: discuss how/when to check for peer certificate revocation</t>

<t>TODO: privacy concerns: what information leaks to whom when checking peer cert revocations?</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>

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

<t>TODO: mention ACME SMIME?</t>

<t>TODO: mention automatic self-signed certs e.g. OpenPGP?</t>

<t>TODO: <bcp14>SHOULD</bcp14> generate 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>

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

<t>The MUA should 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 soon (TODO: what is "soon"?)</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 certificates does not have a keyUsage section</t>
  <t>Any of the user's own certificates does not contain an extendedKeyUsage extension</t>
</list></t>

<t>TODO: how does the MUA do better than warning in the cases above?
What can the MUA actually <em>do</em> here to fix problems before they happen?</t>

<t>TODO: discuss how/when to check for own certificate revocation, and what to do if it (or any intermediate certificate authority) is found to be revoked.</t>

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

<t>TODO: What certificates should the MUA include in an outbound message so that peers can discover them?</t>

<t><list style="symbols">
  <t>local signing certificate so that signature can be validated</t>
  <t>local encryption-capable certificate(s) so that incoming messages can be encrypted.</t>
  <t>On an encrypted message to multiple recipients, the encryption-capable peer certs of the other recipients (to enable "reply all")?</t>
  <t>intermediate certificates to chain all of the above to some set of root authorities?</t>
</list></t>

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

<t>TODO: how should the MUA select root certificate authorities?</t>

<t>TODO: should the MUA cache intermediate CAs?</t>

<t>TODO: should the MUA share such a cache with other PKI clients (e.g., web browsers)?
Are there distinctions between a CA for S/MIME and for the web?</t>

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

<t>FIXME: some possible additional commentary on:</t>

<t><list style="symbols">
  <t>indexing and search of encrypted messages</t>
  <t>managing access to cryptographic secret keys that require user interaction</t>
  <t>secure deletion</t>
  <t>storage of composed/sent messages</t>
  <t>encrypt-to-self during composition</t>
  <t>cached signature validation</t>
  <t>interaction between encryption and Bcc</t>
  <t>aggregated cryptographic status of threads/conversations ?</t>
  <t>Draft messages</t>
  <t>copies to the Sent folder</t>
</list></t>

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

</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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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>




    </references>

    <references title='Informative References'>

<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='RFC3207' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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='I-D.draft-bre-openpgp-samples-01'>
   <front>
      <title>OpenPGP Example Keys and Certificates</title>
      <author fullname='Bjarni Rúnar Einarsson' initials='B. R.' surname='Einarsson'>
         <organization>Mailpile ehf</organization>
      </author>
      <author fullname='&quot;juga&quot;' initials='' surname='&quot;juga&quot;'>
         <organization>Independent</organization>
      </author>
      <author fullname='Daniel Kahn Gillmor' initials='D. K.' surname='Gillmor'>
         <organization>American Civil Liberties Union</organization>
      </author>
      <date day='20' month='December' year='2019'/>
      <abstract>
	 <t>   The OpenPGP development community benefits from sharing samples of
   signed or encrypted data.  This document facilitates such
   collaboration by defining a small set of OpenPGP certificates and
   keys for use when generating such samples.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-bre-openpgp-samples-01'/>
   <format target='https://www.ietf.org/archive/id/draft-bre-openpgp-samples-01.txt' type='TXT'/>
</reference>



<reference anchor='RFC9216' target='https://www.rfc-editor.org/info/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>




    </references>


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

<t>FIXME: This document should contain examples of well-formed and malformed messages using cryptographic key material and certificates from <xref target="I-D.draft-bre-openpgp-samples-01"/> and <xref target="RFC9216"/>.</t>

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

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

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


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA819S3MbV5bmHr8iB1qYZADQw3bZxapuN01SNsuipBKlcjkc
jmECSABpJjJR+SCFVqhiohfdf6BmN4vZdXTELGc1y5l/Ur9kznfOua/MBES5
aiJmY4uJzPs497xfdzweD+q0zpLj6Jsmncf5LImKPDrP5+O6GNP/ovPxOk6z
6CqZNWVabwfzYpbHa3p/XsaLepwm9WKcxetNNU6eJPzueKkjjR99OpjFdbIs
yu1xlOaLYjBIN+VxVJdNVT959OjXj54M4jKJ8WM9uCvKm2VZNJvjiAcc3CRb
ejY/ji7yOinzpB6fYc5B1UzXaVWlRf56u6GVXJy/fjoYVHWcz/9znBU5Pdom
1eA2yZvkeBBFOujw2cnly6shPaj5s+H3NGGaL6Nv8DueY/X0vNrE1fqfsLNJ
US7xQ1zOVvTDqq431fHDh3gPj9LbZGJee4gHD6dlcVclD3mEh/iyTDaF9+WS
YB1PJ7Ni/XB+s3zYARk+yQhkVe19RG9O9MO06H5D8wzipl4VJTab5tVxdDaJ
vptE36RZti5KeigndhbnaZJF38Wr3PuN1n4cnayTMp3FeXSa3tJpP0unSVmn
SRW9yQnM9FZVl0lCi3r85PPo67KI59FVPaHnM8KJ4+h5chf9QNAcRc9/wMNi
TtM9fvTo0Wf8V5PXwIA3VyeA5XRaJrc05emzN/RnIkCnPf7TIl3UK9pGRc/y
CZ034FcAN5N5WtNigULlOq4J7tjqbFUW62Sc5nNaOv1e4SGdblwusVQDvmlW
LCf8btqs+aiePHr85cNHnz9MbovsljBgLCNV40qx3BtzsqrXmYwrdHKuH0Wn
/NEnVWS+itxXEX+hpyJ/mFM4X6fZNrqarZLZitCaf5vTkR9HWNb40ef05Pzp
ycWz/t0kC4LXZJ4ES8Lrg/F4TMClg4pn9WCgJJwQCc/K7aYulmW8WaWzaFMW
dTKr6ViriMAZCTZFtP0qXtKJAwvondt0nkRNlSyazG5wMvi2uEtuk3IU1ask
YoqLy7mMI98AMLvmIzJKouQtYdI6IRAssuRtOs2SyeD1Kq71zzQDILEG2scG
CyBgxthETP+OqqbclGmFWQCHpkwqfJ5WEfGlZp3kdVQsFvjGUAevjXeIsSLa
Ir2TrjdZgrfxZo3Z8ySZR3VByLreFDQRfZTi502Z1B0Q3aX1Kko+DODJ4KI2
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
dTcw0ie9FtX+adfx3BlDPixZi7eG8WYbpOKMON/eiHhGJaZE8c0vm7RaqddG
OJtV2PT7T/Y4ukyU1OQpbIpadVV4eBomBFasOJndhY0F+YUNj6LVdlpCYjHT
MGRKx3IHOPO4JNIaUTPmcw6n0wygziyZE5IvYw50sNPEz+OaEvddqM2zB7Kz
GYLgB4wy+Sf1oRC/0WgZ3mnWSjzQpHLPOo+htSxBjBDNI7U0NDkQDupZbdyh
HIL7mLh3rwnfkkucpKgSyWZfIia9K5N2wPEMdvCoxmEUYPuOUYdCIx/eswpR
XWDOAXtKwb1p91KT4jNY/tVWexyK+P1wdF/zcSqVanY6YlxsLXKmTO67tZil
4nzS/MaG+GW9djsi0nvyj6sOmJCFVhKIhj1vD71c7FjgDoXPAk2IqdmI4ifr
3c0oC2t/A6nNaKjeEyS2P+lTqMFA/dwk7A6dggZDZ2gUazb0mxJqT81UpRm9
8Cmo6EBKa8HZjKK+iQiLaZ0cXMyKu1H02+Yf//qv//7bh80/2iyUKhrOE94S
1q+lDXjv3/6j/V6T39Gm+TWTGCz1Sn2nICJGX/hRK51+8guJ2MXBqQvYXt8Y
x25rD9WdF7387vTqwRfqwRsjm16efUG0Jynf4VNkxp8Hv8ja7eIvLfREX+1b
CRxp63RNtGNeHssCCKtQCvjXv/zlr3/5H3/9r/+zvd7fMH4UsyL7h6EXMX+4
uZlVX4yt8j2UIsW//uW//fUv/4WG+TFEg5/Mz3+Rn/eMJG8KxfH2GPltyke3
NMwrEgjAItDzwLwXLm4V+rYPmP4l47vfRPI51Jh/GHqfG4D8239EBw7tDltw
6AfT323zIULdY//hB78EBOEIBgr/+u/RgUekfxsYWrUjvTvvEs09di/w/Vsh
0J36l0LhngDoIIIzza/D7VxD49xz3lrGed3dQufLHljR12x+ydIQdu7IPB6e
s6GMk4GrtentSuQLu6eMMTVLAsdZfVdwdnG6WSXqbSArMtHYvOpAav9U3TIM
HlrrFTqAsXngkeSfxi4kxYAU+Nt4XS+ENM/D4KMg4ikbUGqEVWwv9aKirL6l
RBn9aUtK0dvo4PTy6tAvCGbMmHkTyCoPrn10NL8bXLw+5BK7oLxJbBXU603U
v24cE+HIyDsl8ydX8z2WMhTIvssrk3rdSorvpzvj695Z26bi2RYU7xbQ9pUf
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
TbsFXMDZykw30cS+BmEL08EKY42IdGcrnn4tSnbFKYTENwuxS9ai2Hrmbk+j
Cc0ExFlFZzr3VqzOCxOU9mqv+RDNGrdjE7dGr78XZy+OXSBbry50GXqJBDRU
C5o2XF0GRcjfodDMmm9Jt7FT6TeSsOmVaF3a/Csz46ZIRTE5ISNY8mR8J75d
q1PTOl+aW1+S9TThTsX+AGwT8B0wKLsuqjgz32sTSDcwqWDww4CPeRqv6WAj
rm0P3maGM/Y0FdyargPh8Vx/3b5vX9e9Mil11iHDvnB4HaNmw0jSgW4c2fEm
Zh/MXP1KIenMx5xDsHDurXA8jp6dnby08F9L24Po++/OGEENMP2ZOy9fQbs7
Yax98fL8Ob3/3fkP0dnzq+jVq0rv82qxkOiK0Rtfe7xkXJmn77venR50d9lV
cvkt14II2XT6crTu2Da+bM9bGDTFeG2HUorv9PlQN+UcjpZcQN0OXJnVKe7z
WRq2BKcoZ7abe1SDw9Xr8sRjQSs9otePbEoRuhNKPgjfjiq3Mie1NZL8tXIg
aZqYZiaSjSCBTzaSbOj0opZ3TYv+/sBj2Q482qIbk2nKMUgJeXmg8eJrbMbZ
hoIvLs5sta1bNomyq5ffXbhbZpX5c+4lZ5v0HltkDRSbMnYguMrMmeaqDrkD
4KurE/U73yTbN2y2GKvIRBuHaAdJg3PuMHtRIkS+q6TmEc5Po5fSV+s7xMfv
MVa8JEWmd6Czb3/pADi3hdzdTazuO/N5ahuBigfM3i9SQ5Wraj/y4rxfAM+x
QeKWX+O8NYXlNzQ9H2EVQoRXfuOtJ57KcjgIqAQh3XAsP7nTK5bchfI+SayT
pDZUo1KEMAi58QE9WhL/SnnzKpnZuM0rQncNEqt2VtonVuqpagDF4KE4k4po
hlF4iDYjjtwIVhSV6S0SLAjs9CLK+WRnHlNG+yjmV0RERrKbhdoZvKEr3k30
rMDtmi1VLMPDti5mNBO2nyx35DCsyALfHxmyHtd41Vryxl2t/E0UTJOJ7nRW
6dmUeKqBSenQmLtts2qrGvpm03519J7qEEUVrlHF7jeJ9LKMA8liVFt02uyD
DgmZutm8bwuxk1Pk9UOSdeSbdchDJCxMcpLoMOzhUSlpP9RgiG0g2bdxXlem
zfRc+j93hO39QBOrI4J82XDQnqySUmo+t8ZcmsZV2jEKvM0r5Dp4xPYaUThn
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

-->

</rfc>

