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


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

]>


<rfc ipr="trust200902" docName="draft-ietf-openpgp-crypto-refresh-08" category="std" consensus="true" submissionType="IETF" obsoletes="4880, 5581, 6637" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title>OpenPGP</title>

    <author initials="P." surname="Wouters" fullname="Paul Wouters" role="editor">
      <organization>Aiven</organization>
      <address>
        <email>paul.wouters@aiven.io</email>
      </address>
    </author>
    <author initials="D." surname="Huigens" fullname="Daniel Huigens">
      <organization>Proton AG</organization>
      <address>
        <email>d.huigens@protonmail.com</email>
      </address>
    </author>
    <author initials="J." surname="Winter" fullname="Justus Winter">
      <organization>Sequoia-PGP</organization>
      <address>
        <email>justus@sequoia-pgp.org</email>
      </address>
    </author>
    <author initials="Y." surname="Niibe" fullname="Yutaka Niibe">
      <organization>FSIJ</organization>
      <address>
        <email>gniibe@fsij.org</email>
      </address>
    </author>

    <date year="2023" month="March" day="13"/>

    <area>sec</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

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

<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>This document obsoletes: RFC 4880 (OpenPGP), RFC 5581 (Camellia in OpenPGP) and RFC 6637 (Elliptic Curves in OpenPGP).</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        The latest revision of this draft can be found at <eref target="https://openpgp-wg.gitlab.io/rfc4880bis/"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        OpenPGP Working Group mailing list (<eref target="mailto:openpgp@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/openpgp/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/openpgp/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://gitlab.com/openpgp-wg/rfc4880bis"/>.</t>
    </note>


  </front>

  <middle>


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

<t>This document provides information on the message-exchange packet formats used by OpenPGP to provide encryption, decryption, signing, and key management functions.
It is a revision of RFC 4880, "OpenPGP Message Format", which is a revision of RFC 2440, which itself replaces RFC 1991, "PGP Message Exchange Formats" <xref target="RFC1991"/> <xref target="RFC2440"/> <xref target="RFC4880"/>.</t>

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

<section anchor="terms"><name>Terms</name>

<t><list style="symbols">
  <t>OpenPGP - This is a term for the IETF specification of PGP which originates with RFC 2440 (OpenPGP Message Format) which was based on PGP 5, and which has since been maintained by the IETF, of which this document is the latest specification (at the time of writing).</t>
  <t>PGP - Pretty Good Privacy.
PGP is a family of software systems developed by Philip R. Zimmermann from which OpenPGP is based.</t>
  <t>PGP 2 - This version of PGP has many variants; where necessary a more detailed version number is used here.
PGP 2 uses only RSA, MD5, and IDEA for its cryptographic transforms.
An informational RFC, RFC 1991, was written describing this version of PGP.</t>
  <t>PGP 5 - This version of PGP is formerly known as "PGP 3" in the community.
It has new formats and corrects a number of problems in the PGP 2 design.
It is referred to here as PGP 5 because that software was the first release of the "PGP 3" code base.</t>
  <t>GnuPG - GNU Privacy Guard, also called GPG.
GnuPG is an OpenPGP implementation that avoids all encumbered algorithms.
Consequently, early versions of GnuPG did not include RSA public keys.</t>
</list></t>

<t>"PGP", "Pretty Good", and "Pretty Good Privacy" are trademarks of PGP Corporation and are used with permission.
The term "OpenPGP" refers to the protocol described in this and related documents.</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>

<t>The key words "PRIVATE USE", "SPECIFICATION <bcp14>REQUIRED</bcp14>", and "RFC <bcp14>REQUIRED</bcp14>" that appear in this document when used to describe namespace allocation are to be interpreted as described in <xref target="RFC8126"/>.</t>

</section>
</section>
<section anchor="general-functions"><name>General functions</name>

<t>OpenPGP provides data integrity services for messages and data files by using these core technologies:</t>

<t><list style="symbols">
  <t>digital signatures</t>
  <t>encryption</t>
  <t>compression</t>
  <t>Radix-64 conversion</t>
</list></t>

<t>In addition, OpenPGP provides key management and certificate services, but many of these are beyond the scope of this document.</t>

<section anchor="confidentiality-via-encryption"><name>Confidentiality via Encryption</name>

<t>OpenPGP combines symmetric-key encryption and public-key encryption to provide confidentiality.
When made confidential, first the object is encrypted using a symmetric encryption algorithm.
Each symmetric key is used only once, for a single object.
A new "session key" is generated as a random number for each object (sometimes referred to as a session).
Since it is used only once, the session key is bound to the message and transmitted with it.
To protect the key, it is encrypted with the receiver's public key.
The sequence is as follows:</t>

<t><list style="numbers">
  <t>The sender creates a message.</t>
  <t>The sending OpenPGP generates a random number to be used as a session key for this message only.</t>
  <t>The session key is encrypted using each recipient's public key.
These "encrypted session keys" start the message.</t>
  <t>The sending OpenPGP encrypts the message using the session key, which forms the remainder of the message.</t>
  <t>The receiving OpenPGP decrypts the session key using the recipient's private key.</t>
  <t>The receiving OpenPGP decrypts the message using the session key.
If the message was compressed, it will be decompressed.</t>
</list></t>

<t>With symmetric-key encryption, an object may be encrypted with a symmetric key derived from a passphrase (or other shared secret), or a two-stage mechanism similar to the public-key method described above in which a session key is itself encrypted with a symmetric algorithm keyed from a shared secret.</t>

<t>Both digital signature and confidentiality services may be applied to the same message.
First, a signature is generated for the message and attached to the message.
Then the message plus signature is encrypted using a symmetric session key.
Finally, the session key is encrypted using public-key encryption and prefixed to the encrypted block.</t>

</section>
<section anchor="authentication-via-digital-signature"><name>Authentication via Digital Signature</name>

<t>The digital signature uses a hash code or message digest algorithm, and a public-key signature algorithm.
The sequence is as follows:</t>

<t><list style="numbers">
  <t>The sender creates a message.</t>
  <t>The sending software generates a hash code of the message.</t>
  <t>The sending software generates a signature from the hash code using the sender's private key.</t>
  <t>The binary signature is attached to the message.</t>
  <t>The receiving software keeps a copy of the message signature.</t>
  <t>The receiving software generates a new hash code for the received message and verifies it using the message's signature.
If the verification is successful, the message is accepted as authentic.</t>
</list></t>

</section>
<section anchor="compression"><name>Compression</name>

<t>If an implementation does not implement compression, its authors should be aware that most OpenPGP messages in the world are compressed.
Thus, it may even be wise for a space-constrained implementation to implement decompression, but not compression.</t>

</section>
<section anchor="conversion-to-radix-64"><name>Conversion to Radix-64</name>

<t>OpenPGP's underlying native representation for encrypted messages, signature certificates, and keys is a stream of arbitrary octets.
Some systems only permit the use of blocks consisting of seven-bit, printable text.
For transporting OpenPGP's native raw binary octets through channels that are not safe to raw binary data, a printable encoding of these binary octets is needed.
OpenPGP provides the service of converting the raw 8-bit binary octet stream to a stream of printable ASCII characters, called Radix-64 encoding or ASCII Armor.</t>

<t>Implementations <bcp14>SHOULD</bcp14> provide Radix-64 conversions.</t>

</section>
<section anchor="signature-only-applications"><name>Signature-Only Applications</name>

<t>OpenPGP is designed for applications that use both encryption and signatures, but there are a number of problems that are solved by a signature-only implementation.
Although this specification requires both encryption and signatures, it is reasonable for there to be subset implementations that are non-conformant only in that they omit encryption.</t>

</section>
</section>
<section anchor="data-element-formats"><name>Data Element Formats</name>

<t>This section describes the data elements used by OpenPGP.</t>

<section anchor="scalar-numbers"><name>Scalar Numbers</name>

<t>Scalar numbers are unsigned and are always stored in big-endian format.
Using n[k] to refer to the kth octet being interpreted, the value of a two-octet scalar is ((n[0] &lt;&lt; 8) + n[1]).
The value of a four-octet scalar is ((n[0] &lt;&lt; 24) + (n[1] &lt;&lt; 16) + (n[2] &lt;&lt; 8) + n[3]).</t>

</section>
<section anchor="mpi"><name>Multiprecision Integers</name>

<t>Multiprecision integers (also called MPIs) are unsigned integers used to hold large integers such as the ones used in cryptographic calculations.</t>

<t>An MPI consists of two pieces: a two-octet scalar that is the length of the MPI in bits followed by a string of octets that contain the actual integer.</t>

<t>These octets form a big-endian number; a big-endian number can be made into an MPI by prefixing it with the appropriate length.</t>

<t>Examples:</t>

<t>(all numbers are in hexadecimal)</t>

<t>The string of octets [00 00] forms an MPI with the value 0.
The string of octets [00 01 01] forms an MPI with the value 1.
The string [00 09 01 FF] forms an MPI with the value of 511.</t>

<t>Additional rules:</t>

<t>The size of an MPI is ((MPI.length + 7) / 8) + 2 octets.</t>

<t>The length field of an MPI describes the length starting from its most significant non-zero bit.
Thus, the MPI [00 02 01] is not formed correctly.
It should be [00 01 01].
When parsing an MPI in a v6 Key, Signature, or Public-Key Encrypted Session Key packet, the implementation <bcp14>MUST</bcp14> check that the encoded length matches the length starting from the most significant non-zero bit, and reject the packet as malformed if not.</t>

<t>Unused bits of an MPI <bcp14>MUST</bcp14> be zero.</t>

<t>Also note that when an MPI is encrypted, the length refers to the plaintext MPI.
It may be ill-formed in its ciphertext.</t>

<section anchor="using-mpis-to-encode-other-data"><name>Using MPIs to encode other data</name>

<t>Note that MPIs are used in some places used to encode non-integer data, such as an elliptic curve point (see <xref target="ec-point-wire-formats"/>, or an octet string of known, fixed length (see <xref target="ec-scalar-wire-formats"/>).
The wire representation is the same: two octets of length in bits counted from the first non-zero bit, followed by the smallest series of octets that can represent the value while stripping off any leading zero octets.</t>

</section>
</section>
<section anchor="key-ids"><name>Key IDs</name>

<t>A Key ID is an eight-octet scalar that identifies a key.
Implementations <bcp14>SHOULD NOT</bcp14> assume that Key IDs are unique.
<xref target="key-ids-fingerprints"/> describes how Key IDs are formed.</t>

</section>
<section anchor="text"><name>Text</name>

<t>Unless otherwise specified, the character set for text is the UTF-8 <xref target="RFC3629"/> encoding of Unicode <xref target="ISO10646"/>.</t>

</section>
<section anchor="time-fields"><name>Time Fields</name>

<t>A time field is an unsigned four-octet number containing the number of seconds elapsed since midnight, 1 January 1970 UTC.</t>

</section>
<section anchor="keyrings"><name>Keyrings</name>

<t>A keyring is a collection of one or more keys in a file or database.
Traditionally, a keyring is simply a sequential list of keys, but may be any suitable database.
It is beyond the scope of this standard to discuss the details of keyrings or other databases.</t>

</section>
<section anchor="string-to-key-s2k-specifiers"><name>String-to-Key (S2K) Specifiers</name>

<t>A string-to-key (S2K) specifier is used to convert a passphrase string into a symmetric-key encryption/decryption key.
They are used in two places, currently: to encrypt the secret part of private keys in the private keyring, and to convert passphrases to encryption keys for symmetrically encrypted messages.</t>

<section anchor="s2k-types"><name>String-to-Key (S2K) Specifier Types</name>

<t>There are four types of S2K specifiers currently supported, and some reserved values:</t>

<texttable title="S2K type registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>S2K Type</ttcol>
      <ttcol align='left'>Generate?</ttcol>
      <ttcol align='left'>S2K field size (octets)</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>0</c>
      <c>Simple S2K</c>
      <c>N</c>
      <c>2</c>
      <c><xref target="s2k-simple"/></c>
      <c>1</c>
      <c>Salted S2K</c>
      <c>Only when string is high entropy</c>
      <c>10</c>
      <c><xref target="s2k-salted"/></c>
      <c>2</c>
      <c>Reserved value</c>
      <c>N</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>3</c>
      <c>Iterated and Salted S2K</c>
      <c>Y</c>
      <c>11</c>
      <c><xref target="s2k-iter-salted"/></c>
      <c>4</c>
      <c>Argon2</c>
      <c>Y</c>
      <c>20</c>
      <c><xref target="s2k-argon2"/></c>
      <c>100 to 110</c>
      <c>Private/Experimental S2K</c>
      <c>As appropriate</c>
      <c>&#160;</c>
      <c>&#160;</c>
</texttable>

<t>These are described in the subsections below.
If the "Generate?" column is not "Y", the S2K entry is used only for reading in backwards compatibility mode and should not be used to generate new output.</t>

<section anchor="s2k-simple"><name>Simple S2K</name>

<t>This directly hashes the string to produce the key data.
See below for how this hashing is done.</t>

<figure><artwork><![CDATA[
  Octet 0:        0x00
  Octet 1:        hash algorithm
]]></artwork></figure>

<t>Simple S2K hashes the passphrase to produce the session key.
The manner in which this is done depends on the size of the session key (which will depend on the cipher used) and the size of the hash algorithm's output.
If the hash size is greater than the session key size, the high-order (leftmost) octets of the hash are used as the key.</t>

<t>If the hash size is less than the key size, multiple instances of the hash context are created --- enough to produce the required key data.
These instances are preloaded with 0, 1, 2, ...
octets of zeros (that is to say, the first instance has no preloading, the second gets preloaded with 1 octet of zero, the third is preloaded with two octets of zeros, and so forth).</t>

<t>As the data is hashed, it is given independently to each hash context.
Since the contexts have been initialized differently, they will each produce different hash output.
Once the passphrase is hashed, the output data from the multiple hashes is concatenated, first hash leftmost, to produce the key data, with any excess octets on the right discarded.</t>

</section>
<section anchor="s2k-salted"><name>Salted S2K</name>

<t>This includes a "salt" value in the S2K specifier --- some arbitrary data --- that gets hashed along with the passphrase string, to help prevent dictionary attacks.</t>

<figure><artwork><![CDATA[
  Octet 0:        0x01
  Octet 1:        hash algorithm
  Octets 2-9:     8-octet salt value
]]></artwork></figure>

<t>Salted S2K is exactly like Simple S2K, except that the input to the hash function(s) consists of the 8 octets of salt from the S2K specifier, followed by the passphrase.</t>

</section>
<section anchor="s2k-iter-salted"><name>Iterated and Salted S2K</name>

<t>This includes both a salt and an octet count.
The salt is combined with the passphrase and the resulting value is hashed repeatedly.
This further increases the amount of work an attacker must do to try dictionary attacks.</t>

<figure><artwork><![CDATA[
  Octet  0:        0x03
  Octet  1:        hash algorithm
  Octets 2-9:      8-octet salt value
  Octet  10:       count, a one-octet, coded value
]]></artwork></figure>

<t>The count is coded into a one-octet number using the following formula:</t>

<figure><artwork><![CDATA[
  #define EXPBIAS 6
      count = ((Int32)16 + (c & 15)) << ((c >> 4) + EXPBIAS);
]]></artwork></figure>

<t>The above formula is in C, where "Int32" is a type for a 32-bit integer, and the variable "c" is the coded count, Octet 10.</t>

<t>Iterated-Salted S2K hashes the passphrase and salt data multiple times.
The total number of octets to be hashed is specified in the encoded count in the S2K specifier.
Note that the resulting count value is an octet count of how many octets will be hashed, not an iteration count.</t>

<t>Initially, one or more hash contexts are set up as with the other S2K algorithms, depending on how many octets of key data are needed.
Then the salt, followed by the passphrase data, is repeatedly hashed until the number of octets specified by the octet count has been hashed.
The one exception is that if the octet count is less than the size of the salt plus passphrase, the full salt plus passphrase will be hashed even though that is greater than the octet count.
After the hashing is done, the data is unloaded from the hash context(s) as with the other S2K algorithms.</t>

</section>
<section anchor="s2k-argon2"><name>Argon2</name>

<t>This S2K method hashes the passphrase using Argon2, specified in <xref target="RFC9106"/>.
This provides memory-hardness, further protecting the passphrase against brute-force attacks.</t>

<figure><artwork><![CDATA[
  Octet  0:        0x04
  Octets 1-16:     16-octet salt value
  Octet  17:       one-octet number of passes t
  Octet  18:       one-octet degree of parallelism p
  Octet  19:       one-octet exponent indicating the memory size m
]]></artwork></figure>

<t>The salt <bcp14>SHOULD</bcp14> be unique for each password.</t>

<t>The number of passes t and the degree of parallelism p <bcp14>MUST</bcp14> be non-zero.</t>

<t>The memory size m is 2**encoded_m kibibytes of RAM, where "encoded_m" is the encoded memory size in Octet 19.
The encoded memory size <bcp14>MUST</bcp14> be a value from 3+ceil(log_2(p)) to 31, such that the decoded memory size m is a value from 8*p to 2**31.
Note that memory-hardness size is indicated in kibibytes (KiB), not octets.</t>

<t>Argon2 is invoked with the passphrase as P, the salt as S, the values of t, p and m as described above, the required key size as the tag length T, 0x13 as the version v, and Argon2id as the type.</t>

<t>For the recommended values of t, p and m, see Section 4 of <xref target="RFC9106"/>.
If the recommended value of m for a given application is not a power of 2, it is <bcp14>RECOMMENDED</bcp14> to round up to the next power of 2 if the resulting performance would be acceptable, and round down otherwise (keeping in mind that m must be at least 8*p).</t>

<t>As an example, with the first recommended option (t=1, p=4, m=2**21), the full S2K specifier would be:</t>

<figure><artwork><![CDATA[
  04 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
  XX 01 04 15
]]></artwork></figure>

<t>(where XX represents a random octet of salt).</t>

</section>
</section>
<section anchor="string-to-key-usage"><name>String-to-Key Usage</name>

<t>Simple S2K and Salted S2K specifiers can be brute-forced when used with a low-entropy string, such as those typically provided by users.
In addition, the usage of Simple S2K can lead to key and IV reuse (see <xref target="skesk"/>).
Therefore, when generating S2K specifiers, implementations <bcp14>MUST NOT</bcp14> use Simple S2K, and <bcp14>SHOULD NOT</bcp14> use Salted S2K unless the implementation knows that the string is high-entropy (for example, it generated the string itself using a known-good source of randomness).
It is <bcp14>RECOMMENDED</bcp14> that implementations use Argon2.</t>

<section anchor="secret-key-encryption"><name>Secret-Key Encryption</name>

<t>An S2K specifier can be stored in the secret keyring to specify how to convert the passphrase to a key that unlocks the secret data.
Older versions of PGP just stored a symmetric cipher algorithm octet preceding the secret data or a zero to indicate that the secret data was unencrypted.
The MD5 hash function was always used to convert the passphrase to a key for the specified cipher algorithm.</t>

<t>For compatibility, when an S2K specifier is used, the special value 253, 254, or 255 is stored in the position where the cipher algorithm octet would have been in the old data structure.
This is then followed immediately by a one-octet algorithm identifier, and other fields relevant to the type of encryption used.</t>

<t>Therefore, the first octet of the secret key material describes how the secret key data is presented.
The structures differ based on the version of the enclosing OpenPGP packet.
The tables below summarize the details described in <xref target="secret-key-packet-formats"/>.</t>

<t>In the tables below, <spanx style="verb">check(x)</spanx> means the "2-octet checksum" meaning the sum of all octets in x mod 65536.</t>

<texttable title="Version 4 Secret Key protection details" anchor="v4-secret-key-protection-details">
      <ttcol align='left'>First octet</ttcol>
      <ttcol align='left'>Encryption parameter fields</ttcol>
      <ttcol align='left'>Encryption</ttcol>
      <ttcol align='left'>Generate?</ttcol>
      <c>0</c>
      <c>-</c>
      <c>cleartext secrets || check(secrets)</c>
      <c>Yes</c>
      <c>Known symmetric cipher algo ID (see <xref target="symmetric-algos"/>)</c>
      <c>IV</c>
      <c>CFB(MD5(password), secrets || check(secrets))</c>
      <c>No</c>
      <c>253</c>
      <c>cipher-algo, AEAD-mode, S2K-specifier, nonce</c>
      <c>AEAD(S2K(password), secrets, pubkey)</c>
      <c>Yes</c>
      <c>254</c>
      <c>cipher-algo, S2K-specifier, IV</c>
      <c>CFB(S2K(password), secrets || SHA1(secrets))</c>
      <c>Yes</c>
      <c>255</c>
      <c>cipher-algo, S2K-specifier, IV</c>
      <c>CFB(S2K(password), secrets || check(secrets))</c>
      <c>No</c>
</texttable>

<t>If the "Generate?" column is not "Y", the Secret Key protection details entry is used only for reading in backwards compatibility mode and <bcp14>MUST NOT</bcp14> be used to generate new output.</t>

<t>Each row with "Generate?" marked as "No" is described for backward compatibility, and <bcp14>MUST NOT</bcp14> be generated.</t>

<t>A version 6 secret key that is cryptographically protected is stored with an additional pair of length counts, each of which is one octet wide:</t>

<texttable title="Version 6 Secret Key protection details" anchor="v6-secret-key-protection-details">
      <ttcol align='left'>First octet</ttcol>
      <ttcol align='left'>Encryption parameter fields</ttcol>
      <ttcol align='left'>Encryption</ttcol>
      <c>0</c>
      <c>-</c>
      <c>cleartext secrets</c>
      <c>253</c>
      <c>params-length, cipher-algo, AEAD-mode, S2K-specifier-length, S2K-specifier, nonce</c>
      <c>AEAD(S2K(password), secrets, pubkey)</c>
      <c>254</c>
      <c>params-length, cipher-algo, S2K-specifier-length, S2K-specifier, IV</c>
      <c>CFB(S2K(password), secrets || SHA1(secrets))</c>
</texttable>

<t>An implementation <bcp14>MUST NOT</bcp14> create and <bcp14>MUST</bcp14> reject as malformed a secret key packet where the S2K usage octet is anything but 253 and the S2K specifier type is Argon2.</t>

</section>
<section anchor="symmetric-key-message-encryption"><name>Symmetric-Key Message Encryption</name>

<t>OpenPGP can create a Symmetric-key Encrypted Session Key (ESK) packet at the front of a message.
This is used to allow S2K specifiers to be used for the passphrase conversion or to create messages with a mix of symmetric-key ESKs and public-key ESKs.
This allows a message to be decrypted either with a passphrase or a public-key pair.</t>

<t>PGP 2 always used IDEA with Simple string-to-key conversion when encrypting a message with a symmetric algorithm.
See <xref target="sed"/>.
This <bcp14>MUST NOT</bcp14> be generated, but <bcp14>MAY</bcp14> be consumed for backward-compatibility.</t>

</section>
</section>
</section>
</section>
<section anchor="packet-syntax"><name>Packet Syntax</name>

<t>This section describes the packets used by OpenPGP.</t>

<section anchor="overview"><name>Overview</name>

<t>An OpenPGP message is constructed from a number of records that are traditionally called packets.
A packet is a chunk of data that has a tag specifying its meaning.
An OpenPGP message, keyring, certificate, and so forth consists of a number of packets.
Some of those packets may contain other OpenPGP packets (for example, a compressed data packet, when uncompressed, contains OpenPGP packets).</t>

<t>Each packet consists of a packet header, followed by the packet body.
The packet header is of variable length.</t>

<t>When handling a stream of packets, the length information in each packet header is the canonical source of packet boundaries.
An implementation handling a packet stream that wants to find the next packet <bcp14>MUST</bcp14> look for it at the precise offset indicated in the previous packet header.</t>

<t>Additionally, some packets contain internal length indicators (for example, a subfield within the packet).
In the event that a subfield length indicator within a packet implies inclusion of octets outside the range indicated in the packet header, a parser <bcp14>MUST</bcp14> abort without writing outside the indicated range and <bcp14>MUST</bcp14> treat the packet as malformed and unusable.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> interpret octets outside the range indicated in the packet header as part of the contents of the packet.</t>

</section>
<section anchor="packet-headers"><name>Packet Headers</name>

<t>The first octet of the packet header is called the "Packet Tag".
It determines the format of the header and denotes the packet contents.
The remainder of the packet header is the length of the packet.</t>

<t>There are two packet formats, the (current) OpenPGP packet format specified by this document and its predecessors and the Legacy packet format as used by PGP 2.x implementations.</t>

<t>Note that the most significant bit is the leftmost bit, called bit 7.
A mask for this bit is 0x80 in hexadecimal.</t>

<figure><artwork><![CDATA[
       ┌───────────────┐
  PTag │7 6 5 4 3 2 1 0│
       └───────────────┘
  Bit 7 -- Always one
  Bit 6 -- Always one (except for Legacy packet format)
]]></artwork></figure>

<t>The Legacy packet format <bcp14>MAY</bcp14> be used when consuming packets to facilitate interoperability with legacy implementations and accessing archived data.
The Legacy packet format <bcp14>SHOULD NOT</bcp14> be used to generate new data, unless the recipient is known to only support the Legacy packet format.</t>

<t>An implementation that consumes and re-distributes pre-existing OpenPGP data (such as Transferable Public Keys) may encounter packets framed with the Legacy packet format.
Such an implementation <bcp14>MAY</bcp14> either re-distribute these packets in their Legacy format, or transform them to the current OpenPGP packet format before re-distribution.</t>

<t>The current OpenPGP packet format packets contain:</t>

<figure><artwork><![CDATA[
  Bits 5 to 0 -- packet tag
]]></artwork></figure>

<t>Legacy packet format packets contain:</t>

<figure><artwork><![CDATA[
  Bits 5 to 2 -- packet tag
  Bits 1 to 0 -- length-type
]]></artwork></figure>

<section anchor="openpgp-packet-format"><name>OpenPGP Format Packet Lengths</name>

<t>OpenPGP format packets have four possible ways of encoding length:</t>

<t><list style="numbers">
  <t>A one-octet Body Length header encodes packet lengths of up to 191 octets.</t>
  <t>A two-octet Body Length header encodes packet lengths of 192 to 8383 octets.</t>
  <t>A five-octet Body Length header encodes packet lengths of up to 4,294,967,295 (0xFFFFFFFF) octets in length.
(This actually encodes a four-octet scalar number.)</t>
  <t>When the length of the packet body is not known in advance by the issuer, Partial Body Length headers encode a packet of indeterminate length, effectively making it a stream.</t>
</list></t>

<section anchor="one-octet-lengths"><name>One-Octet Lengths</name>

<t>A one-octet Body Length header encodes a length of 0 to 191 octets.
This type of length header is recognized because the one octet value is less than 192.
The body length is equal to:</t>

<figure><artwork><![CDATA[
  bodyLen = 1st_octet;
]]></artwork></figure>

</section>
<section anchor="two-octet-lengths"><name>Two-Octet Lengths</name>

<t>A two-octet Body Length header encodes a length of 192 to 8383 octets.
It is recognized because its first octet is in the range 192 to 223.
The body length is equal to:</t>

<figure><artwork><![CDATA[
  bodyLen = ((1st_octet - 192) << 8) + (2nd_octet) + 192
]]></artwork></figure>

</section>
<section anchor="five-octet-lengths"><name>Five-Octet Lengths</name>

<t>A five-octet Body Length header consists of a single octet holding the value 255, followed by a four-octet scalar.
The body length is equal to:</t>

<figure><artwork><![CDATA[
  bodyLen = (2nd_octet << 24) | (3rd_octet << 16) |
            (4th_octet << 8)  | 5th_octet
]]></artwork></figure>

<t>This basic set of one, two, and five-octet lengths is also used internally to some packets.</t>

</section>
<section anchor="partial-body-lengths"><name>Partial Body Lengths</name>

<t>A Partial Body Length header is one octet long and encodes the length of only part of the data packet.
This length is a power of 2, from 1 to 1,073,741,824 (2 to the 30th power).
It is recognized by its one octet value that is greater than or equal to 224, and less than 255.
The Partial Body Length is equal to:</t>

<figure><artwork><![CDATA[
  partialBodyLen = 1 << (1st_octet & 0x1F);
]]></artwork></figure>

<t>Each Partial Body Length header is followed by a portion of the packet body data.
The Partial Body Length header specifies this portion's length.
Another length header (one octet, two-octet, five-octet, or partial) follows that portion.
The last length header in the packet <bcp14>MUST NOT</bcp14> be a Partial Body Length header.
Partial Body Length headers may only be used for the non-final parts of the packet.</t>

<t>Note also that the last Body Length header can be a zero-length header.</t>

<t>An implementation <bcp14>MAY</bcp14> use Partial Body Lengths for data packets, be they literal, compressed, or encrypted.
The first partial length <bcp14>MUST</bcp14> be at least 512 octets long.
Partial Body Lengths <bcp14>MUST NOT</bcp14> be used for any other packet types.</t>

</section>
</section>
<section anchor="legacy-packet-format"><name>Legacy Format Packet Lengths</name>

<t>The meaning of the length-type in Legacy format packets is:</t>

<dl>
  <dt>0</dt>
  <dd>
    <t>The packet has a one-octet length.
The header is 2 octets long.</t>
  </dd>
  <dt>1</dt>
  <dd>
    <t>The packet has a two-octet length.
The header is 3 octets long.</t>
  </dd>
  <dt>2</dt>
  <dd>
    <t>The packet has a four-octet length.
The header is 5 octets long.</t>
  </dd>
  <dt>3</dt>
  <dd>
    <t>The packet is of indeterminate length.
The header is 1 octet long, and the implementation must determine how long the packet is.
If the packet is in a file, this means that the packet extends until the end of the file.
The OpenPGP format headers have a mechanism for precisely encoding data of indeterminate length.
An implementation <bcp14>MUST NOT</bcp14> generate a Legacy format packet with indeterminate length.
An implementation <bcp14>MAY</bcp14> interpret an indeterminate length Legacy format packet in order to deal with historic data, or data generated by a legacy system.</t>
  </dd>
</dl>

</section>
<section anchor="packet-length-examples"><name>Packet Length Examples</name>

<t>These examples show ways that OpenPGP format packets might encode the packet lengths.</t>

<t>A packet with length 100 may have its length encoded in one octet: 0x64.
This is followed by 100 octets of data.</t>

<t>A packet with length 1723 may have its length encoded in two octets: 0xC5, 0xFB.
This header is followed by the 1723 octets of data.</t>

<t>A packet with length 100000 may have its length encoded in five octets: 0xFF, 0x00, 0x01, 0x86, 0xA0.</t>

<t>It might also be encoded in the following octet stream: 0xEF, first 32768 octets of data; 0xE1, next two octets of data; 0xE0, next one octet of data; 0xF0, next 65536 octets of data; 0xC5, 0xDD, last 1693 octets of data.
This is just one possible encoding, and many variations are possible on the size of the Partial Body Length headers, as long as a regular Body Length header encodes the last portion of the data.</t>

<t>Please note that in all of these explanations, the total length of the packet is the length of the header(s) plus the length of the body.</t>

</section>
</section>
<section anchor="packet-tags"><name>Packet Tags</name>

<t>The packet tag denotes what type of packet the body holds.
Note that Legacy format headers can only have tags less than 16, whereas OpenPGP format headers can have tags as great as 63.
The defined tags (in decimal) are as follows:</t>

<texttable title="Packet type registry" anchor="packet-type-registry">
      <ttcol align='right'>Tag</ttcol>
      <ttcol align='left'>Critical</ttcol>
      <ttcol align='left'>Packet Type</ttcol>
      <c>0</c>
      <c>yes</c>
      <c>Reserved - a packet tag <bcp14>MUST NOT</bcp14> have this value</c>
      <c>1</c>
      <c>yes</c>
      <c>Public-Key Encrypted Session Key Packet</c>
      <c>2</c>
      <c>yes</c>
      <c>Signature Packet</c>
      <c>3</c>
      <c>yes</c>
      <c>Symmetric-Key Encrypted Session Key Packet</c>
      <c>4</c>
      <c>yes</c>
      <c>One-Pass Signature Packet</c>
      <c>5</c>
      <c>yes</c>
      <c>Secret-Key Packet</c>
      <c>6</c>
      <c>yes</c>
      <c>Public-Key Packet</c>
      <c>7</c>
      <c>yes</c>
      <c>Secret-Subkey Packet</c>
      <c>8</c>
      <c>yes</c>
      <c>Compressed Data Packet</c>
      <c>9</c>
      <c>yes</c>
      <c>Symmetrically Encrypted Data Packet</c>
      <c>10</c>
      <c>yes</c>
      <c>Marker Packet</c>
      <c>11</c>
      <c>yes</c>
      <c>Literal Data Packet</c>
      <c>12</c>
      <c>yes</c>
      <c>Trust Packet</c>
      <c>13</c>
      <c>yes</c>
      <c>User ID Packet</c>
      <c>14</c>
      <c>yes</c>
      <c>Public-Subkey Packet</c>
      <c>17</c>
      <c>yes</c>
      <c>User Attribute Packet</c>
      <c>18</c>
      <c>yes</c>
      <c>Sym. Encrypted and Integrity Protected Data Packet</c>
      <c>19</c>
      <c>yes</c>
      <c>Reserved (formerly Modification Detection Code Packet)</c>
      <c>20</c>
      <c>yes</c>
      <c>Reserved (formerly AEAD Encrypted Data Packet)</c>
      <c>21</c>
      <c>yes</c>
      <c>Padding Packet</c>
      <c>22 to 39</c>
      <c>yes</c>
      <c>Unassigned Critical Packet</c>
      <c>40 to 59</c>
      <c>no</c>
      <c>Unassigned Non-Critical Packet</c>
      <c>60 to 63</c>
      <c>no</c>
      <c>Private or Experimental Values</c>
</texttable>

<section anchor="packet-criticality"><name>Packet Criticality</name>

<t>The Packet Tag space is partitioned into critical packets and non-critical packets.
If an implementation encounters a critical packet where the packet type is unknown in a packet sequence, it <bcp14>MUST</bcp14> reject the whole packet sequence (see <xref target="packet-composition"/>).
On the other hand, an unknown non-critical packet <bcp14>MUST</bcp14> be ignored.</t>

<t>Packet Tags from 0 to 39 are critical.
Packet Tags from 40 to 63 are non-critical.</t>

</section>
</section>
</section>
<section anchor="packet-types"><name>Packet Types</name>

<section anchor="pkesk"><name>Public-Key Encrypted Session Key Packets (Tag 1)</name>

<t>Zero or more Public-Key Encrypted Session Key (PKESK) packets and/or Symmetric-Key Encrypted Session Key packets (<xref target="skesk"/>) may precede an encryption container (that is, a Symmetrically Encrypted Integrity Protected Data packet or --- for historic data --- a Symmetrically Encrypted Data packet), which holds an encrypted message.
The message is encrypted with the session key, and the session key is itself encrypted and stored in the Encrypted Session Key packet(s).
The encryption container is preceded by one Public-Key Encrypted Session Key packet for each OpenPGP key to which the message is encrypted.
The recipient of the message finds a session key that is encrypted to their public key, decrypts the session key, and then uses the session key to decrypt the message.</t>

<t>The body of this packet starts with a one-octet number giving the version number of the packet type.
The currently defined versions are 3 and 6.
The remainder of the packet depends on the version.</t>

<t>The versions differ in how they identify the recipient key, and in what they encode.
The version of the PKESK packet must align with the version of the SEIPD packet (see <xref target="encrypted-message-versions"/>).</t>

<section anchor="v3-pkesk"><name>v3 PKESK</name>

<t>A version 3 Public-Key Encrypted Session Key (PKESK) packet precedes a version 1 Symmetrically Encrypted Integrity Protected Data (v1 SEIPD, see <xref target="version-one-seipd"/>) packet.
In historic data, it is sometimes found preceding a deprecated Symmetrically Encrypted Data packet (SED, see <xref target="sed"/>).
A v3 PKESK packet <bcp14>MUST NOT</bcp14> precede a v2 SEIPD packet (see <xref target="encrypted-message-versions"/>).</t>

<t>The v3 PKESK packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 3.</t>
  <t>An eight-octet number that gives the Key ID of the public key to which the session key is encrypted.
If the session key is encrypted to a subkey, then the Key ID of this subkey is used here instead of the Key ID of the primary key.
The Key ID may also be all zeros, for an "anonymous recipient" (see <xref target="pkesk-notes"/>).</t>
  <t>A one-octet number giving the public-key algorithm used.</t>
  <t>A series of values comprising the encrypted session key.
This is algorithm-specific and described below.</t>
</list></t>

<t>When creating a v3 PKESK packet, the session key is prefixed with a one-octet algorithm identifier that specifies the symmetric encryption algorithm used to encrypt the following encryption container.</t>

<t>The resulting octet string (algorithm identifier and session key) is encrypted according to the public-key algorithm used, as described below.</t>

</section>
<section anchor="v6-pkesk"><name>v6 PKESK</name>

<t>A version 6 Public-Key Encrypted Session Key (PKESK) packet precedes a version 2 Symmetrically Encrypted Integrity Protected Data (v2 SEIPD, see <xref target="version-two-seipd"/>) packet.
A v6 PKESK packet <bcp14>MUST NOT</bcp14> precede a v1 SEIPD packet or a deprecated Symmetrically Encrypted Data packet (see <xref target="encrypted-message-versions"/>).</t>

<t>The v6 PKESK packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 6.</t>
  <t>A one octet key version number and N octets of the fingerprint of the public key or subkey to which the session key is encrypted.
Note that the length N of the fingerprint for a version 4 key is 20 octets; for a version 6 key N is 32.
The key version number may also be zero, and the fingerprint omitted (that is, the length N is zero in this case), for an "anonymous recipient" (see <xref target="pkesk-notes"/>).</t>
  <t>A one-octet number giving the public-key algorithm used.</t>
  <t>A series of values comprising the encrypted session key.
This is algorithm-specific and described below.</t>
</list></t>

<t>When creating a v6 PKESK packet, the symmetric encryption algorithm identifier is not included.</t>

<t>The session key is encrypted according to the public-key algorithm used, as described below.</t>

</section>
<section anchor="pkesk-rsa"><name>Algorithm-Specific Fields for RSA encryption</name>

<t><list style="symbols">
  <t>Multiprecision integer (MPI) of RSA-encrypted value m**e mod n.</t>
</list></t>

<t>The value "m" in the above formula is the plaintext value described above, with a two-octet checksum appended (equal to the sum of the preceding octets, modulo 65536), and then encoded in the PKCS#1 block encoding EME-PKCS1-v1_5 described in Section 7.2.1 of <xref target="RFC8017"/> (see also <xref target="pkcs-encoding"/>).
Note that when an implementation forms several PKESKs with one session key, forming a message that can be decrypted by several keys, the implementation <bcp14>MUST</bcp14> make a new PKCS#1 encoding for each key.</t>

</section>
<section anchor="pkesk-elgamal"><name>Algorithm-Specific Fields for Elgamal encryption</name>

<t><list style="symbols">
  <t>MPI of Elgamal (Diffie-Hellman) value g**k mod p.</t>
  <t>MPI of Elgamal (Diffie-Hellman) value m * y**k mod p.</t>
</list></t>

<t>The value "m" in the above formula is the plaintext value described above, with a two-octet checksum appended (equal to the sum of the preceding octets, modulo 65536), and then encoded in the PKCS#1 block encoding EME-PKCS1-v1_5 described in Section 7.2.1 of <xref target="RFC8017"/> (see also <xref target="pkcs-encoding"/>).
Note that when an implementation forms several PKESKs with one session key, forming a message that can be decrypted by several keys, the implementation <bcp14>MUST</bcp14> make a new PKCS#1 encoding for each key.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> generate ElGamal v6 PKESKs.</t>

</section>
<section anchor="pkesk-ecdh"><name>Algorithm-Specific Fields for ECDH encryption</name>

<t><list style="symbols">
  <t>MPI of an EC point representing an ephemeral public key, in the point format associated with the curve as specified in <xref target="ec-curves"/>.</t>
  <t>A one-octet size, followed by a symmetric key encoded using the method described in <xref target="ecdh"/>.</t>
</list></t>

</section>
<section anchor="pkesk-x25519"><name>Algorithm-Specific Fields for X25519 encryption</name>

<t><list style="symbols">
  <t>32 octets representing an ephemeral X25519 public key.</t>
  <t>A one-octet size, followed by an encrypted session key.</t>
</list></t>

<t>See section 6.1 of <xref target="RFC7748"/> for more details on the computation of the ephemeral public key and the shared secret.
The shared secret is passed to HKDF (see <xref target="RFC5869"/>) using SHA256, and the UTF-8-encoded string "OpenPGP X25519" as the info parameter.
The resulting key is used to encrypt the session key with AES-128 keywrap, defined in <xref target="RFC3394"/>.
For v3 PKESK packets, seven zero-octets are added as padding after the algorithm identifier and before the session key and no checksum is added.
For v6 PKESK packets, no checksum or padding are added to the session key before keywrapping.
Additionally, unlike ECDH, the derived key is not bound to the recipient key.
Instead, the Intended Recipient Fingerprint subpacket <bcp14>SHOULD</bcp14> be used when creating a signed and encrypted message (see <xref target="intended-recipient-fingerprint"/>).</t>

</section>
<section anchor="pkesk-x448"><name>Algorithm-Specific Fields for X448 encryption</name>

<t><list style="symbols">
  <t>56 octets representing an ephemeral X448 public key.</t>
  <t>A one-octet size, followed by an encrypted session key.</t>
</list></t>

<t>See section 6.2 of <xref target="RFC7748"/> for more details on the computation of the ephemeral public key and the shared secret.
The shared secret is passed to HKDF (see <xref target="RFC5869"/>) using SHA512, and the UTF-8-encoded string "OpenPGP X448" as the info parameter.
The resulting key is used to encrypt the session key with AES-256 keywrap, defined in <xref target="RFC3394"/>.
For v3 PKESK packets, seven zero-octets are added as padding after the algorithm identifier and before the session key and no checksum is added.
For v6 PKESK packets, no checksum or padding are added to the session key before keywrapping.
Additionally, unlike ECDH, the derived key is not bound to the recipient key.
Instead, the Intended Recipient Fingerprint subpacket <bcp14>SHOULD</bcp14> be used when creating a signed and encrypted message (see <xref target="intended-recipient-fingerprint"/>).</t>

</section>
<section anchor="pkesk-notes"><name>Notes on PKESK</name>

<t>An implementation <bcp14>MAY</bcp14> accept or use a Key ID of all zeros, or a key version of zero and no key fingerprint, to hide the intended decryption key.
In this case, the receiving implementation would try all available private keys, checking for a valid decrypted session key.
This format helps reduce traffic analysis of messages.</t>

</section>
</section>
<section anchor="signature-packet"><name>Signature Packet (Tag 2)</name>

<t>A Signature packet describes a binding between some public key and some data.
The most common signatures are a signature of a file or a block of text, and a signature that is a certification of a User ID.</t>

<t>Three versions of Signature packets are defined.
Version 3 provides basic signature information, while versions 4 and 6 provide an expandable format with subpackets that can specify more information about the signature.</t>

<t>For historical reasons, versions 1, 2, and 5 of the Signature packet are unspecified.</t>

<t>An implementation <bcp14>MUST</bcp14> generate a version 6 signature when signing with a version 6 key.
An implementation <bcp14>MUST</bcp14> generate a version 4 signature when signing with a version 4 key.
Implementations <bcp14>MUST NOT</bcp14> create version 3 signatures; they <bcp14>MAY</bcp14> accept version 3 signatures.</t>

<section anchor="signature-types"><name>Signature Types</name>

<t>There are a number of possible meanings for a signature, which are indicated in a signature type octet in any given signature.
Please note that the vagueness of these meanings is not a flaw, but a feature of the system.
Because OpenPGP places final authority for validity upon the receiver of a signature, it may be that one signer's casual act might be more rigorous than some other authority's positive act.
See <xref target="computing-signatures"/> for detailed information on how to compute and verify signatures of each type.</t>

<t>These meanings are as follows:</t>

<dl newline="true">
  <dt>0x00: Signature of a binary document.</dt>
  <dd>
    <t>This means the signer owns it, created it, or certifies that it has not been modified.</t>
  </dd>
  <dt>0x01: Signature of a canonical text document.</dt>
  <dd>
    <t>This means the signer owns it, created it, or certifies that it has not been modified.
The signature is calculated over the text data with its line endings converted to &lt;CR&gt;&lt;LF&gt;.</t>
  </dd>
  <dt>0x02: Standalone signature.</dt>
  <dd>
    <t>This signature is a signature of only its own subpacket contents.
It is calculated identically to a signature over a zero-length binary document.
V3 standalone signatures <bcp14>MUST NOT</bcp14> be generated and <bcp14>MUST</bcp14> be ignored.</t>
  </dd>
  <dt>0x10: Generic certification of a User ID and Public-Key packet.</dt>
  <dd>
    <t>The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID.</t>
  </dd>
  <dt>0x11: Persona certification of a User ID and Public-Key packet.</dt>
  <dd>
    <t>The issuer of this certification has not done any verification of the claim that the owner of this key is the User ID specified.</t>
  </dd>
  <dt>0x12: Casual certification of a User ID and Public-Key packet.</dt>
  <dd>
    <t>The issuer of this certification has done some casual verification of the claim of identity.</t>
  </dd>
  <dt>0x13: Positive certification of a User ID and Public-Key packet.</dt>
  <dd>
    <t>The issuer of this certification has done substantial verification of the claim of identity.
</t>

    <t>Most OpenPGP implementations make their "key signatures" as 0x10 certifications.
Some implementations can issue 0x11-0x13 certifications, but few differentiate between the types.</t>
  </dd>
  <dt>0x18: Subkey Binding Signature.</dt>
  <dd>
    <t>This signature is a statement by the top-level signing key that indicates that it owns the subkey.
This signature is calculated directly on the primary key and subkey, and not on any User ID or other packets.
A signature that binds a signing subkey <bcp14>MUST</bcp14> have an Embedded Signature subpacket in this binding signature that contains a 0x19 signature made by the signing subkey on the primary key and subkey.</t>
  </dd>
  <dt>0x19: Primary Key Binding Signature.</dt>
  <dd>
    <t>This signature is a statement by a signing subkey, indicating that it is owned by the primary key and subkey.
This signature is calculated the same way as a 0x18 signature: directly on the primary key and subkey, and not on any User ID or other packets.</t>
  </dd>
  <dt>0x1F: Signature directly on a key.</dt>
  <dd>
    <t>This signature is calculated directly on a key.
It binds the information in the Signature subpackets to the key, and is appropriate to be used for subpackets that provide information about the key, such as the Key Flags subpacket or (deprecated) Revocation Key.
It is also appropriate for statements that non-self certifiers want to make about the key itself, rather than the binding between a key and a name.</t>
  </dd>
  <dt>0x20: Key revocation signature.</dt>
  <dd>
    <t>The signature is calculated directly on the key being revoked.
A revoked key is not to be used.
Only revocation signatures by the key being revoked, or by a (deprecated) Revocation Key, should be considered valid revocation signatures.</t>
  </dd>
  <dt>0x28: Subkey revocation signature.</dt>
  <dd>
    <t>The signature is calculated directly on the subkey being revoked.
A revoked subkey is not to be used.
Only revocation signatures by the top-level signature key that is bound to this subkey, or by a (deprecated) Revocation Key, should be considered valid revocation signatures.</t>
  </dd>
  <dt>0x30: Certification revocation signature.</dt>
  <dd>
    <t>This signature revokes an earlier User ID certification signature (signature class 0x10 through 0x13) or direct-key signature (0x1F).
It should be issued by the same key that issued the revoked signature or by a (deprecated) Revocation Key.
The signature is computed over the same data as the certificate that it revokes, and should have a later creation date than that certificate.</t>
  </dd>
  <dt>0x40: Timestamp signature.</dt>
  <dd>
    <t>This signature is only meaningful for the timestamp contained in it.</t>
  </dd>
  <dt>0x50: Third-Party Confirmation signature.</dt>
  <dd>
    <t>This signature is a signature over some other OpenPGP Signature packet(s).
It is analogous to a notary seal on the signed data.
A third-party signature <bcp14>SHOULD</bcp14> include Signature Target subpacket(s) to give easy identification.
Note that we really do mean <bcp14>SHOULD</bcp14>.
There are plausible uses for this (such as a blind party that only sees the signature, not the key or source document) that cannot include a target subpacket.</t>
  </dd>
  <dt>0xFF: Reserved.</dt>
  <dd>
    <t>An implementation <bcp14>MUST NOT</bcp14> create any signature with this type, and <bcp14>MUST NOT</bcp14> validate any signature made with this type.
See <xref target="sig-computation-notes"/> for more details.</t>
  </dd>
</dl>

</section>
<section anchor="version-three-sig"><name>Version 3 Signature Packet Format</name>

<t>The body of a version 3 Signature Packet contains:</t>

<t><list style="symbols">
  <t>One-octet version number (3).</t>
  <t>One-octet length of following hashed material.
<bcp14>MUST</bcp14> be 5.  <list style="symbols">
      <t>One-octet signature type.</t>
      <t>Four-octet creation time.</t>
    </list></t>
  <t>Eight-octet Key ID of signer.</t>
  <t>One-octet public-key algorithm.</t>
  <t>One-octet hash algorithm.</t>
  <t>Two-octet field holding left 16 bits of signed hash value.</t>
  <t>One or more multiprecision integers comprising the signature.
This portion is algorithm-specific, as described below.</t>
</list></t>

<t>The concatenation of the data to be signed, the signature type, and creation time from the Signature packet (5 additional octets) is hashed.
The resulting hash value is used in the signature algorithm.
The high 16 bits (first two octets) of the hash are included in the Signature packet to provide a way to reject some invalid signatures without performing a signature verification.</t>

<t>Algorithm-Specific Fields for RSA signatures:</t>

<t><list style="symbols">
  <t>Multiprecision integer (MPI) of RSA signature value m**d mod n.</t>
</list></t>

<t>Algorithm-Specific Fields for DSA signatures:</t>

<t><list style="symbols">
  <t>MPI of DSA value r.</t>
  <t>MPI of DSA value s.</t>
</list></t>

<t>The signature calculation is based on a hash of the signed data, as described above.
The details of the calculation are different for DSA signatures than for RSA signatures.</t>

<t>With RSA signatures, the hash value is encoded using PKCS#1 encoding type EMSA-PKCS1-v1_5 as described in Section 9.2 of <xref target="RFC8017"/>.
This requires inserting the hash value as an octet string into an ASN.1 structure.
The object identifier for the type of hash being used is included in the structure.
The hexadecimal representations for the currently defined hash algorithms are as follows:</t>

<texttable title="Hash hexadecimal representations">
      <ttcol align='left'>algorithm</ttcol>
      <ttcol align='left'>hexadecimal representation</ttcol>
      <c>MD5</c>
      <c>0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05</c>
      <c>RIPEMD-160</c>
      <c>0x2B, 0x24, 0x03, 0x02, 0x01</c>
      <c>SHA-1</c>
      <c>0x2B, 0x0E, 0x03, 0x02, 0x1A</c>
      <c>SHA224</c>
      <c>0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04</c>
      <c>SHA256</c>
      <c>0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01</c>
      <c>SHA384</c>
      <c>0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02</c>
      <c>SHA512</c>
      <c>0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03</c>
</texttable>

<t>The ASN.1 Object Identifiers (OIDs) are as follows:</t>

<texttable title="Hash OIDs">
      <ttcol align='left'>algorithm</ttcol>
      <ttcol align='left'>OID</ttcol>
      <c>MD5</c>
      <c>1.2.840.113549.2.5</c>
      <c>RIPEMD-160</c>
      <c>1.3.36.3.2.1</c>
      <c>SHA-1</c>
      <c>1.3.14.3.2.26</c>
      <c>SHA224</c>
      <c>2.16.840.1.101.3.4.2.4</c>
      <c>SHA256</c>
      <c>2.16.840.1.101.3.4.2.1</c>
      <c>SHA384</c>
      <c>2.16.840.1.101.3.4.2.2</c>
      <c>SHA512</c>
      <c>2.16.840.1.101.3.4.2.3</c>
</texttable>

<t>The full hash prefixes for these are as follows:</t>

<texttable title="Hash hexadecimal prefixes">
      <ttcol align='left'>algorithm</ttcol>
      <ttcol align='left'>full hash prefix</ttcol>
      <c>MD5</c>
      <c>0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10</c>
      <c>RIPEMD-160</c>
      <c>0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x24, 0x03, 0x02, 0x01, 0x05, 0x00, 0x04, 0x14</c>
      <c>SHA-1</c>
      <c>0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14</c>
      <c>SHA224</c>
      <c>0x30, 0x2D, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04, 0x05, 0x00, 0x04, 0x1C</c>
      <c>SHA256</c>
      <c>0x30, 0x31, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20</c>
      <c>SHA384</c>
      <c>0x30, 0x41, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, 0x00, 0x04, 0x30</c>
      <c>SHA512</c>
      <c>0x30, 0x51, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40</c>
</texttable>

<t>DSA signatures <bcp14>MUST</bcp14> use hashes that are equal in size to the number of bits of q, the group generated by the DSA key's generator value.</t>

<t>If the output size of the chosen hash is larger than the number of bits of q, the hash result is truncated to fit by taking the number of leftmost bits equal to the number of bits of q.
This (possibly truncated) hash function result is treated as a number and used directly in the DSA signature algorithm.</t>

</section>
<section anchor="version-four-and-six-sig"><name>Version 4 and 6 Signature Packet Formats</name>

<t>The body of a v4 or v6 Signature packet contains:</t>

<t><list style="symbols">
  <t>One-octet version number.
This is 4 for v4 signatures and 6 for v6 signatures.</t>
  <t>One-octet signature type.</t>
  <t>One-octet public-key algorithm.</t>
  <t>One-octet hash algorithm.</t>
  <t>A scalar octet count for the following hashed subpacket data.
For a v4 signature, this is a two-octet field.
For a v6 signature, this is a four-octet field.
Note that this is the length in octets of all of the hashed subpackets; a pointer incremented by this number will skip over the hashed subpackets.</t>
  <t>Hashed subpacket data set (zero or more subpackets).</t>
  <t>A scalar octet count for the following unhashed subpacket data.
For a v4 signature, this is a two-octet field.
For a v6 signature, this is a four-octet field.
Note that this is the length in octets of all of the unhashed subpackets; a pointer incremented by this number will skip over the unhashed subpackets.</t>
  <t>Unhashed subpacket data set (zero or more subpackets).</t>
  <t>Two-octet field holding the left 16 bits of the signed hash value.</t>
  <t>Only for v6 signatures, a variable-length field containing:  <list style="symbols">
      <t>A one-octet salt size. The value <bcp14>MUST</bcp14> match the value defined for the hash algorithm as specified in table <xref target="hash-registry"/>.</t>
      <t>The salt; a random value value of the specified size.</t>
    </list></t>
  <t>One or more multiprecision integers comprising the signature.
This portion is algorithm-specific:</t>
</list></t>

<section anchor="sig-rsa"><name>Algorithm-Specific Fields for RSA signatures</name>

<t><list style="symbols">
  <t>Multiprecision integer (MPI) of RSA signature value m**d mod n.</t>
</list></t>

</section>
<section anchor="sig-dsa"><name>Algorithm-Specific Fields for DSA or ECDSA signatures</name>

<t><list style="symbols">
  <t>MPI of DSA or ECDSA value r.</t>
  <t>MPI of DSA or ECDSA value s.</t>
</list></t>

<t>A version 3 signature <bcp14>MUST NOT</bcp14> be created and <bcp14>MUST NOT</bcp14> be used with ECDSA.</t>

</section>
<section anchor="sig-eddsa-legacy"><name>Algorithm-Specific Fields for EdDSALegacy signatures (deprecated)</name>

<t><list style="symbols">
  <t>Two MPI-encoded values, whose contents and formatting depend on the choice of curve used (see <xref target="curve-specific-formats"/>).</t>
</list></t>

<t>A version 3 signature <bcp14>MUST NOT</bcp14> be created and <bcp14>MUST NOT</bcp14> be used with EdDSALegacy.</t>

<section anchor="algorithm-specific-fields-for-ed25519legacy-signatures-deprecated"><name>Algorithm-Specific Fields for Ed25519Legacy signatures (deprecated)</name>

<t>The two MPIs for Ed25519Legacy use octet strings R and S as described in <xref target="RFC8032"/>.
Ed25519Legacy <bcp14>MUST NOT</bcp14> be used in signature packets version 6 or above.</t>

<t><list style="symbols">
  <t>MPI of an EC point R, represented as a (non-prefixed) native (little-endian) octet string up to 32 octets.</t>
  <t>MPI of EdDSA value S, also in (non-prefixed) native (little-endian) format with a length up to 32 octets.</t>
</list></t>

</section>
</section>
<section anchor="sig-ed25519"><name>Algorithm-Specific Fields for Ed25519 signatures</name>

<t><list style="symbols">
  <t>64 octets of the native signature.</t>
</list></t>

<t>For more details, see <xref target="eddsa-notes"/>.</t>

<t>A version 3 signature <bcp14>MUST NOT</bcp14> be created and <bcp14>MUST NOT</bcp14> be used with Ed25519.</t>

</section>
<section anchor="sig-ed448"><name>Algorithm-Specific Fields for Ed448 signatures</name>

<t><list style="symbols">
  <t>114 octets of the native signature.</t>
</list></t>

<t>For more details, see <xref target="eddsa-notes"/>.</t>

<t>A version 3 signature <bcp14>MUST NOT</bcp14> be created and <bcp14>MUST NOT</bcp14> be used with Ed448.</t>

</section>
<section anchor="notes-on-signatures"><name>Notes on Signatures</name>

<t>The concatenation of the data being signed and the signature data from the version number through the hashed subpacket data (inclusive) is hashed.
The resulting hash value is what is signed.
The high 16 bits (first two octets) of the hash are included in the Signature packet to provide a way to reject some invalid signatures without performing a signature verification.
When verifying a v6 signature, an implementation <bcp14>MUST</bcp14> reject the signature if these octets don't match the first two octets of the computed hash.</t>

<t>There are two fields consisting of Signature subpackets.
The first field is hashed with the rest of the signature data, while the second is unhashed.
The second set of subpackets is not cryptographically protected by the signature and should include only advisory information.</t>

<t>The differences between a v4 and v6 signature are two-fold: first, a v6 signature increases the width of the fields that indicate the size of the hashed and unhashed subpackets, making it possible to include significantly more data in subpackets.
Second, the hash is salted with random data (see <xref target="signature-salt-rationale"/>).</t>

<t>The algorithms for converting the hash function result to a signature are described in <xref target="computing-signatures"/>.</t>

</section>
<section anchor="signature-subpacket"><name>Signature Subpacket Specification</name>

<t>A subpacket data set consists of zero or more Signature subpackets.
In Signature packets, the subpacket data set is preceded by a two-octet (for v4 signatures) or four-octet (for v6 signatures) scalar count of the length in octets of all the subpackets.
A pointer incremented by this number will skip over the subpacket data set.</t>

<t>Each subpacket consists of a subpacket header and a body.
The header consists of:</t>

<t><list style="symbols">
  <t>The subpacket length (1, 2, or 5 octets),</t>
  <t>The subpacket type (1 octet),</t>
</list></t>

<t>and is followed by the subpacket-specific data.</t>

<t>The length includes the type octet but not this length.
Its format is similar to the OpenPGP format packet header lengths, but cannot have Partial Body Lengths.
That is:</t>

<figure><artwork><![CDATA[
if the 1st octet <  192, then
    lengthOfLength = 1
    subpacketLen = 1st_octet

if the 1st octet >= 192 and < 255, then
    lengthOfLength = 2
    subpacketLen = ((1st_octet - 192) << 8) + (2nd_octet) + 192

if the 1st octet = 255, then
    lengthOfLength = 5
    subpacket length = [four-octet scalar starting at 2nd_octet]
]]></artwork></figure>

<t>The value of the subpacket type octet may be:</t>

<texttable title="Subpacket type registry">
      <ttcol align='right'>Type</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>0</c>
      <c>Reserved</c>
      <c>1</c>
      <c>Reserved</c>
      <c>2</c>
      <c>Signature Creation Time</c>
      <c>3</c>
      <c>Signature Expiration Time</c>
      <c>4</c>
      <c>Exportable Certification</c>
      <c>5</c>
      <c>Trust Signature</c>
      <c>6</c>
      <c>Regular Expression</c>
      <c>7</c>
      <c>Revocable</c>
      <c>8</c>
      <c>Reserved</c>
      <c>9</c>
      <c>Key Expiration Time</c>
      <c>10</c>
      <c>Placeholder for backward compatibility</c>
      <c>11</c>
      <c>Preferred Symmetric Ciphers for v1 SEIPD</c>
      <c>12</c>
      <c>Revocation Key (deprecated)</c>
      <c>13 to 15</c>
      <c>Reserved</c>
      <c>16</c>
      <c>Issuer Key ID</c>
      <c>17 to 19</c>
      <c>Reserved</c>
      <c>20</c>
      <c>Notation Data</c>
      <c>21</c>
      <c>Preferred Hash Algorithms</c>
      <c>22</c>
      <c>Preferred Compression Algorithms</c>
      <c>23</c>
      <c>Key Server Preferences</c>
      <c>24</c>
      <c>Preferred Key Server</c>
      <c>25</c>
      <c>Primary User ID</c>
      <c>26</c>
      <c>Policy URI</c>
      <c>27</c>
      <c>Key Flags</c>
      <c>28</c>
      <c>Signer's User ID</c>
      <c>29</c>
      <c>Reason for Revocation</c>
      <c>30</c>
      <c>Features</c>
      <c>31</c>
      <c>Signature Target</c>
      <c>32</c>
      <c>Embedded Signature</c>
      <c>33</c>
      <c>Issuer Fingerprint</c>
      <c>34</c>
      <c>Reserved</c>
      <c>35</c>
      <c>Intended Recipient Fingerprint</c>
      <c>37</c>
      <c>Reserved (Attested Certifications)</c>
      <c>38</c>
      <c>Reserved (Key Block)</c>
      <c>39</c>
      <c>Preferred AEAD Ciphersuites</c>
      <c>100 to 110</c>
      <c>Private or experimental</c>
</texttable>

<t>An implementation <bcp14>SHOULD</bcp14> ignore any subpacket of a type that it does not recognize.</t>

<t>Bit 7 of the subpacket type is the "critical" bit.
If set, it denotes that the subpacket is one that is critical for the evaluator of the signature to recognize.
If a subpacket is encountered that is marked critical but is unknown to the evaluating software, the evaluator <bcp14>SHOULD</bcp14> consider the signature to be in error.</t>

<t>An evaluator may "recognize" a subpacket, but not implement it.
The purpose of the critical bit is to allow the signer to tell an evaluator that it would prefer a new, unknown feature to generate an error rather than being ignored.</t>

<t>Implementations <bcp14>SHOULD</bcp14> implement the four preferred algorithm subpackets (11, 21, 22, and 39), as well as the "Reason for Revocation" subpacket.
Note, however, that if an implementation chooses not to implement some of the preferences, it is required to behave in a polite manner to respect the wishes of those users who do implement these preferences.</t>

</section>
<section anchor="signature-subpacket-types"><name>Signature Subpacket Types</name>

<t>A number of subpackets are currently defined.
Some subpackets apply to the signature itself and some are attributes of the key.
Subpackets that are found on a self-signature are placed on a certification made by the key itself.
Note that a key may have more than one User ID, and thus may have more than one self-signature, and differing subpackets.</t>

<t>A subpacket may be found either in the hashed or unhashed subpacket sections of a signature.
If a subpacket is not hashed, then the information in it cannot be considered definitive because it is not part of the signature proper.</t>

</section>
<section anchor="notes-on-subpackets"><name>Notes on Subpackets</name>

<t>It is certainly possible for a signature to contain conflicting information in subpackets.
For example, a signature may contain multiple copies of a preference or multiple expiration times.
In most cases, an implementation <bcp14>SHOULD</bcp14> use the last subpacket in the signature, but <bcp14>MAY</bcp14> use any conflict resolution scheme that makes more sense.
Please note that we are intentionally leaving conflict resolution to the implementer; most conflicts are simply syntax errors, and the wishy-washy language here allows a receiver to be generous in what they accept, while putting pressure on a creator to be stingy in what they generate.</t>

<t>Some apparent conflicts may actually make sense --- for example, suppose a keyholder has a v3 key and a v4 key that share the same RSA key material.
Either of these keys can verify a signature created by the other, and it may be reasonable for a signature to contain an Issuer Key ID subpacket (<xref target="issuer-keyid-subpacket"/>) for each key, as a way of explicitly tying those keys to the signature.</t>

</section>
<section anchor="self-sigs"><name>Notes on Self-Signatures</name>

<t>A self-signature is a binding signature made by the key to which the signature refers.
There are three types of self-signatures, the certification signatures (types 0x10-0x13), the direct-key signature (type 0x1F), and the subkey binding signature (type 0x18).
A cryptographically-valid self-signature should be accepted from any primary key, regardless of what Key Flags (<xref target="key-flags"/>) apply to the primary key.
In particular, a primary key does not need to have 0x01 set in the first octet of Key Flags order to make a valid self-signature.</t>

<t>For certification self-signatures, each User ID may have a self-signature, and thus different subpackets in those self-signatures.
For subkey binding signatures, each subkey in fact has a self-signature.
Subpackets that appear in a certification self-signature apply to the user name, and subpackets that appear in the subkey self-signature apply to the subkey.
Lastly, subpackets on the direct-key signature apply to the entire key.</t>

<t>Implementing software should interpret a self-signature's preference subpackets as narrowly as possible.
For example, suppose a key has two user names, Alice and Bob.
Suppose that Alice prefers the AEAD ciphersuite AES-256 with OCB, and Bob prefers Camellia-256 with GCM.
If the software locates this key via Alice's name, then the preferred AEAD ciphersuite is AES-256 with OCB; if software locates the key via Bob's name, then the preferred algorithm is Camellia-256 with GCM.
If the key is located by Key ID, the algorithm of the primary User ID of the key provides the preferred AEAD ciphersuite.</t>

<t>Revoking a self-signature or allowing it to expire has a semantic meaning that varies with the signature type.
Revoking the self-signature on a User ID effectively retires that user name.
The self-signature is a statement, "My name X is tied to my signing key K" and is corroborated by other users' certifications.
If another user revokes their certification, they are effectively saying that they no longer believe that name and that key are tied together.
Similarly, if the users themselves revoke their self-signature, then the users no longer go by that name, no longer have that email address, etc.
Revoking a binding signature effectively retires that subkey.
Revoking a direct-key signature cancels that signature.
Please see <xref target="reason-for-revocation"/> for more relevant detail.</t>

<t>Since a self-signature contains important information about the key's use, an implementation <bcp14>SHOULD</bcp14> allow the user to rewrite the self-signature, and important information in it, such as preferences and key expiration.</t>

<t>It is good practice to verify that a self-signature imported into an implementation doesn't advertise features that the implementation doesn't support, rewriting the signature as appropriate.</t>

<t>An implementation that encounters multiple self-signatures on the same object <bcp14>MUST</bcp14> select the most recent valid self-signature, and ignore all other self-signatures.</t>

<t>By convention, a version 4 key stores information about the primary Public-Key (key flags, key expiration, etc.) and the Transferable Public Key as a whole (features, algorithm preferences, etc.) in a User ID self-signature of type 0x10 or 0x13.
Some implementations require at least one User ID with a valid self-signature to be present to use a v4 key.
For this reason, it is <bcp14>RECOMMENDED</bcp14> to include at least one User ID with a self-signature in v4 keys.</t>

<t>For version 6 keys, it is <bcp14>RECOMMENDED</bcp14> to store information about the primary Public-Key as well as the Transferable Public Key as a whole (key flags, key expiration, features, algorithm preferences, etc.) in a direct-key signature (type 0x1F) over the Public-Key instead of placing that information in a User ID self-signature.
An implementation <bcp14>MUST</bcp14> ensure that a valid direct-key signature is present before using a v6 key.
This prevents certain attacks where an adversary strips a self-signature specifying a key expiration time or certain preferences.</t>

<t>An implementation <bcp14>SHOULD NOT</bcp14> require a User ID self-signature to be present in order to consume or use a key, unless the particular use is contingent on the keyholder identifying themselves with the textual label in the User ID.
For example, when refreshing a key to learn about changes in expiration, advertised features, algorithm preferences, revocation, subkey rotation, and so forth, there is no need to require a User ID self-signature.
On the other hand, when verifying a signature over an e-mail message, an implementation <bcp14>MAY</bcp14> choose to only accept a signature from a key that has a valid self-signature over a User ID that matches the message's From: header, as a way to avoid a signature transplant attack.</t>

</section>
<section anchor="signature-creation-time"><name>Signature Creation Time</name>

<t>(4-octet time field)</t>

<t>The time the signature was made.</t>

<t><bcp14>MUST</bcp14> be present in the hashed area.</t>

</section>
<section anchor="issuer-keyid-subpacket"><name>Issuer Key ID</name>

<t>(8-octet Key ID)</t>

<t>The OpenPGP Key ID of the key issuing the signature.
If the version of that key is greater than 4, this subpacket <bcp14>MUST NOT</bcp14> be included in the signature.
For these keys, consider the Issuer Fingerprint subpacket (<xref target="issuer-fingerprint-subpacket"/>) instead.</t>

<t>Note: in previous versions of this specification, this subpacket was simply known as the "Issuer" subpacket.</t>

</section>
<section anchor="key-expiration-time"><name>Key Expiration Time</name>

<t>(4-octet time field)</t>

<t>The validity period of the key.
This is the number of seconds after the key creation time that the key expires.
For a direct or certification self-signature, the key creation time is that of the primary key.
For a subkey binding signature, the key creation time is that of the subkey.
If this is not present or has a value of zero, the key never expires.
This is found only on a self-signature.</t>

</section>
<section anchor="preferred-v1-seipd"><name>Preferred Symmetric Ciphers for v1 SEIPD</name>

<t>(array of one-octet values)</t>

<t>A series of symmetric cipher algorithm identifiers indicating how the keyholder prefers to receive version 1 Symmetrically Encrypted Integrity Protected Data (<xref target="version-one-seipd"/>).
The subpacket body is an ordered list of octets with the most preferred listed first.
It is assumed that only algorithms listed are supported by the recipient's software.
Algorithm numbers are in <xref target="symmetric-algos"/>.
This is only found on a self-signature.</t>

<t>When generating a v2 SEIPD packet, this preference list is not relevant.
See <xref target="preferred-v2-seipd"/> instead.</t>

</section>
<section anchor="preferred-v2-seipd"><name>Preferred AEAD Ciphersuites</name>

<t>(array of pairs of octets indicating Symmetric Cipher and AEAD algorithms)</t>

<t>A series of paired algorithm identifiers indicating how the keyholder prefers to receive version 2 Symmetrically Encrypted Integrity Protected Data (<xref target="version-two-seipd"/>).
Each pair of octets indicates a combination of a symmetric cipher and an AEAD mode that the key holder prefers to use.
The symmetric cipher identifier precedes the AEAD identifier in each pair.
The subpacket body is an ordered list of pairs of octets with the most preferred algorithm combination listed first.</t>

<t>It is assumed that only the combinations of algorithms listed are supported by the recipient's software, with the exception of the mandatory-to-implement combination of AES-128 and OCB.
If AES-128 and OCB are not found in the subpacket, it is implicitly listed at the end.</t>

<t>AEAD algorithm numbers are listed in <xref target="aead-algorithms"/>.
Symmetric cipher algorithm numbers are listed in <xref target="symmetric-algos"/>.</t>

<t>For example, a subpacket with content of these six octets:</t>

<figure><artwork><![CDATA[
09 02 09 03 13 02
]]></artwork></figure>

<t>Indicates that the keyholder prefers to receive v2 SEIPD using AES-256 with OCB, then AES-256 with GCM, then Camellia-256 with OCB, and finally the implicit AES-128 with OCB.</t>

<t>Note that support for version 2 of the Symmetrically Encrypted Integrity Protected Data packet (<xref target="version-two-seipd"/>) in general is indicated by a Feature Flag (<xref target="features-subpacket"/>).</t>

<t>This subpacket is only found on a self-signature.</t>

<t>When generating a v1 SEIPD packet, this preference list is not relevant.
See <xref target="preferred-v1-seipd"/> instead.</t>

</section>
<section anchor="preferred-hash-algorithms"><name>Preferred Hash Algorithms</name>

<t>(array of one-octet values)</t>

<t>Message digest algorithm numbers that indicate which algorithms the key holder prefers to receive.
Like the preferred AEAD ciphersuites, the list is ordered.
Algorithm numbers are in <xref target="hash-algos"/>.
This is only found on a self-signature.</t>

</section>
<section anchor="preferred-compression-algorithms"><name>Preferred Compression Algorithms</name>

<t>(array of one-octet values)</t>

<t>Compression algorithm numbers that indicate which algorithms the key holder prefers to use.
Like the preferred AEAD ciphersuites, the list is ordered.
Algorithm numbers are in <xref target="compression-algos"/>.
A zero, or the absence of this subpacket, denotes that uncompressed data is preferred; the key holder's software might have no compression software in that implementation.
This is only found on a self-signature.</t>

</section>
<section anchor="signature-expiration-time"><name>Signature Expiration Time</name>

<t>(4-octet time field)</t>

<t>The validity period of the signature.
This is the number of seconds after the signature creation time that the signature expires.
If this is not present or has a value of zero, it never expires.</t>

</section>
<section anchor="exportable-certification"><name>Exportable Certification</name>

<t>(1 octet of exportability, 0 for not, 1 for exportable)</t>

<t>This subpacket denotes whether a certification signature is "exportable", to be used by other users than the signature's issuer.
The packet body contains a Boolean flag indicating whether the signature is exportable.
If this packet is not present, the certification is exportable; it is equivalent to a flag containing a 1.</t>

<t>Non-exportable, or "local", certifications are signatures made by a user to mark a key as valid within that user's implementation only.</t>

<t>Thus, when an implementation prepares a user's copy of a key for transport to another user (this is the process of "exporting" the key), any local certification signatures are deleted from the key.</t>

<t>The receiver of a transported key "imports" it, and likewise trims any local certifications.
In normal operation, there won't be any, assuming the import is performed on an exported key.
However, there are instances where this can reasonably happen.
For example, if an implementation allows keys to be imported from a key database in addition to an exported key, then this situation can arise.</t>

<t>Some implementations do not represent the interest of a single user (for example, a key server).
Such implementations always trim local certifications from any key they handle.</t>

</section>
<section anchor="revocable"><name>Revocable</name>

<t>(1 octet of revocability, 0 for not, 1 for revocable)</t>

<t>Signature's revocability status.
The packet body contains a Boolean flag indicating whether the signature is revocable.
Signatures that are not revocable have any later revocation signatures ignored.
They represent a commitment by the signer that he cannot revoke his signature for the life of his key.
If this packet is not present, the signature is revocable.</t>

</section>
<section anchor="trust-signature"><name>Trust Signature</name>

<t>(1 octet "level" (depth), 1 octet of trust amount)</t>

<t>Signer asserts that the key is not only valid but also trustworthy at the specified level.
Level 0 has the same meaning as an ordinary validity signature.
Level 1 means that the signed key is asserted to be a valid trusted introducer, with the 2nd octet of the body specifying the degree of trust.
Level 2 means that the signed key is asserted to be trusted to issue level 1 trust signatures; that is, the signed key is a "meta introducer".
Generally, a level n trust signature asserts that a key is trusted to issue level n-1 trust signatures.
The trust amount is in a range from 0-255, interpreted such that values less than 120 indicate partial trust and values of 120 or greater indicate complete trust.
Implementations <bcp14>SHOULD</bcp14> emit values of 60 for partial trust and 120 for complete trust.</t>

</section>
<section anchor="regular-expression"><name>Regular Expression</name>

<t>(null-terminated regular expression)</t>

<t>Used in conjunction with trust Signature packets (of level &gt; 0) to limit the scope of trust that is extended.
Only signatures by the target key on User IDs that match the regular expression in the body of this packet have trust extended by the trust Signature subpacket.
The regular expression uses the same syntax as the Henry Spencer's "almost public domain" regular expression <xref target="REGEX"/> package.
A description of the syntax is found in <xref target="regular-expressions"/>.</t>

</section>
<section anchor="revocation-key"><name>Revocation Key</name>

<t>(1 octet of class, 1 octet of public-key algorithm ID, 20 octets of v4 fingerprint)</t>

<t>This mechanism is deprecated.
Applications <bcp14>MUST NOT</bcp14> generate such a subpacket.</t>

<t>An application that wants the functionality of delegating revocation <bcp14>SHOULD</bcp14> instead use an escrowed Revocation Signature.
See <xref target="escrowed-revocations"/> for more details.</t>

<t>The remainder of this section describes how some implementations attempt to interpret this deprecated subpacket.</t>

<t>This packet was intended to authorize the specified key to issue revocation signatures for this key.
Class octet must have bit 0x80 set.
If the bit 0x40 is set, then this means that the revocation information is sensitive.
Other bits are for future expansion to other kinds of authorizations.
This is only found on a direct-key self-signature (type 0x1f).
The use on other types of self-signatures is unspecified.</t>

<t>If the "sensitive" flag is set, the keyholder feels this subpacket contains private trust information that describes a real-world sensitive relationship.
If this flag is set, implementations <bcp14>SHOULD NOT</bcp14> export this signature to other users except in cases where the data needs to be available: when the signature is being sent to the designated revoker, or when it is accompanied by a revocation signature from that revoker.
Note that it may be appropriate to isolate this subpacket within a separate signature so that it is not combined with other subpackets that need to be exported.</t>

</section>
<section anchor="notation-data"><name>Notation Data</name>

<t>(4 octets of flags, 2 octets of name length (M), 2 octets of value length (N), M octets of name data, N octets of value data)</t>

<t>This subpacket describes a "notation" on the signature that the issuer wishes to make.
The notation has a name and a value, each of which are strings of octets.
There may be more than one notation in a signature.
Notations can be used for any extension the issuer of the signature cares to make.
The "flags" field holds four octets of flags.</t>

<t>All undefined flags <bcp14>MUST</bcp14> be zero.
Defined flags are as follows:</t>

<texttable title="Signature Notation Data Subpacket Notation Flag registry">
      <ttcol align='left'>Flag</ttcol>
      <ttcol align='left'>Shorthand</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Security Recommended</ttcol>
      <ttcol align='left'>Interoperability Recommended</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>0x80 0x00 0x00 0x00</c>
      <c>human-readable</c>
      <c>Notation value is text.</c>
      <c>No</c>
      <c>Yes</c>
      <c>This document</c>
</texttable>

<t>Notation names are arbitrary strings encoded in UTF-8.
They reside in two namespaces: The IETF namespace and the user namespace.</t>

<t>The IETF namespace is registered with IANA.
These names <bcp14>MUST NOT</bcp14> contain the "@" character (0x40).
This is a tag for the user namespace.</t>

<texttable title="Signature Notation Data Subpacket registry">
      <ttcol align='left'>Notation Name</ttcol>
      <ttcol align='left'>Data Type</ttcol>
      <ttcol align='left'>Allowed Values</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
</texttable>

<t>Names in the user namespace consist of a UTF-8 string tag followed by "@" followed by a DNS domain name.
Note that the tag <bcp14>MUST NOT</bcp14> contain an "@" character.
For example, the "sample" tag used by Example Corporation could be "sample@example.com".</t>

<t>Names in a user space are owned and controlled by the owners of that domain.
Obviously, it's bad form to create a new name in a DNS space that you don't own.</t>

<t>Since the user namespace is in the form of an email address, implementers <bcp14>MAY</bcp14> wish to arrange for that address to reach a person who can be consulted about the use of the named tag.
Note that due to UTF-8 encoding, not all valid user space name tags are valid email addresses.</t>

<t>If there is a critical notation, the criticality applies to that specific notation and not to notations in general.</t>

</section>
<section anchor="key-server-preferences"><name>Key Server Preferences</name>

<t>(N octets of flags)</t>

<t>This is a list of one-bit flags that indicate preferences that the key holder has about how the key is handled on a key server.
All undefined flags <bcp14>MUST</bcp14> be zero.</t>

<t>First octet:</t>

<texttable title="Key server preferences flag registry (first octet)">
      <ttcol align='left'>flag</ttcol>
      <ttcol align='left'>shorthand</ttcol>
      <ttcol align='left'>definition</ttcol>
      <c>0x80</c>
      <c>No-modify</c>
      <c>The key holder requests that this key only be modified or updated by the key holder or an administrator of the key server.</c>
</texttable>

<t>This is found only on a self-signature.</t>

</section>
<section anchor="preferred-key-server"><name>Preferred Key Server</name>

<t>(String)</t>

<t>This is a URI of a key server that the key holder prefers be used for updates.
Note that keys with multiple User IDs can have a preferred key server for each User ID.
Note also that since this is a URI, the key server can actually be a copy of the key retrieved by ftp, http, finger, etc.</t>

</section>
<section anchor="primary-user-id"><name>Primary User ID</name>

<t>(1 octet, Boolean)</t>

<t>This is a flag in a User ID's self-signature that states whether this User ID is the main User ID for this key.
It is reasonable for an implementation to resolve ambiguities in preferences, etc.
by referring to the primary User ID.
If this flag is absent, its value is zero.
If more than one User ID in a key is marked as primary, the implementation may resolve the ambiguity in any way it sees fit, but it is <bcp14>RECOMMENDED</bcp14> that priority be given to the User ID with the most recent self-signature.</t>

<t>When appearing on a self-signature on a User ID packet, this subpacket applies only to User ID packets.
When appearing on a self-signature on a User Attribute packet, this subpacket applies only to User Attribute packets.
That is to say, there are two different and independent "primaries" --- one for User IDs, and one for User Attributes.</t>

</section>
<section anchor="policy-uri"><name>Policy URI</name>

<t>(String)</t>

<t>This subpacket contains a URI of a document that describes the policy under which the signature was issued.</t>

</section>
<section anchor="key-flags"><name>Key Flags</name>

<t>(N octets of flags)</t>

<t>This subpacket contains a list of binary flags that hold information about a key.
It is a string of octets, and an implementation <bcp14>MUST NOT</bcp14> assume a fixed size.
This is so it can grow over time.
If a list is shorter than an implementation expects, the unstated flags are considered to be zero.
The defined flags are as follows:</t>

<t>First octet:</t>

<texttable title="Key flags registry (first octet)">
      <ttcol align='left'>flag</ttcol>
      <ttcol align='left'>definition</ttcol>
      <c>0x01</c>
      <c>This key may be used to make User ID certifications (signature types 0x10-0x13) or direct-key signatures (signature type 0x1F) over other keys.</c>
      <c>0x02</c>
      <c>This key may be used to sign data.</c>
      <c>0x04</c>
      <c>This key may be used to encrypt communications.</c>
      <c>0x08</c>
      <c>This key may be used to encrypt storage.</c>
      <c>0x10</c>
      <c>The private component of this key may have been split by a secret-sharing mechanism.</c>
      <c>0x20</c>
      <c>This key may be used for authentication.</c>
      <c>0x80</c>
      <c>The private component of this key may be in the possession of more than one person.</c>
</texttable>

<t>Second octet:</t>

<texttable title="Key flags registry (second octet)">
      <ttcol align='left'>flag</ttcol>
      <ttcol align='left'>definition</ttcol>
      <c>0x04</c>
      <c>Reserved (ADSK).</c>
      <c>0x08</c>
      <c>Reserved (timestamping).</c>
</texttable>

<t>Usage notes:</t>

<t>The flags in this packet may appear in self-signatures or in certification signatures.
They mean different things depending on who is making the statement --- for example, a certification signature that has the "sign data" flag is stating that the certification is for that use.
On the other hand, the "communications encryption" flag in a self-signature is stating a preference that a given key be used for communications.
Note however, that it is a thorny issue to determine what is "communications" and what is "storage".
This decision is left wholly up to the implementation; the authors of this document do not claim any special wisdom on the issue and realize that accepted opinion may change.</t>

<t>The "split key" (0x10) and "group key" (0x80) flags are placed on a self-signature only; they are meaningless on a certification signature.
They <bcp14>SHOULD</bcp14> be placed only on a direct-key signature (type 0x1F) or a subkey signature (type 0x18), one that refers to the key the flag applies to.</t>

</section>
<section anchor="signers-user-id"><name>Signer's User ID</name>

<t>(String)</t>

<t>This subpacket allows a keyholder to state which User ID is responsible for the signing.
Many keyholders use a single key for different purposes, such as business communications as well as personal communications.
This subpacket allows such a keyholder to state which of their roles is making a signature.</t>

<t>This subpacket is not appropriate to use to refer to a User Attribute packet.</t>

</section>
<section anchor="reason-for-revocation"><name>Reason for Revocation</name>

<t>(1 octet of revocation code, N octets of reason string)</t>

<t>This subpacket is used only in key revocation and certification revocation signatures.
It describes the reason why the key or certificate was revoked.</t>

<t>The first octet contains a machine-readable code that denotes the reason for the revocation:</t>

<texttable title="Reasons for revocation">
      <ttcol align='right'>Code</ttcol>
      <ttcol align='left'>Reason</ttcol>
      <c>0</c>
      <c>No reason specified (key revocations or cert revocations)</c>
      <c>1</c>
      <c>Key is superseded (key revocations)</c>
      <c>2</c>
      <c>Key material has been compromised (key revocations)</c>
      <c>3</c>
      <c>Key is retired and no longer used (key revocations)</c>
      <c>32</c>
      <c>User ID information is no longer valid (cert revocations)</c>
      <c>100-110</c>
      <c>Private Use</c>
</texttable>

<t>Following the revocation code is a string of octets that gives information about the Reason for Revocation in human-readable form (UTF-8).
The string may be null (of zero length).
The length of the subpacket is the length of the reason string plus one.
An implementation <bcp14>SHOULD</bcp14> implement this subpacket, include it in all revocation signatures, and interpret revocations appropriately.
There are important semantic differences between the reasons, and there are thus important reasons for revoking signatures.</t>

<t>If a key has been revoked because of a compromise, all signatures created by that key are suspect.
However, if it was merely superseded or retired, old signatures are still valid.
If the revoked signature is the self-signature for certifying a User ID, a revocation denotes that that user name is no longer in use.
Such a revocation <bcp14>SHOULD</bcp14> include a 0x20 code.</t>

<t>Note that any signature may be revoked, including a certification on some other person's key.
There are many good reasons for revoking a certification signature, such as the case where the keyholder leaves the employ of a business with an email address.
A revoked certification is no longer a part of validity calculations.</t>

</section>
<section anchor="features-subpacket"><name>Features</name>

<t>(N octets of flags)</t>

<t>The Features subpacket denotes which advanced OpenPGP features a user's implementation supports.
This is so that as features are added to OpenPGP that cannot be backwards-compatible, a user can state that they can use that feature.
The flags are single bits that indicate that a given feature is supported.</t>

<t>This subpacket is similar to a preferences subpacket, and only appears in a self-signature.</t>

<t>An implementation <bcp14>SHOULD NOT</bcp14> use a feature listed when sending to a user who does not state that they can use it.</t>

<t>Defined features are as follows:</t>

<t>First octet:</t>

<texttable title="Features registry">
      <ttcol align='left'>Feature</ttcol>
      <ttcol align='left'>Definition</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>0x01</c>
      <c>Symmetrically Encrypted Integrity Protected Data packet version 1</c>
      <c><xref target="version-one-seipd"/></c>
      <c>0x02</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>0x04</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>0x08</c>
      <c>Symmetrically Encrypted Integrity Protected Data packet version 2</c>
      <c><xref target="version-two-seipd"/></c>
</texttable>

<t>If an implementation implements any of the defined features, it <bcp14>SHOULD</bcp14> implement the Features subpacket, too.</t>

<t>An implementation may freely infer features from other suitable implementation-dependent mechanisms.</t>

<t>See <xref target="ciphertext-malleability"/> for details about how to use the Features subpacket when generating encryption data.</t>

</section>
<section anchor="signature-target"><name>Signature Target</name>

<t>(1 octet public-key algorithm, 1 octet hash algorithm, N octets hash)</t>

<t>This subpacket identifies a specific target signature to which a signature refers.
For revocation signatures, this subpacket provides explicit designation of which signature is being revoked.
For a third-party or timestamp signature, this designates what signature is signed.
All arguments are an identifier of that target signature.</t>

<t>The N octets of hash data <bcp14>MUST</bcp14> be the size of the hash of the signature.
For example, a target signature with a SHA-1 hash <bcp14>MUST</bcp14> have 20 octets of hash data.</t>

</section>
<section anchor="embedded-signature"><name>Embedded Signature</name>

<t>(1 signature packet body)</t>

<t>This subpacket contains a complete Signature packet body as specified in <xref target="signature-packet"/>.
It is useful when one signature needs to refer to, or be incorporated in, another signature.</t>

</section>
<section anchor="issuer-fingerprint-subpacket"><name>Issuer Fingerprint</name>

<t>(1 octet key version number, N octets of fingerprint)</t>

<t>The OpenPGP Key fingerprint of the key issuing the signature.
This subpacket <bcp14>SHOULD</bcp14> be included in all signatures.
If the version of the issuing key is 4 and an Issuer Key ID subpacket (<xref target="issuer-keyid-subpacket"/>) is also included in the signature, the key ID of the Issuer Key ID subpacket <bcp14>MUST</bcp14> match the low 64 bits of the fingerprint.</t>

<t>Note that the length N of the fingerprint for a version 4 key is 20 octets; for a version 6 key N is 32.
Since the version of the signature is bound to the version of the key, the version octet here <bcp14>MUST</bcp14> match the version of the signature.
If the version octet does not match the signature version, the receiving implementation <bcp14>MUST</bcp14> treat it as a malformed signature (see <xref target="malformed-signatures"/>).</t>

</section>
<section anchor="intended-recipient-fingerprint"><name>Intended Recipient Fingerprint</name>

<t>(1 octet key version number, N octets of fingerprint)</t>

<t>The OpenPGP Key fingerprint of the intended recipient primary key.
If one or more subpackets of this type are included in a signature, it <bcp14>SHOULD</bcp14> be considered valid only in an encrypted context, where the key it was encrypted to is one of the indicated primary keys, or one of their subkeys.
This can be used to prevent forwarding a signature outside of its intended, encrypted context (see <xref target="surreptitious-forwarding"/>).</t>

<t>Note that the length N of the fingerprint for a version 4 key is 20 octets; for a version 6 key N is 32.</t>

<t>An implementation <bcp14>SHOULD</bcp14> generate this subpacket when creating a signed and encrypted message.</t>

</section>
</section>
<section anchor="computing-signatures"><name>Computing Signatures</name>

<t>All signatures are formed by producing a hash over the signature data, and then using the resulting hash in the signature algorithm.</t>

<t>When a v6 signature is made, the salt is hashed first.</t>

<t>For binary document signatures (type 0x00), the document data is hashed directly.
For text document signatures (type 0x01), the implementation <bcp14>MUST</bcp14> first canonicalize the document by converting line endings to &lt;CR&gt;&lt;LF&gt; and encoding it in UTF-8 (see <xref target="RFC3629"/>).
The resulting UTF-8 bytestream is hashed.</t>

<t>When a v4 signature is made over a key, the hash data starts with the octet 0x99, followed by a two-octet length of the key, and then the body of the key packet.
When a v6 signature is made over a key, the hash data starts with the octet 0x9b, followed by a four-octet length of the key, and then the body of the key packet.</t>

<t>A subkey binding signature (type 0x18) or primary key binding signature (type 0x19) then hashes the subkey using the same format as the main key (also using 0x99 or 0x9b as the first octet).
Primary key revocation signatures (type 0x20) hash only the key being revoked.
Subkey revocation signature (type 0x28) hash first the primary key and then the subkey being revoked.</t>

<t>A certification signature (type 0x10 through 0x13) hashes the User ID being bound to the key into the hash context after the above data.
A v3 certification hashes the contents of the User ID or attribute packet packet, without any header.
A v4 or v6 certification hashes the constant 0xB4 for User ID certifications or the constant 0xD1 for User Attribute certifications, followed by a four-octet number giving the length of the User ID or User Attribute data, and then the User ID or User Attribute data.</t>

<t>When a signature is made over a Signature packet (type 0x50, "Third-Party Confirmation signature"), the hash data starts with the octet 0x88, followed by the four-octet length of the signature, and then the body of the Signature packet.
(Note that this is a Legacy packet header for a Signature packet with the length-of-length field set to zero.) The unhashed subpacket data of the Signature packet being hashed is not included in the hash, and the unhashed subpacket data length value is set to zero.</t>

<t>Once the data body is hashed, then a trailer is hashed.
This trailer depends on the version of the signature.</t>

<t><list style="symbols">
  <t>A v3 signature hashes five octets of the packet body, starting from the signature type field.
This data is the signature type, followed by the four-octet signature creation time.</t>
  <t>A v4 or v6 signature hashes the packet body starting from its first field, the version number, through the end of the hashed subpacket data and a final extra trailer.
Thus, the hashed fields are:  <list style="symbols">
      <t>An octet indicating the signature version (0x04 for v4, 0x06 for v6),</t>
      <t>The signature type,</t>
      <t>The public-key algorithm,</t>
      <t>The hash algorithm,</t>
      <t>The hashed subpacket length,</t>
      <t>The hashed subpacket body,</t>
      <t>A second version octet (0x04 for v4, 0x06 for v6)</t>
      <t>A single octet 0xFF,</t>
      <t>A number representing the length (in octets) of the hashed data from the Signature packet through the hashed subpacket body.
This a four-octet big-endian unsigned integer of the length modulo 2**32.</t>
    </list></t>
</list></t>

<t>After all this has been hashed in a single hash context, the resulting hash field is used in the signature algorithm and its first two octets are placed in the Signature packet, as described in <xref target="version-four-and-six-sig"/>.</t>

<t>For worked examples of the data hashed during a signature, see <xref target="sig-hashed-data-example"/>.</t>

<section anchor="sig-computation-notes"><name>Notes About Signature Computation</name>

<t>The data actually hashed by OpenPGP varies depending on signature version, in order to ensure that a signature made using one version cannot be repurposed as a signature with a different version over subtly different data.
The hashed data streams differ based on their trailer, most critically in the fifth and sixth octets from the end of the stream.
In particular:</t>

<t><list style="symbols">
  <t>A v3 signature uses the fifth octet from the end to store its signature type.
This <bcp14>MUST NOT</bcp14> be signature type <spanx style="verb">0xff</spanx>.</t>
  <t>All signature versions later than v3 always use a literal <spanx style="verb">0xff</spanx> in the fifth octet from the end.
For these later signature versions, the sixth octet from the end (the octet before the <spanx style="verb">0xff</spanx>) stores the signature version number.</t>
</list></t>

</section>
</section>
<section anchor="malformed-signatures"><name>Malformed and Unknown Signatures</name>

<t>In some cases, a signature packet (or its corresponding One-Pass Signature Packet, see <xref target="one-pass-sig"/>) may be malformed or unknown.
For example, it might encounter any of the following problems (this is not an exhaustive list):</t>

<t><list style="symbols">
  <t>An unknown signature type</t>
  <t>An unknown signature version</t>
  <t>An unsupported signature version</t>
  <t>An unknown "critical" subpacket (see <xref target="signature-subpacket"/>) in the hashed area</t>
  <t>A subpacket with a length that diverges from the expected length</t>
  <t>A hashed subpacket area with length that exceeds the length of the signature packet itself</t>
  <t>A known-weak hash algorithm (e.g. MD5)</t>
  <t>A mismatch between the hash algorithm expected salt length and the actual salt length</t>
</list></t>

<t>When an implementation encounters such a malformed or unknown signature, it <bcp14>MUST</bcp14> ignore the signature for validation purposes.
It <bcp14>MUST NOT</bcp14> indicate a successful signature validation for such a signature.
At the same time, it <bcp14>MUST NOT</bcp14> halt processing on the packet stream or reject other signatures in the same packet stream just because an unknown or invalid signature exists.</t>

<t>This requirement is necessary for forward-compatibility.
Producing an output that indicates that no successful signatures were found is preferable to aborting processing entirely.</t>

</section>
</section>
<section anchor="skesk"><name>Symmetric-Key Encrypted Session Key Packets (Tag 3)</name>

<t>The Symmetric-Key Encrypted Session Key (SKESK) packet holds the symmetric-key encryption of a session key used to encrypt a message.
Zero or more Public-Key Encrypted Session Key packets (<xref target="pkesk"/>) and/or Symmetric-Key Encrypted Session Key packets may precede an encryption container (that is, a Symmetrically Encrypted Integrity Protected Data packet or --- for historic data --- a Symmetrically Encrypted Data packet) that holds an encrypted message.
The message is encrypted with a session key, and the session key is itself encrypted and stored in the Encrypted Session Key packet(s).</t>

<t>If the encryption container is preceded by one or more Symmetric-Key Encrypted Session Key packets, each specifies a passphrase that may be used to decrypt the message.
This allows a message to be encrypted to a number of public keys, and also to one or more passphrases.</t>

<t>The body of this packet starts with a one-octet number giving the version number of the packet type.
The currently defined versions are 4 and 6.
The remainder of the packet depends on the version.</t>

<t>The versions differ in how they encrypt the session key with the password, and in what they encode.
The version of the SKESK packet must align with the version of the SEIPD packet (see <xref target="encrypted-message-versions"/>).</t>

<section anchor="v4-skesk"><name>v4 SKESK</name>

<t>A version 4 Symmetric-Key Encrypted Session Key (SKESK) packet precedes a version 1 Symmetrically Encrypted Integrity Protected Data (v1 SEIPD, see <xref target="version-one-seipd"/>) packet.
In historic data, it is sometimes found preceding a deprecated Symmetrically Encrypted Data packet (SED, see <xref target="sed"/>).
A v4 SKESK packet <bcp14>MUST NOT</bcp14> precede a v2 SEIPD packet (see <xref target="encrypted-message-versions"/>).</t>

<t>A version 4 Symmetric-Key Encrypted Session Key packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 4.</t>
  <t>A one-octet number describing the symmetric algorithm used.</t>
  <t>A string-to-key (S2K) specifier.
The length of the string-to-key specifier depends on its type (see <xref target="s2k-types"/>).</t>
  <t>Optionally, the encrypted session key itself, which is decrypted with the string-to-key object.</t>
</list></t>

<t>If the encrypted session key is not present (which can be detected on the basis of packet length and S2K specifier size), then the S2K algorithm applied to the passphrase produces the session key for decrypting the message, using the symmetric cipher algorithm from the Symmetric-Key Encrypted Session Key packet.</t>

<t>If the encrypted session key is present, the result of applying the S2K algorithm to the passphrase is used to decrypt just that encrypted session key field, using CFB mode with an IV of all zeros.
The decryption result consists of a one-octet algorithm identifier that specifies the symmetric-key encryption algorithm used to encrypt the following encryption container, followed by the session key octets themselves.</t>

<t>Note: because an all-zero IV is used for this decryption, the S2K specifier <bcp14>MUST</bcp14> use a salt value, either a Salted S2K, an Iterated-Salted S2K, or Argon2.
The salt value will ensure that the decryption key is not repeated even if the passphrase is reused.</t>

</section>
<section anchor="v6-skesk"><name>v6 SKESK</name>

<t>A version 6 Symmetric-Key Encrypted Session Key (SKESK) packet precedes a version 2 Symmetrically Encrypted Integrity Protected Data (v2 SEIPD, see <xref target="version-two-seipd"/>) packet.
A v6 SKESK packet <bcp14>MUST NOT</bcp14> precede a v1 SEIPD packet or a deprecated Symmetrically Encrypted Data packet (see <xref target="encrypted-message-versions"/>).</t>

<t>A version 6 Symmetric-Key Encrypted Session Key packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 6.</t>
  <t>A one-octet scalar octet count of the following 5 fields.</t>
  <t>A one-octet symmetric cipher algorithm identifier.</t>
  <t>A one-octet AEAD algorithm identifier.</t>
  <t>A one-octet scalar octet count of the following field.</t>
  <t>A string-to-key (S2K) specifier.
The length of the string-to-key specifier depends on its type (see <xref target="s2k-types"/>).</t>
  <t>A starting initialization vector of size specified by the AEAD algorithm.</t>
  <t>The encrypted session key itself.</t>
  <t>An authentication tag for the AEAD mode.</t>
</list></t>

<t>HKDF is used with SHA256 as hash algorithm, the key derived from S2K as Initial Keying Material (IKM), no salt, and the Packet Tag in the OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), the packet version, and the cipher-algo and AEAD-mode used to encrypt the key material, are used as info parameter.
Then, the session key is encrypted using the resulting key, with the AEAD algorithm specified for version 2 of the Symmetrically Encrypted Integrity Protected Data packet.
Note that no chunks are used and that there is only one authentication tag.
The Packet Tag in OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), the packet version number, the cipher algorithm octet, and the AEAD algorithm octet are given as additional data.
For example, the additional data used with AES-128 with OCB consists of the octets 0xC3, 0x06, 0x07, and 0x02.</t>

</section>
</section>
<section anchor="one-pass-sig"><name>One-Pass Signature Packets (Tag 4)</name>

<t>The One-Pass Signature packet precedes the signed data and contains enough information to allow the receiver to begin calculating any hashes needed to verify the signature.
It allows the Signature packet to be placed at the end of the message, so that the signer can compute the entire signed message in one pass.</t>

<t>The body of this packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number.
The currently defined versions are 3 and 6.</t>
  <t>A one-octet signature type.
Signature types are described in <xref target="signature-types"/>.</t>
  <t>A one-octet number describing the hash algorithm used.</t>
  <t>A one-octet number describing the public-key algorithm used.</t>
  <t>Only for v6 signatures, a variable-length field containing:  <list style="symbols">
      <t>A one-octet salt size. The value <bcp14>MUST</bcp14> match the value defined for the hash algorithm as specified in table <xref target="hash-registry"/>.</t>
      <t>The salt; a random value value of the specified size. The value <bcp14>MUST</bcp14> match the salt field of the corresponding Signature packet.</t>
    </list></t>
  <t>Only for v3 packets, an eight-octet number holding the Key ID of the signing key.</t>
  <t>Only for v6 packets, a one octet key version number and N octets of the fingerprint of the signing key.
Note that the length N of the fingerprint for a version 6 key is 32.
Since a v6 signature can only be made by a v6 key, the key version number <bcp14>MUST</bcp14> be 6.
An application that encounters a v6 One-Pass Signature packet where the key version number is not 6 <bcp14>MUST</bcp14> treat the signature as invalid (see <xref target="malformed-signatures"/>).</t>
  <t>A one-octet number holding a flag showing whether the signature is nested.
A zero value indicates that the next packet is another One-Pass Signature packet that describes another signature to be applied to the same message data.</t>
</list></t>

<t>When generating a one-pass signature, the OPS packet version <bcp14>MUST</bcp14> correspond to the version of the associated signature packet, except for the historical accident that v4 keys use a v3 one-pass signature packet (there is no v4 OPS):</t>

<texttable title="Versions of packets used in a one-pass signature">
      <ttcol align='left'>Signing key version</ttcol>
      <ttcol align='left'>OPS packet version</ttcol>
      <ttcol align='left'>Signature packet version</ttcol>
      <c>4</c>
      <c>3</c>
      <c>4</c>
      <c>6</c>
      <c>6</c>
      <c>6</c>
</texttable>

<t>Note that if a message contains more than one one-pass signature, then the Signature packets bracket the message; that is, the first Signature packet after the message corresponds to the last one-pass packet and the final Signature packet corresponds to the first one-pass packet.</t>

</section>
<section anchor="key-material-packet"><name>Key Material Packet</name>

<t>A key material packet contains all the information about a public or private key.
There are four variants of this packet type, two major versions (versions 4 and 6), and two strongly deprecated versions (versions 2 and 3).
Consequently, this section is complex.</t>

<t>For historical reasons, versions 1 and 5 of the key packet are unspecified.</t>

<section anchor="key-packet-variants"><name>Key Packet Variants</name>

<section anchor="public-key-packet-tag-6"><name>Public-Key Packet (Tag 6)</name>

<t>A Public-Key packet starts a series of packets that forms an OpenPGP key (sometimes called an OpenPGP certificate).</t>

</section>
<section anchor="public-subkey-packet-tag-14"><name>Public-Subkey Packet (Tag 14)</name>

<t>A Public-Subkey packet (tag 14) has exactly the same format as a Public-Key packet, but denotes a subkey.
One or more subkeys may be associated with a top-level key.
By convention, the top-level key provides signature services, and the subkeys provide encryption services.</t>

</section>
<section anchor="secret-key-packet-tag-5"><name>Secret-Key Packet (Tag 5)</name>

<t>A Secret-Key packet contains all the information that is found in a Public-Key packet, including the public-key material, but also includes the secret-key material after all the public-key fields.</t>

</section>
<section anchor="secret-subkey-packet-tag-7"><name>Secret-Subkey Packet (Tag 7)</name>

<t>A Secret-Subkey packet (tag 7) is the subkey analog of the Secret Key packet and has exactly the same format.</t>

</section>
</section>
<section anchor="public-key-packet-formats"><name>Public-Key Packet Formats</name>

<t>There are three versions of key-material packets.</t>

<t>OpenPGP implementations <bcp14>SHOULD</bcp14> create keys with version 6 format.
V4 keys are deprecated; an implementation <bcp14>SHOULD NOT</bcp14> generate a v4 key, but <bcp14>SHOULD</bcp14> accept it.
V3 keys are deprecated; an implementation <bcp14>MUST NOT</bcp14> generate a v3 key, but <bcp14>MAY</bcp14> accept it.
V2 keys are deprecated; an implementation <bcp14>MUST NOT</bcp14> generate a v2 key, but <bcp14>MAY</bcp14> accept it.</t>

<t>A version 3 public key or public-subkey packet contains:</t>

<t><list style="symbols">
  <t>A one-octet version number (3).</t>
  <t>A four-octet number denoting the time that the key was created.</t>
  <t>A two-octet number denoting the time in days that this key is valid.
If this number is zero, then it does not expire.</t>
  <t>A one-octet number denoting the public-key algorithm of this key.</t>
  <t>A series of multiprecision integers comprising the key material:  <list style="symbols">
      <t>A multiprecision integer (MPI) of RSA public modulus n;</t>
      <t>An MPI of RSA public encryption exponent e.</t>
    </list></t>
</list></t>

<t>V3 keys are deprecated.
They contain three weaknesses.
First, it is relatively easy to construct a v3 key that has the same Key ID as any other key because the Key ID is simply the low 64 bits of the public modulus.
Secondly, because the fingerprint of a v3 key hashes the key material, but not its length, there is an increased opportunity for fingerprint collisions.
Third, there are weaknesses in the MD5 hash algorithm that make developers prefer other algorithms.
See <xref target="key-ids-fingerprints"/> for a fuller discussion of Key IDs and fingerprints.</t>

<t>V2 keys are identical to the deprecated v3 keys except for the version number.</t>

<t>The version 4 format is similar to the version 3 format except for the absence of a validity period.
This has been moved to the Signature packet.
In addition, fingerprints of version 4 keys are calculated differently from version 3 keys, as described in <xref target="key-ids-fingerprints"/>.</t>

<t>A version 4 packet contains:</t>

<t><list style="symbols">
  <t>A one-octet version number (4).</t>
  <t>A four-octet number denoting the time that the key was created.</t>
  <t>A one-octet number denoting the public-key algorithm of this key.</t>
  <t>A series of values comprising the key material.
This is algorithm-specific and described in <xref target="algorithm-specific-parts-of-keys"/>.</t>
</list></t>

<t>The version 6 format is similar to the version 4 format except for the addition of a count for the key material.
This count helps parsing secret key packets (which are an extension of the public key packet format) in the case of an unknown algorithm.
In addition, fingerprints of version 6 keys are calculated differently from version 4 keys, as described in <xref target="key-ids-fingerprints"/>.</t>

<t>A version 6 packet contains:</t>

<t><list style="symbols">
  <t>A one-octet version number (6).</t>
  <t>A four-octet number denoting the time that the key was created.</t>
  <t>A one-octet number denoting the public-key algorithm of this key.</t>
  <t>A four-octet scalar octet count for the following public key material.</t>
  <t>A series of values comprising the public key material.
This is algorithm-specific and described in <xref target="algorithm-specific-parts-of-keys"/>.</t>
</list></t>

</section>
<section anchor="secret-key-packet-formats"><name>Secret-Key Packet Formats</name>

<t>The Secret-Key and Secret-Subkey packets contain all the data of the Public-Key and Public-Subkey packets, with additional algorithm-specific secret-key data appended, usually in encrypted form.</t>

<t>The packet contains:</t>

<t><list style="symbols">
  <t>The fields of a Public-Key or Public-Subkey packet, as described above.</t>
  <t>One octet indicating string-to-key usage conventions.
Zero indicates that the secret-key data is not encrypted.
255, 254, or 253 indicates that a string-to-key specifier is being given.
Any other value is a symmetric-key encryption algorithm identifier.
A version 6 packet <bcp14>MUST NOT</bcp14> use the value 255.</t>
  <t>Only for a version 6 packet where the secret key material is encrypted (that is, where the previous octet is not zero), a one-octet scalar octet count of the cumulative length of all the following optional string-to-key parameter fields.</t>
  <t>[Optional] If string-to-key usage octet was 255, 254, or 253, a one-octet symmetric encryption algorithm.</t>
  <t>[Optional] If string-to-key usage octet was 253, a one-octet AEAD algorithm.</t>
  <t>[Optional] Only for a version 6 packet, and if string-to-key usage octet was 255, 254, or 253, an one-octet count of the following field.</t>
  <t>[Optional] If string-to-key usage octet was 255, 254, or 253, a string-to-key (S2K) specifier.
The length of the string-to-key specifier depends on its type (see <xref target="s2k-types"/>).</t>
  <t>[Optional] If string-to-key usage octet was 253 (that is, the secret data is AEAD-encrypted), an initialization vector (IV) of size specified by the AEAD algorithm (see <xref target="version-two-seipd"/>), which is used as the nonce for the AEAD algorithm.</t>
  <t>[Optional] If string-to-key usage octet was 255, 254, or a cipher algorithm identifier (that is, the secret data is CFB-encrypted), an initialization vector (IV) of the same length as the cipher's block size.</t>
  <t>Plain or encrypted multiprecision integers comprising the secret key data.
This is algorithm-specific and described in <xref target="algorithm-specific-parts-of-keys"/>.
If the string-to-key usage octet is 253, then an AEAD authentication tag is part of that data.
If the string-to-key usage octet is 254, a 20-octet SHA-1 hash of the plaintext of the algorithm-specific portion is appended to plaintext and encrypted with it.
If the string-to-key usage octet is 255 or another nonzero value (that is, a symmetric-key encryption algorithm identifier), a two-octet checksum of the plaintext of the algorithm-specific portion (sum of all octets, mod 65536) is appended to plaintext and encrypted with it.
(This is deprecated and <bcp14>SHOULD NOT</bcp14> be used, see below.)</t>
  <t>Only for a version 3 or 4 packet where the string-to-key usage octet is zero, a two-octet checksum of the algorithm-specific portion (sum of all octets, mod 65536).</t>
</list></t>

<t>The details about storing algorithm-specific secrets above are summarized in <xref target="secret-key-encryption"/>.</t>

<t>Note that the version 6 packet format adds two count values to help parsing packets with unknown S2K or public key algorithms.</t>

<t>Secret MPI values can be encrypted using a passphrase.
If a string-to-key specifier is given, that describes the algorithm for converting the passphrase to a key, else a simple MD5 hash of the passphrase is used.
Implementations <bcp14>MUST</bcp14> use a string-to-key specifier; the simple hash is for backward compatibility and is deprecated, though implementations <bcp14>MAY</bcp14> continue to use existing private keys in the old format.
The cipher for encrypting the MPIs is specified in the Secret-Key packet.</t>

<t>Encryption/decryption of the secret data is done using the key created from the passphrase and the initialization vector from the packet.
If the string-to-key usage octet is not 253, CFB mode is used.
A different mode is used with v3 keys (which are only RSA) than with other key formats.
With v3 keys, the MPI bit count prefix (that is, the first two octets) is not encrypted.
Only the MPI non-prefix data is encrypted.
Furthermore, the CFB state is resynchronized at the beginning of each new MPI value, so that the CFB block boundary is aligned with the start of the MPI data.</t>

<t>With v4 and v6 keys, a simpler method is used.
All secret MPI values are encrypted, including the MPI bitcount prefix.</t>

<t>If the string-to-key usage octet is 253, the key encryption key is derived using HKDF (see <xref target="RFC5869"/>) to provide key separation.
HKDF is used with SHA256 as hash algorithm, the key derived from S2K as Initial Keying Material (IKM), no salt, and the Packet Tag in OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), the packet version, and the cipher-algo and AEAD-mode used to encrypt the key material, are used as info parameter.
Then, the encrypted MPI values are encrypted as one combined plaintext using one of the AEAD algorithms specified for version 2 of the Symmetrically Encrypted Integrity Protected Data packet.
Note that no chunks are used and that there is only one authentication tag.
As additional data, the Packet Tag in OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), followed by the public key packet fields, starting with the packet version number, are passed to the AEAD algorithm.
For example, the additional data used with a Secret-Key Packet of version 4 consists of the octets 0xC5, 0x04, followed by four octets of creation time, one octet denoting the public-key algorithm, and the algorithm-specific public-key parameters.
For a Secret-Subkey Packet, the first octet would be 0xC7.
For a version 6 key packet, the second octet would be 0x06, and the four-octet octet count of the public key material would be included as well (see <xref target="public-key-packet-formats"/>).</t>

<t>The two-octet checksum that follows the algorithm-specific portion is the algebraic sum, mod 65536, of the plaintext of all the algorithm-specific octets (including MPI prefix and data).
With v3 keys, the checksum is stored in the clear.
With v4 keys, the checksum is encrypted like the algorithm-specific data.
This value is used to check that the passphrase was correct.
However, this checksum is deprecated; an implementation <bcp14>SHOULD NOT</bcp14> use it, but should rather use the SHA-1 hash denoted with a usage octet of 254.
The reason for this is that there are some attacks that involve undetectably modifying the secret key.
If the string-to-key usage octet is 253 no checksum or SHA-1 hash is used but the authentication tag of the AEAD algorithm follows.</t>

<t>When decrypting the secret key material using any of these schemes (that is, where the usage octet is non-zero), the resulting cleartext octet stream <bcp14>MUST</bcp14> be well-formed.
In particular, an implementation <bcp14>MUST NOT</bcp14> interpret octets beyond the unwrapped cleartext octet stream as part of any of the unwrapped MPI objects.
Furthermore, an implementation <bcp14>MUST</bcp14> reject as unusable any secret key material whose cleartext length does not align with the lengths of the unwrapped MPI objects.</t>

</section>
<section anchor="key-ids-fingerprints"><name>Key IDs and Fingerprints</name>

<t>For a v3 key, the eight-octet Key ID consists of the low 64 bits of the public modulus of the RSA key.</t>

<t>The fingerprint of a v3 key is formed by hashing the body (but not the two-octet length) of the MPIs that form the key material (public modulus n, followed by exponent e) with MD5.
Note that both v3 keys and MD5 are deprecated.</t>

<t>A v4 fingerprint is the 160-bit SHA-1 hash of the octet 0x99, followed by the two-octet packet length, followed by the entire Public-Key packet starting with the version field.
The Key ID is the low-order 64 bits of the fingerprint.
Here are the fields of the hash material, with the example of an Ed25519 key:</t>

<t>a.1) 0x99 (1 octet)</t>

<t>a.2) two-octet, big-endian scalar octet count of (b)-(e)</t>

<t>b) version number = 4 (1 octet);</t>

<t>c) timestamp of key creation (4 octets);</t>

<t>d) algorithm (1 octet): 27 = Ed25519 (example);</t>

<t>e) Algorithm-specific fields.</t>

<t>Algorithm-Specific Fields for Ed25519 keys (example):</t>

<t>e.1) 32 octets representing the public key.</t>

<t>A v6 fingerprint is the 256-bit SHA2-256 hash of the octet 0x9b, followed by the four-octet packet length, followed by the entire Public-Key packet starting with the version field.
The Key ID is the high-order 64 bits of the fingerprint.
Here are the fields of the hash material, with the example of an Ed25519 key:</t>

<t>a.1) 0x9b (1 octet)</t>

<t>a.2) four-octet scalar octet count of (b)-(f)</t>

<t>b) version number = 6 (1 octet);</t>

<t>c) timestamp of key creation (4 octets);</t>

<t>d) algorithm (1 octet): 27 = Ed25519 (example);</t>

<t>e) four-octet scalar octet count for the following key material;</t>

<t>f) algorithm-specific fields.</t>

<t>Algorithm-Specific Fields for Ed25519 keys (example):</t>

<t>e.1) 32 octets representing the public key.</t>

<t>Note that it is possible for there to be collisions of Key IDs --- two different keys with the same Key ID.
Note that there is a much smaller, but still non-zero, probability that two different keys have the same fingerprint.</t>

<t>Also note that if v3, v4, and v6 format keys share the same RSA key material, they will have different Key IDs as well as different fingerprints.</t>

<t>Finally, the Key ID and fingerprint of a subkey are calculated in the same way as for a primary key, including the 0x99 (v4 key) or 0x9b (v6 key) as the first octet (even though this is not a valid packet ID for a public subkey).</t>

</section>
<section anchor="algorithm-specific-parts-of-keys"><name>Algorithm-specific Parts of Keys</name>

<t>The public and secret key format specifies algorithm-specific parts of a key.
The following sections describe them in detail.</t>

<section anchor="key-rsa"><name>Algorithm-Specific Part for RSA Keys</name>

<t>The public key is this series of multiprecision integers:</t>

<t><list style="symbols">
  <t>MPI of RSA public modulus n;</t>
  <t>MPI of RSA public encryption exponent e.</t>
</list></t>

<t>The secret key is this series of multiprecision integers:</t>

<t><list style="symbols">
  <t>MPI of RSA secret exponent d;</t>
  <t>MPI of RSA secret prime value p;</t>
  <t>MPI of RSA secret prime value q (p &lt; q);</t>
  <t>MPI of u, the multiplicative inverse of p, mod q.</t>
</list></t>

</section>
<section anchor="key-dsa"><name>Algorithm-Specific Part for DSA Keys</name>

<t>The public key is this series of multiprecision integers:</t>

<t><list style="symbols">
  <t>MPI of DSA prime p;</t>
  <t>MPI of DSA group order q (q is a prime divisor of p-1);</t>
  <t>MPI of DSA group generator g;</t>
  <t>MPI of DSA public-key value y (= g**x mod p where x is secret).</t>
</list></t>

<t>The secret key is this single multiprecision integer:</t>

<t><list style="symbols">
  <t>MPI of DSA secret exponent x.</t>
</list></t>

</section>
<section anchor="key-elgamal"><name>Algorithm-Specific Part for Elgamal Keys</name>

<t>The public key is this series of multiprecision integers:</t>

<t><list style="symbols">
  <t>MPI of Elgamal prime p;</t>
  <t>MPI of Elgamal group generator g;</t>
  <t>MPI of Elgamal public key value y (= g**x mod p where x is secret).</t>
</list></t>

<t>The secret key is this single multiprecision integer:</t>

<t><list style="symbols">
  <t>MPI of Elgamal secret exponent x.</t>
</list></t>

</section>
<section anchor="key-ecdsa"><name>Algorithm-Specific Part for ECDSA Keys</name>

<t>The public key is this series of values:</t>

<t><list style="symbols">
  <t>A variable-length field containing a curve OID, which is formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following field; values 0 and 0xFF are reserved for future extensions,</t>
      <t>The octets representing a curve OID (defined in <xref target="ec-curves"/>);</t>
    </list></t>
  <t>MPI of an EC point representing a public key.</t>
</list></t>

<t>The secret key is this single multiprecision integer:</t>

<t><list style="symbols">
  <t>MPI of an integer representing the secret key, which is a scalar of the public EC point.</t>
</list></t>

</section>
<section anchor="key-eddsa-legacy"><name>Algorithm-Specific Part for EdDSALegacy Keys (deprecated)</name>

<t>The public key is this series of values:</t>

<t><list style="symbols">
  <t>A variable-length field containing a curve OID, formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following field; values 0 and 0xFF are reserved for future extensions,</t>
      <t>The octets representing a curve OID, defined in <xref target="ec-curves"/>;</t>
    </list></t>
  <t>An MPI of an EC point representing a public key Q in prefixed native form (see <xref target="ec-point-prefixed-native"/>).</t>
</list></t>

<t>The secret key is this single multiprecision integer:</t>

<t><list style="symbols">
  <t>An MPI-encoded octet string representing the native form of the secret key, in the curve-specific format described in <xref target="curve-specific-formats"/>.</t>
</list></t>

<t>Note that the native form for an EdDSA secret key is a fixed-width sequence of unstructured random octets, with size corresponding to the specific curve.
That sequence of random octets is used with a cryptographic digest to produce both a curve-specific secret scalar and a prefix used when making a signature.
See <xref target="RFC8032"/> for more details about how to use the native octet strings (section 5.1.5 for Ed25519 and 5.2.5 for Ed448).
The value stored in an OpenPGP EdDSALegacy secret key packet is the original sequence of random octets.</t>

</section>
<section anchor="key-ecdh"><name>Algorithm-Specific Part for ECDH Keys</name>

<t>The public key is this series of values:</t>

<t><list style="symbols">
  <t>A variable-length field containing a curve OID, which is formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following field; values 0 and 0xFF are reserved for future extensions,</t>
      <t>Octets representing a curve OID, defined in <xref target="ec-curves"/>;</t>
    </list></t>
  <t>MPI of an EC point representing a public key, in the point format associated with the curve as specified in <xref target="curve-specific-formats"/></t>
  <t>A variable-length field containing KDF parameters, which is formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following fields; values 0 and 0xFF are reserved for future extensions,</t>
      <t>A one-octet value 1, reserved for future extensions,</t>
      <t>A one-octet hash function ID used with a KDF,</t>
      <t>A one-octet algorithm ID for the symmetric algorithm used to wrap the symmetric key used for the message encryption; see <xref target="ecdh"/> for details.</t>
    </list></t>
</list></t>

<t>The secret key is this single multiprecision integer:</t>

<t><list style="symbols">
  <t>An MPI representing the secret key, in the curve-specific format described in <xref target="curve-specific-formats"/>.</t>
</list></t>

<section anchor="ecdh-secret-key-material"><name>ECDH Secret Key Material</name>

<t>When curve NIST P-256, NIST P-384, NIST P-521, brainpoolP256r1, brainpoolP384r1, or brainpoolP512r1 are used in ECDH, their secret keys are represented as a simple integer in standard MPI form.
Other curves are presented on the wire differently (though still as a single MPI), as described below and in <xref target="curve-specific-formats"/>.</t>

<section anchor="curve25519-secrets"><name>Curve25519Legacy ECDH Secret Key Material (deprecated)</name>

<t>A Curve25519Legacy secret key is stored as a standard integer in big-endian MPI form.
Curve25519Legacy <bcp14>MUST NOT</bcp14> be used in key packets version 6 or above.
Note that this form is in reverse octet order from the little-endian "native" form found in <xref target="RFC7748"/>.</t>

<t>Note also that the integer for a Curve25519Legacy secret key for OpenPGP <bcp14>MUST</bcp14> have the appropriate form: that is, it <bcp14>MUST</bcp14> be divisible by 8, <bcp14>MUST</bcp14> be at least 2**254, and <bcp14>MUST</bcp14> be less than 2**255.
The length of this MPI in bits is by definition always 255, so the two leading octets of the MPI will always be <spanx style="verb">00 ff</spanx> and reversing the following 32 octets from the wire will produce the "native" form.</t>

<t>When generating a new Curve25519Legacy secret key from 32 fully-random octets, the following pseudocode produces the MPI wire format (note the similarity to <spanx style="verb">decodeScalar25519</spanx> from <xref target="RFC7748"/>):</t>

<figure><artwork><![CDATA[
def curve25519_MPI_from_random(octet_list):
    octet_list[0] &= 248
    octet_list[31] &= 127
    octet_list[31] |= 64
    mpi_header = [ 0x00, 0xff ]
    return mpi_header || reversed(octet_list)
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="key-x25519"><name>Algorithm-Specific Part for X25519 Keys</name>

<t>The public key is this single value:</t>

<t><list style="symbols">
  <t>32 octets of the native public key.</t>
</list></t>

<t>The secret key is this single value:</t>

<t><list style="symbols">
  <t>32 octets of the native secret key.</t>
</list></t>

<t>See section 6.1 of <xref target="RFC7748"/> for more details about how to use the native octet strings.
The value stored in an OpenPGP X25519 secret key packet is the original sequence of random octets.
The value stored in an OpenPGP X25519 public key packet is the value X25519(secretKey, 9).</t>

</section>
<section anchor="key-x448"><name>Algorithm-Specific Part for X448 Keys</name>

<t>The public key is this single value:</t>

<t><list style="symbols">
  <t>56 octets of the native public key.</t>
</list></t>

<t>The secret key is this single value:</t>

<t><list style="symbols">
  <t>56 octets of the native secret key.</t>
</list></t>

<t>See section 6.2 of <xref target="RFC7748"/> for more details about how to use the native octet strings.
The value stored in an OpenPGP X448 secret key packet is the original sequence of random octets.
The value stored in an OpenPGP X448 public key packet is the value X448(secretKey, 5).</t>

</section>
<section anchor="key-ed25519"><name>Algorithm-Specific Part for Ed25519 Keys</name>

<t>The public key is this single value:</t>

<t><list style="symbols">
  <t>32 octets of the native public key.</t>
</list></t>

<t>The secret key is this single value:</t>

<t><list style="symbols">
  <t>32 octets of the native secret key.</t>
</list></t>

<t>See section 5.1.5 of <xref target="RFC8032"/> for more details about how to use the native octet strings.
The value stored in an OpenPGP Ed25519 secret key packet is the original sequence of random octets.</t>

</section>
<section anchor="key-ed448"><name>Algorithm-Specific Part for Ed448 Keys</name>

<t>The public key is this single value:</t>

<t><list style="symbols">
  <t>57 octets of the native public key.</t>
</list></t>

<t>The secret key is this single value:</t>

<t><list style="symbols">
  <t>57 octets of the native secret key.</t>
</list></t>

<t>See section 5.2.5 of <xref target="RFC8032"/> for more details about how to use the native octet strings.
The value stored in an OpenPGP Ed448 secret key packet is the original sequence of random octets.</t>

</section>
</section>
</section>
<section anchor="compressed-data"><name>Compressed Data Packet (Tag 8)</name>

<t>The Compressed Data packet contains compressed data.
Typically, this packet is found as the contents of an encrypted packet, or following a Signature or One-Pass Signature packet, and contains a literal data packet.</t>

<t>The body of this packet consists of:</t>

<t><list style="symbols">
  <t>One octet that gives the algorithm used to compress the packet.</t>
  <t>Compressed data, which makes up the remainder of the packet.</t>
</list></t>

<t>A Compressed Data Packet's body contains a block that compresses some set of packets.
See <xref target="packet-composition"/> for details on how messages are formed.</t>

<t>ZIP-compressed packets are compressed with raw <xref target="RFC1951"/> DEFLATE blocks.</t>

<t>ZLIB-compressed packets are compressed with <xref target="RFC1950"/> ZLIB-style blocks.</t>

<t>BZip2-compressed packets are compressed using the BZip2 <xref target="BZ2"/> algorithm.</t>

<t>An implementation that generates a Compressed Data packet <bcp14>MUST</bcp14> use the non-legacy format for packet framing (see <xref target="openpgp-packet-format"/>).
It <bcp14>MUST NOT</bcp14> generate a Compressed Data packet with Legacy format (<xref target="legacy-packet-format"/>)</t>

<t>An implementation that deals with either historic data or data generated by legacy implementations <bcp14>MAY</bcp14> interpret Compressed Data packets that use the Legacy format for packet framing.</t>

</section>
<section anchor="sed"><name>Symmetrically Encrypted Data Packet (Tag 9)</name>

<t>The Symmetrically Encrypted Data packet contains data encrypted with a symmetric-key algorithm.
When it has been decrypted, it contains other packets (usually a literal data packet or compressed data packet, but in theory other Symmetrically Encrypted Data packets or sequences of packets that form whole OpenPGP messages).</t>

<t>This packet is obsolete.
An implementation <bcp14>MUST NOT</bcp14> create this packet.
An implementation <bcp14>MAY</bcp14> process such a packet but it <bcp14>MUST</bcp14> return a clear diagnostic that a non-integrity protected packet has been processed.
The implementation <bcp14>SHOULD</bcp14> also return an error in this case and stop processing.</t>

<t>This packet format is impossible to handle safely in general because the ciphertext it provides is malleable.
See <xref target="ciphertext-malleability"/> about selecting a better OpenPGP encryption container that does not have this flaw.</t>

<t>The body of this packet consists of:</t>

<t><list style="symbols">
  <t>A random prefix, containing block-size random octets (for example, 8 octets for a 64-bit block length) followed by a copy of the last two octets, encrypted together using Cipher Feedback (CFB) mode, with an Initial Vector (IV) of all zeros.</t>
  <t>Data encrypted using CFB mode, with the last block-size octets of the first ciphertext as the IV.</t>
</list></t>

<t>The symmetric cipher used may be specified in a Public-Key or Symmetric-Key Encrypted Session Key packet that precedes the Symmetrically Encrypted Data packet.
In that case, the cipher algorithm octet is prefixed to the session key before it is encrypted.
If no packets of these types precede the encrypted data, the IDEA algorithm is used with the session key calculated as the MD5 hash of the passphrase, though this use is deprecated.</t>

<t>The data is encrypted in CFB mode (see {#cfb-mode}).
For the random prefix, the Initial Vector (IV) is specified as all zeros.
Instead of using an IV, a string of length equal to the block size of the cipher plus two is encrypted.
The first block-size octets (for example, 8 octets for a 64-bit block length) are random, and the following two octets are copies of the last two octets of the IV.
For example, in an 8-octet block, octet 9 is a repeat of octet 7, and octet 10 is a repeat of octet 8.
In a cipher of length 16, octet 17 is a repeat of octet 15 and octet 18 is a repeat of octet 16.
(In both these examples, we consider the first octet to be numbered 1.)</t>

<t>After encrypting these block-size-plus-two octets, a new CFB context is created for the encryption of the data, with the last block-size octets of the first ciphertext as the IV.
(Alternatively and equivalently, the CFB state is resynchronized: the last block-size octets of ciphertext are passed through the cipher and the block boundary is reset.)</t>

<t>The repetition of two octets in the random prefix allows the receiver to immediately check whether the session key is incorrect.
See <xref target="quick-check-oracle"/> for hints on the proper use of this "quick check".</t>

</section>
<section anchor="marker-packet"><name>Marker Packet (Tag 10)</name>

<t>The body of this packet consists of:</t>

<t><list style="symbols">
  <t>The three octets 0x50, 0x47, 0x50 (which spell "PGP" in UTF-8).</t>
</list></t>

<t>Such a packet <bcp14>MUST</bcp14> be ignored when received.</t>

</section>
<section anchor="literal-data-packet-tag-11"><name>Literal Data Packet (Tag 11)</name>

<t>A Literal Data packet contains the body of a message; data that is not to be further interpreted.</t>

<t>The body of this packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet field that describes how the data is formatted.  <vspace blankLines='1'/>
If it is a <spanx style="verb">b</spanx> (0x62), then the Literal packet contains binary data.
If it is a <spanx style="verb">u</spanx> (0x75), then the Literal packet contains UTF-8-encoded text data, and thus may need line ends converted to local form, or other text mode changes.  <vspace blankLines='1'/>
Older versions of OpenPGP used <spanx style="verb">t</spanx> (0x74) to indicate textual data, but did not specify the character encoding.
Implementations <bcp14>SHOULD NOT</bcp14> emit this value.
An implementation that receives a literal data packet with this value in the format field <bcp14>SHOULD</bcp14> interpret the packet data as UTF-8 encoded text, unless reliable (not attacker-controlled) context indicates a specific alternate text encoding.
This mode is deprecated due to its ambiguity.  <vspace blankLines='1'/>
Early versions of PGP also defined a value of <spanx style="verb">l</spanx> as a 'local' mode for machine-local conversions.
<xref target="RFC1991"/> incorrectly stated this local mode flag as <spanx style="verb">1</spanx> (ASCII numeral one).
Both of these local modes are deprecated.</t>
  <t>File name as a string (one-octet length, followed by a file name).
This may be a zero-length string.
Commonly, if the source of the encrypted data is a file, this will be the name of the encrypted file.
An implementation <bcp14>MAY</bcp14> consider the file name in the Literal packet to be a more authoritative name than the actual file name.</t>
  <t>A four-octet number that indicates a date associated with the literal data.
Commonly, the date might be the modification date of a file, or the time the packet was created, or a zero that indicates no specific time.</t>
  <t>The remainder of the packet is literal data.  <vspace blankLines='1'/>
Text data <bcp14>MUST</bcp14> be encoded with UTF-8 (see <xref target="RFC3629"/>), and stored with &lt;CR&gt;&lt;LF&gt; text endings (that is, network-normal line endings).
These should be converted to native line endings by the receiving software.</t>
</list></t>

<t>Note that OpenPGP signatures do not include the formatting octet, the file name, and the date field of the literal packet in a signature hash and thus those fields are not protected against tampering in a signed document.
A receiving implementation <bcp14>MUST NOT</bcp14> treat those fields as though they were cryptographically secured by the surrounding signature either when representing them to the user or acting on them.</t>

<t>Due to their inherent malleability, an implementation that generates a literal data packet <bcp14>SHOULD</bcp14> avoid storing any significant data in these fields.
If the implementation is certain that the data is textual and is encoded with UTF-8 (for example, if it will follow this literal data packet with a signature packet of type 0x01 (see <xref target="signature-types"/>), it <bcp14>MAY</bcp14> set the format octet to <spanx style="verb">u</spanx>.
Otherwise, it <bcp14>SHOULD</bcp14> set the format octet to <spanx style="verb">b</spanx>.
It <bcp14>SHOULD</bcp14> set the filename to the empty string (encoded as a single zero octet), and the timestamp to zero (encoded as four zero octets).</t>

<t>An application that wishes to include such filesystem metadata within a signature is advised to sign an encapsulated archive (for example, <xref target="PAX"/>).</t>

<t>An implementation that generates a Literal Data packet <bcp14>MUST</bcp14> use the OpenPGP format for packet framing (see <xref target="openpgp-packet-format"/>).
It <bcp14>MUST NOT</bcp14> generate a Literal Data packet with Legacy format (<xref target="legacy-packet-format"/>)</t>

<t>An implementation that deals with either historic data or data generated by legacy implementations <bcp14>MAY</bcp14> interpret Literal Data packets that use the Legacy format for packet framing.</t>

<section anchor="special-filename-console-deprecated"><name>Special Filename _CONSOLE (Deprecated)</name>

<t>The Literal Data packet's filename field has a historical special case for the special name <spanx style="verb">_CONSOLE</spanx>.
When the filename field is <spanx style="verb">_CONSOLE</spanx>, the message is considered to be "for your eyes only".
This advises that the message data is unusually sensitive, and the receiving program should process it more carefully, perhaps avoiding storing the received data to disk, for example.</t>

<t>An OpenPGP deployment that generates literal data packets <bcp14>MUST NOT</bcp14> depend on this indicator being honored in any particular way.
It cannot be enforced, and the field itself is not covered by any cryptographic signature.</t>

<t>It is <bcp14>NOT RECOMMENDED</bcp14> to use this special filename in a newly-generated literal data packet.</t>

</section>
</section>
<section anchor="trust-packet-tag-12"><name>Trust Packet (Tag 12)</name>

<t>The Trust packet is used only within keyrings and is not normally exported.
Trust packets contain data that record the user's specifications of which key holders are trustworthy introducers, along with other information that implementing software uses for trust information.
The format of Trust packets is defined by a given implementation.</t>

<t>Trust packets <bcp14>SHOULD NOT</bcp14> be emitted to output streams that are transferred to other users, and they <bcp14>SHOULD</bcp14> be ignored on any input other than local keyring files.</t>

</section>
<section anchor="user-id-packet-tag-13"><name>User ID Packet (Tag 13)</name>

<t>A User ID packet consists of UTF-8 text that is intended to represent the name and email address of the key holder.
By convention, it includes an <xref target="RFC2822"/> mail name-addr, but there are no restrictions on its content.
The packet length in the header specifies the length of the User ID.</t>

</section>
<section anchor="user-attribute-packet"><name>User Attribute Packet (Tag 17)</name>

<t>The User Attribute packet is a variation of the User ID packet.
It is capable of storing more types of data than the User ID packet, which is limited to text.
Like the User ID packet, a User Attribute packet may be certified by the key owner ("self-signed") or any other key owner who cares to certify it.
Except as noted, a User Attribute packet may be used anywhere that a User ID packet may be used.</t>

<t>While User Attribute packets are not a required part of the OpenPGP standard, implementations <bcp14>SHOULD</bcp14> provide at least enough compatibility to properly handle a certification signature on the User Attribute packet.
A simple way to do this is by treating the User Attribute packet as a User ID packet with opaque contents, but an implementation may use any method desired.</t>

<t>The User Attribute packet is made up of one or more attribute subpackets.
Each subpacket consists of a subpacket header and a body.
The header consists of:</t>

<t><list style="symbols">
  <t>The subpacket length (1, 2, or 5 octets)</t>
  <t>The subpacket type (1 octet)</t>
</list></t>

<t>and is followed by the subpacket specific data.</t>

<t>The following table lists the currently known subpackets:</t>

<texttable title="User Attribute type registry">
      <ttcol align='right'>Type</ttcol>
      <ttcol align='left'>Attribute Subpacket</ttcol>
      <c>1</c>
      <c>Image Attribute Subpacket</c>
      <c>100-110</c>
      <c>Private/Experimental Use</c>
</texttable>

<t>An implementation <bcp14>SHOULD</bcp14> ignore any subpacket of a type that it does not recognize.</t>

<section anchor="uat-image"><name>The Image Attribute Subpacket</name>

<t>The Image Attribute subpacket is used to encode an image, presumably (but not required to be) that of the key owner.</t>

<t>The Image Attribute subpacket begins with an image header.
The first two octets of the image header contain the length of the image header.
Note that unlike other multi-octet numerical values in this document, due to a historical accident this value is encoded as a little-endian number.
The image header length is followed by a single octet for the image header version.
The only currently defined version of the image header is 1, which is a 16-octet image header.
The first three octets of a version 1 image header are thus 0x10, 0x00, 0x01.</t>

<t>The fourth octet of a version 1 image header designates the encoding format of the image.
The only currently defined encoding format is the value 1 to indicate JPEG.
Image format types 100 through 110 are reserved for private or experimental use.
The rest of the version 1 image header is made up of 12 reserved octets, all of which <bcp14>MUST</bcp14> be set to 0.</t>

<t>The rest of the image subpacket contains the image itself.
As the only currently defined image type is JPEG, the image is encoded in the JPEG File Interchange Format (JFIF), a standard file format for JPEG images <xref target="JFIF"/>.</t>

<t>An implementation <bcp14>MAY</bcp14> try to determine the type of an image by examination of the image data if it is unable to handle a particular version of the image header or if a specified encoding format value is not recognized.</t>

</section>
</section>
<section anchor="seipd"><name>Sym. Encrypted Integrity Protected Data Packet (Tag 18)</name>

<t>This packet contains integrity protected and encrypted data.
When it has been decrypted, it will contain other packets forming an OpenPGP Message (see <xref target="openpgp-messages"/>).</t>

<t>The first octet of this packet is always used to indicate the version number, but different versions contain differently-structured ciphertext.
Version 1 of this packet contains data encrypted with a symmetric-key algorithm and protected against modification by the SHA-1 hash algorithm.
This is a legacy OpenPGP mechanism that offers some protections against ciphertext malleability.</t>

<t>Version 2 of this packet contains data encrypted with an authenticated encryption and additional data (AEAD) construction.
This offers a more cryptographically rigorous defense against ciphertext malleability, but may not be as widely supported yet.
See <xref target="ciphertext-malleability"/> for more details on choosing between these formats.</t>

<section anchor="version-one-seipd"><name>Version 1 Sym. Encrypted Integrity Protected Data Packet Format</name>

<t>A version 1 Symmetrically Encrypted Integrity Protected Data packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 1.</t>
  <t>Encrypted data, the output of the selected symmetric-key cipher operating in Cipher Feedback (CFB) mode.</t>
</list></t>

<t>The symmetric cipher used <bcp14>MUST</bcp14> be specified in a Public-Key or Symmetric-Key Encrypted Session Key packet that precedes the Symmetrically Encrypted Integrity Protected Data packet.
In either case, the cipher algorithm octet is prefixed to the session key before it is encrypted.</t>

<t>The data is encrypted in CFB mode (see {#cfb-mode}).
The Initial Vector (IV) is specified as all zeros.
Instead of using an IV, OpenPGP prefixes an octet string to the data before it is encrypted.
The length of the octet string equals the block size of the cipher in octets, plus two.
The first octets in the group, of length equal to the block size of the cipher, are random; the last two octets are each copies of their 2nd preceding octet.
For example, with a cipher whose block size is 128 bits or 16 octets, the prefix data will contain 16 random octets, then two more octets, which are copies of the 15th and 16th octets, respectively.
Unlike the deprecated Symmetrically Encrypted Data Packet (<xref target="sed"/>), this prefix data is encrypted in the same CFB context, and no special CFB resynchronization is done.</t>

<t>The repetition of 16 bits in the random data prefixed to the message allows the receiver to immediately check whether the session key is incorrect.
See <xref target="quick-check-oracle"/> for hints on the proper use of this "quick check".</t>

<t>Two constant octets with the values 0xD3 and 0x14 are appended to the plaintext.
Then, the plaintext of the data to be encrypted is passed through the SHA-1 hash function.
The input to the hash function includes the prefix data described above; it includes all of the plaintext, including the trailing constant octets 0xD3, 0x14.
The 20 octets of the SHA-1 hash are then appended to the plaintext (after the constant octets 0xD3, 0x14) and encrypted along with the plaintext using the same CFB context.
This trailing checksum is known as the Modification Detection Code (MDC).</t>

<t>During decryption, the plaintext data should be hashed with SHA-1, including the prefix data as well as the trailing constant octets 0xD3, 0x14, but excluding the last 20 octets containing the SHA-1 hash.
The computed SHA-1 hash is then compared with the last 20 octets of plaintext.
A mismatch of the hash indicates that the message has been modified and <bcp14>MUST</bcp14> be treated as a security problem.
Any failure <bcp14>SHOULD</bcp14> be reported to the user.</t>

<ul empty="true"><li>
  <t>NON-NORMATIVE EXPLANATION</t>

  <t>The Modification Detection Code (MDC) system, as the integrity
  protection mechanism of version 1 of the Symmetrically Encrypted
  Integrity Protected Data packet is called, was created to
  provide an integrity mechanism that is less strong than a
  signature, yet stronger than bare CFB encryption.</t>

  <t>It is a limitation of CFB encryption that damage to the ciphertext
  will corrupt the affected cipher blocks and the block following.
  Additionally, if data is removed from the end of a CFB-encrypted
  block, that removal is undetectable.  (Note also that CBC mode has
  a similar limitation, but data removed from the front of the block
  is undetectable.)</t>

  <t>The obvious way to protect or authenticate an encrypted block is
  to digitally sign it.  However, many people do not wish to
  habitually sign data, for a large number of reasons beyond the
  scope of this document.  Suffice it to say that many people
  consider properties such as deniability to be as valuable as
  integrity.</t>

  <t>OpenPGP addresses this desire to have more security than raw
  encryption and yet preserve deniability with the MDC system.  An
  MDC is intentionally not a MAC.  Its name was not selected by
  accident.  It is analogous to a checksum.</t>

  <t>Despite the fact that it is a relatively modest system, it has
  proved itself in the real world.  It is an effective defense to
  several attacks that have surfaced since it has been created.  It
  has met its modest goals admirably.</t>

  <t>Consequently, because it is a modest security system, it has
  modest requirements on the hash function(s) it employs.  It does
  not rely on a hash function being collision-free, it relies on a
  hash function being one-way.  If a forger, Frank, wishes to send
  Alice a (digitally) unsigned message that says, "I've always
  secretly loved you, signed Bob", it is far easier for him to
  construct a new message than it is to modify anything intercepted
  from Bob.  (Note also that if Bob wishes to communicate secretly
  with Alice, but without authentication or identification and with
  a threat model that includes forgers, he has a problem that
  transcends mere cryptography.)</t>

  <t>Note also that unlike nearly every other OpenPGP subsystem, there
  are no parameters in the MDC system.  It hard-defines SHA-1 as its
  hash function.  This is not an accident.  It is an intentional
  choice to avoid downgrade and cross-grade attacks while making a
  simple, fast system.  (A downgrade attack would be an attack that
  replaced SHA2-256 with SHA-1, for example.  A cross-grade attack
  would replace SHA-1 with another 160-bit hash, such as
  RIPEMD-160, for example.)</t>

  <t>However, no update will be needed because the MDC has been replaced
  by the AEAD encryption described in this document.</t>
</li></ul>

</section>
<section anchor="version-two-seipd"><name>Version 2 Sym. Encrypted Integrity Protected Data Packet Format</name>

<t>A version 2 Symmetrically Encrypted Integrity Protected Data packet consists of:</t>

<t><list style="symbols">
  <t>A one-octet version number with value 2.</t>
  <t>A one-octet cipher algorithm.</t>
  <t>A one-octet AEAD algorithm.</t>
  <t>A one-octet chunk size.</t>
  <t>Thirty-two octets of salt.
The salt is used to derive the message key and must be unique.</t>
  <t>Encrypted data, the output of the selected symmetric-key cipher operating in the given AEAD mode.</t>
  <t>A final, summary authentication tag for the AEAD mode.</t>
</list></t>

<t>The decrypted session key and the salt are used to derive an M-bit message key and N-64 bits used as initialization vector, where M is the key size of the symmetric algorithm and N is the nonce size of the AEAD algorithm.
M + N - 64 bits are derived using HKDF (see <xref target="RFC5869"/>).
The left-most M bits are used as symmetric algorithm key, the remaining N - 64 bits are used as initialization vector.
HKDF is used with SHA256 as hash algorithm, the session key as Initial Keying Material (IKM), the salt as salt, and the Packet Tag in OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), version number, cipher algorithm octet, AEAD algorithm octet, and chunk size octet as info parameter.</t>

<t>The KDF mechanism provides key separation between cipher and AEAD algorithms.
Furthermore, an implementation can securely reply to a message even if a recipient's certificate is unknown by reusing the encrypted session key packets and replying with a different salt yielding a new, unique message key.</t>

<t>A v2 SEIPD packet consists of one or more chunks of data.
The plaintext of each chunk is of a size specified using the chunk size octet using the method specified below.</t>

<t>The encrypted data consists of the encryption of each chunk of plaintext, followed immediately by the relevant authentication tag.
If the last chunk of plaintext is smaller than the chunk size, the ciphertext for that data may be shorter; it is nevertheless followed by a full authentication tag.</t>

<t>For each chunk, the AEAD construction is given the Packet Tag in OpenPGP format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag), version number, cipher algorithm octet, AEAD algorithm octet, and chunk size octet as additional data.
For example, the additional data of the first chunk using EAX and AES-128 with a chunk size of 2**22 octets consists of the octets 0xD2, 0x02, 0x07, 0x01, and 0x10.</t>

<t>After the final chunk, the AEAD algorithm is used to produce a final authentication tag encrypting the empty string.
This AEAD instance is given the additional data specified above, plus an eight-octet, big-endian value specifying the total number of plaintext octets encrypted.
This allows detection of a truncated ciphertext.</t>

<t>The chunk size octet specifies the size of chunks using the following formula (in C), where c is the chunk size octet:</t>

<figure><artwork><![CDATA[
  chunk_size = (uint32_t) 1 << (c + 6)
]]></artwork></figure>

<t>An implementation <bcp14>MUST</bcp14> accept chunk size octets with values from 0 to 16.
An implementation <bcp14>MUST NOT</bcp14> create data with a chunk size octet value larger than 16 (4 MiB chunks).</t>

<t>The nonce for AEAD mode consists of two parts.
Let N be the size of the nonce.
The left-most N - 64 bits are the initialization vector derived using HKDF.
The right-most 64 bits are the chunk index as big-endian value.
The index of the first chunk is zero.</t>

</section>
<section anchor="eax-mode"><name>EAX Mode</name>

<t>The EAX AEAD Algorithm used in this document is defined in <xref target="EAX"/>.</t>

<t>The EAX algorithm can only use block ciphers with 16-octet blocks.
The nonce is 16 octets long.
EAX authentication tags are 16 octets long.</t>

</section>
<section anchor="ocb-mode"><name>OCB Mode</name>

<t>The OCB AEAD Algorithm used in this document is defined in <xref target="RFC7253"/>.</t>

<t>The OCB algorithm can only use block ciphers with 16-octet blocks.
The nonce is 15 octets long.
OCB authentication tags are 16 octets long.</t>

</section>
<section anchor="gcm-mode"><name>GCM Mode</name>

<t>The GCM AEAD Algorithm used in this document is defined in <xref target="SP800-38D"/>.</t>

<t>The GCM algorithm can only use block ciphers with 16-octet blocks.
The nonce is 12 octets long.
GCM authentication tags are 16 octets long.</t>

</section>
</section>
<section anchor="padding-packet"><name>Padding Packet (Tag 21)</name>

<t>The Padding packet contains random data, and can be used to defend against traffic analysis (see <xref target="traffic-analysis"/>) on version 2 SEIPD messages (see <xref target="version-two-seipd"/>) and Transferable Public Keys (see <xref target="transferable-public-keys"/>).</t>

<t>Such a packet <bcp14>MUST</bcp14> be ignored when received.</t>

<t>Its contents <bcp14>SHOULD</bcp14> be random octets to make the length obfuscation it provides more robust even when compressed.</t>

<t>An implementation adding padding to an OpenPGP stream <bcp14>SHOULD</bcp14> place such a packet:</t>

<t><list style="symbols">
  <t>At the end of a v6 Transferable Public Key that is transferred over an encrypted channel (see <xref target="transferable-public-keys"/>).</t>
  <t>As the last packet of an Optionally Padded Message within a version 2 Symmetrically Encrypted Integrity Protected Data Packet (see <xref target="unwrapping"/>).</t>
</list></t>

<t>An implementation <bcp14>MUST</bcp14> be able to process padding packets anywhere else in an OpenPGP stream, so that future revisions of this document may specify further locations for padding.</t>

<t>Policy about how large to make such a packet to defend against traffic analysis is beyond the scope of this document.</t>

</section>
</section>
<section anchor="radix64"><name>Radix-64 Conversions</name>

<t>As stated in the introduction, OpenPGP's underlying native representation for objects is a stream of arbitrary octets, and some systems desire these objects to be immune to damage caused by character set translation, data conversions, etc.</t>

<t>In principle, any printable encoding scheme that met the requirements of the unsafe channel would suffice, since it would not change the underlying binary bit streams of the native OpenPGP data structures.
The OpenPGP standard specifies one such printable encoding scheme to ensure interoperability.</t>

<t>OpenPGP's Radix-64 encoding is composed of two parts: a base64 encoding of the binary data and an optional checksum.
The base64 encoding used is described in <xref section="4" sectionFormat="of" target="RFC4648"/>, and it is wrapped into lines of no more than 76 characters each.</t>

<t>When decoding base64, an OpenPGP implementation must ignore all white space.</t>

<section anchor="optional-crc24"><name>Optional checksum</name>

<t>The optional checksum is a 24-bit Cyclic Redundancy Check (CRC) converted to four characters of radix-64 encoding by the same MIME base64 transformation, preceded by an equal sign (=).
The CRC is computed by using the generator 0x864CFB and an initialization of 0xB704CE.
The accumulation is done on the data before it is converted to radix-64, rather than on the converted data.
A sample implementation of this algorithm is in <xref target="sample-crc24"/>.</t>

<t>If present, the checksum with its leading equal sign <bcp14>MUST</bcp14> appear on the next line after the base64 encoded data.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> reject an OpenPGP object when the CRC24 footer is present, missing, malformed, or disagrees with the computed CRC24 sum.
When forming ASCII Armor, the CRC24 footer <bcp14>SHOULD NOT</bcp14> be generated, unless interoperability with implementations that require the CRC24 footer to be present is a concern.</t>

<t>The CRC24 footer <bcp14>MUST NOT</bcp14> be generated if it can be determined by context or by the OpenPGP object being encoded that the consuming implementation accepts Radix-64 encoded blocks without CRC24 footer.
Notably:</t>

<t><list style="symbols">
  <t>An ASCII-armored Encrypted Message packet sequence that ends in an v2 SEIPD packet <bcp14>MUST NOT</bcp14> contain a CRC24 footer.</t>
  <t>An ASCII-armored sequence of Signature packets that only includes v6 Signature packets <bcp14>MUST NOT</bcp14> contain a CRC24 footer.</t>
  <t>An ASCII-armored Transferable Public Key packet sequence of a v6 key <bcp14>MUST NOT</bcp14> contain a CRC24 footer.</t>
  <t>An ASCII-armored keyring consisting of only v6 keys <bcp14>MUST NOT</bcp14> contain a CRC24 footer.</t>
</list></t>

<t>Rationale:
Previous versions of this document state that the CRC24 footer is optional, but the text was ambiguous.
In practice, very few implementations require the CRC24 footer to be present.
Computing the CRC24 incurs a significant cost, while providing no meaningful integrity protection.
Therefore, generating it is now discouraged.</t>

<section anchor="sample-crc24"><name>An Implementation of the CRC-24 in "C"</name>

<figure><sourcecode type="text/x-csrc" name="sample-crc24.c"><![CDATA[
#define CRC24_INIT 0xB704CEL
#define CRC24_GENERATOR 0x864CFBL

typedef unsigned long crc24;
crc24 crc_octets(unsigned char *octets, size_t len)
{
    crc24 crc = CRC24_INIT;
    int i;
    while (len--) {
        crc ^= (*octets++) << 16;
        for (i = 0; i < 8; i++) {
            crc <<= 1;
            if (crc & 0x1000000) {
                crc &= 0xffffff; /* Clear bit 25 to avoid overflow */
                crc ^= CRC24_GENERATOR;
            }
        }
    }
    return crc & 0xFFFFFFL;
}
]]></sourcecode></figure>

</section>
</section>
<section anchor="forming-ascii-armor"><name>Forming ASCII Armor</name>

<t>When OpenPGP encodes data into ASCII Armor, it puts specific headers around the Radix-64 encoded data, so OpenPGP can reconstruct the data later.
An OpenPGP implementation <bcp14>MAY</bcp14> use ASCII armor to protect raw binary data.
OpenPGP informs the user what kind of data is encoded in the ASCII armor through the use of the headers.</t>

<t>Concatenating the following data creates ASCII Armor:</t>

<t><list style="symbols">
  <t>An Armor Header Line, appropriate for the type of data</t>
  <t>Armor Headers</t>
  <t>A blank (zero-length, or containing only whitespace) line</t>
  <t>The ASCII-Armored data</t>
  <t>An optional Armor Checksum (discouraged, see <xref target="optional-crc24"/>)</t>
  <t>The Armor Tail, which depends on the Armor Header Line</t>
</list></t>

<t>An Armor Header Line consists of the appropriate header line text surrounded by five (5) dashes (<spanx style="verb">-</spanx>, 0x2D) on either side of the header line text.
The header line text is chosen based upon the type of data that is being encoded in Armor, and how it is being encoded.
Header line texts include the following strings:</t>

<dl newline="true">
  <dt>BEGIN PGP MESSAGE</dt>
  <dd>
    <t>Used for signed, encrypted, or compressed files.</t>
  </dd>
  <dt>BEGIN PGP PUBLIC KEY BLOCK</dt>
  <dd>
    <t>Used for armoring public keys.</t>
  </dd>
  <dt>BEGIN PGP PRIVATE KEY BLOCK</dt>
  <dd>
    <t>Used for armoring private keys.</t>
  </dd>
  <dt>BEGIN PGP SIGNATURE</dt>
  <dd>
    <t>Used for detached signatures, OpenPGP/MIME signatures, and cleartext signatures.</t>
  </dd>
</dl>

<t>Note that all these Armor Header Lines are to consist of a complete line.
The header lines, therefore, <bcp14>MUST</bcp14> start at the beginning of a line, and <bcp14>MUST NOT</bcp14> have text other than whitespace following them on the same line.
These line endings are considered a part of the Armor Header Line for the purposes of determining the content they delimit.
This is particularly important when computing a cleartext signature (see <xref target="cleartext-signature"/>).</t>

<t>The Armor Headers are pairs of strings that can give the user or the receiving OpenPGP implementation some information about how to decode or use the message.
The Armor Headers are a part of the armor, not a part of the message, and hence are not protected by any signatures applied to the message.</t>

<t>The format of an Armor Header is that of a key-value pair.
A colon (<spanx style="verb">:</spanx> 0x38) and a single space (0x20) separate the key and value.
An OpenPGP implementation may consider improperly formatted Armor Headers to be corruption of the ASCII Armor, but <bcp14>SHOULD</bcp14> make an effort to recover.
Unknown keys should be silently ignored, and an OpenPGP implementation <bcp14>SHOULD</bcp14> continue to process the message.</t>

<t>Note that some transport methods are sensitive to line length.
While there is a limit of 76 characters for the Radix-64 data (<xref target="radix64"/>), there is no limit to the length of Armor Headers.
Care should be taken that the Armor Headers are short enough to survive transport.
One way to do this is to repeat an Armor Header Key multiple times with different values for each so that no one line is overly long.</t>

<t>Currently defined Armor Header Keys are as follows:</t>

<t><list style="symbols">
  <t>"Version", which states the OpenPGP implementation and version used to encode the message.
To minimize metadata, implementations <bcp14>SHOULD NOT</bcp14> emit this key and its corresponding value except for debugging purposes with explicit user consent.</t>
  <t>"Comment", a user-defined comment.
OpenPGP defines all text to be in UTF-8.
A comment may be any UTF-8 string.
However, the whole point of armoring is to provide seven-bit-clean data.
Consequently, if a comment has characters that are outside the US-ASCII range of UTF, they may very well not survive transport.</t>
  <t>"Hash", a comma-separated list of hash algorithms used in this message.
This is used only in cleartext signed messages.</t>
  <t>"SaltedHash", a salt and hash algorithm used in this message.
This is used only in cleartext signed messages that are followed by a v6 Signature.</t>
  <t>"Charset", a description of the character set that the plaintext is in.
Please note that OpenPGP defines text to be in UTF-8.
An implementation will get best results by translating into and out of UTF-8.
However, there are many instances where this is easier said than done.
Also, there are communities of users who have no need for UTF-8 because they are all happy with a character set like ISO Latin-5 or a Japanese character set.
In such instances, an implementation <bcp14>MAY</bcp14> override the UTF-8 default by using this header key.
An implementation <bcp14>MAY</bcp14> implement this key and any translations it cares to; an implementation <bcp14>MAY</bcp14> ignore it and assume all text is UTF-8.</t>
</list></t>

<t>The Armor Tail Line is composed in the same manner as the Armor Header Line, except the string "BEGIN" is replaced by the string "END".</t>

</section>
<section anchor="example-of-an-ascii-armored-message"><name>Example of an ASCII Armored Message</name>

<figure><artwork><![CDATA[
-----BEGIN PGP MESSAGE-----

yDgBO22WxBHv7O8X7O/jygAEzol56iUKiXmV+XmpCtmpqQUKiQrFqclFqUDBovzS
vBSFjNSiVHsuAA==
-----END PGP MESSAGE-----
]]></artwork></figure>

<t>Note that this example has extra indenting; an actual armored message would have no leading whitespace.</t>

</section>
</section>
<section anchor="cleartext-signature"><name>Cleartext Signature Framework</name>

<t>It is desirable to be able to sign a textual octet stream without ASCII armoring the stream itself, so the signed text is still readable without special software.
In order to bind a signature to such a cleartext, this framework is used, which follows the same basic format and restrictions as the ASCII armoring described in <xref target="forming-ascii-armor"/>.
(Note that this framework is not intended to be reversible.
<xref target="RFC3156"/> defines another way to sign cleartext messages for environments that support MIME.)</t>

<t>The cleartext signed message consists of:</t>

<t><list style="symbols">
  <t>The cleartext header <spanx style="verb">-----BEGIN PGP SIGNED MESSAGE-----</spanx> on a single line,</t>
  <t>If the message is signed using v3 or v4 Signatures, one or more "Hash" Armor Headers,</t>
  <t>If the message is signed using v6 Signatures, one or more "SaltedHash" Armor Headers,</t>
  <t>Exactly one empty line not included into the message digest,</t>
  <t>The dash-escaped cleartext that is included into the message digest,</t>
  <t>The ASCII armored signature(s) including the <spanx style="verb">-----BEGIN PGP SIGNATURE-----</spanx> Armor Header and Armor Tail Lines.</t>
</list></t>

<t>If the "Hash" Armor Header is given, the specified message digest algorithm(s) are used for the signature.
If more than one message digest is used in the signatures, each digest algorithm has to be specified.
To that end, the "Hash" Armor Header contains a comma-delimited list of used message digests, and the "Hash" Armor Header can be given multiple times.</t>

<t>If the "SaltedHash" Armor Header is given, the specified message digest algorithm and salt are used for a signature.
The message digest name is followed by a colon (<spanx style="verb">:</spanx>) followed by a random value encoded in Radix-64 without padding, which decoded length depends on the hash as specified in table <xref target="hash-registry"/>.
Note: The "SaltedHash" Armor Header contains digest algorithm and salt for a single signature; a second signature requires a second "SaltedHash" Armor Header.</t>

<t>If neither a "Hash" nor a "SaltedHash" Armor Header is given, or the message digest algorithms (and salts) used in the signatures do not match the information in the headers, the signature <bcp14>MUST</bcp14> be considered invalid.</t>

<t>Current message digest names are described with the algorithm IDs in <xref target="hash-algos"/>.</t>

<t>An implementation <bcp14>SHOULD</bcp14> add a line break after the cleartext, but <bcp14>MAY</bcp14> omit it if the cleartext ends with a line break.
This is for visual clarity.</t>

<section anchor="dash-escaping"><name>Dash-Escaped Text</name>

<t>The cleartext content of the message must also be dash-escaped.</t>

<t>Dash-escaped cleartext is the ordinary cleartext where every line starting with a <u>-</u> is prefixed by the sequence <u>-</u> and <u> </u>.
This prevents the parser from recognizing armor headers of the cleartext itself.
An implementation <bcp14>MAY</bcp14> dash-escape any line, <bcp14>SHOULD</bcp14> dash-escape lines commencing "From" followed by a space, and <bcp14>MUST</bcp14> dash-escape any line commencing in a dash.
The message digest is computed using the cleartext itself, not the dash-escaped form.</t>

<t>As with binary signatures on text documents, a cleartext signature is calculated on the text using canonical &lt;CR&gt;&lt;LF&gt; line endings.
The line ending (that is, the &lt;CR&gt;&lt;LF&gt;) before the <spanx style="verb">-----BEGIN PGP SIGNATURE-----</spanx> line that terminates the signed text is not considered part of the signed text.</t>

<t>When reversing dash-escaping, an implementation <bcp14>MUST</bcp14> strip the string <spanx style="verb">- </spanx> if it occurs at the beginning of a line, and <bcp14>SHOULD</bcp14> warn on <spanx style="verb">-</spanx> and any character other than a space at the beginning of a line.</t>

<t>Also, any trailing whitespace --- spaces (0x20) and tabs (0x09) --- at the end of any line is removed when the cleartext signature is generated.</t>

</section>
<section anchor="incompatibilities-with-cleartext-signature-framework"><name>Incompatibilities with Cleartext Signature Framework</name>

<t>Since dash-escaping (<xref target="dash-escaping"/>) also involves trimming trailing whitespace on every line, the Cleartext Signature Framework will fail to safely round-trip any textual stream that may include semantically meaningful whitespace.</t>

<t>For example, the Unified Diff format <xref target="UNIFIED-DIFF"/> contains semantically meaningful whitespace: an empty line of context will consist of a line with a single <u> </u> character, and any line that has trailing whitespace added or removed will represent such a change with semantically meaningful whitespace.</t>

<t>An implementation that knows it is working with such a textual stream <bcp14>SHOULD NOT</bcp14> use the Cleartext Signature Framework.
Safe alternatives for a semantically meaningful OpenPGP signature over such a file format are:</t>

<t><list style="symbols">
  <t>A Signed Message or One-Pass Signed Message object, as described in <xref target="openpgp-messages"/>.</t>
  <t>A Detached Signature as described in <xref target="detached-signatures"/>.</t>
</list></t>

<t>Either of these alternatives may be ASCII-armored (see <xref target="forming-ascii-armor"/>) if they need to be transmitted across a text-only (or 7-bit clean) channel.</t>

</section>
</section>
<section anchor="regular-expressions"><name>Regular Expressions</name>

<t>A regular expression is zero or more branches, separated by <spanx style="verb">|</spanx>.
It matches anything that matches one of the branches.</t>

<t>A branch is zero or more pieces, concatenated.
It matches a match for the first, followed by a match for the second, etc.</t>

<t>A piece is an atom possibly followed by <spanx style="verb">*</spanx>, <spanx style="verb">+</spanx>, or <spanx style="verb">?</spanx>.
An atom followed by <spanx style="verb">*</spanx> matches a sequence of 0 or more matches of the atom.
An atom followed by <spanx style="verb">+</spanx> matches a sequence of 1 or more matches of the atom.
An atom followed by <spanx style="verb">?</spanx> matches a match of the atom, or the null string.</t>

<t>An atom is a regular expression in parentheses (matching a match for the regular expression), a range (see below), <spanx style="verb">.</spanx> (matching any single character), <spanx style="verb">^</spanx> (matching the null string at the beginning of the input string), <spanx style="verb">$</spanx> (matching the null string at the end of the input string), a <spanx style="verb">\</spanx> followed by a single character (matching that character), or a single character with no other significance (matching that character).</t>

<t>A range is a sequence of characters enclosed in <spanx style="verb">[]</spanx>.
It normally matches any single character from the sequence.
If the sequence begins with <spanx style="verb">^</spanx>, it matches any single character not from the rest of the sequence.
If two characters in the sequence are separated by <spanx style="verb">-</spanx>, this is shorthand for the full list of ASCII characters between them (for example, <spanx style="verb">[0-9]</spanx> matches any decimal digit).
To include a literal <spanx style="verb">]</spanx> in the sequence, make it the first character (following a possible <spanx style="verb">^</spanx>).
To include a literal <spanx style="verb">-</spanx>, make it the first or last character.</t>

</section>
<section anchor="constants"><name>Constants</name>

<t>This section describes the constants used in OpenPGP.</t>

<t>Note that these tables are not exhaustive lists; an implementation <bcp14>MAY</bcp14> implement an algorithm not on these lists, so long as the algorithm numbers are chosen from the private or experimental algorithm range.</t>

<t>See <xref target="notes-on-algorithms"/> for more discussion of the algorithms.</t>

<section anchor="pubkey-algos"><name>Public-Key Algorithms</name>

<texttable title="Public-key algorithm registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <ttcol align='left'>Public Key Format</ttcol>
      <ttcol align='left'>Secret Key Format</ttcol>
      <ttcol align='left'>Signature Format</ttcol>
      <ttcol align='left'>PKESK Format</ttcol>
      <c>1</c>
      <c>RSA (Encrypt or Sign) <xref target="HAC"/></c>
      <c>MPI(n), MPI(e) [<xref target="key-rsa"/>]</c>
      <c>MPI(d), MPI(p), MPI(q), MPI(u)</c>
      <c>MPI(m**d mod n) [<xref target="sig-rsa"/>]</c>
      <c>MPI(m**e mod n) [<xref target="pkesk-rsa"/>]</c>
      <c>2</c>
      <c>RSA Encrypt-Only <xref target="HAC"/></c>
      <c>MPI(n), MPI(e) [<xref target="key-rsa"/>]</c>
      <c>MPI(d), MPI(p), MPI(q), MPI(u)</c>
      <c>N/A</c>
      <c>MPI(m**e mod n) [<xref target="pkesk-rsa"/>]</c>
      <c>3</c>
      <c>RSA Sign-Only <xref target="HAC"/></c>
      <c>MPI(n), MPI(e) [<xref target="key-rsa"/>]</c>
      <c>MPI(d), MPI(p), MPI(q), MPI(u)</c>
      <c>MPI(m**d mod n) [<xref target="sig-rsa"/>]</c>
      <c>N/A</c>
      <c>16</c>
      <c>Elgamal (Encrypt-Only) <xref target="ELGAMAL"/> <xref target="HAC"/></c>
      <c>MPI(p), MPI(g), MPI(y) [<xref target="key-elgamal"/>]</c>
      <c>MPI(x)</c>
      <c>N/A</c>
      <c>MPI(g**k mod p), MPI (m * y**k mod p) [<xref target="pkesk-elgamal"/>]</c>
      <c>17</c>
      <c>DSA (Digital Signature Algorithm) <xref target="FIPS186"/> <xref target="HAC"/></c>
      <c>MPI(p), MPI(q), MPI(g), MPI(y) [<xref target="key-dsa"/>]</c>
      <c>MPI(x)</c>
      <c>MPI(r), MPI(s) [<xref target="sig-dsa"/>]</c>
      <c>N/A</c>
      <c>18</c>
      <c>ECDH public key algorithm</c>
      <c>OID, MPI(point in curve-specific point format), KDFParams [see <xref target="curve-specific-formats"/>, <xref target="key-ecdh"/>]</c>
      <c>MPI(value in curve-specific format) [<xref target="curve-specific-formats"/>]</c>
      <c>N/A</c>
      <c>MPI(point in curve-specific point format), size octet, encoded key [<xref target="curve-specific-formats"/>, <xref target="pkesk-ecdh"/>, <xref target="ecdh"/>]</c>
      <c>19</c>
      <c>ECDSA public key algorithm <xref target="FIPS186"/></c>
      <c>OID, MPI(point in SEC1 format) [<xref target="key-ecdsa"/>]</c>
      <c>MPI(value)</c>
      <c>MPI(r), MPI(s) [<xref target="sig-dsa"/>]</c>
      <c>N/A</c>
      <c>20</c>
      <c>Reserved (formerly Elgamal Encrypt or Sign)</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>21</c>
      <c>Reserved for Diffie-Hellman (X9.42, as defined for IETF-S/MIME)</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>22</c>
      <c>EdDSALegacy (deprecated)</c>
      <c>OID, MPI(point in prefixed native format) [see <xref target="ec-point-prefixed-native"/>, <xref target="key-eddsa-legacy"/>]</c>
      <c>MPI(value in curve-specific format) [see <xref target="curve-specific-formats"/>]</c>
      <c>MPI, MPI [see <xref target="curve-specific-formats"/>, <xref target="sig-eddsa-legacy"/>]</c>
      <c>N/A</c>
      <c>23</c>
      <c>Reserved (AEDH)</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>24</c>
      <c>Reserved (AEDSA)</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>25</c>
      <c>X25519</c>
      <c>32 octets</c>
      <c>32 octets</c>
      <c>N/A</c>
      <c>32 octets, size octet, encoded key</c>
      <c>26</c>
      <c>X448</c>
      <c>56 octets</c>
      <c>56 octets</c>
      <c>N/A</c>
      <c>56 octets, size octet, encoded key</c>
      <c>27</c>
      <c>Ed25519</c>
      <c>32 octets</c>
      <c>32 octets</c>
      <c>64 octets</c>
      <c>&#160;</c>
      <c>28</c>
      <c>Ed448</c>
      <c>57 octets</c>
      <c>57 octets</c>
      <c>114 octets</c>
      <c>&#160;</c>
      <c>100 to 110</c>
      <c>Private/Experimental algorithm</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
</texttable>

<t>Implementations <bcp14>MUST</bcp14> implement Ed25519 (27) for signatures, and X25519 (25) for encryption.
Implementations <bcp14>SHOULD</bcp14> implement Ed448 (28) and X448 (26).</t>

<t>RSA (1) keys are deprecated and <bcp14>SHOULD NOT</bcp14> be generated, but may be interpreted.
RSA Encrypt-Only (2) and RSA Sign-Only (3) are deprecated and <bcp14>MUST NOT</bcp14> be generated.
See <xref target="rsa-notes"/>.
Elgamal (16) keys are deprecated and <bcp14>MUST NOT</bcp14> be generated (see <xref target="elgamal-notes"/>).
DSA (17) keys are deprecated and <bcp14>MUST NOT</bcp14> be generated (see <xref target="dsa-notes"/>).
See <xref target="reserved-notes"/> for notes on Elgamal Encrypt or Sign (20), and X9.42 (21).
Implementations <bcp14>MAY</bcp14> implement any other algorithm.</t>

<t>Note that an implementation conforming to the previous version of this standard (<xref target="RFC4880"/>) has only DSA (17) and Elgamal (16) as its <bcp14>MUST</bcp14>-implement algorithms.</t>

<t>A compatible specification of ECDSA is given in <xref target="RFC6090"/> as "KT-I Signatures" and in <xref target="SEC1"/>; ECDH is defined in <xref target="ecdh"/> of this document.</t>

</section>
<section anchor="ec-curves"><name>ECC Curves for OpenPGP</name>

<t>The parameter curve OID is an array of octets that defines a named curve.</t>

<t>The table below specifies the exact sequence of octets for each named curve referenced in this document.
It also specifies which public key algorithms the curve can be used with, as well as the size of expected elements in octets:</t>

<texttable title="ECC Curve OID and usage registry" anchor="ecc-oid-usage">
      <ttcol align='left'>ASN.1 Object Identifier</ttcol>
      <ttcol align='left'>OID len</ttcol>
      <ttcol align='left'>Curve OID octets in hex</ttcol>
      <ttcol align='left'>Curve name</ttcol>
      <ttcol align='left'>Usage</ttcol>
      <ttcol align='left'>Field Size (fsize)</ttcol>
      <c>1.2.840.10045.3.1.7</c>
      <c>8</c>
      <c>2A 86 48 CE 3D 03 01 07</c>
      <c>NIST P-256</c>
      <c>ECDSA, ECDH</c>
      <c>32</c>
      <c>1.3.132.0.34</c>
      <c>5</c>
      <c>2B 81 04 00 22</c>
      <c>NIST P-384</c>
      <c>ECDSA, ECDH</c>
      <c>48</c>
      <c>1.3.132.0.35</c>
      <c>5</c>
      <c>2B 81 04 00 23</c>
      <c>NIST P-521</c>
      <c>ECDSA, ECDH</c>
      <c>66</c>
      <c>1.3.36.3.3.2.8.1.1.7</c>
      <c>9</c>
      <c>2B 24 03 03 02 08 01 01 07</c>
      <c>brainpoolP256r1</c>
      <c>ECDSA, ECDH</c>
      <c>32</c>
      <c>1.3.36.3.3.2.8.1.1.11</c>
      <c>9</c>
      <c>2B 24 03 03 02 08 01 01 0B</c>
      <c>brainpoolP384r1</c>
      <c>ECDSA, ECDH</c>
      <c>48</c>
      <c>1.3.36.3.3.2.8.1.1.13</c>
      <c>9</c>
      <c>2B 24 03 03 02 08 01 01 0D</c>
      <c>brainpoolP512r1</c>
      <c>ECDSA, ECDH</c>
      <c>64</c>
      <c>1.3.6.1.4.1.11591.15.1</c>
      <c>9</c>
      <c>2B 06 01 04 01 DA 47 0F 01</c>
      <c>Ed25519Legacy</c>
      <c>EdDSALegacy</c>
      <c>32</c>
      <c>1.3.6.1.4.1.3029.1.5.1</c>
      <c>10</c>
      <c>2B 06 01 04 01 97 55 01 05 01</c>
      <c>Curve25519Legacy</c>
      <c>ECDH</c>
      <c>32</c>
</texttable>

<t>The "Field Size (fsize)" column represents the field size of the group in number of octets, rounded up, such that x or y coordinates for a point on the curve or native point representations for the curve can be represented in that many octets.
For the curves specified here, also scalars such as the base point order and the private key can be represented in fsize octets.
Note that, however, there exist curves outside this specification where the representation of scalars requires an additional octet.</t>

<t>The sequence of octets in the third column is the result of applying the Distinguished Encoding Rules (DER) to the ASN.1 Object Identifier with subsequent truncation.
The truncation removes the two fields of encoded Object Identifier.
The first omitted field is one octet representing the Object Identifier tag, and the second omitted field is the length of the Object Identifier body.
For example, the complete ASN.1 DER encoding for the NIST P-256 curve OID is "06 08 2A 86 48 CE 3D 03 01 07", from which the first entry in the table above is constructed by omitting the first two octets.
Only the truncated sequence of octets is the valid representation of a curve OID.</t>

<t>The deprecated OIDs for Ed25519Legacy and Curve25519Legacy are used in legacy version 4 keys and signatures.
Implementations <bcp14>MAY</bcp14> implement these variants for compatibility with existing v4 key material and signatures.
Implementations <bcp14>MUST NOT</bcp14> accept or generate v6 key material using the deprecated OIDs.</t>

<section anchor="curve-specific-formats"><name>Curve-Specific Wire Formats</name>

<t>Some Elliptic Curve Public Key Algorithms use different conventions for specific fields depending on the curve in use.
Each field is always formatted as an MPI, but with a curve-specific framing.
This table summarizes those distinctions.</t>

<texttable title="Curve-specific wire formats" anchor="ecc-wire-formats">
      <ttcol align='left'>Curve</ttcol>
      <ttcol align='left'>ECDH Point Format</ttcol>
      <ttcol align='left'>ECDH Secret Key MPI</ttcol>
      <ttcol align='left'>EdDSA Secret Key MPI</ttcol>
      <ttcol align='left'>EdDSA Signature first MPI</ttcol>
      <ttcol align='left'>EdDSA Signature second MPI</ttcol>
      <c>NIST P-256</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>NIST P-384</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>NIST P-521</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>brainpoolP256r1</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>brainpoolP384r1</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>brainpoolP512r1</c>
      <c>SEC1</c>
      <c>integer</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>Ed25519Legacy</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>32 octets of secret</c>
      <c>32 octets of R</c>
      <c>32 octets of S</c>
      <c>Curve25519Legacy</c>
      <c>prefixed native</c>
      <c>integer (see <xref target="curve25519-secrets"/>)</c>
      <c>N/A</c>
      <c>N/A</c>
      <c>N/A</c>
</texttable>

<t>For the native octet-string forms of EdDSA values, see <xref target="RFC8032"/>.
For the native octet-string forms of ECDH secret scalars and points, see <xref target="RFC7748"/>.</t>

</section>
</section>
<section anchor="symmetric-algos"><name>Symmetric-Key Algorithms</name>

<texttable title="Symmetric-key algorithm registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <c>0</c>
      <c>Plaintext or unencrypted data</c>
      <c>1</c>
      <c>IDEA <xref target="IDEA"/></c>
      <c>2</c>
      <c>TripleDES (DES-EDE, <xref target="SCHNEIER"/>, <xref target="HAC"/> - 168 bit key derived from 192)</c>
      <c>3</c>
      <c>CAST5 (128 bit key, as per <xref target="RFC2144"/>)</c>
      <c>4</c>
      <c>Blowfish (128 bit key, 16 rounds) <xref target="BLOWFISH"/></c>
      <c>5</c>
      <c>Reserved</c>
      <c>6</c>
      <c>Reserved</c>
      <c>7</c>
      <c>AES with 128-bit key <xref target="AES"/></c>
      <c>8</c>
      <c>AES with 192-bit key</c>
      <c>9</c>
      <c>AES with 256-bit key</c>
      <c>10</c>
      <c>Twofish with 256-bit key <xref target="TWOFISH"/></c>
      <c>11</c>
      <c>Camellia with 128-bit key <xref target="RFC3713"/></c>
      <c>12</c>
      <c>Camellia with 192-bit key</c>
      <c>13</c>
      <c>Camellia with 256-bit key</c>
      <c>100 to 110</c>
      <c>Private/Experimental algorithm</c>
      <c>253, 254 and 255</c>
      <c>Reserved to avoid collision with Secret Key Encryption (see <xref target="secret-key-encryption"/> and <xref target="secret-key-packet-formats"/>)</c>
</texttable>

<t>Implementations <bcp14>MUST</bcp14> implement AES-128.
Implementations <bcp14>SHOULD</bcp14> implement AES-256.
Implementations <bcp14>MUST NOT</bcp14> encrypt data with IDEA, TripleDES, or CAST5.
Implementations <bcp14>MAY</bcp14> decrypt data that uses IDEA, TripleDES, or CAST5 for the sake of reading older messages or new messages from legacy clients.
An Implementation that decrypts data using IDEA, TripleDES, or CAST5 <bcp14>SHOULD</bcp14> generate a deprecation warning about the symmetric algorithm, indicating that message confidentiality is suspect.
Implementations <bcp14>MAY</bcp14> implement any other algorithm.</t>

</section>
<section anchor="compression-algos"><name>Compression Algorithms</name>

<texttable title="Compression algorithm registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <c>0</c>
      <c>Uncompressed</c>
      <c>1</c>
      <c>ZIP <xref target="RFC1951"/></c>
      <c>2</c>
      <c>ZLIB <xref target="RFC1950"/></c>
      <c>3</c>
      <c>BZip2 <xref target="BZ2"/></c>
      <c>100 to 110</c>
      <c>Private/Experimental algorithm</c>
</texttable>

<t>Implementations <bcp14>MUST</bcp14> implement uncompressed data.
Implementations <bcp14>SHOULD</bcp14> implement ZLIB.
For interoperability reasons implementations <bcp14>SHOULD</bcp14> be able to decompress using ZIP.
Implementations <bcp14>MAY</bcp14> implement any other algorithm.</t>

</section>
<section anchor="hash-algos"><name>Hash Algorithms</name>

<texttable title="Hash algorithm registry" anchor="hash-registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <ttcol align='left'>Text Name</ttcol>
      <ttcol align='left'>V6 signature salt size</ttcol>
      <c>1</c>
      <c>MD5 <xref target="HAC"/></c>
      <c>"MD5"</c>
      <c>N/A</c>
      <c>2</c>
      <c>SHA-1 <xref target="FIPS180"/>, <xref target="sha1cd"/></c>
      <c>"SHA1"</c>
      <c>N/A</c>
      <c>3</c>
      <c>RIPEMD-160 <xref target="HAC"/></c>
      <c>"RIPEMD160"</c>
      <c>N/A</c>
      <c>4</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>5</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>6</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>7</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>8</c>
      <c>SHA2-256 <xref target="FIPS180"/></c>
      <c>"SHA256"</c>
      <c>16</c>
      <c>9</c>
      <c>SHA2-384 <xref target="FIPS180"/></c>
      <c>"SHA384"</c>
      <c>24</c>
      <c>10</c>
      <c>SHA2-512 <xref target="FIPS180"/></c>
      <c>"SHA512"</c>
      <c>32</c>
      <c>11</c>
      <c>SHA2-224 <xref target="FIPS180"/></c>
      <c>"SHA224"</c>
      <c>16</c>
      <c>12</c>
      <c>SHA3-256 <xref target="FIPS202"/></c>
      <c>"SHA3-256"</c>
      <c>16</c>
      <c>13</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>14</c>
      <c>SHA3-512 <xref target="FIPS202"/></c>
      <c>"SHA3-512"</c>
      <c>32</c>
      <c>100 to 110</c>
      <c>Private/Experimental algorithm</c>
      <c>&#160;</c>
      <c>&#160;</c>
</texttable>

<t>Implementations <bcp14>MUST</bcp14> implement SHA2-256.
Implementations <bcp14>SHOULD</bcp14> implement SHA2-384 and SHA2-512.
Implementations <bcp14>MAY</bcp14> implement other algorithms.
Implementations <bcp14>SHOULD NOT</bcp14> create messages which require the use of SHA-1 with the exception of computing version 4 key fingerprints and for purposes of the Modification Detection Code (MDC) in version 1 Symmetrically Encrypted Integrity Protected Data packets.
Implementations <bcp14>MUST NOT</bcp14> generate signatures with MD5, SHA-1, or RIPEMD-160.
Implementations <bcp14>MUST NOT</bcp14> use MD5, SHA-1, or RIPEMD-160 as a hash function in an ECDH KDF.
Implementations <bcp14>MUST NOT</bcp14> validate any recent signature that depends on MD5, SHA-1, or RIPEMD-160.
Implementations <bcp14>SHOULD NOT</bcp14> validate any old signature that depends on MD5, SHA-1, or RIPEMD-160 unless the signature's creation date predates known weakness of the algorithm used, and the implementation is confident that the message has been in the secure custody of the user the whole time.</t>

</section>
<section anchor="aead-algorithms"><name>AEAD Algorithms</name>

<texttable title="AEAD algorithm registry">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <ttcol align='left'>IV length (octets)</ttcol>
      <ttcol align='left'>authentication tag length (octets)</ttcol>
      <c>1</c>
      <c>EAX <xref target="EAX"/></c>
      <c>16</c>
      <c>16</c>
      <c>2</c>
      <c>OCB <xref target="RFC7253"/></c>
      <c>15</c>
      <c>16</c>
      <c>3</c>
      <c>GCM <xref target="SP800-38D"/></c>
      <c>12</c>
      <c>16</c>
      <c>100 to 110</c>
      <c>Private/Experimental algorithm</c>
      <c>&#160;</c>
      <c>&#160;</c>
</texttable>

<t>Implementations <bcp14>MUST</bcp14> implement OCB.
Implementations <bcp14>MAY</bcp14> implement EAX, GCM and other algorithms.</t>

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

<t>Because this document obsoletes <xref target="RFC4880"/>, IANA is requested to update all registration information that references <xref target="RFC4880"/> to instead reference this RFC.</t>

<t>OpenPGP is highly parameterized, and consequently there are a number of considerations for allocating parameters for extensions.</t>

<t>This section describes the updated IANA registration policies.
Most of the registries listed below have been moved the SPECIFICATION <bcp14>REQUIRED</bcp14> registration policy, see <xref target="RFC8126"/>.
This policy means that review and approval by a designated expert is required, and that the values and their meanings must be documented in a permanent and readily available public specification, in sufficient detail so that interoperability between independent implementations is possible.
The designated expert will determine whether the new code points retain the security properties that are expected
by the base implementation and that these new code points do not cause interoperability issues with existing implementations
other than not producing or consuming these new code points.
Code point proposals that fail to meet these criteria should instead be proposed as work items for the OpenPGP working group or its successor.</t>

<section anchor="string-to-key-specifier-types"><name>String-to-Key Specifier Types</name>

<t>OpenPGP S2K specifiers contain a mechanism for new algorithms to turn a string into a key.
This specification creates a registry of S2K specifier types.
The registry includes the S2K type, the name of the S2K, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="s2k-types"/>.
Adding a new S2K specifier <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>IANA should add a column "Generate?" to the S2K type registry, with initial values taken from <xref target="s2k-types"/>.</t>

</section>
<section anchor="iana-packet-types"><name>Packet</name>

<t>Major new features of OpenPGP are defined through new packet types.
This specification creates a registry of packet types.
The registry includes the packet type, the name of the packet, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="packet-tags"/>.
Adding a new packet type <bcp14>MUST</bcp14> be done through the RFC <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<section anchor="user-attribute-subpackets"><name>User Attribute Subpackets</name>

<t>The User Attribute packet permits an extensible mechanism for other types of certificate identification.
This specification creates a registry of User Attribute types.
The registry includes the User Attribute type, the name of the User Attribute, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="user-attribute-packet"/>.
Adding a new User Attribute type <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<section anchor="image-attribute-formats"><name>Image Attribute Formats</name>

<t>Within User Attribute packets, there is an extensible mechanism for other types of image-based User Attributes.
This specification creates a registry of Image Attribute subpacket types.
The registry includes the Image Attribute subpacket type, the name of the Image Attribute subpacket, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="uat-image"/>.
Adding a new Image Attribute subpacket type <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
</section>
<section anchor="signature-subpackets"><name>Signature Subpackets</name>

<t>OpenPGP signatures contain a mechanism for signed (or unsigned) data to be added to them for a variety of purposes in the Signature subpackets as discussed in <xref target="signature-subpacket"/>.
This specification creates a registry of Signature subpacket types.
The registry includes the Signature subpacket type, the name of the subpacket, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="signature-subpacket"/>.
Adding a new Signature subpacket <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<section anchor="signature-notation-data-subpackets"><name>Signature Notation Data Subpackets</name>

<t>OpenPGP signatures further contain a mechanism for extensions in signatures.
These are the Notation Data subpackets, which contain a key/value pair.
Notations contain a user space that is completely unmanaged and an IETF space.</t>

<t>This specification creates a registry of Signature Notation Data types.
The registry includes the name of the Signature Notation Data, the Signature Notation Data type, its allowed values, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="notation-data"/>.
Adding a new Signature Notation Data subpacket <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="signature-notation-data-subpacket-notation-flags"><name>Signature Notation Data Subpacket Notation Flags</name>

<t>This specification creates a new registry of Signature Notation Data Subpacket Notation Flags.
The registry includes the columns "Flag", "Shorthand", "Description", "Security Recommended", "Interoperability Recommended", and "Reference".
The initial values for this registry can be found in <xref target="notation-data"/>.
Adding a new item <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="key-server-preference-extensions"><name>Key Server Preference Extensions</name>

<t>OpenPGP signatures contain a mechanism for preferences to be specified about key servers.
This specification creates a registry of key server preferences.
The registry includes the key server preference, the name of the preference, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="key-server-preferences"/>.
Adding a new key server preference <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="key-flags-extensions"><name>Key Flags Extensions</name>

<t>OpenPGP signatures contain a mechanism for flags to be specified about key usage.
This specification creates a registry of key usage flags.
The registry includes the key flags value, the name of the flag, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="key-flags"/>.
Adding a new key usage flag <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="reason-for-revocation-extensions"><name>Reason for Revocation Extensions</name>

<t>OpenPGP signatures contain a mechanism for flags to be specified about why a key was revoked.
This specification creates a registry of "Reason for Revocation" flags.
The registry includes the "Reason for Revocation" flags value, the name of the flag, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="reason-for-revocation"/>.
Adding a new feature flag <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="implementation-features"><name>Implementation Features</name>

<t>OpenPGP signatures contain a mechanism for flags to be specified stating which optional features an implementation supports.
This specification creates a registry of feature-implementation flags.
The registry includes the feature-implementation flags value, the name of the flag, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="features-subpacket"/>.
Adding a new feature-implementation flag <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>Also see <xref target="meta-considerations-for-expansion"/> for more information about when feature flags are needed.</t>

</section>
</section>
<section anchor="packet-versions"><name>Packet Versions</name>

<t>The core OpenPGP packets all have version numbers, and can be revised by introducing a new version of an existing packet.
This specification creates a registry of packet types.
The registry includes the packet type, the number of the version, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="packet-types"/>.
Adding a new packet version <bcp14>MUST</bcp14> be done through the RFC <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
</section>
<section anchor="algorithms"><name>Algorithms</name>

<t><xref target="constants"/> lists the core algorithms that OpenPGP uses.
Adding in a new algorithm is usually simple.
For example, adding in a new symmetric cipher usually would not need anything more than allocating a constant for that cipher.
If that cipher had other than a 64-bit or 128-bit block size, there might need to be additional documentation describing how the use of CFB mode would be adjusted.
Similarly, when DSA was expanded from a maximum of 1024-bit public keys to 3072-bit public keys, the revision of FIPS 186 contained enough information itself to allow implementation.
Changes to this document were made mainly for emphasis.</t>

<section anchor="public-key-algorithms"><name>Public-Key Algorithms</name>

<t>OpenPGP specifies a number of public-key algorithms.
This specification creates a registry of public-key algorithm identifiers.
The registry includes the algorithm name, its key sizes and parameters, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="pubkey-algos"/>.
Adding a new public-key algorithm <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>This document requests IANA register the following new public-key algorithms:</t>

<texttable title="New public-Key algorithms registered">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>22</c>
      <c>EdDSALegacy</c>
      <c>This doc, <xref target="eddsa-notes"/></c>
      <c>25</c>
      <c>X25519</c>
      <c>This doc, <xref target="key-x25519"/></c>
      <c>26</c>
      <c>X448</c>
      <c>This doc, <xref target="key-x448"/></c>
      <c>27</c>
      <c>Ed25519</c>
      <c>This doc, <xref target="key-ed25519"/></c>
      <c>28</c>
      <c>Ed448</c>
      <c>This doc, <xref target="key-ed448"/></c>
</texttable>

<t>[ Note to RFC-Editor: Please remove the table above on publication.
]</t>

<section anchor="elliptic-curve-algorithms"><name>Elliptic Curve Algorithms</name>

<t>Some public key algorithms use Elliptic Curves.
In particular, ECDH/ECDSA/EdDSALegacy public key algorithms all allow specific curves to be used, as indicated by OID.
To register a new elliptic curve for use with OpenPGP, its OID needs to be registered in <xref target="ecc-oid-usage"/>, its wire format needs to be documented in <xref target="ecc-wire-formats"/>, and if used for ECDH, its KDF and KEK parameters must be populated in <xref target="ecdh-kdf-kek-parameters"/>.</t>

</section>
</section>
<section anchor="symmetric-key-algorithms"><name>Symmetric-Key Algorithms</name>

<t>OpenPGP specifies a number of symmetric-key algorithms.
This specification creates a registry of symmetric-key algorithm identifiers.
The registry includes the algorithm name, its key sizes and block size, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="symmetric-algos"/>.
Adding a new symmetric-key algorithm <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="hash-algorithms"><name>Hash Algorithms</name>

<t>OpenPGP specifies a number of hash algorithms.
This specification creates a registry of hash algorithm identifiers.
The registry includes the algorithm name, a text representation of that name, its block size, an OID hash prefix, and a reference to the defining specification.
The initial values for this registry can be found in <xref target="hash-algos"/> for the algorithm identifiers and text names, and <xref target="version-three-sig"/> for the OIDs and expanded signature prefixes.
Adding a new hash algorithm <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>This document requests IANA register the following hash algorithms:</t>

<texttable title="New hash algorithms registered">
      <ttcol align='right'>ID</ttcol>
      <ttcol align='left'>Algorithm</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>12</c>
      <c>SHA3-256</c>
      <c>This doc</c>
      <c>13</c>
      <c>Reserved</c>
      <c>&#160;</c>
      <c>14</c>
      <c>SHA3-512</c>
      <c>This doc</c>
</texttable>

<t>[Notes to RFC-Editor: Please remove the table above on publication.
    It is desirable not to reuse old or reserved algorithms because some existing tools might print a wrong description.
    The ID 13 has been reserved so that the SHA3 algorithm IDs align nicely with their SHA2 counterparts.]</t>

</section>
<section anchor="compression-algorithms"><name>Compression Algorithms</name>

<t>OpenPGP specifies a number of compression algorithms.
This specification creates a registry of compression algorithm identifiers.
The registry includes the algorithm name and a reference to the defining specification.
The initial values for this registry can be found in <xref target="compression-algos"/>.
Adding a new compression key algorithm <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

</section>
<section anchor="elliptic-curve-algorithms-1"><name>Elliptic Curve Algorithms</name>

<t>This document requests IANA add a registry of elliptic curves for use in OpenPGP.</t>

<t>Each curve is identified on the wire by OID, and is acceptable for use in certain OpenPGP public key algorithms.
The table's initial headings and values can be found in <xref target="ec-curves"/>.
Adding a new elliptic curve algorithm to OpenPGP <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.
If the new curve can be used for ECDH, it must also be added to the "Curve-specific wire formats" table described in <xref target="curve-specific-formats"/>.</t>

</section>
</section>
<section anchor="elliptic-curve-point-and-scalar-wire-formats"><name>Elliptic Curve Point and Scalar Wire Formats</name>

<t>This document requests IANA add a registry of wire formats that represent elliptic curve points.
The table's initial headings and values can be found in <xref target="ec-point-wire-formats"/>.
Adding a new EC point wire format <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>This document also requests IANA add a registry of wire formats that represent scalars for use with elliptic curve cryptography.
The table's initial headings and values can be found in <xref target="ec-scalar-wire-formats"/>.
Adding a new EC scalar wire format <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>.</t>

<t>This document also requests that IANA add a registry mapping curve-specific MPI octet-string encoding conventions for ECDH and EdDSALegacy.
The table's initial headings and values can be found in <xref target="curve-specific-formats"/>.
Adding a new elliptic curve algorithm to OpenPGP <bcp14>MUST</bcp14> be done through the SPECIFICATION <bcp14>REQUIRED</bcp14> method, as described in <xref target="RFC8126"/>, and requires adding an entry to this table if the curve is to be used with ECDH.</t>

</section>
<section anchor="changes-to-existing-registries"><name>Changes to existing registries</name>

<t>This document requests IANA add the following wire format columns to the OpenPGP public-key algorithm registry:</t>

<t><list style="symbols">
  <t>Public Key Format</t>
  <t>Secret Key Format</t>
  <t>Signature Format</t>
  <t>PKESK Format</t>
</list></t>

<t>And populate them with the values found in <xref target="pubkey-algos"/>.</t>

</section>
</section>
<section anchor="packet-composition"><name>Packet Composition</name>

<t>OpenPGP packets are assembled into sequences in order to create messages and to transfer keys.
Not all possible packet sequences are meaningful and correct.
This section describes the rules for how packets should be placed into sequences.</t>

<t>There are three distinct sequences of packets:</t>

<t><list style="symbols">
  <t>Transferable Public Keys (<xref target="transferable-public-keys"/>) and its close counterpart, Transferable Secret Keys (<xref target="transferable-secret-keys"/>)</t>
  <t>OpenPGP Messages (<xref target="openpgp-messages"/>)</t>
  <t>Detached Signatures (<xref target="detached-signatures"/>)</t>
</list></t>

<t>Each sequence has an explicit grammar of what packet types (<xref target="packet-type-registry"/>) can appear in what place.
The presence of an unknown critical packet, or a known but unexpected packet is a critical error, invalidating the entire sequence (see <xref target="packet-criticality"/>).
On the other hand, unknown non-critical packets can appear anywhere within any sequence.
This provides a structured way to introduce new packets into the protocol, while making sure that certain packets will be handled strictly.</t>

<t>An implementation may "recognize" a packet, but not implement it.
The purpose of Packet Criticality is to allow the producer to tell the consumer whether it would prefer a new, unknown packet to generate an error or be ignored.</t>

<t>Note that previous versions of this document did not have a concept of Packet Criticality, and did not give clear guidance on what to do when unknown packets are encountered.
Therefore, a legacy implementation may reject unknown non-critical packets, or accept unknown critical packets.</t>

<t>When generating a sequence of OpenPGP packets according to one of the three grammars, an implementation <bcp14>MUST NOT</bcp14> inject a critical packet of a type that does not adhere to the grammar.</t>

<t>When consuming a sequence of OpenPGP packets according to one of the three grammars, an implementation <bcp14>MUST</bcp14> reject the sequence with an error if it encounters a critical packet of inappropriate type according to the grammar.</t>

<section anchor="transferable-public-keys"><name>Transferable Public Keys</name>

<t>OpenPGP users may transfer public keys.
This section describes the structure of public keys in transit to ensure interoperability.</t>

<section anchor="openpgp-v6-key-structure"><name>OpenPGP v6 Key Structure</name>

<t>The format of an OpenPGP v6 key is as follows.
Entries in square brackets are optional and ellipses indicate repetition.</t>

<figure><artwork><![CDATA[
Primary Key
   [Revocation Signature...]
    Direct-Key Signature...
   [User ID or User Attribute
           [Certification Revocation Signature...]
           [Certification Signature...]]...
   [Subkey [Subkey Revocation Signature...]
           Subkey Binding Signature...]...
   [Padding]
]]></artwork></figure>

<t>In addition to these rules, a marker packet (<xref target="marker-packet"/>) can appear anywhere in the sequence.</t>

<t>Note, that a v6 key uses a Direct-Key Signature to store algorithm preferences.</t>

<t>Every subkey for a v6 primary key <bcp14>MUST</bcp14> be a v6 subkey.</t>

<t>When a primary v6 Public Key is revoked, it is sometimes distributed with only the revocation signature:</t>

<figure><artwork><![CDATA[
Primary Key
    Revocation Signature
]]></artwork></figure>

<t>In this case, the direct-key signature is no longer necessary, since the primary key itself has been marked as unusable.</t>

</section>
<section anchor="openpgp-v4-key-structure"><name>OpenPGP v4 Key Structure</name>

<t>The format of an OpenPGP v4 key is as follows.</t>

<figure><artwork><![CDATA[
Primary Key
   [Revocation Signature]
   [Direct-Key Signature...]
   [User ID or User Attribute [Signature...]]...
   [Subkey [Subkey Revocation Signature...]
           Subkey Binding Signature...]...
]]></artwork></figure>

<t>In addition to these rules, a marker packet (<xref target="marker-packet"/>) can appear anywhere in the sequence.</t>

<t>A subkey always has at least one subkey binding signature after it that is issued using the primary key to tie the two keys together.
These binding signatures may be in either v3 or v4 format, but <bcp14>SHOULD</bcp14> be in v4 format.
Subkeys that can issue signatures <bcp14>MUST</bcp14> have a v4 binding signature due to the <bcp14>REQUIRED</bcp14> embedded primary key binding signature.</t>

<t>Every subkey for a v4 primary key <bcp14>MUST</bcp14> be a v4 subkey.</t>

<t>When a primary v4 Public Key is revoked, the revocation signature is sometimes distributed by itself, without the primary key packet it applies to. This is referred to as a "revocation certificate".
Instead, a v6 revocation certificate <bcp14>MUST</bcp14> include the primary key packet, as described above.</t>

</section>
<section anchor="openpgp-v3-key-structure"><name>OpenPGP v3 Key Structure</name>

<t>The format of an OpenPGP v3 key is as follows.</t>

<figure><artwork><![CDATA[
RSA Public Key
   [Revocation Signature]
    User ID [Signature...]
   [User ID [Signature...]]...
]]></artwork></figure>

<t>In addition to these rules, a marker packet (<xref target="marker-packet"/>) can appear anywhere in the sequence.</t>

<t>Each signature certifies the RSA public key and the preceding User ID.
The RSA public key can have many User IDs and each User ID can have many signatures.
V3 keys are deprecated.
Implementations <bcp14>MUST NOT</bcp14> generate new v3 keys, but <bcp14>MAY</bcp14> continue to use existing ones.</t>

<t>V3 keys <bcp14>MUST NOT</bcp14> have subkeys.</t>

</section>
<section anchor="common-requirements"><name>Common requirements</name>

<t>The Public-Key packet occurs first.</t>

<t>In order to create self-signatures (see <xref target="self-sigs"/>), the primary key <bcp14>MUST</bcp14> be an algorithm capable of making signatures (that is, not an encryption-only algorithm).
The subkeys may be keys of any type.
For example, there may be a single-key RSA key, an Ed25519 primary key with an RSA encryption key, or an Ed25519 primary key with an X25519 subkey, etc.</t>

<t>Each of the following User ID packets provides the identity of the owner of this public key.
If there are multiple User ID packets, this corresponds to multiple means of identifying the same unique individual user; for example, a user may have more than one email address, and construct a User ID for each one.
A transferable public key <bcp14>SHOULD</bcp14> include at least one User ID packet unless storage requirements prohibit this.</t>

<t>Immediately following each User ID packet, there are zero or more Signature packets.
Each Signature packet is calculated on the immediately preceding User ID packet and the initial Public-Key packet.
The signature serves to certify the corresponding public key and User ID.
In effect, the signer is testifying to his or her belief that this public key belongs to the user identified by this User ID.</t>

<t>Within the same section as the User ID packets, there are zero or more User Attribute packets.
Like the User ID packets, a User Attribute packet is followed by zero or more Signature packets calculated on the immediately preceding User Attribute packet and the initial Public-Key packet.</t>

<t>User Attribute packets and User ID packets may be freely intermixed in this section, so long as the signatures that follow them are maintained on the proper User Attribute or User ID packet.</t>

<t>After the User ID packet or Attribute packet, there may be zero or more Subkey packets.
In general, subkeys are provided in cases where the top-level public key is a certification-only key.
However, any v4 or v6 key may have subkeys, and the subkeys may be encryption keys, signing keys, authentication keys, etc.
It is good practice to use separate subkeys for every operation (i.e. signature-only, encryption-only, authentication-only keys, etc.).</t>

<t>Each Subkey packet <bcp14>MUST</bcp14> be followed by one Signature packet, which should be a subkey binding signature issued by the top-level key.
For subkeys that can issue signatures, the subkey binding signature <bcp14>MUST</bcp14> contain an Embedded Signature subpacket with a primary key binding signature (0x19) issued by the subkey on the top-level key.</t>

<t>Subkey and Key packets may each be followed by a revocation Signature packet to indicate that the key is revoked.
Revocation signatures are only accepted if they are issued by the key itself, or by a key that is authorized to issue revocations via a Revocation Key subpacket in a self-signature by the top-level key.</t>

<t>The optional trailing Padding packet is a mechanism to defend against traffic analysis (see <xref target="traffic-analysis"/>).
For maximum interoperability, if the Public-Key packet is a v4 key, the optional Padding packet <bcp14>SHOULD NOT</bcp14> be present unless the recipient has indicated that they are capable of ignoring it successfully.
An implementation that is capable of receiving a transferable public key with a v6 Public-Key primary key <bcp14>MUST</bcp14> be able to accept (and ignore) the trailing optional Padding packet.</t>

<t>Transferable public-key packet sequences may be concatenated to allow transferring multiple public keys in one operation (see <xref target="keyrings"/>).</t>

</section>
</section>
<section anchor="transferable-secret-keys"><name>Transferable Secret Keys</name>

<t>OpenPGP users may transfer secret keys.
The format of a transferable secret key is the same as a transferable public key except that secret-key and secret-subkey packets can be used in addition to the public key and public-subkey packets.
If a single secret-key or secret-subkey packet is included in a packet sequence, it is a transferable secret key and should be handled and marked as such (see <xref target="forming-ascii-armor"/>).
Implementations <bcp14>SHOULD</bcp14> include self-signatures on any User IDs and subkeys, as this allows for a complete public key to be automatically extracted from the transferable secret key.
Implementations <bcp14>MAY</bcp14> choose to omit the self-signatures, especially if a transferable public key accompanies the transferable secret key.</t>

</section>
<section anchor="openpgp-messages"><name>OpenPGP Messages</name>

<t>An OpenPGP message is a packet or sequence of packets that corresponds to the following grammatical rules (comma represents sequential composition, and vertical bar separates alternatives):</t>

<dl>
  <dt>OpenPGP Message :-</dt>
  <dd>
    <t>Encrypted Message | Signed Message | Compressed Message | Literal Message.</t>
  </dd>
  <dt>Compressed Message :-</dt>
  <dd>
    <t>Compressed Data Packet.</t>
  </dd>
  <dt>Literal Message :-</dt>
  <dd>
    <t>Literal Data Packet.</t>
  </dd>
  <dt>ESK :-</dt>
  <dd>
    <t>Public-Key Encrypted Session Key Packet | Symmetric-Key Encrypted Session Key Packet.</t>
  </dd>
  <dt>ESK Sequence :-</dt>
  <dd>
    <t>ESK | ESK Sequence, ESK.</t>
  </dd>
  <dt>Encrypted Data :-</dt>
  <dd>
    <t>Symmetrically Encrypted Data Packet | Symmetrically Encrypted Integrity Protected Data Packet</t>
  </dd>
  <dt>Encrypted Message :-</dt>
  <dd>
    <t>Encrypted Data | ESK Sequence, Encrypted Data.</t>
  </dd>
  <dt>One-Pass Signed Message :-</dt>
  <dd>
    <t>One-Pass Signature Packet, OpenPGP Message, Corresponding Signature Packet.</t>
  </dd>
  <dt>Signed Message :-</dt>
  <dd>
    <t>Signature Packet, OpenPGP Message | One-Pass Signed Message.</t>
  </dd>
  <dt>Optionally Padded Message :-</dt>
  <dd>
    <t>OpenPGP Message | OpenPGP Message, Padding Packet.</t>
  </dd>
</dl>

<t>In addition to these rules, a marker packet (<xref target="marker-packet"/>) can appear anywhere in the sequence.</t>

<section anchor="unwrapping"><name>Unwrapping Encrypted and Compressed Messages</name>

<t>In addition to the above grammar, certain messages can be "unwrapped" to yield new messages.
In particular:</t>

<t><list style="symbols">
  <t>Decrypting a version 2 Symmetrically Encrypted and Integrity Protected Data packet must yield a valid Optionally Padded Message.</t>
  <t>Decrypting a version 1 Symmetrically Encrypted and Integrity Protected Data packet or --- for historic data --- a Symmetrically Encrypted Data packet must yield a valid OpenPGP Message.</t>
  <t>Decompressing a Compressed Data packet must also yield a valid OpenPGP Message.</t>
</list></t>

<t>When any unwrapping is performed, the resulting stream of octets is parsed into a series OpenPGP packets like any other stream of octets.
The packet boundaries found in the series of octets are expected to align with the length of the unwrapped octet stream.
An implementation <bcp14>MUST NOT</bcp14> interpret octets beyond the boundaries of the unwrapped octet stream as part of any OpenPGP packet.
If an implementation encounters a packet whose header length indicates that it would extend beyond the boundaries of the unwrapped octet stream, the implementation <bcp14>MUST</bcp14> reject that packet as malformed and unusable.</t>

</section>
<section anchor="additional-constraints-on-packet-sequences"><name>Additional Constraints on Packet Sequences</name>

<t>Note that some subtle combinations that are formally acceptable by this grammar are nonetheless unacceptable.</t>

<section anchor="encrypted-message-versions"><name>Packet Versions in Encrypted Messages</name>

<t>As noted above, an Encrypted Message is a sequence of zero or more PKESKs (<xref target="pkesk"/>) and SKESKs (<xref target="skesk"/>), followed by an SEIPD (<xref target="seipd"/>) payload.
In some historic data, the payload may be a deprecated SED (<xref target="sed"/>) packet instead of SEIPD, though implementations <bcp14>MUST NOT</bcp14> generate SED packets (see <xref target="ciphertext-malleability"/>).
The versions of the preceding ESK packets within an Encrypted Message <bcp14>MUST</bcp14> align with the version of the payload SEIPD packet, as described in this section.</t>

<t>v3 PKESK and v4 SKESK packets both contain in their cleartext the symmetric cipher algorithm identifier in addition to the session key for the subsequent SEIPD packet.
Since a v1 SEIPD does not contain a symmetric algorithm identifier, all ESK packets preceding a v1 SEIPD payload <bcp14>MUST</bcp14> be either v3 PKESK or v4 SKESK.</t>

<t>On the other hand, the cleartext of the v6 ESK packets (either PKESK or SKESK) do not contain a symmetric cipher algorithm identifier, so they cannot be used in combination with a v1 SEIPD payload.
The payload following any v6 PKESK or v6 SKESK packet <bcp14>MUST</bcp14> be a v2 SEIPD.</t>

<t>Additionally, to avoid potentially conflicting cipher algorithm identifiers, and for simplicity, implementations <bcp14>MUST NOT</bcp14> precede a v2 SEIPD payload with either v3 PKESK or v4 SKESK packets.</t>

<t>The acceptable versions of packets in an Encrypted Message are summarized in the following table:</t>

<texttable title="Encrypted Message Packet Version Alignment">
      <ttcol align='left'>Version of Encrypted Data payload</ttcol>
      <ttcol align='left'>Version of preceding Symmetric-Key ESK (if any)</ttcol>
      <ttcol align='left'>Version of preceding Public-Key ESK (if any)</ttcol>
      <c>v1 SEIPD</c>
      <c>v4 SKESK</c>
      <c>v3 PKESK</c>
      <c>v2 SEIPD</c>
      <c>v6 SKESK</c>
      <c>v6 PKESK</c>
</texttable>

<t>An implementation processing an Encrypted Message <bcp14>MUST</bcp14> discard any preceding ESK packet with a version that does not align with the version of the payload.</t>

</section>
</section>
</section>
<section anchor="detached-signatures"><name>Detached Signatures</name>

<t>Some OpenPGP applications use so-called "detached signatures".
For example, a program bundle may contain a file, and with it a second file that is a detached signature of the first file.
These detached signatures are simply one or more Signature packets stored separately from the data for which they are a signature.</t>

<t>In addition, a marker packet (<xref target="marker-packet"/>) and a padding packet (<xref target="padding-packet"/>) can appear anywhere in the sequence.</t>

</section>
</section>
<section anchor="elliptic-curve-cryptography"><name>Elliptic Curve Cryptography</name>

<t>This section describes algorithms and parameters used with Elliptic Curve Cryptography (ECC) keys.
A thorough introduction to ECC can be found in <xref target="KOBLITZ"/>.</t>

<t>None of the ECC methods described in this document are allowed with deprecated v3 keys.
Refer to <xref target="FIPS186"/>, B.4.1, for the method to generate a uniformly distributed ECC private key.</t>

<section anchor="supported-ecc-curves"><name>Supported ECC Curves</name>

<t>This document references three named prime field curves defined in <xref target="FIPS186"/> as "Curve P-256", "Curve P-384", and "Curve P-521"; and three named prime field curves defined in <xref target="RFC5639"/> as "brainpoolP256r1", "brainpoolP384r1", and "brainpoolP512r1".
These three <xref target="FIPS186"/> curves and the three <xref target="RFC5639"/> curves can be used with ECDSA and ECDH public key algorithms.
They are referenced using a sequence of octets, referred to as the curve OID.
<xref target="ec-curves"/> describes in detail how this sequence of octets is formed.</t>

<t>Separate algorithms are also defined for the use of X25519 and X448, defined in <xref target="RFC7748"/>; and Ed25519 and Ed448, defined in <xref target="RFC8032"/>.
Additionally, legacy OIDs are defined for "Curve25519Legacy" (for encryption using the ECDH algorithm) and "Ed25519Legacy" (for signing using the EdDSALegacy algorithm).</t>

</section>
<section anchor="ec-point-wire-formats"><name>EC Point Wire Formats</name>

<t>A point on an elliptic curve will always be represented on the wire as an MPI.
Each curve uses a specific point format for the data within the MPI itself.
Each format uses a designated prefix octet to ensure that the high octet has at least one bit set to make the MPI a constant size.</t>

<texttable title="Elliptic Curve Point Wire Formats">
      <ttcol align='right'>Name</ttcol>
      <ttcol align='left'>Wire Format</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>SEC1</c>
      <c>0x04 || x || y</c>
      <c><xref target="ec-point-sec1"/></c>
      <c>Prefixed native</c>
      <c>0x40 || native</c>
      <c><xref target="ec-point-prefixed-native"/></c>
</texttable>

<section anchor="ec-point-sec1"><name>SEC1 EC Point Wire Format</name>

<t>For a SEC1-encoded (uncompressed) point the content of the MPI is:</t>

<figure><artwork><![CDATA[
B = 04 || x || y
]]></artwork></figure>

<t>where x and y are coordinates of the point P = (x, y), and each is encoded in the big-endian format and zero-padded to the adjusted underlying field size.
The adjusted underlying field size is the underlying field size rounded up to the nearest 8-bit boundary, as noted in the "fsize" column in <xref target="ec-curves"/>.
This encoding is compatible with the definition given in <xref target="SEC1"/>.</t>

</section>
<section anchor="ec-point-prefixed-native"><name>Prefixed Native EC Point Wire Format</name>

<t>For a custom compressed point the content of the MPI is:</t>

<figure><artwork><![CDATA[
B = 40 || p
]]></artwork></figure>

<t>where p is the public key of the point encoded using the rules defined for the specified curve.
This format is used for ECDH keys based on curves expressed in Montgomery form, and for points when using EdDSA.</t>

</section>
<section anchor="notes-on-ec-point-wire-formats"><name>Notes on EC Point Wire Formats</name>

<t>Given the above definitions, the exact size of the MPI payload for an encoded point is 515 bits for both NIST P-256 and brainpoolP256r1, 771 for both NIST P-384 and brainpoolP384r1, 1059 for NIST P-521, 1027 for brainpoolP512r1, and 263 for both Curve25519Legacy and Ed25519Legacy.
For example, the length of a EdDSALegacy public key for the curve Ed25519Legacy is 263 bits: 7 bits to represent the 0x40 prefix octet and 32 octets for the native value of the public key.</t>

<t>Even though the zero point, also called the point at infinity, may occur as a result of arithmetic operations on points of an elliptic curve, it <bcp14>SHALL NOT</bcp14> appear in data structures defined in this document.</t>

<t>Each particular curve uses a designated wire format for the point found in its public key or ECDH data structure.
An implementation <bcp14>MUST NOT</bcp14> use a different wire format for a point than the wire format associated with the curve.</t>

</section>
</section>
<section anchor="ec-scalar-wire-formats"><name>EC Scalar Wire Formats</name>

<t>Some non-curve values in elliptic curve cryptography (for example, secret keys and signature components) are not points on a curve, but are also encoded on the wire in OpenPGP as an MPI.</t>

<t>Because of different patterns of deployment, some curves treat these values as opaque bit strings with the high bit set, while others are treated as actual integers, encoded in the standard OpenPGP big-endian form.
The choice of encoding is specific to the public key algorithm in use.</t>

<texttable title="Elliptic Curve Scalar Encodings">
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>integer</c>
      <c>An integer, big-endian encoded as a standard OpenPGP MPI</c>
      <c><xref target="mpi"/></c>
      <c>octet string</c>
      <c>An octet string of fixed length, that may be shorter on the wire due to leading zeros being stripped by the MPI encoding, and may need to be zero-padded before use</c>
      <c><xref target="ec-octet-string"/></c>
      <c>prefixed N octets</c>
      <c>An octet string of fixed length N, prefixed with octet 0x40 to ensure no leading zero octet</c>
      <c><xref target="ec-prefix"/></c>
</texttable>

<section anchor="ec-octet-string"><name>EC Octet String Wire Format</name>

<t>Some opaque strings of octets are represented on the wire as an MPI by simply stripping the leading zeros and counting the remaining bits.
These strings are of known, fixed length.
They are represented in this document as <spanx style="verb">MPI(N octets of X)</spanx> where <spanx style="verb">N</spanx> is the expected length in octets of the octet string.</t>

<t>For example, a five-octet opaque string (<spanx style="verb">MPI(5 octets of X)</spanx>) where <spanx style="verb">X</spanx> has the value <spanx style="verb">00 02 ee 19 00</spanx> would be represented on the wire as an MPI like so: <spanx style="verb">00 1a 02 ee 19 00</spanx>.</t>

<t>To encode <spanx style="verb">X</spanx> to the wire format, we set the MPI's two-octet bit counter to the value of the highest set bit (bit 26, or 0x001a), and do not transfer the leading all-zero octet to the wire.</t>

<t>To reverse the process, an implementation that knows this value has an expected length of 5 octets can take the following steps:</t>

<t><list style="symbols">
  <t>Ensure that the MPI's two-octet bitcount is less than or equal to 40 (5 octets of 8 bits)</t>
  <t>Allocate 5 octets, setting all to zero initially</t>
  <t>Copy the MPI data octets (without the two count octets) into the lower octets of the allocated space</t>
</list></t>

</section>
<section anchor="ec-prefix"><name>Elliptic Curve Prefixed Octet String Wire Format</name>

<t>Another way to ensure that a fixed-length bytestring is encoded simply to the wire while remaining in MPI format is to prefix the bytestring with a dedicated non-zero octet.
This specification uses 0x40 as the prefix octet.
This is represented in this standard as <spanx style="verb">MPI(prefixed N octets of X)</spanx>, where <spanx style="verb">N</spanx> is the known bytestring length.</t>

<t>For example, a five-octet opaque string using <spanx style="verb">MPI(prefixed 5 octets of X)</spanx> where <spanx style="verb">X</spanx> has the value <spanx style="verb">00 02 ee 19 00</spanx> would be written to the wire form as: <spanx style="verb">00 2f 40 00 02 ee 19 00</spanx>.</t>

<t>To encode the string, we prefix it with the octet 0x40 (whose 7th bit is set), then set the MPI's two-octet bit counter to 47 (0x002f, 7 bits for the prefix octet and 40 bits for the string).</t>

<t>To decode the string from the wire, an implementation that knows that the variable is formed in this way can:</t>

<t><list style="symbols">
  <t>Ensure that the first three octets of the MPI (the two bit-count octets plus the prefix octet)  are <spanx style="verb">00 2f 40</spanx>, and</t>
  <t>Use the remainder of the MPI directly off the wire.</t>
</list></t>

<t>Note that this is a similar approach to that used in the EC point encodings found in <xref target="ec-point-prefixed-native"/>.</t>

</section>
</section>
<section anchor="key-derivation-function"><name>Key Derivation Function</name>

<t>A key derivation function (KDF) is necessary to implement EC encryption.
The Concatenation Key Derivation Function (Approved Alternative 1) <xref target="SP800-56A"/> with the KDF hash function that is SHA2-256 <xref target="FIPS180"/> or stronger is <bcp14>REQUIRED</bcp14>.</t>

<t>For convenience, the synopsis of the encoding method is given below with significant simplifications attributable to the restricted choice of hash functions in this document.
However, <xref target="SP800-56A"/> is the normative source of the definition.</t>

<figure><artwork><![CDATA[
//   Implements KDF( X, oBits, Param );
//   Input: point X = (x,y)
//   oBits - the desired size of output
//   hBits - the size of output of hash function Hash
//   Param - octets representing the parameters
//   Assumes that oBits <= hBits
// Convert the point X to the octet string:
//   ZB' = 04 || x || y
// and extract the x portion from ZB'
ZB = x;
MB = Hash ( 00 || 00 || 00 || 01 || ZB || Param );
return oBits leftmost bits of MB.
]]></artwork></figure>

<t>Note that ZB in the KDF description above is the compact representation of X as defined in Section 4.2 of <xref target="RFC6090"/>.</t>

</section>
<section anchor="ecdh"><name>EC DH Algorithm (ECDH)</name>

<t>The method is a combination of an ECC Diffie-Hellman method to establish a shared secret, a key derivation method to process the shared secret into a derived key, and a key wrapping method that uses the derived key to protect a session key used to encrypt a message.</t>

<t>The One-Pass Diffie-Hellman method C(1, 1, ECC CDH) <xref target="SP800-56A"/> <bcp14>MUST</bcp14> be implemented with the following restrictions: the ECC CDH primitive employed by this method is modified to always assume the cofactor is 1, the KDF specified in <xref target="key-derivation-function"/> is used, and the KDF parameters specified below are used.</t>

<t>The KDF parameters are encoded as a concatenation of the following 5 variable-length and fixed-length fields, which are compatible with the definition of the OtherInfo bitstring <xref target="SP800-56A"/>:</t>

<t><list style="symbols">
  <t>A variable-length field containing a curve OID, which is formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following field,</t>
      <t>The octets representing a curve OID defined in <xref target="ec-curves"/>;</t>
    </list></t>
  <t>A one-octet public key algorithm ID defined in <xref target="pubkey-algos"/>;</t>
  <t>A variable-length field containing KDF parameters, which are identical to the corresponding field in the ECDH public key, and are formatted as follows:  <list style="symbols">
      <t>A one-octet size of the following fields; values 0 and 0xFF are reserved for future extensions,</t>
      <t>A one-octet value 0x01, reserved for future extensions,</t>
      <t>A one-octet hash function ID used with the KDF,</t>
      <t>A one-octet algorithm ID for the symmetric algorithm used to wrap the symmetric key for message encryption; see <xref target="ecdh"/> for details;</t>
    </list></t>
  <t>20 octets representing the UTF-8 encoding of the string <spanx style="verb">Anonymous Sender    </spanx>, which is the octet sequence 41 6E 6F 6E 79 6D 6F 75 73 20 53 65 6E 64 65 72 20 20 20 20;</t>
  <t>A variable-length field containing the fingerprint of the recipient encryption subkey identifying the key material that is needed for decryption.
For version 4 keys, this field is 20 octets.
For version 6 keys, this field is 32 octets.</t>
</list></t>

<t>The size in octets of the KDF parameters sequence, defined above, for encrypting to a v4 key is either 54 for curve NIST P-256, 51 for curves NIST P-384 and NIST P-521, 55 for curves brainpoolP256r1, brainpoolP384r1 and brainpoolP512r1, or 56 for Curve25519Legacy.
For encrypting to a v6 key, the size of the sequence is either 66 for curve NIST P-256, 63 for curves NIST P-384 and NIST P-521, or 67 for curves brainpoolP256r1, brainpoolP384r1 and brainpoolP512r1.</t>

<t>The key wrapping method is described in <xref target="RFC3394"/>.
The KDF produces a symmetric key that is used as a key-encryption key (KEK) as specified in <xref target="RFC3394"/>.
Refer to <xref target="ecdh-parameters"/> for the details regarding the choice of the KEK algorithm, which <bcp14>SHOULD</bcp14> be one of the three AES algorithms.
Key wrapping and unwrapping is performed with the default initial value of <xref target="RFC3394"/>.</t>

<t>The input to the key wrapping method is the plaintext described in <xref target="pkesk"/>, "Public-Key Encrypted Session Key Packets (Tag 1)", with a two-octet checksum appended (equal to the sum of the preceding octets, modulo 65536), and then padded using the method described in <xref target="PKCS5"/> to an 8-octet granularity.</t>

<t>For example, in a v3 Public-Key Encrypted Session Key packet, the following AES-256 session key, in which 32 octets are denoted from k0 to k31, is composed to form the following 40 octet sequence:</t>

<figure><artwork><![CDATA[
09 k0 k1 ... k31 s0 s1 05 05 05 05 05
]]></artwork></figure>

<t>The octets s0 and s1 above denote the checksum of the session key octets.
This encoding allows the sender to obfuscate the size of the symmetric encryption key used to encrypt the data.
For example, assuming that an AES algorithm is used for the session key, the sender <bcp14>MAY</bcp14> use 21, 13, and 5 octets of padding for AES-128, AES-192, and AES-256, respectively, to provide the same number of octets, 40 total, as an input to the key wrapping method.</t>

<t>In a v6 Public-Key Encrypted Session Key packet, the symmetric algorithm is not included, as described in <xref target="pkesk"/>.
For example, an AES-256 session key would be composed as follows:</t>

<figure><artwork><![CDATA[
k0 k1 ... k31 s0 s1 06 06 06 06 06 06
]]></artwork></figure>

<t>The octets k0 to k31 above again denote the session key, and the octets s0 and s1 denote the checksum.
In this case, assuming that an AES algorithm is used for the session key, the sender <bcp14>MAY</bcp14> use 22, 14, and 6 octets of padding for AES-128, AES-192, and AES-256, respectively, to provide the same number of octets, 40 total, as an input to the key wrapping method.</t>

<t>The output of the method consists of two fields.
The first field is the MPI containing the ephemeral key used to establish the shared secret.
The second field is composed of the following two subfields:</t>

<t><list style="symbols">
  <t>One octet encoding the size in octets of the result of the key wrapping method; the value 255 is reserved for future extensions;</t>
  <t>Up to 254 octets representing the result of the key wrapping method, applied to the 8-octet padded session key, as described above.</t>
</list></t>

<t>Note that for session key sizes 128, 192, and 256 bits, the size of the result of the key wrapping method is, respectively, 32, 40, and 48 octets, unless size obfuscation is used.</t>

<t>For convenience, the synopsis of the encoding method is given below; however, this section, <xref target="SP800-56A"/>, and <xref target="RFC3394"/> are the normative sources of the definition.</t>

<t><list style="symbols">
  <t>Obtain the authenticated recipient public key R</t>
  <t>Generate an ephemeral key pair {v, V=vG}</t>
  <t>Compute the shared point S = vR;</t>
  <t>m = symm_alg_ID || session key || checksum || pkcs5_padding;</t>
  <t>curve_OID_len = (octet)len(curve_OID);</t>
  <t>Param = curve_OID_len || curve_OID || public_key_alg_ID || 03 || 01 || KDF_hash_ID || KEK_alg_ID for AESKeyWrap || <spanx style="verb">Anonymous Sender    </spanx> || recipient_fingerprint;</t>
  <t>Z_len = the key size for the KEK_alg_ID used with AESKeyWrap</t>
  <t>Compute Z = KDF( S, Z_len, Param );</t>
  <t>Compute C = AESKeyWrap( Z, m ) as per <xref target="RFC3394"/></t>
  <t>VB = convert point V to the octet string</t>
  <t>Output (MPI(VB) || len(C) || C).</t>
</list></t>

<t>The decryption is the inverse of the method given.
Note that the recipient obtains the shared secret by calculating</t>

<figure><artwork><![CDATA[
S = rV = rvG, where (r,R) is the recipient's key pair.
]]></artwork></figure>

<section anchor="ecdh-parameters"><name>ECDH Parameters</name>

<t>ECDH keys have a hash algorithm parameter for key derivation and a symmetric algorithm for key encapsulation.</t>

<t>For v6 keys, the following algorithms <bcp14>MUST</bcp14> be used depending on the curve.
An implementation <bcp14>MUST NOT</bcp14> generate a v6 ECDH key over any listed curve that uses different KDF or KEK parameters.
An implementation <bcp14>MUST NOT</bcp14> encrypt any message to a v6 ECDH key over a listed curve that announces a different KDF or KEK parameter.</t>

<t>For v4 keys, the following algorithms <bcp14>SHOULD</bcp14> be used depending on the curve.
An implementation <bcp14>SHOULD</bcp14> only use an AES algorithm as a KEK algorithm.</t>

<texttable title="ECDH KDF and KEK parameters" anchor="ecdh-kdf-kek-parameters">
      <ttcol align='left'>Curve</ttcol>
      <ttcol align='left'>Hash algorithm</ttcol>
      <ttcol align='left'>Symmetric algorithm</ttcol>
      <c>NIST P-256</c>
      <c>SHA2-256</c>
      <c>AES-128</c>
      <c>NIST P-384</c>
      <c>SHA2-384</c>
      <c>AES-192</c>
      <c>NIST P-521</c>
      <c>SHA2-512</c>
      <c>AES-256</c>
      <c>brainpoolP256r1</c>
      <c>SHA2-256</c>
      <c>AES-128</c>
      <c>brainpoolP384r1</c>
      <c>SHA2-384</c>
      <c>AES-192</c>
      <c>brainpoolP512r1</c>
      <c>SHA2-512</c>
      <c>AES-256</c>
      <c>Curve25519</c>
      <c>SHA2-256</c>
      <c>AES-128</c>
</texttable>

</section>
</section>
</section>
<section anchor="notes-on-algorithms"><name>Notes on Algorithms</name>

<section anchor="pkcs-encoding"><name>PKCS#1 Encoding in OpenPGP</name>

<t>This standard makes use of the PKCS#1 functions EME-PKCS1-v1_5 and EMSA-PKCS1-v1_5.
However, the calling conventions of these functions has changed in the past.
To avoid potential confusion and interoperability problems, we are including local copies in this document, adapted from those in PKCS#1 v2.1 <xref target="RFC8017"/>.
<xref target="RFC8017"/> should be treated as the ultimate authority on PKCS#1 for OpenPGP.
Nonetheless, we believe that there is value in having a self-contained document that avoids problems in the future with needed changes in the conventions.</t>

<section anchor="eme-pkcs1-v15-encode"><name>EME-PKCS1-v1_5-ENCODE</name>

<t>Input:</t>

<dl>
  <dt>k =</dt>
  <dd>
    <t>the length in octets of the key modulus.</t>
  </dd>
  <dt>M =</dt>
  <dd>
    <t>message to be encoded, an octet string of length mLen, where mLen &lt;= k - 11.</t>
  </dd>
</dl>

<t>Output:</t>

<dl>
  <dt>EM =</dt>
  <dd>
    <t>encoded message, an octet string of length k.</t>
  </dd>
</dl>

<t>Error: "message too long".</t>

<t><list style="numbers">
  <t>Length checking: If mLen &gt; k - 11, output "message too long" and stop.</t>
  <t>Generate an octet string PS of length k - mLen - 3 consisting of pseudo-randomly generated nonzero octets.
The length of PS will be at least eight octets.</t>
  <t>Concatenate PS, the message M, and other padding to form an encoded message EM of length k octets as  <vspace blankLines='1'/>
    <figure><artwork><![CDATA[
EM = 0x00 || 0x02 || PS || 0x00 || M.
]]></artwork></figure>
  </t>
  <t>Output EM.</t>
</list></t>

</section>
<section anchor="eme-pkcs1-v15-decode"><name>EME-PKCS1-v1_5-DECODE</name>

<t>Input:</t>

<dl>
  <dt>EM =</dt>
  <dd>
    <t>encoded message, an octet string</t>
  </dd>
</dl>

<t>Output:</t>

<dl>
  <dt>M =</dt>
  <dd>
    <t>message, an octet string.</t>
  </dd>
</dl>

<t>Error: "decryption error".</t>

<t>To decode an EME-PKCS1_v1_5 message, separate the encoded message EM into an octet string PS consisting of nonzero octets and a message M as follows</t>

<figure><artwork><![CDATA[
  EM = 0x00 || 0x02 || PS || 0x00 || M.
]]></artwork></figure>

<t>If the first octet of EM does not have hexadecimal value 0x00, if the second octet of EM does not have hexadecimal value 0x02, if there is no octet with hexadecimal value 0x00 to separate PS from M, or if the length of PS is less than 8 octets, output "decryption error" and stop.
See also <xref target="pkcs1-errors"/> regarding differences in reporting between a decryption error and a padding error.</t>

</section>
<section anchor="emsa-pkcs1-v15"><name>EMSA-PKCS1-v1_5</name>

<t>This encoding method is deterministic and only has an encoding operation.</t>

<t>Option:</t>

<dl>
  <dt>Hash -</dt>
  <dd>
    <t>a hash function in which hLen denotes the length in octets of the hash function output.</t>
  </dd>
</dl>

<t>Input:</t>

<dl>
  <dt>M =</dt>
  <dd>
    <t>message to be encoded.</t>
  </dd>
  <dt>emLen =</dt>
  <dd>
    <t>intended length in octets of the encoded message, at least tLen + 11, where tLen is the octet length of the DER encoding T of a certain value computed during the encoding operation.</t>
  </dd>
</dl>

<t>Output:</t>

<dl>
  <dt>EM =</dt>
  <dd>
    <t>encoded message, an octet string of length emLen.</t>
  </dd>
</dl>

<t>Errors: "message too long"; "intended encoded message length too short".</t>

<t>Steps:</t>

<t><list style="numbers">
  <t>Apply the hash function to the message M to produce a hash value H:  <vspace blankLines='1'/>
H = Hash(M).  <vspace blankLines='1'/>
If the hash function outputs "message too long," output "message too long" and stop.</t>
  <t>Using the list in <xref target="version-three-sig"/>, produce an ASN.1 DER value for the hash function used.
Let T be the full hash prefix from the list, and let tLen be the length in octets of T.</t>
  <t>If emLen &lt; tLen + 11, output "intended encoded message length too short" and stop.</t>
  <t>Generate an octet string PS consisting of emLen - tLen - 3 octets with hexadecimal value 0xFF.
The length of PS will be at least 8 octets.</t>
  <t>Concatenate PS, the hash prefix T, and other padding to form the encoded message EM as  <vspace blankLines='1'/>
    <figure><artwork><![CDATA[
EM = 0x00 || 0x01 || PS || 0x00 || T.
]]></artwork></figure>
  </t>
  <t>Output EM.</t>
</list></t>

</section>
</section>
<section anchor="symmetric-algorithm-preferences"><name>Symmetric Algorithm Preferences</name>

<t>The symmetric algorithm preference is an ordered list of algorithms that the keyholder accepts.
Since it is found on a self-signature, it is possible that a keyholder may have multiple, different preferences.
For example, Alice may have AES-128 only specified for "alice@work.com" but Camellia-256, Twofish, and AES-128 specified for "alice@home.org".
Note that it is also possible for preferences to be in a subkey's binding signature.</t>

<t>Since AES-128 is the <bcp14>MUST</bcp14>-implement algorithm, if it is not explicitly in the list, it is tacitly at the end.
However, it is good form to place it there explicitly.
Note also that if an implementation does not implement the preference, then it is implicitly an AES-128-only implementation.
Note further that implementations conforming to previous versions of this standard <xref target="RFC4880"/> have TripleDES as its only <bcp14>MUST</bcp14>-implement algorithm.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> use a symmetric algorithm that is not in the recipient's preference list.
When encrypting to more than one recipient, the implementation finds a suitable algorithm by taking the intersection of the preferences of the recipients.
Note that the <bcp14>MUST</bcp14>-implement algorithm, AES-128, ensures that the intersection is not null.
The implementation may use any mechanism to pick an algorithm in the intersection.</t>

<t>If an implementation can decrypt a message that a keyholder doesn't have in their preferences, the implementation <bcp14>SHOULD</bcp14> decrypt the message anyway, but <bcp14>MUST</bcp14> warn the keyholder that the protocol has been violated.
For example, suppose that Alice, above, has software that implements all algorithms in this specification.
Nonetheless, she prefers subsets for work or home.
If she is sent a message encrypted with IDEA, which is not in her preferences, the software warns her that someone sent her an IDEA-encrypted message, but it would ideally decrypt it anyway.</t>

<section anchor="plaintext"><name>Plaintext</name>

<t>Algorithm 0, "plaintext", may only be used to denote secret keys that are stored in the clear.
Implementations <bcp14>MUST NOT</bcp14> use plaintext in encrypted data packets; they must use Literal Data packets to encode unencrypted literal data.</t>

</section>
</section>
<section anchor="other-algorithm-preferences"><name>Other Algorithm Preferences</name>

<t>Other algorithm preferences work similarly to the symmetric algorithm preference, in that they specify which algorithms the keyholder accepts.
There are two interesting cases that other comments need to be made about, though, the compression preferences and the hash preferences.</t>

<section anchor="compression-preferences"><name>Compression Preferences</name>

<t>Like the algorithm preferences, an implementation <bcp14>MUST NOT</bcp14> use an algorithm that is not in the preference vector.
If Uncompressed (0) is not explicitly in the list, it is tacitly at the end.
That is, uncompressed messages may always be sent.</t>

<t>Note that earlier implementations may assume that the absence of compression preferences means that [ZIP(1), Uncompressed(0)] are preferred, and default to ZIP compression.
Therefore, an implementation that prefers uncompressed data <bcp14>SHOULD</bcp14> explicitly state this in the preferred compression algorithms.</t>

<section anchor="uncompressed"><name>Uncompressed</name>

<t>Algorithm 0, "uncompressed", may only be used to denote a preference for uncompressed data.
Implementations <bcp14>MUST NOT</bcp14> use uncompressed in Compressed Data packets; they must use Literal Data packets to encode uncompressed literal data.</t>

</section>
</section>
<section anchor="hash-algorithm-preferences"><name>Hash Algorithm Preferences</name>

<t>Typically, the choice of a hash algorithm is something the signer does, rather than the verifier, because a signer rarely knows who is going to be verifying the signature.
This preference, though, allows a protocol based upon digital signatures ease in negotiation.</t>

<t>Thus, if Alice is authenticating herself to Bob with a signature, it makes sense for her to use a hash algorithm that Bob's software uses.
This preference allows Bob to state in his key which algorithms Alice may use.</t>

<t>Since SHA2-256 is the <bcp14>MUST</bcp14>-implement hash algorithm, if it is not explicitly in the list, it is tacitly at the end.
However, it is good form to place it there explicitly.</t>

</section>
</section>
<section anchor="rsa-notes"><name>RSA</name>

<t>The PKCS1-v1_5 padding scheme, used by the RSA algorithms defined in this document, is no longer recommended, and its use is deprecated by <xref target="SP800-131A"/>.
Therefore, an implementation <bcp14>SHOULD NOT</bcp14> generate RSA keys.</t>

<t>There are algorithm types for RSA Sign-Only, and RSA Encrypt-Only keys.
These types are deprecated.
The "key flags" subpacket in a signature is a much better way to express the same idea, and generalizes it to all algorithms.
An implementation <bcp14>MUST NOT</bcp14> create such a key, but <bcp14>MAY</bcp14> interpret it.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> generate RSA keys of size less than 3072 bits.
An implementation <bcp14>SHOULD NOT</bcp14> encrypt, sign or verify using RSA keys of size less than 3072 bits.
An implementation <bcp14>MUST NOT</bcp14> encrypt, sign or verify using RSA keys of size less than 2048 bits.
An implementation that decrypts a message using an RSA secret key of size less than 3072 bits <bcp14>SHOULD</bcp14> generate a deprecation warning that the key is too weak for modern use.</t>

</section>
<section anchor="dsa-notes"><name>DSA</name>

<t>DSA is expected to be deprecated in <xref target="FIPS186-5"/>.
Therefore, an implementation <bcp14>MUST NOT</bcp14> generate DSA keys.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> sign or verify using DSA keys.</t>

</section>
<section anchor="elgamal-notes"><name>Elgamal</name>

<t>The PKCS1-v1_5 padding scheme, used by the Elgamal algorithm defined in this document, is no longer recommended, and its use is deprecated by <xref target="SP800-131A"/>.
Therefore, an implementation <bcp14>MUST NOT</bcp14> generate Elgamal keys.</t>

<t>An implementation <bcp14>MUST NOT</bcp14> encrypt using Elgamal keys.
An implementation that decrypts a message using an Elgamal secret key <bcp14>SHOULD</bcp14> generate a deprecation warning that the key is too weak for modern use.</t>

</section>
<section anchor="eddsa-notes"><name>EdDSA</name>

<t>Although the EdDSA algorithm allows arbitrary data as input, its use with OpenPGP requires that a digest of the message is used as input (pre-hashed).
See <xref target="computing-signatures"/> for details.
Truncation of the resulting digest is never applied; the resulting digest value is used verbatim as input to the EdDSA algorithm.</t>

<t>For clarity: while <xref target="RFC8032"/> describes different variants of EdDSA, OpenPGP uses the "pure" variant (PureEdDSA).
The hashing that happens with OpenPGP is done as part of the standard OpenPGP signature process, and that hash itself is fed as the input message to the PureEdDSA algorithm.</t>

<t>As specified in <xref target="RFC8032"/>, Ed448 also expects a "context string".
In OpenPGP, Ed448 is used with the empty string as a context string.</t>

</section>
<section anchor="reserved-notes"><name>Reserved Algorithm Numbers</name>

<t>A number of algorithm IDs have been reserved for algorithms that would be useful to use in an OpenPGP implementation, yet there are issues that prevent an implementer from actually implementing the algorithm.
These are marked in <xref target="pubkey-algos"/> as "reserved for".</t>

<t>The reserved public-key algorithm X9.42 (21) does not have the necessary parameters, parameter order, or semantics defined.
The same is currently true for reserved public-key algorithms AEDH (23) and AEDSA (24).</t>

<t>Previous versions of OpenPGP permitted Elgamal <xref target="ELGAMAL"/> signatures with a public-key identifier of 20.
These are no longer permitted.
An implementation <bcp14>MUST NOT</bcp14> generate such keys.
An implementation <bcp14>MUST NOT</bcp14> generate Elgamal signatures.
See <xref target="BLEICHENBACHER"/>.</t>

</section>
<section anchor="cfb-mode"><name>CFB Mode</name>

<t>The Cipher Feedback (CFB) mode used in this document is defined in Section 6.3 of <xref target="SP800-38A"/>.</t>

<t>The CFB segment size <spanx style="verb">s</spanx> is equal to the block size of the cipher (i.e., n-bit CFB mode where n is the block size is used).</t>

</section>
<section anchor="private-or-experimental-parameters"><name>Private or Experimental Parameters</name>

<t>S2K specifiers, Signature subpacket types, User Attribute types, image format types, and algorithms described in <xref target="constants"/> all reserve the range 100 to 110 for private and experimental use.
Packet types reserve the range 60 to 63 for private and experimental use.
These are intentionally managed with the PRIVATE USE method, as described in <xref target="RFC8126"/>.</t>

<t>However, implementations need to be careful with these and promote them to full IANA-managed parameters when they grow beyond the original, limited system.</t>

</section>
<section anchor="meta-considerations-for-expansion"><name>Meta-Considerations for Expansion</name>

<t>If OpenPGP is extended in a way that is not backwards-compatible, meaning that old implementations will not gracefully handle their absence of a new feature, the extension proposal can be declared in the key holder's self-signature as part of the Features signature subpacket.</t>

<t>We cannot state definitively what extensions will not be upwards-compatible, but typically new algorithms are upwards-compatible, whereas new packets are not.</t>

<t>If an extension proposal does not update the Features system, it <bcp14>SHOULD</bcp14> include an explanation of why this is unnecessary.
If the proposal contains neither an extension to the Features system nor an explanation of why such an extension is unnecessary, the proposal <bcp14>SHOULD</bcp14> be rejected.</t>

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

<t><list style="symbols">
  <t>As with any technology involving cryptography, you should check the current literature to determine if any algorithms used here have been found to be vulnerable to attack.</t>
  <t>This specification uses Public-Key Cryptography technologies.
It is assumed that the private key portion of a public-private key pair is controlled and secured by the proper party or parties.</t>
  <t>The MD5 hash algorithm has been found to have weaknesses, with collisions found in a number of cases.
MD5 is deprecated for use in OpenPGP.
Implementations <bcp14>MUST NOT</bcp14> generate new signatures using MD5 as a hash function.
They <bcp14>MAY</bcp14> continue to consider old signatures that used MD5 as valid.</t>
  <t>SHA2-224 and SHA2-384 require the same work as SHA2-256 and SHA2-512, respectively.
In general, there are few reasons to use them outside of DSS compatibility.
You need a situation where one needs more security than smaller hashes, but does not want to have the full 256-bit or 512-bit data length.</t>
  <t>Many security protocol designers think that it is a bad idea to use a single key for both privacy (encryption) and integrity (signatures).
In fact, this was one of the motivating forces behind the v4 key format with separate signature and encryption keys.
If you as an implementer promote dual-use keys, you should at least be aware of this controversy.</t>
  <t>The DSA algorithm will work with any hash, but is sensitive to the quality of the hash algorithm.
Verifiers should be aware that even if the signer used a strong hash, an attacker could have modified the signature to use a weak one.
Only signatures using acceptably strong hash algorithms should be accepted as valid.</t>
  <t>As OpenPGP combines many different asymmetric, symmetric, and hash algorithms, each with different measures of strength, care should be taken that the weakest element of an OpenPGP message is still sufficiently strong for the purpose at hand.
While consensus about the strength of a given algorithm may evolve, NIST Special Publication 800-57 <xref target="SP800-57"/> recommends the following list of equivalent strengths:</t>
</list></t>

<texttable title="Key length equivalences">
      <ttcol align='right'>Asymmetric key size</ttcol>
      <ttcol align='left'>Hash size</ttcol>
      <ttcol align='left'>Symmetric key size</ttcol>
      <c>1024</c>
      <c>160</c>
      <c>80</c>
      <c>2048</c>
      <c>224</c>
      <c>112</c>
      <c>3072</c>
      <c>256</c>
      <c>128</c>
      <c>7680</c>
      <c>384</c>
      <c>192</c>
      <c>15360</c>
      <c>512</c>
      <c>256</c>
</texttable>

<t><list style="symbols">
  <t>There is a somewhat-related potential security problem in signatures.
If an attacker can find a message that hashes to the same hash with a different algorithm, a bogus signature structure can be constructed that evaluates correctly.  <vspace blankLines='1'/>
For example, suppose Alice DSA signs message M using hash algorithm H.
Suppose that Mallet finds a message M' that has the same hash value as M with H'.
Mallet can then construct a signature block that verifies as Alice's signature of M' with H'.
However, this would also constitute a weakness in either H or H' or both.
Should this ever occur, a revision will have to be made to this document to revise the allowed hash algorithms.</t>
  <t>If you are building an authentication system, the recipient may specify a preferred signing algorithm.
However, the signer would be foolish to use a weak algorithm simply because the recipient requests it.</t>
  <t>Some of the encryption algorithms mentioned in this document have been analyzed less than others.
For example, although CAST5 is presently considered strong, it has been analyzed less than TripleDES.
Other algorithms may have other controversies surrounding them.</t>
  <t>In late summer 2002, Jallad, Katz, and Schneier published an interesting attack on older versions of the OpenPGP protocol and some of its implementations <xref target="JKS02"/>.
In this attack, the attacker modifies a message and sends it to a user who then returns the erroneously decrypted message to the attacker.
The attacker is thus using the user as a decryption oracle, and can often decrypt the message.
This attack is a particular form of ciphertext malleability.
See <xref target="ciphertext-malleability"/> for information on how to defend against such an attack using more recent versions of OpenPGP.</t>
  <t>Some technologies mentioned here may be subject to government control in some countries.</t>
</list></t>

<section anchor="sha1cd"><name>SHA-1 Collision Detection</name>

<t>As described in <xref target="SHAMBLES"/>, the SHA-1 digest algorithm is not collision-resistant.
However, an OpenPGP implementation cannot completely discard the SHA-1 algorithm, because it is required for implementing and reasoning about v4 public keys.
In particular, the v4 fingerprint derivation uses SHA-1.
So as long as an OpenPGP implementation supports v4 public keys, it will need to implement SHA-1 in at least some scenarios.</t>

<t>To avoid the risk of uncertain breakage from a maliciously introduced SHA-1 collision, an OpenPGP implementation <bcp14>MAY</bcp14> attempt to detect when a hash input is likely from a known collision attack, and then either deliberately reject the hash input or modify the hash output.
This should convert an uncertain breakage (where it is unclear what the effect of a collision will be) to an explicit breakage, which is more desirable for a robust implementation.</t>

<t><xref target="STEVENS2013"/> describes a method for detecting indicators of well-known SHA-1 collision attacks.
Some example C code implementing this technique can be found at <xref target="SHA1CD"/>.</t>

</section>
<section anchor="signature-salt-rationale"><name>Advantages of Salted Signatures</name>

<t>V6 signatures include a salt that is hashed first, which size depends on the hashing algorithm.
This makes v6 OpenPGP signatures non-deterministic and protects against a broad class of attacks that depend on creating a signature over a predictable message.
By selecting a new random salt for each signature made, the signed hashes and the signatures are not predictable.</t>

<t>When the material to be signed may be attacker-controlled, hashing the salt first means that there is no attacker controlled hashed prefix.
An example of this kind of attack is described in the paper SHA-1 Is A Shambles (see <xref target="SHAMBLES"/>), which leverages a chosen prefix collision attack against SHA-1.
This means that an adversary carrying out a chosen-message attack will not be able to control the hash that is being signed, and will need to break second-preimage resistance instead of the simpler collision resistance to create two messages having the same signature.
The size of the salt is bound to the hash function to match the expected collision resistance level, and at least 16 octets.</t>

<t>In some cases, an attacker may be able to induce a signature to be made, even if they do not control the content of the message.
In some scenarios, a repeated signature over the exact same message may risk leakage of part or all of the signing key, for example see discussion of hardware faults over EdDSA and deterministic ECDSA in <xref target="PSSLR17"/>.
Choosing a new random salt for each signature ensures that no repeated signatures are produced, and mitigates this risk.</t>

</section>
<section anchor="ecc-side-channels"><name>Elliptic Curve Side Channels</name>

<t>Side channel attacks are a concern when a compliant application's use of the OpenPGP format can be modeled by a decryption or signing oracle, for example, when an application is a network service performing decryption to unauthenticated remote users.
ECC scalar multiplication operations used in ECDSA and ECDH are vulnerable to side channel attacks.
Countermeasures can often be taken at the higher protocol level, such as limiting the number of allowed failures or time-blinding of the operations associated with each network interface.
Mitigations at the scalar multiplication level seek to eliminate any measurable distinction between the ECC point addition and doubling operations.</t>

</section>
<section anchor="quick-check-oracle"><name>Risks of a Quick Check Oracle</name>

<t>In winter 2005, Serge Mister and Robert Zuccherato from Entrust released a paper describing a way that the "quick check" in v1 SEIPD and SED packets can be used as an oracle to decrypt two octets of every cipher block <xref target="MZ05"/>.
This check was intended for early detection of session key decryption errors, particularly to detect a wrong passphrase, since v4 SKESK packets do not include an integrity check.</t>

<t>There is a danger to using the quick check if timing or error information about the check can be exposed to an attacker, particularly via an automated service that allows rapidly repeated queries.</t>

<t>Disabling the quick check prevents the attack.</t>

<t>For very large legacy encrypted data whose session key is protected by a passphrase (v4 SKESK), while the quick check may be convenient to the user to be informed early on that they typed the wrong passphrase, the implementation should use the quick check with care.
The recommended approach for secure and early detection of decryption failure is to encrypt data using v2 SEIPD.
If the session key is public-key encrypted, the quick check is not useful as the public-key encryption of the session key should guarantee that it is the right session key.</t>

<t>The quick check oracle attack is a particular type of attack that exploits ciphertext malleability.
For information about other similar attacks, see <xref target="ciphertext-malleability"/>.</t>

</section>
<section anchor="pkcs1-errors"><name>Avoiding Leaks From PKCS#1 Errors</name>

<t>The PKCS#1 padding (used in RSA-encrypted and ElGamal-encrypted PKESK) has been found to be vulnerable to attacks in which a system that allows distinguishing padding errors from other decryption errors can act as a decryption and/or signing oracle that can leak the session key or allow signing arbitrary data, respectively <xref target="BLEICHENBACHER-PKCS1"/>.
The number of queries required to carry out an attack can range from thousands to millions, depending on how strict and careful an implementation is in processing the padding.</t>

<t>To make the attack more difficult, an implementation <bcp14>SHOULD</bcp14> implement strict, robust, constant time padding checks.</t>

<t>To prevent the attack, in settings where the attacker does not have access to timing information concerning message decryption, the simplest solution is to report a single error code for all variants of PKESK processing errors as well as SEIPD integrity errors (this includes also session key parsing errors, such as on invalid cipher algorithm for v3 PKESK, or session key size mismatch for v6 PKESK).
If the attacker may have access to timing information, then a constant time solution is also needed.
This requires careful design, especially for v3 PKESK, where session key size and cipher information is typically not known in advance, as it is part of the PKESK encrypted payload.</t>

</section>
<section anchor="fingerprint-usability"><name>Fingerprint Usability</name>

<t>This specification uses fingerprints in several places on the wire (e.g., <xref target="revocation-key"/>, <xref target="issuer-fingerprint-subpacket"/>, and <xref target="intended-recipient-fingerprint"/>), and in processing (e.g., in ECDH KDF <xref target="ecdh"/>).
An implementation may also use the fingerprint internally, for example as an index to a keystore.</t>

<t>Additionally, some OpenPGP users have historically used manual fingerprint comparison to verify the public key of a peer.
For a version 4 fingerprint, this has typically been done with the fingerprint represented as 40 hexadecimal digits, often broken into groups of four digits with whitespace between each group.</t>

<t>When a human is actively involved, the result of such a verification is dubious.
We have little evidence that most humans are good at precise comparison of high-entropy data, particularly when that data is represented in compact textual form like a hexadecimal fingerprint.</t>

<t>The version 6 Fingerprint makes the challenge for a human verifier even worse.
At 256 bits (compared to v4's 160 bit fingerprint), a v6 fingerprint is even harder for a human to successfully compare.</t>

<t>An OpenPGP implementation should prioritize mechanical fingerprint transfer and comparison where possible, and <bcp14>SHOULD NOT</bcp14> promote manual transfer or comparison of full fingerprints by a human unless there is no other way to achieve the desired result.</t>

<t>While this subsection acknowledges existing practice for human-representable v4 fingerprints, this document does not attempt to standardize any specific human-readable form of v6 fingerprint for this discouraged use case.</t>

<t>NOTE: the topic of interoperable human-in-the-loop key verification needs more work, probably in a separate document.</t>

</section>
<section anchor="ciphertext-malleability"><name>Avoiding Ciphertext Malleability</name>

<t>If ciphertext can be modified by an attacker but still subsequently decrypted to some new plaintext, it is considered "malleable".
A number of attacks can arise in any cryptosystem that uses malleable encryption, so modern OpenPGP offers mechanisms to defend against it.
However, legacy OpenPGP data may have been created before these mechanisms were available.
Because OpenPGP implementations deal with historic stored data, they may encounter malleable ciphertexts.</t>

<t>When an OpenPGP implementation discovers that it is decrypting data that appears to be malleable, it <bcp14>MUST</bcp14> indicate a clear error message that the integrity of the message is suspect, <bcp14>SHOULD NOT</bcp14> attempt to parse nor release decrypted data to the user, and <bcp14>SHOULD</bcp14> halt with an error.
Parsing or releasing decrypted data before having confirmed its integrity can leak the decrypted data <xref target="EFAIL"/>, <xref target="MRLG15"/>.</t>

<t>In the case of AEAD encrypted data, if the authentication tag fails to verify, the implementation <bcp14>MUST NOT</bcp14> attempt to parse nor release decrypted data to the user, and <bcp14>MUST</bcp14> halt with an error.</t>

<t>An implementation that encounters malleable ciphertext <bcp14>MAY</bcp14> choose to release cleartext to the user if it is not encrypted using AEAD, and it is known to be dealing with historic archived legacy data, and the user is aware of the risks.</t>

<t>In the case of AEAD encrypted messages, if the message is truncated, i.e. the final zero-octet chunk and possibly (part of) some chunks before it are missing, the implementation <bcp14>MAY</bcp14> choose to release cleartext from fully authenticated chunks before it to the user if it is operating in a streaming fashion, but it <bcp14>MUST</bcp14> indicate a clear error message as soon as the truncation is detected.</t>

<t>Any of the following OpenPGP data elements indicate that malleable ciphertext is present:</t>

<t><list style="symbols">
  <t>All Symmetrically Encrypted Data packets (<xref target="sed"/>).</t>
  <t>Within any encrypted container, any Compressed Data packet (<xref target="compressed-data"/>) where there is a decompression failure.</t>
  <t>Any version 1 Symmetrically Encrypted Integrity Protected Data packet (<xref target="version-one-seipd"/>) where the internal Modification Detection Code does not validate.</t>
  <t>Any version 2 Symmetrically Encrypted Integrity Protected Data packet (<xref target="version-two-seipd"/>) where the authentication tag of any chunk fails, or where there is no final zero-octet chunk.</t>
  <t>Any Secret Key packet with encrypted secret key material (<xref target="secret-key-encryption"/>) where there is an integrity failure, based on the value of the secret key protection octet:  <list style="symbols">
      <t>Value 255 or raw cipher algorithm: where the trailing 2-octet checksum does not match.</t>
      <t>Value 254: where the SHA1 checksum is mismatched.</t>
      <t>Value 253: where the AEAD authentication tag is invalid.</t>
    </list></t>
</list></t>

<t>To avoid these circumstances, an implementation that generates OpenPGP encrypted data <bcp14>SHOULD</bcp14> select the encrypted container format with the most robust protections that can be handled by the intended recipients.
In particular:</t>

<t><list style="symbols">
  <t>The SED packet is deprecated, and <bcp14>MUST NOT</bcp14> be generated.</t>
  <t>When encrypting to one or more public keys:  <list style="symbols">
      <t>All recipient keys indicate support for version 2 of the Symmetrically Encrypted Integrity Protected Data packet in their Features subpacket (<xref target="features-subpacket"/>), or are v6 keys without a Features subpacket, or the implementation can otherwise infer that all recipients support v2 SEIPD packets, the implementation <bcp14>MUST</bcp14> encrypt using a v2 SEIPD packet.</t>
      <t>If one of the recipients does not support v2 SEIPD packets, then the message generator <bcp14>MAY</bcp14> use a v1 SEIPD packet instead.</t>
    </list></t>
  <t>Password-protected secret key material in a v6 Secret Key or v6 Secret Subkey packet <bcp14>SHOULD</bcp14> be protected with AEAD encryption (S2K usage octet 253) unless it will be transferred to an implementation that is known to not support AEAD.
Implementations should be aware that, in scenarios where an attacker has access to encrypted private keys, CFB-encrypted keys (S2K usage octet 254 or 255) are vulnerable to corruption attacks that can cause leakage of secret data when the secret key is used <xref target="KOPENPGP"/>, <xref target="KR02"/>.</t>
</list></t>

<t>Implementers should implement AEAD (v2 SEIPD and S2K usage octet 253) promptly and encourage its spread.</t>

<t>Users should migrate to AEAD with all due speed.</t>

</section>
<section anchor="escrowed-revocations"><name>Escrowed Revocation Signatures</name>

<t>A keyholder, Alice, may wish to designate a third party to be able to revoke Alice's own key.</t>

<t>The preferred way for her to do this is to produce a specific Revocation Signature (signature types 0x20, 0x28, or 0x30) and distribute it securely to her preferred revoker who can hold it in escrow.
The preferred revoker can then publish the escrowed Revocation Signature at whatever time is deemed appropriate, rather than generating a revocation signature themselves.</t>

<t>There are multiple advantages of using an escrowed Revocation Signature over the deprecated Revocation Key subpacket (<xref target="revocation-key"/>):</t>

<t><list style="symbols">
  <t>The keyholder can constrain what types of revocation the preferred revoker can issue, by only escrowing those specific signatures.</t>
  <t>There is no public/visible linkage between the keyholder and the preferred revoker.</t>
  <t>Third parties can verify the revocation without needing to find the key of the preferred revoker.</t>
  <t>The preferred revoker doesn't even need to have a public OpenPGP key if some other secure transport is possible between them and the keyholder.</t>
  <t>Implementation support for enforcing a revocation from an authorized Revocation Key subpacket is uneven and unreliable.</t>
  <t>If the fingerprint mechanism suffers a cryptanalytic flaw, the escrowed Revocation Signature is not affected.</t>
</list></t>

<t>A Revocation Signature may also be split up into shares and distributed among multiple parties, requiring some subset of those parties to collaborate before the escrowed Revocation Signature is recreated.</t>

</section>
<section anchor="random-number-generation-and-seeding"><name>Random Number Generation and Seeding</name>

<t>OpenPGP requires a cryptographically secure pseudorandom number generator (CSPRNG).
In most cases, the operating system provides an appropriate facility such as a <spanx style="verb">getrandom()</spanx> syscall, which should be used absent other (for example, performance) concerns.
It is <bcp14>RECOMMENDED</bcp14> to use an existing CSPRNG implementation in preference to crafting a new one.
Many adequate cryptographic libraries are already available under favorable license terms.
Should those prove unsatisfactory, <xref target="RFC4086"/> provides guidance on the generation of random values.</t>

<t>OpenPGP uses random data with three different levels of visibility:</t>

<t><list style="symbols">
  <t>In publicly-visible fields such as nonces, IVs, public padding material, or salts,</t>
  <t>In shared-secret values, such as session keys for encrypted data or padding material within an encrypted packet, and</t>
  <t>In entirely private data, such as asymmetric key generation.</t>
</list></t>

<t>With a properly functioning CSPRNG, this does not present a security problem, as it is not feasible to determine the CSPRNG state from its output.
However, with a broken CSPRNG, it may be possible for an attacker to use visible output to determine the CSPRNG internal state and thereby predict less-visible data like keying material, as documented in <xref target="CHECKOWAY"/>.</t>

<t>An implementation can provide extra security against this form of attack by using separate CSPRNGs to generate random data with different levels of visibility.</t>

</section>
<section anchor="traffic-analysis"><name>Traffic Analysis</name>

<t>When sending OpenPGP data through the network, the size of the data may leak information to an attacker.
There are circumstances where such a leak could be unacceptable from a security perspective.</t>

<t>For example, if possible cleartext messages for a given protocol are known to be either <spanx style="verb">yes</spanx> (three octets) and <spanx style="verb">no</spanx> (two octets) and the messages are sent within a Symmetrically-Encrypted Integrity Protected Data packet, the length of the encrypted message will reveal the contents of the cleartext.</t>

<t>In another example, sending an OpenPGP Transferable Public Key over an encrypted network connection might reveal the length of the certificate.
Since the length of an OpenPGP certificate varies based on the content, an external observer interested in metadata (who is trying to contact whom) may be able to guess the identity of the certificate sent, if its length is unique.</t>

<t>In both cases, an implementation can adjust the size of the compound structure by including a Padding packet (see <xref target="padding-packet"/>).</t>

</section>
<section anchor="surreptitious-forwarding"><name>Surreptitious Forwarding</name>

<t>When an attacker obtains a signature for some text, e.g. by receiving a signed message, they may be able to use that signature maliciously by sending a message purporting to come from the original sender, with the same body and signature, to a different recipient.
To prevent this, implementations <bcp14>SHOULD</bcp14> implement the Intended Recipient Fingerprint signature subpacket (<xref target="intended-recipient-fingerprint"/>).</t>

</section>
</section>
<section anchor="implementation-nits"><name>Implementation Nits</name>

<t>This section is a collection of comments to help an implementer, particularly with an eye to backward compatibility.
Often the differences are small, but small differences are frequently more vexing than large differences.
Thus, this is a non-comprehensive list of potential problems and gotchas for a developer who is trying to be backward-compatible.</t>

<t><list style="symbols">
  <t>There are many ways possible for two keys to have the same key material, but different fingerprints (and thus Key IDs).
For example, since a v4 fingerprint is constructed by hashing the key creation time along with other things, two v4 keys created at different times, yet with the same key material will have different fingerprints.</t>
  <t>OpenPGP does not put limits on the size of public keys.
However, larger keys are not necessarily better keys.
Larger keys take more computation time to use, and this can quickly become impractical.
Different OpenPGP implementations may also use different upper bounds for public key sizes, and so care should be taken when choosing sizes to maintain interoperability.</t>
  <t>ASCII armor is an optional feature of OpenPGP.
The OpenPGP working group strives for a minimal set of mandatory-to-implement features, and since there could be useful implementations that only use binary object formats, this is not a "<bcp14>MUST</bcp14>" feature for an implementation.
For example, an implementation that is using OpenPGP as a mechanism for file signatures may find ASCII armor unnecessary.
OpenPGP permits an implementation to declare what features it does and does not support, but ASCII armor is not one of these.
Since most implementations allow binary and armored objects to be used indiscriminately, an implementation that does not implement ASCII armor may find itself with compatibility issues with general-purpose implementations.
Moreover, implementations of OpenPGP-MIME <xref target="RFC3156"/> already have a requirement for ASCII armor so those implementations will necessarily have support.</t>
  <t>What this document calls Legacy packet format <xref target="legacy-packet-format"/> is what older documents called the "old packet format".
It is the packet format of the legacy PGP 2 implementation.
Older RFCs called the current OpenPGP packet format <xref target="openpgp-packet-format"/> the "new packet format".</t>
</list></t>

<section anchor="constrained-legacy-fingerprint-storage-for-v6-keys"><name>Constrained Legacy Fingerprint Storage for v6 Keys</name>

<t>Some OpenPGP implementations have fixed length constraints for key fingerprint storage that will not fit all 32 octets of a v6 fingerprint.
For example, <xref target="OPENPGPCARD"/> reserves 20 octets for each stored fingerprint.</t>

<t>An OpenPGP implementation <bcp14>MUST NOT</bcp14> attempt to map any part of a v6 fingerprint to such a constrained field unless the relevant spec for the constrained environment has explicit guidance for storing a v6 fingerprint that distinguishes it from a v4 fingerprint.
An implementation interacting with such a constrained field <bcp14>SHOULD</bcp14> directly calculate the v6 fingerprint from public key material and associated metadata instead of relying on the constrained field.</t>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>

<reference anchor="BLOWFISH" target="http://www.counterpane.com/bfsverlag.html">
  <front>
    <title>Description of a New Variable-Length Key, 64-Bit Block Cipher (Blowfish)</title>
    <author initials="B." surname="Schneier">
      <organization></organization>
    </author>
    <date year="1993" month="December"/>
  </front>
  <seriesInfo name="Fast Software Encryption, Cambridge Security Workshop Proceedings" value="Springer-Verlag, 1994, pp191-204"/>
</reference>
<reference anchor="BZ2" target="http://www.bzip.org/">
  <front>
    <title>The Bzip2 and libbzip2 home page</title>
    <author initials="J." surname="Seward" fullname="Julian Seward, jseward@acm.org">
      <organization></organization>
    </author>
    <date year="2010"/>
  </front>
</reference>
<reference anchor="EAX" >
  <front>
    <title>A Conventional Authenticated-Encryption Mode</title>
    <author initials="M." surname="Bellare">
      <organization></organization>
    </author>
    <author initials="P." surname="Rogaway">
      <organization></organization>
    </author>
    <author initials="D." surname="Wagner">
      <organization></organization>
    </author>
    <date year="2003" month="April"/>
  </front>
</reference>
<reference anchor="ELGAMAL" >
  <front>
    <title>A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms</title>
    <author initials="T." surname="Elgamal">
      <organization></organization>
    </author>
    <date year="1985"/>
  </front>
  <seriesInfo name="IEEE Transactions on Information Theory" value="v. IT-31, n. 4, 1985, pp. 469-472"/>
</reference>
<reference anchor="HAC" >
  <front>
    <title>Handbook of Applied Cryptography</title>
    <author initials="A. J." surname="Menezes" fullname="Alfred J. Menezes">
      <organization></organization>
    </author>
    <author initials="P." surname="v Oorschot" fullname="Paul van Oorschot">
      <organization></organization>
    </author>
    <author initials="S." surname="Vanstone" fullname="Scott Vanstone">
      <organization></organization>
    </author>
    <date year="1996"/>
  </front>
</reference>
<reference anchor="IDEA" >
  <front>
    <title>On the design and security of block ciphers</title>
    <author initials="X." surname="Lai">
      <organization></organization>
    </author>
    <date year="1992"/>
  </front>
  <seriesInfo name="ETH Series in Information Processing, J.L. Massey (editor)" value="Vol. 1, Hartung-Gorre Verlag Konstanz, Technische Hochschule (Zurich)"/>
</reference>
<reference anchor="ISO10646" >
  <front>
    <title>Information Technology - Universal Multiple-octet coded Character Set (UCS) - Part 1: Architecture and Basic Multilingual Plane</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="1993" month="May"/>
  </front>
  <seriesInfo name="ISO" value="Standard 10646-1"/>
</reference>
<reference anchor="JFIF" >
  <front>
    <title>JPEG File Interchange Format (Version 1.02).</title>
    <author initials="E. H. M." surname="CA" fullname="Eric Hamilton, Milpitas, CA">
      <organization>C-Cube Microsystems</organization>
    </author>
    <date year="1996" month="September"/>
  </front>
</reference>
<reference anchor="PKCS5" >
  <front>
    <title>PKCS #5 v2.0: Password-Based Cryptography Standard</title>
    <author >
      <organization>RSA Laboratories</organization>
    </author>
    <date year="1999" month="March" day="25"/>
  </front>
</reference>




<reference anchor='RFC1950'>
<front>
<title>ZLIB Compressed Data Format Specification version 3.3</title>
<author fullname='P. Deutsch' initials='P.' surname='Deutsch'><organization/></author>
<author fullname='J-L. Gailly' initials='J-L.' surname='Gailly'><organization/></author>
<date month='May' year='1996'/>
<abstract><t>This specification defines a lossless compressed data format.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1950'/>
<seriesInfo name='DOI' value='10.17487/RFC1950'/>
</reference>



<reference anchor='RFC1951'>
<front>
<title>DEFLATE Compressed Data Format Specification version 1.3</title>
<author fullname='P. Deutsch' initials='P.' surname='Deutsch'><organization/></author>
<date month='May' year='1996'/>
<abstract><t>This specification defines a lossless compressed data format that compresses data using a combination of the LZ77 algorithm and Huffman coding, with efficiency comparable to the best currently available general-purpose compression methods.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1951'/>
<seriesInfo name='DOI' value='10.17487/RFC1951'/>
</reference>



<reference anchor='RFC2144'>
<front>
<title>The CAST-128 Encryption Algorithm</title>
<author fullname='C. Adams' initials='C.' surname='Adams'><organization/></author>
<date month='May' year='1997'/>
<abstract><t>There is a need in the Internet community for an unencumbered encryption algorithm with a range of key sizes that can provide security for a variety of cryptographic applications and protocols.  This document describes an existing algorithm that can be used to satisfy this requirement.  This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='2144'/>
<seriesInfo name='DOI' value='10.17487/RFC2144'/>
</reference>



<reference anchor='RFC2822'>
<front>
<title>Internet Message Format</title>
<author fullname='P. Resnick' initials='P.' role='editor' surname='Resnick'><organization/></author>
<date month='April' year='2001'/>
<abstract><t>This document specifies a syntax for text messages that are sent between computer users, within the framework of &quot;electronic mail&quot; messages. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2822'/>
<seriesInfo name='DOI' value='10.17487/RFC2822'/>
</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='RFC3394'>
<front>
<title>Advanced Encryption Standard (AES) Key Wrap Algorithm</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<author fullname='R. Housley' initials='R.' surname='Housley'><organization/></author>
<date month='September' year='2002'/>
</front>
<seriesInfo name='RFC' value='3394'/>
<seriesInfo name='DOI' value='10.17487/RFC3394'/>
</reference>



<reference anchor='RFC3629'>
<front>
<title>UTF-8, a transformation format of ISO 10646</title>
<author fullname='F. Yergeau' initials='F.' surname='Yergeau'><organization/></author>
<date month='November' year='2003'/>
<abstract><t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems.  The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo.  UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values.  This memo obsoletes and replaces RFC 2279.</t></abstract>
</front>
<seriesInfo name='STD' value='63'/>
<seriesInfo name='RFC' value='3629'/>
<seriesInfo name='DOI' value='10.17487/RFC3629'/>
</reference>



<reference anchor='RFC3713'>
<front>
<title>A Description of the Camellia Encryption Algorithm</title>
<author fullname='M. Matsui' initials='M.' surname='Matsui'><organization/></author>
<author fullname='J. Nakajima' initials='J.' surname='Nakajima'><organization/></author>
<author fullname='S. Moriai' initials='S.' surname='Moriai'><organization/></author>
<date month='April' year='2004'/>
<abstract><t>This document describes the Camellia encryption algorithm.  Camellia is a block cipher with 128-bit block size and 128-, 192-, and 256-bit keys.  The algorithm description is presented together with key scheduling part and data randomizing part.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='3713'/>
<seriesInfo name='DOI' value='10.17487/RFC3713'/>
</reference>



<reference anchor='RFC4086'>
<front>
<title>Randomness Requirements for Security</title>
<author fullname='D. Eastlake 3rd' initials='D.' surname='Eastlake 3rd'><organization/></author>
<author fullname='J. Schiller' initials='J.' surname='Schiller'><organization/></author>
<author fullname='S. Crocker' initials='S.' surname='Crocker'><organization/></author>
<date month='June' year='2005'/>
<abstract><t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts.  However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities.  The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t><t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult.  This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities.  It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='106'/>
<seriesInfo name='RFC' value='4086'/>
<seriesInfo name='DOI' value='10.17487/RFC4086'/>
</reference>



<reference anchor='RFC4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<date month='October' year='2006'/>
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference anchor='RFC7253'>
<front>
<title>The OCB Authenticated-Encryption Algorithm</title>
<author fullname='T. Krovetz' initials='T.' surname='Krovetz'><organization/></author>
<author fullname='P. Rogaway' initials='P.' surname='Rogaway'><organization/></author>
<date month='May' year='2014'/>
<abstract><t>This document specifies OCB, a shared-key blockcipher-based encryption scheme that provides confidentiality and authenticity for plaintexts and authenticity for associated data.  This document is a product of the Crypto Forum Research Group (CFRG).</t></abstract>
</front>
<seriesInfo name='RFC' value='7253'/>
<seriesInfo name='DOI' value='10.17487/RFC7253'/>
</reference>



<reference anchor='RFC7748'>
<front>
<title>Elliptic Curves for Security</title>
<author fullname='A. Langley' initials='A.' surname='Langley'><organization/></author>
<author fullname='M. Hamburg' initials='M.' surname='Hamburg'><organization/></author>
<author fullname='S. Turner' initials='S.' surname='Turner'><organization/></author>
<date month='January' year='2016'/>
<abstract><t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t></abstract>
</front>
<seriesInfo name='RFC' value='7748'/>
<seriesInfo name='DOI' value='10.17487/RFC7748'/>
</reference>



<reference anchor='RFC8017'>
<front>
<title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
<author fullname='K. Moriarty' initials='K.' role='editor' surname='Moriarty'><organization/></author>
<author fullname='B. Kaliski' initials='B.' surname='Kaliski'><organization/></author>
<author fullname='J. Jonsson' initials='J.' surname='Jonsson'><organization/></author>
<author fullname='A. Rusch' initials='A.' surname='Rusch'><organization/></author>
<date month='November' year='2016'/>
<abstract><t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t><t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series.  By publishing this RFC, change control is transferred to the IETF.</t><t>This document also obsoletes RFC 3447.</t></abstract>
</front>
<seriesInfo name='RFC' value='8017'/>
<seriesInfo name='DOI' value='10.17487/RFC8017'/>
</reference>



<reference anchor='RFC8032'>
<front>
<title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<author fullname='I. Liusvaara' initials='I.' surname='Liusvaara'><organization/></author>
<date month='January' year='2017'/>
<abstract><t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t></abstract>
</front>
<seriesInfo name='RFC' value='8032'/>
<seriesInfo name='DOI' value='10.17487/RFC8032'/>
</reference>



<reference anchor='RFC8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference anchor='RFC9106'>
<front>
<title>Argon2 Memory-Hard Function for Password Hashing and Proof-of-Work Applications</title>
<author fullname='A. Biryukov' initials='A.' surname='Biryukov'><organization/></author>
<author fullname='D. Dinu' initials='D.' surname='Dinu'><organization/></author>
<author fullname='D. Khovratovich' initials='D.' surname='Khovratovich'><organization/></author>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<date month='September' year='2021'/>
<abstract><t>This document describes the Argon2 memory-hard function for password hashing and proof-of-work applications.  We provide an implementer-oriented description with test vectors.  The purpose is to simplify adoption of Argon2 for Internet protocols.  This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t></abstract>
</front>
<seriesInfo name='RFC' value='9106'/>
<seriesInfo name='DOI' value='10.17487/RFC9106'/>
</reference>


<reference anchor="SCHNEIER" >
  <front>
    <title>Applied Cryptography Second Edition: protocols, algorithms, and source code in C</title>
    <author initials="B." surname="Schneier" fullname="Bruce Schneier">
      <organization></organization>
    </author>
    <date year="1996"/>
  </front>
</reference>
<reference anchor="SP800-38A" >
  <front>
    <title>Recommendation for Block Cipher Modes of Operation: Methods and Techniques</title>
    <author initials="M." surname="Dworkin">
      <organization></organization>
    </author>
    <date year="2001" month="December"/>
  </front>
  <seriesInfo name="NIST Special Publication" value="800-38A"/>
</reference>
<reference anchor="SP800-38D" >
  <front>
    <title>Recommendation for Block Cipher Modes of Operation: Galois/Counter Mode (GCM) and GMAC</title>
    <author initials="M." surname="Dworkin">
      <organization></organization>
    </author>
    <date year="2007" month="November"/>
  </front>
  <seriesInfo name="NIST Special Publication" value="800-38D"/>
</reference>
<reference anchor="SP800-56A" >
  <front>
    <title>Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography</title>
    <author initials="E." surname="Barker">
      <organization></organization>
    </author>
    <author initials="D." surname="Johnson">
      <organization></organization>
    </author>
    <author initials="M." surname="Smid">
      <organization></organization>
    </author>
    <date year="2007" month="March"/>
  </front>
  <seriesInfo name="NIST Special Publication" value="800-56A Revision 1"/>
</reference>
<reference anchor="TWOFISH" >
  <front>
    <title>The Twofish Encryption Algorithm</title>
    <author initials="B." surname="Schneier">
      <organization></organization>
    </author>
    <author initials="J." surname="Kelsey">
      <organization></organization>
    </author>
    <author initials="D." surname="Whiting">
      <organization></organization>
    </author>
    <author initials="D." surname="Wagner">
      <organization></organization>
    </author>
    <author initials="C." surname="Hall">
      <organization></organization>
    </author>
    <author initials="N." surname="Ferguson">
      <organization></organization>
    </author>
    <date year="1999"/>
  </front>
</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='FIPS186'>
  <front>
    <title>Digital Signature Standard (DSS)</title>
    <author>
      <organization/>
    </author>
    <date month='July' year='2013'/>
  </front>
  <seriesInfo name='National Institute of Standards and Technology' value='report'/>
  <seriesInfo name='DOI' value='10.6028/nist.fips.186-4'/>
</reference>

<reference anchor='AES'>
  <front>
    <title>Advanced encryption standard (AES)</title>
    <author>
      <organization/>
    </author>
    <date month='November' year='2001'/>
  </front>
  <seriesInfo name='National Institute of Standards and Technology' value='report'/>
  <seriesInfo name='DOI' value='10.6028/nist.fips.197'/>
</reference>

<reference anchor='FIPS180'>
  <front>
    <title>Secure Hash Standard</title>
    <author fullname='Quynh H. Dang' initials='Q.' surname='Dang'>
      <organization/>
    </author>
    <date month='July' year='2015'/>
  </front>
  <seriesInfo name='National Institute of Standards and Technology' value='report'/>
  <seriesInfo name='DOI' value='10.6028/nist.fips.180-4'/>
</reference>

<reference anchor='FIPS202'>
  <front>
    <title>SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions</title>
    <author fullname='Morris J. Dworkin' initials='M.' surname='Dworkin'>
      <organization/>
    </author>
    <date month='July' year='2015'/>
  </front>
  <seriesInfo name='National Institute of Standards and Technology' value='report'/>
  <seriesInfo name='DOI' value='10.6028/nist.fips.202'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="BLEICHENBACHER" >
  <front>
    <title>Generating ElGamal Signatures Without Knowing the Secret Key</title>
    <author initials="D." surname="Bleichenbacher">
      <organization></organization>
    </author>
    <date year="1996"/>
  </front>
  <seriesInfo name="Lecture Notes in Computer Science" value="Volume 1070, pp. 10-18"/>
</reference>
<reference anchor="BLEICHENBACHER-PKCS1" target="http://archiv.infsec.ethz.ch/education/fs08/secsem/Bleichenbacher98.pdf">
  <front>
    <title>Chosen Ciphertext Attacks Against Protocols Based on the RSA Encryption Standard PKCS \#1</title>
    <author initials="D." surname="Bleichenbacher">
      <organization></organization>
    </author>
    <date year="1998"/>
  </front>
</reference>
<reference anchor="EFAIL" target="https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-poddebniak.pdf">
  <front>
    <title>Efail: Breaking S/MIME and OpenPGP Email Encryption using Exfiltration Channels</title>
    <author initials="D." surname="Poddebniak" fullname="Damian Poddebniak">
      <organization></organization>
    </author>
    <author initials="C." surname="Dresen" fullname="Christian Dresen">
      <organization></organization>
    </author>
    <author initials="J." surname="Müller" fullname="Jens Müller">
      <organization></organization>
    </author>
    <author initials="F." surname="Ising" fullname="Fabian Ising">
      <organization></organization>
    </author>
    <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
      <organization></organization>
    </author>
    <author initials="S." surname="Friedberger" fullname="Simon Friedberger">
      <organization></organization>
    </author>
    <author initials="J." surname="Somorovsky" fullname="Juraj Somorovsky">
      <organization></organization>
    </author>
    <author initials="J." surname="Schwenk" fullname="Jörg Schwenk">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
  <seriesInfo name="Proceedings of the 27th USENIX Conference on Security Symposium, August 2018, Pages 549–566" value=""/>
</reference>
<reference anchor="JKS02" target="http://www.counterpane.com/pgp-attack.html">
  <front>
    <title>Implementation of Chosen-Ciphertext Attacks against PGP and GnuPG</title>
    <author initials="K." surname="Jallad" fullname="Kahil Jallad">
      <organization></organization>
    </author>
    <author initials="J." surname="Katz" fullname="Jonathan Katz">
      <organization></organization>
    </author>
    <author initials="B." surname="Schneier" fullname="Bruce Schneier">
      <organization></organization>
    </author>
    <date year="2002"/>
  </front>
</reference>
<reference anchor="KOBLITZ" >
  <front>
    <title>A course in number theory and cryptography, Chapter VI. Elliptic Curves</title>
    <author initials="N." surname="Koblitz">
      <organization></organization>
    </author>
    <date year="1997"/>
  </front>
  <seriesInfo name="ISBN" value="0-387-96576-9"/>
</reference>
<reference anchor="KOPENPGP" target="https://www.kopenpgp.com/">
  <front>
    <title>Victory by KO: Attacking OpenPGP Using Key Overwriting</title>
    <author initials="L." surname="Bruseghini" fullname="Lara Bruseghini">
      <organization></organization>
    </author>
    <author initials="K. G." surname="Paterson" fullname="Kenneth G. Paterson">
      <organization></organization>
    </author>
    <author initials="D." surname="Huigens" fullname="Daniel Huigens">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
  <seriesInfo name="Proceedings of the 29th ACM Conference on Computer and Communications Security, November 2022 (to appear)" value=""/>
</reference>
<reference anchor="KR02" target="https://eprint.iacr.org/2002/076">
  <front>
    <title>Attack on Private Signature Keys of the OpenPGP Format, PGP(TM) Programs and Other Applications Compatible with OpenPGP</title>
    <author initials="V." surname="Klíma" fullname="Vlastimil Klíma">
      <organization></organization>
    </author>
    <author initials="T." surname="Rosa" fullname="Tomáš Rosa">
      <organization></organization>
    </author>
    <date year="2002"/>
  </front>
  <seriesInfo name="Cryptology ePrint Archive, Report 2002/076" value=""/>
</reference>
<reference anchor="MRLG15" >
  <front>
    <title>Format Oracles on OpenPGP</title>
    <author initials="F." surname="Maury" fullname="Florian Maury">
      <organization></organization>
    </author>
    <author initials="J.-R." surname="Reinhard" fullname="Jean-René Reinhard">
      <organization></organization>
    </author>
    <author initials="O." surname="Levillain" fullname="Olivier Levillain">
      <organization></organization>
    </author>
    <author initials="H." surname="Gilbert" fullname="Henri Gilbert">
      <organization></organization>
    </author>
    <date year="2015"/>
  </front>
  <seriesInfo name="CT-RSA 2015" value="Topics in Cryptology –- CT-RSA 2015 pp 220–236"/>
  <seriesInfo name="DOI" value="10.1007/978-3-319-16715-2_12"/>
</reference>
<reference anchor="MZ05" target="http://eprint.iacr.org/2005/033">
  <front>
    <title>An Attack on CFB Mode Encryption As Used By OpenPGP</title>
    <author initials="S." surname="Mister" fullname="Serge Mister">
      <organization></organization>
    </author>
    <author initials="R." surname="Zuccherato" fullname="Robert Zuccherato">
      <organization></organization>
    </author>
    <date year="2005" month="February" day="08"/>
  </front>
  <seriesInfo name="IACR ePrint Archive" value="Report 2005/033"/>
</reference>
<reference anchor="OPENPGPCARD" target="https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.1.pdf">
  <front>
    <title>Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems (version 3.4.1)</title>
    <author initials="A." surname="Pietig" fullname="Achim Pietig">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="PAX" target="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html">
  <front>
    <title>IEEE Standard for Information Technology--Portable Operating System Interface (POSIX(R)) Base Specifications, Issue 7: pax - portable archive interchange</title>
    <author >
      <organization>The Open Group</organization>
    </author>
    <date year="2018"/>
  </front>
  <seriesInfo name="IEEE Standard" value="1003.1-2017"/>
  <seriesInfo name="DOI" value="10.1109/IEEESTD.2018.8277153"/>
</reference>
<reference anchor="PSSLR17" target="https://eprint.iacr.org/2017/1014">
  <front>
    <title>Attacking Deterministic Signature Schemes using Fault Attacks</title>
    <author initials="D." surname="Poddebniak">
      <organization></organization>
    </author>
    <author initials="J." surname="Somorovsky">
      <organization></organization>
    </author>
    <author initials="S." surname="Schinzel">
      <organization></organization>
    </author>
    <author initials="M." surname="Lochter">
      <organization></organization>
    </author>
    <author initials="P." surname="Rösler">
      <organization></organization>
    </author>
    <date year="2017" month="October"/>
  </front>
</reference>
<reference anchor="REGEX" >
  <front>
    <title>Mastering Regular Expressions</title>
    <author initials="J." surname="Friedl" fullname="Jeffrey Friedl">
      <organization>O'Reilly</organization>
    </author>
    <date year="2002" month="August"/>
  </front>
  <seriesInfo name="ISBN" value="0-596-00289-0"/>
</reference>




<reference anchor='RFC1991'>
<front>
<title>PGP Message Exchange Formats</title>
<author fullname='D. Atkins' initials='D.' surname='Atkins'><organization/></author>
<author fullname='W. Stallings' initials='W.' surname='Stallings'><organization/></author>
<author fullname='P. Zimmermann' initials='P.' surname='Zimmermann'><organization/></author>
<date month='August' year='1996'/>
<abstract><t>This document describes the format of &quot;PGP files&quot;, i.e., messages that have been encrypted and/or signed with PGP.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1991'/>
<seriesInfo name='DOI' value='10.17487/RFC1991'/>
</reference>



<reference anchor='RFC2440'>
<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='R. Thayer' initials='R.' surname='Thayer'><organization/></author>
<date month='November' year='1998'/>
<abstract><t>This document is maintained in order to publish all necessary information needed to develop interoperable applications based on the OpenPGP format.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2440'/>
<seriesInfo name='DOI' value='10.17487/RFC2440'/>
</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='RFC5639'>
<front>
<title>Elliptic Curve Cryptography (ECC) Brainpool Standard Curves and Curve Generation</title>
<author fullname='M. Lochter' initials='M.' surname='Lochter'><organization/></author>
<author fullname='J. Merkle' initials='J.' surname='Merkle'><organization/></author>
<date month='March' year='2010'/>
<abstract><t>This memo proposes several elliptic curve domain parameters over finite prime fields for use in cryptographic applications.  The domain parameters are consistent with the relevant international standards, and can be used in X.509 certificates and certificate revocation lists (CRLs), for Internet Key Exchange (IKE), Transport Layer Security (TLS), XML signatures, and all applications or protocols based on the cryptographic message syntax (CMS).  This document is  not an Internet Standards Track specification; it is published for  informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5639'/>
<seriesInfo name='DOI' value='10.17487/RFC5639'/>
</reference>



<reference anchor='RFC5869'>
<front>
<title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
<author fullname='H. Krawczyk' initials='H.' surname='Krawczyk'><organization/></author>
<author fullname='P. Eronen' initials='P.' surname='Eronen'><organization/></author>
<date month='May' year='2010'/>
<abstract><t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications.  The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5869'/>
<seriesInfo name='DOI' value='10.17487/RFC5869'/>
</reference>



<reference anchor='RFC6090'>
<front>
<title>Fundamental Elliptic Curve Cryptography Algorithms</title>
<author fullname='D. McGrew' initials='D.' surname='McGrew'><organization/></author>
<author fullname='K. Igoe' initials='K.' surname='Igoe'><organization/></author>
<author fullname='M. Salter' initials='M.' surname='Salter'><organization/></author>
<date month='February' year='2011'/>
<abstract><t>This note describes the fundamental algorithms of Elliptic Curve Cryptography (ECC) as they were defined in some seminal references from 1994 and earlier.  These descriptions may be useful for implementing the fundamental algorithms without using any of the specialized methods that were developed in following years.  Only elliptic curves defined over fields of characteristic greater than three are in scope; these curves are those used in Suite B. This document is not an Internet Standards Track specification; it is published for informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='6090'/>
<seriesInfo name='DOI' value='10.17487/RFC6090'/>
</reference>


<reference anchor="SEC1" target="https://www.secg.org/sec1-v2.pdf">
  <front>
    <title>Standards for Efficient Cryptography 1 (SEC 1)</title>
    <author >
      <organization>Standards for Efficient Cryptography Group</organization>
    </author>
    <date year="2009" month="May"/>
  </front>
</reference>
<reference anchor="SHA1CD" target="https://github.com/cr-marcstevens/sha1collisiondetection">
  <front>
    <title>sha1collisiondetection</title>
    <author initials="M." surname="Stevens" fullname="Marc Stevens">
      <organization></organization>
    </author>
    <author initials="D." surname="Shumow" fullname="Dan Shumow">
      <organization></organization>
    </author>
    <date year="2017"/>
  </front>
</reference>
<reference anchor="SHAMBLES" target="https://sha-mbles.github.io/">
  <front>
    <title>Sha-1 is a shambles: First chosen-prefix collision on sha-1 and application to the PGP web of trust</title>
    <author initials="G." surname="Leurent" fullname="Gaëtan Leurent">
      <organization></organization>
    </author>
    <author initials="T." surname="Peyrin" fullname="Thomas Peyrin">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="SP800-57" target="http://csrc.nist.gov/publications/nistpubs/800-57/SP800-57-Part{1,2}.pdf">
  <front>
    <title>Recommendation on Key Management</title>
    <author >
      <organization>NIST</organization>
    </author>
    <date year="2007" month="March"/>
  </front>
  <seriesInfo name="NIST Special Publication" value="800-57"/>
</reference>
<reference anchor="SP800-131A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf">
  <front>
    <title>Transitioning the Use of Cryptographic Algorithms and Key Lengths</title>
    <author initials="E." surname="Barker">
      <organization></organization>
    </author>
    <author initials="A." surname="Roginsky">
      <organization></organization>
    </author>
    <date year="2019" month="March"/>
  </front>
  <seriesInfo name="NIST Special Publication" value="800-131A Revision 2"/>
</reference>
<reference anchor="STEVENS2013" target="https://eprint.iacr.org/2013/358">
  <front>
    <title>Counter-cryptanalysis</title>
    <author initials="M." surname="Stevens" fullname="Marc Stevens">
      <organization></organization>
    </author>
    <date year="2013" month="June"/>
  </front>
</reference>
<reference anchor="UNIFIED-DIFF" target="https://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html">
  <front>
    <title>Detailed Description of Unified Format</title>
    <author >
      <organization>Free Software Foundation</organization>
    </author>
    <date year="2021" month="January" day="02"/>
  </front>
</reference>


<reference anchor='FIPS186-5'>
  <front>
    <title>Digital Signature Standard (DSS): Elliptic Curve Domain Parameters</title>
    <author fullname='Andrew Regenscheid' initials='A.' surname='Regenscheid'>
      <organization/>
    </author>
    <date month='October' year='2019'/>
  </front>
  <seriesInfo name='National Institute of Standards and Technology (NIST)' value='posted-content'/>
  <seriesInfo name='DOI' value='10.6028/nist.fips.186-5-draft'/>
</reference>

<reference anchor='CHECKOWAY'>
  <front>
    <title>A Systematic Analysis of the Juniper Dual EC Incident</title>
    <author fullname='Stephen Checkoway' initials='S.' surname='Checkoway'>
      <organization>University of Illinois at Chicago, Chicago, IL, USA</organization>
    </author>
    <author fullname='Jacob Maskiewicz' initials='J.' surname='Maskiewicz'>
      <organization>UC San Diego, La Jolla, CA, USA</organization>
    </author>
    <author fullname='Christina Garman' initials='C.' surname='Garman'>
      <organization>Johns Hopkins University, Baltimore, MD, USA</organization>
    </author>
    <author fullname='Joshua Fried' initials='J.' surname='Fried'>
      <organization>University of Pennsylvania, Philadelphia, PA, USA</organization>
    </author>
    <author fullname='Shaanan Cohney' initials='S.' surname='Cohney'>
      <organization>University of Pennsylvania, Philadelphia, PA, USA</organization>
    </author>
    <author fullname='Matthew Green' initials='M.' surname='Green'>
      <organization>Johns Hopkins University, Baltimore, MD, USA</organization>
    </author>
    <author fullname='Nadia Heninger' initials='N.' surname='Heninger'>
      <organization>University of Pennsylvania, Philadelphia, PA, USA</organization>
    </author>
    <author fullname='Ralf-Philipp Weinmann' initials='R.' surname='Weinmann'>
      <organization>Comsecuris, Duisburg, Germany</organization>
    </author>
    <author fullname='Eric Rescorla' initials='E.' surname='Rescorla'>
      <organization>UC San Diego, La Jolla, CA, USA</organization>
    </author>
    <author fullname='Hovav Shacham' initials='H.' surname='Shacham'>
      <organization>UC San Diego, La Jolla, CA, USA</organization>
    </author>
    <date month='October' year='2016'/>
  </front>
  <seriesInfo name='Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications' value='Security'/>
  <seriesInfo name='DOI' value='10.1145/2976749.2978395'/>
</reference>



<reference anchor='RFC6637'>
<front>
<title>Elliptic Curve Cryptography (ECC) in OpenPGP</title>
<author fullname='A. Jivsov' initials='A.' surname='Jivsov'><organization/></author>
<date month='June' year='2012'/>
<abstract><t>This document defines an Elliptic Curve Cryptography extension to the OpenPGP public key format and specifies three Elliptic Curves that enjoy broad support by other standards, including standards published by the US National Institute of Standards and Technology.  The document specifies the conventions for interoperability between compliant OpenPGP implementations that make use of this extension and these Elliptic Curves.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6637'/>
<seriesInfo name='DOI' value='10.17487/RFC6637'/>
</reference>




    </references>


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

<t>To help implementing this specification a non-normative example for the EdDSA algorithm is given.</t>

<section anchor="sample-v4-ed25519legacy-key"><name>Sample v4 Ed25519Legacy key</name>

<t>The secret key used for this example is:</t>

<t>D: 1a8b1ff05ded48e18bf50166c664ab023ea70003d78d9e41f5758a91d850f8d2</t>

<t>Note that this is the raw secret key used as input to the EdDSA signing operation.
The key was created on 2014-08-19 14:28:27 and thus the fingerprint of the OpenPGP key is:</t>

<figure><artwork><![CDATA[
   C959 BDBA FA32 A2F8 9A15  3B67 8CFD E121 9796 5A9A
]]></artwork></figure>

<t>The algorithm-specific input parameters without the MPI length headers are:</t>

<t>oid: 2b06010401da470f01</t>

<t>q: 403f098994bdd916ed4053197934e4a87c80733a1280d62f8010992e43ee3b2406</t>

<t>The entire public key packet is thus:</t>

<figure><artwork><![CDATA[
   98 33 04 53 f3 5f 0b 16  09 2b 06 01 04 01 da 47
   0f 01 01 07 40 3f 09 89  94 bd d9 16 ed 40 53 19
   79 34 e4 a8 7c 80 73 3a  12 80 d6 2f 80 10 99 2e
   43 ee 3b 24 06
]]></artwork></figure>

<t>The same packet, represented in ASCII-armored form is:</t>

<figure><sourcecode type="application/pgp-keys" name="v4-ed25519-pubkey-packet.key"><![CDATA[
-----BEGIN PGP PUBLIC KEY BLOCK-----

xjMEU/NfCxYJKwYBBAHaRw8BAQdAPwmJlL3ZFu1AUxl5NOSofIBzOhKA1i+AEJku
Q+47JAY=
-----END PGP PUBLIC KEY BLOCK-----
]]></sourcecode></figure>

</section>
<section anchor="sample-v4-ed25519legacy-signature"><name>Sample v4 Ed25519Legacy signature</name>

<t>The signature is created using the sample key over the input data "OpenPGP" on 2015-09-16 12:24:53 UTC and thus the input to the hash function is:</t>

<t>m: 4f70656e504750040016080006050255f95f9504ff0000000c</t>

<t>Using the SHA2-256 hash algorithm yields the digest:</t>

<t>d: f6220a3f757814f4c2176ffbb68b00249cd4ccdc059c4b34ad871f30b1740280</t>

<t>Which is fed into the EdDSA signature function and yields this signature:</t>

<t>r: 56f90cca98e2102637bd983fdb16c131dfd27ed82bf4dde5606e0d756aed3366</t>

<t>s: d09c4fa11527f038e0f57f2201d82f2ea2c9033265fa6ceb489e854bae61b404</t>

<t>The entire signature packet is thus:</t>

<figure><artwork><![CDATA[
   88 5e 04 00 16 08 00 06  05 02 55 f9 5f 95 00 0a
   09 10 8c fd e1 21 97 96  5a 9a f6 22 00 ff 56 f9
   0c ca 98 e2 10 26 37 bd  98 3f db 16 c1 31 df d2
   7e d8 2b f4 dd e5 60 6e  0d 75 6a ed 33 66 01 00
   d0 9c 4f a1 15 27 f0 38  e0 f5 7f 22 01 d8 2f 2e
   a2 c9 03 32 65 fa 6c eb  48 9e 85 4b ae 61 b4 04
]]></artwork></figure>

<t>The same packet represented in ASCII-armored form is:</t>

<figure><sourcecode type="application/pgp-signature" name="v4-ed25519-signature-over-OpenPGP.sig"><![CDATA[
-----BEGIN PGP SIGNATURE-----

iF4EABYIAAYFAlX5X5UACgkQjP3hIZeWWpr2IgD/VvkMypjiECY3vZg/2xbBMd/S
ftgr9N3lYG4NdWrtM2YBANCcT6EVJ/A44PV/IgHYLy6iyQMyZfps60iehUuuYbQE
-----END PGP SIGNATURE-----
]]></sourcecode></figure>

</section>
<section anchor="v6-cert"><name>Sample v6 Certificate (Transferable Public Key)</name>

<t>Here is a Transferable Public Key consisting of:</t>

<t><list style="symbols">
  <t>A v6 Ed25519 Public-Key packet</t>
  <t>A v6 direct key self-signature</t>
  <t>A v6 X25519 Public-Subkey packet</t>
  <t>A v6 subkey binding signature</t>
</list></t>

<t>The primary key has the fingerprint <spanx style="verb">CB186C4F0609A697E4D52DFA6C722B0C1F1E27C18A56708F6525EC27BAD9ACC9</spanx>.</t>

<t>The subkey has the fingerprint <spanx style="verb">12C83F1E706F6308FE151A417743A1F033790E93E9978488D1DB378DA9930885</spanx>.</t>

<figure><sourcecode type="application/pgp-keys" name="v6-minimal-cert.key"><![CDATA[
-----BEGIN PGP PUBLIC KEY BLOCK-----

xioGY4d/4xsAAAAg+U2nu0jWCmHlZ3BqZYfQMxmZu52JGggkLq2EVD34laPCsQYf
GwoAAABCBYJjh3/jAwsJBwUVCg4IDAIWAAKbAwIeCSIhBssYbE8GCaaX5NUt+mxy
KwwfHifBilZwj2Ul7Ce62azJBScJAgcCAAAAAK0oIBA+LX0ifsDm185Ecds2v8lw
gyU2kCcUmKfvBXbAf6rhRYWzuQOwEn7E/aLwIwRaLsdry0+VcallHhSu4RN6HWaE
QsiPlR4zxP/TP7mhfVEe7XWPxtnMUMtf15OyA51YBM4qBmOHf+MZAAAAIIaTJINn
+eUBXbki+PSAld2nhJh/LVmFsS+60WyvXkQ1wpsGGBsKAAAALAWCY4d/4wKbDCIh
BssYbE8GCaaX5NUt+mxyKwwfHifBilZwj2Ul7Ce62azJAAAAAAQBIKbpGG2dWTX8
j+VjFM21J0hqWlEg+bdiojWnKfA5AQpWUWtnNwDEM0g12vYxoWM8Y81W+bHBw805
I8kWVkXU6vFOi+HWvv/ira7ofJu16NnoUkhclkUrk0mXubZvyl4GBg==
-----END PGP PUBLIC KEY BLOCK-----
]]></sourcecode></figure>

<t>The corresponding Transferable Secret Key can be found in <xref target="v6-key"/>.</t>

<section anchor="sig-hashed-data-example"><name>Hashed Data Stream for Signature Verification</name>

<t>The direct key self signature in the certificate in <xref target="v6-cert"/> is made over the following sequence of data:</t>

<figure><artwork><![CDATA[
0x0000  10 3e 2d 7d 22 7e c0 e6
0x0008  d7 ce 44 71 db 36 bf c9
0x0010  70 83 25 36 90 27 14 98
0x0018  a7 ef 05 76 c0 7f aa e1
0x0020  9b 00 00 00 2a 06 63 87
0x0028  7f e3 1b 00 00 00 20 f9
0x0030  4d a7 bb 48 d6 0a 61 e5
0x0038  67 70 6a 65 87 d0 33 19
0x0040  99 bb 9d 89 1a 08 24 2e
0x0048  ad 84 54 3d f8 95 a3 06
0x0050  1f 1b 0a 00 00 00 42 05
0x0058  82 63 87 7f e3 03 0b 09
0x0060  07 05 15 0a 0e 08 0c 02
0x0068  16 00 02 9b 03 02 1e 09
0x0070  22 21 06 cb 18 6c 4f 06
0x0078  09 a6 97 e4 d5 2d fa 6c
0x0080  72 2b 0c 1f 1e 27 c1 8a
0x0088  56 70 8f 65 25 ec 27 ba
0x0090  d9 ac c9 05 27 09 02 07
0x0098  02 06 ff 00 00 00 4a
]]></artwork></figure>

<t>The same data, broken out by octet and semantics, is:</t>

<figure><artwork><![CDATA[
0x0000  10 3e 2d 7d 22 7e c0 e6  salt
0x0008  d7 ce 44 71 db 36 bf c9
0x0010  70 83 25 36 90 27 14 98
0x0018  a7 ef 05 76 c0 7f aa e1
        [ pubkey begins ]
0x0020  9b                       v6 pubkey
0x0021     00 00 00 2a           pubkey length
0x0025                 06        pubkey version
0x0026                    63 87  creation time
0x0028  7f e3                      (2022-11-30T16:08:03Z)
0x002a        1b                 key algo: Ed25519
0x002b           00 00 00 20     key length
0x002f                       f9  Ed25519 public key
0x0030  4d a7 bb 48 d6 0a 61 e5
0x0038  67 70 6a 65 87 d0 33 19
0x0040  99 bb 9d 89 1a 08 24 2e
0x0048  ad 84 54 3d f8 95 a3
         [ trailer begins ]
0x004f                       06  sig version
0x0050  1f                       sig type: direct key signature
0x0051     1b                    sig algo: Ed25519
0x0052        0a                 hash ago: SHA2-512
0x0053           00 00 00 42     hashed subpackets length
0x0057                       05  subpkt length
0x0058  82                       critical subpkt: Sig Creation Time
0x0059     63 87 7f e3           Signature Creation Time
0x005d                 03        subpkt length
0x005e                    0b     subpkt type: Pref. v1 SEIPD Ciphers
0x005f                       09  Ciphers: [AES256 AES128]
0x0060  07
0x0061     05                    subpkt length
0x0062        15                 subpkt type: Pref. Hash Algorithms
0x0063           0a 0e           Hashes: [SHA2-512 SHA3-512
0x0065                 08 0c              SHA2-256 SHA3-256]
0x0067                       02  subpkt length
0x0068  16                       subpkt type: Pref. Compression
0x0069     00                    Compression: [none]
0x006a        02                 subpkt length
0x006b           9b              critical subpkt: Key Flags
0x006c              03           Key Flags: {certify, sign}
0x006d                 02        subpkt length
0x006e                    1e     subpkt type: Features
0x006f                       09  Features: {SEIPDv1, SEIPDv2}
0x0070  22                       subpkt length
0x0071     21                    subpkt type: Issuer Fingerprint
0x0072        06                 Fingerprint version 6
0x0073           cb 18 6c 4f 06  Issuer Fingerprint
0x0078  09 a6 97 e4 d5 2d fa 6c
0x0080  72 2b 0c 1f 1e 27 c1 8a
0x0088  56 70 8f 65 25 ec 27 ba
0x0090  d9 ac c9
0x0093           05              subpkt length
0x0094              27           subpkt type: Pref. AEAD Ciphersuites
0x0095                 09 02 07  Ciphersuites:
0x0098  02                         [ AES256-OCB, AES128-OCB ]
0x0099     06                    sig version
0x009a        ff                 sentinel octet
0x009b           00 00 00 4a     trailer length
]]></artwork></figure>

<t>The subkey binding signature in <xref target="v6-cert"/> is made over the following sequence of data:</t>

<figure><artwork><![CDATA[
0x0000  a6 e9 18 6d 9d 59 35 fc
0x0008  8f e5 63 14 cd b5 27 48
0x0010  6a 5a 51 20 f9 b7 62 a2
0x0018  35 a7 29 f0 39 01 0a 56
0x0020  9b 00 00 00 2a 06 63 87
0x0028  7f e3 1b 00 00 00 20 f9
0x0030  4d a7 bb 48 d6 0a 61 e5
0x0038  67 70 6a 65 87 d0 33 19
0x0040  99 bb 9d 89 1a 08 24 2e
0x0048  ad 84 54 3d f8 95 a3 9b
0x0050  00 00 00 2a 06 63 87 7f
0x0058  e3 19 00 00 00 20 86 93
0x0060  24 83 67 f9 e5 01 5d b9
0x0068  22 f8 f4 80 95 dd a7 84
0x0070  98 7f 2d 59 85 b1 2f ba
0x0078  d1 6c af 5e 44 35 06 18
0x0080  1b 0a 00 00 00 2c 05 82
0x0088  63 87 7f e3 02 9b 0c 22
0x0090  21 06 cb 18 6c 4f 06 09
0x0098  a6 97 e4 d5 2d fa 6c 72
0x00a0  2b 0c 1f 1e 27 c1 8a 56
0x00a8  70 8f 65 25 ec 27 ba d9
0x00b0  ac c9 06 ff 00 00 00 34
]]></artwork></figure>

<t>The same data, broken out by octet and semantics, is:</t>

<figure><artwork><![CDATA[
0x0000  a6 e9 18 6d 9d 59 35 fc  salt
0x0008  8f e5 63 14 cd b5 27 48
0x0010  6a 5a 51 20 f9 b7 62 a2
0x0018  35 a7 29 f0 39 01 0a 56
      [ primary pubkey begins ]
0x0020  9b                       v6 pubkey
0x0021     00 00 00 2a           pubkey length
0x0025                 06        pubkey version
0x0026                    63 87  creation time
0x0028  7f e3                      (2022-11-30T16:08:03Z)
0x002a        1b                 key algo: Ed25519
0x002b           00 00 00 20     key length
0x002f                       f9  Ed25519 public key
0x0030  4d a7 bb 48 d6 0a 61 e5
0x0038  67 70 6a 65 87 d0 33 19
0x0040  99 bb 9d 89 1a 08 24 2e
0x0048  ad 84 54 3d f8 95 a3
      [ subkey pubkey begins ]
0x004f                       9b  v6 key
0x0050  00 00 00 2a              pubkey length
0x0054              06           pubkey version
0x0055                 63 87 7f  creation time (2022-11-30T16:08:03Z)
0x0058  e3
0x0059     19                    key algo: X25519
0x005a        00 00 00 20        key length
0x005e                    86 93  X25519 public key
0x0060  24 83 67 f9 e5 01 5d b9
0x0068  22 f8 f4 80 95 dd a7 84
0x0070  98 7f 2d 59 85 b1 2f ba
0x0078  d1 6c af 5e 44 35
       [ trailer begins ]
0x007e                    06     sig version
0x007f                       18  sig type: Subkey Binding sig
0x0080  1b                       sig algo Ed25519
0x0081     0a                    hash algo: SHA2-512
0x0082        00 00 00 2c        hashed subpackets length
0x0086                    05     subpkt length
0x0087                       82  critical subpkt: Sig Creation Time
0x0088  63 87 7f e3              Signature Creation Time
0x008c              02           subpkt length
0x008d                 9b        critical subpkt: Key Flags
0x008e                    0c     Key Flags: {EncComms, EncStorage}
0x008f                       22  subpkt length
0x0090  21                       subpkt type: Issuer Fingerprint
0x0091     06                    Fingerprint version 6
0x0092        cb 18 6c 4f 06 09  Fingerprint
0x0098  a6 97 e4 d5 2d fa 6c 72
0x00a0  2b 0c 1f 1e 27 c1 8a 56
0x00a8  70 8f 65 25 ec 27 ba d9
0x00b0  ac c9
0x00b2        06                 sig version
0x00b3           ff              sentinel octet
0x00b4              00 00 00 34  trailer length
]]></artwork></figure>

</section>
</section>
<section anchor="v6-key"><name>Sample v6 Secret Key (Transferable Secret Key)</name>

<t>Here is a Transferable Secret Key consisting of:</t>

<t><list style="symbols">
  <t>A v6 Ed25519 Secret-Key packet</t>
  <t>A v6 direct key self-signature</t>
  <t>A v6 X25519 Secret-Subkey packet</t>
  <t>A v6 subkey binding signature</t>
</list></t>

<figure><sourcecode type="application/pgp-keys" name="v6-minimal-secret.key"><![CDATA[
-----BEGIN PGP PRIVATE KEY BLOCK-----

xUsGY4d/4xsAAAAg+U2nu0jWCmHlZ3BqZYfQMxmZu52JGggkLq2EVD34laMAGXKB
exK+cH6NX1hs5hNhIB00TrJmosgv3mg1ditlsLfCsQYfGwoAAABCBYJjh3/jAwsJ
BwUVCg4IDAIWAAKbAwIeCSIhBssYbE8GCaaX5NUt+mxyKwwfHifBilZwj2Ul7Ce6
2azJBScJAgcCAAAAAK0oIBA+LX0ifsDm185Ecds2v8lwgyU2kCcUmKfvBXbAf6rh
RYWzuQOwEn7E/aLwIwRaLsdry0+VcallHhSu4RN6HWaEQsiPlR4zxP/TP7mhfVEe
7XWPxtnMUMtf15OyA51YBMdLBmOHf+MZAAAAIIaTJINn+eUBXbki+PSAld2nhJh/
LVmFsS+60WyvXkQ1AE1gCk95TUR3XFeibg/u/tVY6a//1q0NWC1X+yui3O24wpsG
GBsKAAAALAWCY4d/4wKbDCIhBssYbE8GCaaX5NUt+mxyKwwfHifBilZwj2Ul7Ce6
2azJAAAAAAQBIKbpGG2dWTX8j+VjFM21J0hqWlEg+bdiojWnKfA5AQpWUWtnNwDE
M0g12vYxoWM8Y81W+bHBw805I8kWVkXU6vFOi+HWvv/ira7ofJu16NnoUkhclkUr
k0mXubZvyl4GBg==
-----END PGP PRIVATE KEY BLOCK-----
]]></sourcecode></figure>

<t>The corresponding Transferable Public Key can be found in <xref target="v6-cert"/>.</t>

</section>
<section anchor="sample-aead-eax-encryption-and-decryption"><name>Sample AEAD-EAX encryption and decryption</name>

<t>This example encrypts the cleartext string <spanx style="verb">Hello, world!</spanx> with the password <spanx style="verb">password</spanx>, using AES-128 with AEAD-EAX encryption.</t>

<section anchor="sample-symmetric-key-encrypted-session-key-packet-v6"><name>Sample symmetric-key encrypted session key packet (v6)</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v6skesk-aes128-eax.hexdump"><![CDATA[
0x0000  c3 40 06 1e 07 01 0b 03
0x0008  08 a5 ae 57 9d 1f c5 d8
0x0010  2b ff 69 22 4f 91 99 93
0x0018  b3 50 6f a3 b5 9a 6a 73
0x0020  cf f8 c5 ef c5 f4 1c 57
0x0028  fb 54 e1 c2 26 81 5d 78
0x0030  28 f5 f9 2c 45 4e b6 5e
0x0038  be 00 ab 59 86 c6 8e 6e
0x0040  7c 55
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  c3                       packet tag: SKESK
0x0001     40                    packet length
0x0002        06                 SKESK version 6
0x0003           1e              length through end of AEAD nonce
0x0004              07           cipher: AES128
0x0005                 01        AEAD mode: EAX 
0x0006                    0b     length of S2K
0x0007                       03  S2K type: iterated+salted
0x0008  08                       S2K hash: SHA2-256
0x0009     a5 ae 57 9d 1f c5 d8  S2K salt
0x0010  2b 
0x0011     ff                    S2K iterations (65011712 octets)
0x0012        69 22 4f 91 99 93  AEAD nonce
0x0018  b3 50 6f a3 b5 9a 6a 73
0x0020  cf f8
0x0022        c5 ef c5 f4 1c 57  encrypted session key
0x0028  fb 54 e1 c2 26 81 5d 78
0x0030  28 f5
0x0032        f9 2c 45 4e b6 5e  AEAD tag
0x0038  be 00 ab 59 86 c6 8e 6e
0x0040  7c 55
]]></artwork></figure>

</section>
<section anchor="starting-aead-eax-decryption-of-the-session-key"><name>Starting AEAD-EAX decryption of the session key</name>

<t>The derived key is:</t>

<figure><artwork><![CDATA[
  15 49 67 e5 90 aa 1f 92 3e 1c 0a c6 4c 88 f2 3d
]]></artwork></figure>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  c3 06 07 01
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  2f ce 33 1f 39 dd 95 5c c4 1e 95 d8 70 c7 21 39
]]></artwork></figure>

<t>Authenticated Data:</t>

<figure><artwork><![CDATA[
  c3 06 07 01
]]></artwork></figure>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  69 22 4f 91 99 93 b3 50 6f a3 b5 9a 6a 73 cf f8
]]></artwork></figure>

<t>Decrypted session key:</t>

<figure><artwork><![CDATA[
  38 81 ba fe 98 54 12 45 9b 86 c3 6f 98 cb 9a 5e
]]></artwork></figure>

</section>
<section anchor="sample-v2-seipd-packet"><name>Sample v2 SEIPD packet</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v2seipd-aes128-eax.hexdump"><![CDATA[
0x0000  d2 69 02 07 01 06 9f f9
0x0008  0e 3b 32 19 64 f3 a4 29
0x0010  13 c8 dc c6 61 93 25 01
0x0018  52 27 ef b7 ea ea a4 9f
0x0020  04 c2 e6 74 17 5d 4a 3d
0x0028  22 6e d6 af cb 9c a9 ac
0x0030  12 2c 14 70 e1 1c 63 d4
0x0038  c0 ab 24 1c 6a 93 8a d4
0x0040  8b f9 9a 5a 99 b9 0b ba
0x0048  83 25 de 61 04 75 40 25
0x0050  8a b7 95 9a 95 ad 05 1d
0x0058  da 96 eb 15 43 1d fe f5
0x0060  f5 e2 25 5c a7 82 61 54
0x0068  6e 33 9a
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  d2                       packet tag: SEIPD
0x0001     69                    packet length
0x0002        02                 SEIPD version 2
0x0003           07              cipher: AES128
0x0004              01           AEAD mode: EAX
0x0005                 06        chunk size (2**12 octets)
0x0005                    9f f9  salt
0x0008  0e 3b 32 19 64 f3 a4 29
0x0010  13 c8 dc c6 61 93 25 01
0x0018  52 27 ef b7 ea ea a4 9f
0x0020  04 c2 e6 74 17 5d 
0x0026                    4a 3d  chunk #0 encrypted data
0x0028  22 6e d6 af cb 9c a9 ac
0x0030  12 2c 14 70 e1 1c 63 d4
0x0038  c0 ab 24 1c 6a 93 8a d4
0x0040  8b f9 9a 5a 99 b9 0b ba
0x0048  83 25 de
0x004b           61 04 75 40 25  chunk #0 AEAD tag
0x0050  8a b7 95 9a 95 ad 05 1d
0x0058  da 96 eb 
0x005b           15 43 1d fe f5  final AEAD tag (#1)
0x0060  f5 e2 25 5c a7 82 61 54
0x0068  6e 33 9a
]]></artwork></figure>

</section>
<section anchor="decryption-of-data"><name>Decryption of data</name>

<t>Starting AEAD-EAX decryption of data, using the session key.</t>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  d2 02 07 01 06
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  b5 04 22 ac 1c 26 be 9d dd 83 1d 5b bb 36 b6 4f
  78 b8 33 f2 e9 4a 60 c0
]]></artwork></figure>

<t>Message key:</t>

<figure><artwork><![CDATA[
  b5 04 22 ac 1c 26 be 9d dd 83 1d 5b bb 36 b6 4f
]]></artwork></figure>

<t>Initialization vector:</t>

<figure><artwork><![CDATA[
  78 b8 33 f2 e9 4a 60 c0
]]></artwork></figure>

<t>Chunk #0:</t>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  78 b8 33 f2 e9 4a 60 c0 00 00 00 00 00 00 00 00
]]></artwork></figure>

<t>Additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 01 06
]]></artwork></figure>

<t>Decrypted chunk #0.</t>

<t>Literal data packet with the string contents <spanx style="verb">Hello, world!</spanx>:</t>

<figure><artwork><![CDATA[
  cb 13 62 00 00 00 00 00 48 65 6c 6c 6f 2c 20 77
  6f 72 6c 64 21
]]></artwork></figure>

<t>Padding packet:</t>

<figure><artwork><![CDATA[
  d5 0e ae 5b f0 cd 67 05 50 03 55 81 6c b0 c8 ff
]]></artwork></figure>

<t>Authenticating final tag:</t>

<t>Final nonce:</t>

<figure><artwork><![CDATA[
  78 b8 33 f2 e9 4a 60 c0 00 00 00 00 00 00 00 01
]]></artwork></figure>

<t>Final additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 01 06 00 00 00 00 00 00 00 25
]]></artwork></figure>

</section>
<section anchor="complete-aead-eax-encrypted-packet-sequence"><name>Complete AEAD-EAX encrypted packet sequence</name>

<figure><sourcecode type="application/pgp-encrypted" name="v6skesk-aes128-eax.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----

w0AGHgcBCwMIpa5XnR/F2Cv/aSJPkZmTs1Bvo7WaanPP+MXvxfQcV/tU4cImgV14
KPX5LEVOtl6+AKtZhsaObnxV0mkCBwEGn/kOOzIZZPOkKRPI3MZhkyUBUifvt+rq
pJ8EwuZ0F11KPSJu1q/LnKmsEiwUcOEcY9TAqyQcapOK1Iv5mlqZuQu6gyXeYQR1
QCWKt5Wala0FHdqW6xVDHf719eIlXKeCYVRuM5o=
-----END PGP MESSAGE-----
]]></sourcecode></figure>

</section>
</section>
<section anchor="sample-aead-ocb-encryption-and-decryption"><name>Sample AEAD-OCB encryption and decryption</name>

<t>This example encrypts the cleartext string <spanx style="verb">Hello, world!</spanx> with the password <spanx style="verb">password</spanx>, using AES-128 with AEAD-OCB encryption.</t>

<section anchor="sample-symmetric-key-encrypted-session-key-packet-v6-1"><name>Sample symmetric-key encrypted session key packet (v6)</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v6skesk-aes128-ocb.hexdump"><![CDATA[
0x0000  c3 3f 06 1d 07 02 0b 03
0x0008  08 56 a2 98 d2 f5 e3 64
0x0010  53 ff cf cc 5c 11 66 4e
0x0018  db 9d b4 25 90 d7 dc 46
0x0020  b0 72 41 b6 12 c3 81 2c
0x0028  ff fb ea 00 f2 34 7b 25
0x0030  64 11 23 f8 87 ae 60 d4
0x0038  fd 61 4e 08 37 d8 19 d3
0x0040  6c
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  c3                       packet tag: SKESK
0x0001     3f                    packet length
0x0002        06                 SKESK version 6
0x0003           1d              length through end of AEAD nonce
0x0004              07           cipher: AES128
0x0005                 02        AEAD mode: OCB
0x0006                    0b     length of S2K
0x0007                       03  S2K type: iterated+salted
0x0008  08                       S2K hash: SHA2-256
0x0009     56 a2 98 d2 f5 e3 64  S2K salt
0x0010  53
0x0011    ff                     S2K iterations (65011712 octets)
0x0012        cf cc 5c 11 66 4e  AEAD nonce
0x0018  db 9d b4 25 90 d7 dc 46
0x0020  b0
0x0021     72 41 b6 12 c3 81 2c  encrypted session key
0x0028  ff fb ea 00 f2 34 7b 25
0x0030  64
0x0031     11 23 f8 87 ae 60 d4  AEAD tag
0x0038  fd 61 4e 08 37 d8 19 d3
0x0040  6c
]]></artwork></figure>

</section>
<section anchor="starting-aead-ocb-decryption-of-the-session-key"><name>Starting AEAD-OCB decryption of the session key</name>

<t>The derived key is:</t>

<figure><artwork><![CDATA[
  e8 0d e2 43 a3 62 d9 3b 9d c6 07 ed e9 6a 73 56
]]></artwork></figure>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  c3 06 07 02
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  38 a9 b3 45 b5 68 0b b6 1b b6 5d 73 ee c7 ec d9
]]></artwork></figure>

<t>Authenticated Data:</t>

<figure><artwork><![CDATA[
  c3 06 07 02
]]></artwork></figure>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  cf cc 5c 11 66 4e db 9d b4 25 90 d7 dc 46 b0
]]></artwork></figure>

<t>Decrypted session key:</t>

<figure><artwork><![CDATA[
  28 e7 9a b8 23 97 d3 c6 3d e2 4a c2 17 d7 b7 91
]]></artwork></figure>

</section>
<section anchor="sample-v2-seipd-packet-1"><name>Sample v2 SEIPD packet</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v2seipd-aes128-ocb.hexdump"><![CDATA[
0x0000  d2 69 02 07 02 06 20 a6
0x0008  61 f7 31 fc 9a 30 32 b5
0x0010  62 33 26 02 7e 3a 5d 8d
0x0018  b5 74 8e be ff 0b 0c 59
0x0020  10 d0 9e cd d6 41 ff 9f
0x0028  d3 85 62 75 80 35 bc 49
0x0030  75 4c e1 bf 3f ff a7 da
0x0038  d0 a3 b8 10 4f 51 33 cf
0x0040  42 a4 10 0a 83 ee f4 ca
0x0048  1b 48 01 a8 84 6b f4 2b
0x0050  cd a7 c8 ce 9d 65 e2 12
0x0058  f3 01 cb cd 98 fd ca de
0x0060  69 4a 87 7a d4 24 73 23
0x0068  f6 e8 57
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  d2                       packet tag: SEIPD
0x0001     69                    packet length
0x0002        02                 SEIPD version 2
0x0003           07              cipher: AES128
0x0004              02           AEAD mode: OCB
0x0005                 06        chunk size (2**21 octets)
0x0006                    20 a6  salt
0x0008  61 f7 31 fc 9a 30 32 b5
0x0010  62 33 26 02 7e 3a 5d 8d
0x0018  b5 74 8e be ff 0b 0c 59
0x0020  10 d0 9e cd d6 41 
0x0026                    ff 9f  chunk #0 encrypted data
0x0028  d3 85 62 75 80 35 bc 49
0x0030  75 4c e1 bf 3f ff a7 da
0x0038  d0 a3 b8 10 4f 51 33 cf
0x0040  42 a4 10 0a 83 ee f4 ca
0x0048  1b 48 01
0x004b           a8 84 6b f4 2b  chunk #0 authentication tag
0x0050  cd a7 c8 ce 9d 65 e2 12
0x0058  f3 01 cb 
0x005b           cd 98 fd ca de  final AEAD tag (#1)
0x0060  69 4a 87 7a d4 24 73 23
0x0068  f6 e8 57
]]></artwork></figure>

</section>
<section anchor="decryption-of-data-1"><name>Decryption of data</name>

<t>Starting AEAD-OCB decryption of data, using the session key.</t>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  d2 02 07 02 06
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  71 66 2a 11 ee 5b 4e 08 14 4e 6d e8 83 a0 09 99
  eb de 12 bb 57 0d cf
]]></artwork></figure>

<t>Message key:</t>

<figure><artwork><![CDATA[
  71 66 2a 11 ee 5b 4e 08 14 4e 6d e8 83 a0 09 99
]]></artwork></figure>

<t>Initialization vector:</t>

<figure><artwork><![CDATA[
  eb de 12 bb 57 0d cf
]]></artwork></figure>

<t>Chunk #0:</t>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  eb de 12 bb 57 0d cf 00 00 00 00 00 00 00 00
]]></artwork></figure>

<t>Additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 02 06
]]></artwork></figure>

<t>Decrypted chunk #0.</t>

<t>Literal data packet with the string contents <spanx style="verb">Hello, world!</spanx>:</t>

<figure><artwork><![CDATA[
  cb 13 62 00 00 00 00 00 48 65 6c 6c 6f 2c 20 77
  6f 72 6c 64 21
]]></artwork></figure>

<t>Padding packet:</t>

<figure><artwork><![CDATA[
  d5 0e ae 6a a1 64 9b 56 aa 83 5b 26 13 90 2b d2
]]></artwork></figure>

<t>Authenticating final tag:</t>

<t>Final nonce:</t>

<figure><artwork><![CDATA[
  eb de 12 bb 57 0d cf 00 00 00 00 00 00 00 01
]]></artwork></figure>

<t>Final additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 02 06 00 00 00 00 00 00 00 25
]]></artwork></figure>

</section>
<section anchor="complete-aead-ocb-encrypted-packet-sequence"><name>Complete AEAD-OCB encrypted packet sequence</name>

<figure><sourcecode type="application/pgp-encrypted" name="v6skesk-aes128-ocb.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----

wz8GHQcCCwMIVqKY0vXjZFP/z8xcEWZO2520JZDX3EawckG2EsOBLP/76gDyNHsl
ZBEj+IeuYNT9YU4IN9gZ02zSaQIHAgYgpmH3MfyaMDK1YjMmAn46XY21dI6+/wsM
WRDQns3WQf+f04VidYA1vEl1TOG/P/+n2tCjuBBPUTPPQqQQCoPu9MobSAGohGv0
K82nyM6dZeIS8wHLzZj9yt5pSod61CRzI/boVw==
-----END PGP MESSAGE-----
]]></sourcecode></figure>

</section>
</section>
<section anchor="sample-aead-gcm-encryption-and-decryption"><name>Sample AEAD-GCM encryption and decryption</name>

<t>This example encrypts the cleartext string <spanx style="verb">Hello, world!</spanx> with the password <spanx style="verb">password</spanx>, using AES-128 with AEAD-GCM encryption.</t>

<t>This example encrypts the cleartext string <spanx style="verb">Hello, world!</spanx> with the password <spanx style="verb">password</spanx>, using AES-128 with AEAD-OCB encryption.</t>

<section anchor="sample-symmetric-key-encrypted-session-key-packet-v6-2"><name>Sample symmetric-key encrypted session key packet (v6)</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v6skesk-aes128-gcm.hexdump"><![CDATA[
0x0000  c3 3c 06 1a 07 03 0b 03
0x0008  08 e9 d3 97 85 b2 07 00
0x0010  08 ff b4 2e 7c 48 3e f4
0x0018  88 44 57 cb 37 26 b9 b3
0x0020  db 9f f7 76 e5 f4 d9 a4
0x0028  09 52 e2 44 72 98 85 1a
0x0030  bf ff 75 26 df 2d d5 54
0x0038  41 75 79 a7 79 9f
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  c3                       packet tag: SKESK
0x0001     3c                    packet length
0x0002        06                 SKESK version 6
0x0003           1a              length through end of AEAD nonce
0x0004              07           cipher: AES128
0x0005                 03        AEAD mode: GCM
0x0006                    0b     length of S2K
0x0007                       03  S2K type: iterated+salted
0x0008  08                       S2K hash: SHA2-256
0x0009     e9 d3 97 85 b2 07 00  S2K salt
0x0010  08
0x0011     ff                    S2K iterations (65011712 octets)
0x0012        b4 2e 7c 48 3e f4  AEAD nonce
0x0018  88 44 57 cb 37 26 
0x001e                    b9 b3  encrypted session key
0x0020  db 9f f7 76 e5 f4 d9 a4
0x0028  09 52 e2 44 72 98
0x002e                     85 1a  AEAD tag
0x0030  bf ff 75 26 df 2d d5 54
0x0038  41 75 79 a7 79 9f
]]></artwork></figure>

</section>
<section anchor="starting-aead-gcm-decryption-of-the-session-key"><name>Starting AEAD-GCM decryption of the session key</name>

<t>The derived key is:</t>

<figure><artwork><![CDATA[
  25 02 81 71 5b ba 78 28 ef 71 ef 64 c4 78 47 53
]]></artwork></figure>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  c3 06 07 03
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  7a 6f 9a b7 f9 9f 7e f8 db ef 84 1c 65 08 00 f5
]]></artwork></figure>

<t>Authenticated Data:</t>

<figure><artwork><![CDATA[
  c3 06 07 03
]]></artwork></figure>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  b4 2e 7c 48 3e f4 88 44 57 cb 37 26
]]></artwork></figure>

<t>Decrypted session key:</t>

<figure><artwork><![CDATA[
  19 36 fc 85 68 98 02 74 bb 90 0d 83 19 36 0c 77
]]></artwork></figure>

</section>
<section anchor="sample-v2-seipd-packet-2"><name>Sample v2 SEIPD packet</name>

<t>This packet contains the following series of octets:</t>

<figure><artwork name="v2seipd-aes128-ocb.hexdump"><![CDATA[
0x0000  d2 69 02 07 03 06 fc b9
0x0008  44 90 bc b9 8b bd c9 d1
0x0010  06 c6 09 02 66 94 0f 72
0x0018  e8 9e dc 21 b5 59 6b 15
0x0020  76 b1 01 ed 0f 9f fc 6f
0x0028  c6 d6 5b bf d2 4d cd 07
0x0030  90 96 6e 6d 1e 85 a3 00
0x0038  53 78 4c b1 d8 b6 a0 69
0x0040  9e f1 21 55 a7 b2 ad 62
0x0048  58 53 1b 57 65 1f d7 77
0x0050  79 12 fa 95 e3 5d 9b 40
0x0058  21 6f 69 a4 c2 48 db 28
0x0060  ff 43 31 f1 63 29 07 39
0x0068  9e 6f f9
]]></artwork></figure>

<t>The same data, broken out by octet and semantics:</t>

<figure><artwork><![CDATA[
0x0000  d2                       packet tag: SEIPD
0x0001     69                    packet length
0x0002        02                 SEIPD version 2
0x0003           07              cipher: AES128
0x0004              03           AEAD mode: GCM
0x0005                 06        chunk size (2**21 octets)
0x0006                    fc b9  salt
0x0008  44 90 bc b9 8b bd c9 d1
0x0010  06 c6 09 02 66 94 0f 72
0x0018  e8 9e dc 21 b5 59 6b 15
0x0020  76 b1 01 ed 0f 9f 
0x0026                    fc 6f  chunk #0 encrypted data
0x0028  c6 d6 5b bf d2 4d cd 07
0x0030  90 96 6e 6d 1e 85 a3 00
0x0038  53 78 4c b1 d8 b6 a0 69
0x0040  9e f1 21 55 a7 b2 ad 62
0x0048  58 53 1b 
0x004b           57 65 1f d7 77  chunk #0 authentication tag
0x0050  79 12 fa 95 e3 5d 9b 40
0x0058  21 6f 69 
0x005b           a4 c2 48 db 28  final AEAD tag (#1)
0x0060  ff 43 31 f1 63 29 07 39
0x0068  9e 6f f9
]]></artwork></figure>

</section>
<section anchor="decryption-of-data-2"><name>Decryption of data</name>

<t>Starting AEAD-GCM decryption of data, using the session key.</t>

<t>HKDF info:</t>

<figure><artwork><![CDATA[
  d2 02 07 03 06
]]></artwork></figure>

<t>HKDF output:</t>

<figure><artwork><![CDATA[
  ea 14 38 80 3c b8 a4 77 40 ce 9b 54 c3 38 77 8d
  4d 2b dc 2b
]]></artwork></figure>

<t>Message key:</t>

<figure><artwork><![CDATA[
  ea 14 38 80 3c b8 a4 77 40 ce 9b 54 c3 38 77 8d
]]></artwork></figure>

<t>Initialization vector:</t>

<figure><artwork><![CDATA[
  4d 2b dc 2b
]]></artwork></figure>

<t>Chunk #0:</t>

<t>Nonce:</t>

<figure><artwork><![CDATA[
  4d 2b dc 2b 00 00 00 00 00 00 00 00
]]></artwork></figure>

<t>Additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 03 06
]]></artwork></figure>

<t>Decrypted chunk #0.</t>

<t>Literal data packet with the string contents <spanx style="verb">Hello, world!</spanx>:</t>

<figure><artwork><![CDATA[
  cb 13 62 00 00 00 00 00 48 65 6c 6c 6f 2c 20 77
  6f 72 6c 64 21
]]></artwork></figure>

<t>Padding packet:</t>

<figure><artwork><![CDATA[
  d5 0e 1c e2 26 9a 9e dd ef 81 03 21 72 b7 ed 7c
]]></artwork></figure>

<t>Authenticating final tag:</t>

<t>Final nonce:</t>

<figure><artwork><![CDATA[
  4d 2b dc 2b 00 00 00 00 00 00 00 01
]]></artwork></figure>

<t>Final additional authenticated data:</t>

<figure><artwork><![CDATA[
  d2 02 07 03 06 00 00 00 00 00 00 00 25
]]></artwork></figure>

</section>
<section anchor="complete-aead-gcm-encrypted-packet-sequence"><name>Complete AEAD-GCM encrypted packet sequence</name>

<figure><sourcecode type="application/pgp-encrypted" name="v6skesk-aes128-gcm.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----

wzwGGgcDCwMI6dOXhbIHAAj/tC58SD70iERXyzcmubPbn/d25fTZpAlS4kRymIUa
v/91Jt8t1VRBdXmneZ/SaQIHAwb8uUSQvLmLvcnRBsYJAmaUD3LontwhtVlrFXax
Ae0Pn/xvxtZbv9JNzQeQlm5tHoWjAFN4TLHYtqBpnvEhVaeyrWJYUxtXZR/Xd3kS
+pXjXZtAIW9ppMJI2yj/QzHxYykHOZ5v+Q==
-----END PGP MESSAGE-----
]]></sourcecode></figure>

</section>
</section>
<section anchor="sample-messages-encrypted-using-argon2"><name>Sample messages encrypted using Argon2</name>

<t>These messages are the literal data "Hello, world!" encrypted using v1 SEIPD, with Argon2 and the passphrase "password", using different session key sizes.
In each example, the choice of symmetric cipher is the same in both the v4 SKESK packet and v1 SEIPD packet.
In all cases, the Argon2 parameters are t = 1, p = 4, and m = 21.</t>

<section anchor="v4-skesk-using-argon2-with-aes-128"><name>v4 SKESK using Argon2 with AES-128</name>

<figure><sourcecode type="application/pgp-encrypted" name="v4skesk-argon2-aes128.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----
Comment: Encrypted using AES with 128-bit key
Comment: Session key: 01FE16BBACFD1E7B78EF3B865187374F

wycEBwScUvg8J/leUNU1RA7N/zE2AQQVnlL8rSLPP5VlQsunlO+ECxHSPgGYGKY+
YJz4u6F+DDlDBOr5NRQXt/KJIf4m4mOlKyC/uqLbpnLJZMnTq3o79GxBTdIdOzhH
XfA3pqV4mTzF
-----END PGP MESSAGE-----
]]></sourcecode></figure>

</section>
<section anchor="v4-skesk-using-argon2-with-aes-192"><name>v4 SKESK using Argon2 with AES-192</name>

<figure><sourcecode type="application/pgp-encrypted" name="v4skesk-argon2-aes192.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----
Comment: Encrypted using AES with 192-bit key
Comment: Session key: 27006DAE68E509022CE45A14E569E91001C2955...
Comment: Session key: ...AF8DFE194

wy8ECAThTKxHFTRZGKli3KNH4UP4AQQVhzLJ2va3FG8/pmpIPd/H/mdoVS5VBLLw
F9I+AdJ1Sw56PRYiKZjCvHg+2bnq02s33AJJoyBexBI4QKATFRkyez2gldJldRys
LVg77Mwwfgl2n/d572WciAM=
-----END PGP MESSAGE-----
]]></sourcecode></figure>

</section>
<section anchor="v4-skesk-using-argon2-with-aes-256"><name>v4 SKESK using Argon2 with AES-256</name>

<figure><sourcecode type="application/pgp-encrypted" name="v4skesk-argon2-aes256.pgp"><![CDATA[
-----BEGIN PGP MESSAGE-----
Comment: Encrypted using AES with 256-bit key
Comment: Session key: BBEDA55B9AAE63DAC45D4F49D89DACF4AF37FEF
Comment: Session key: ...C13BAB2F1F8E18FB74580D8B0

wzcECQS4eJUgIG/3mcaILEJFpmJ8AQQVnZ9l7KtagdClm9UaQ/Z6M/5roklSGpGu
623YmaXezGj80j4B+Ku1sgTdJo87X1Wrup7l0wJypZls21Uwd67m9koF60eefH/K
95D1usliXOEm8ayQJQmZrjf6K6v9PWwqMQ==
-----END PGP MESSAGE-----
]]></sourcecode></figure>

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

<t>Thanks to the openpgp design team for working on this document to prepare it for working group consumption: Stephen Farrell, Daniel Kahn Gillmor, Daniel Huigens, Jeffrey Lau, Yutaka Niibe, Justus Winter and Paul Wouters.</t>

<t>Thanks to Werner Koch for the early work on rfc4880bis and Andrey Jivsov for <xref target="RFC6637"/>.</t>

<t>This document also draws on much previous work from a number of other authors, including: Derek Atkins, Charles Breed, Dave Del Torto, Marc Dyksterhouse, Gail Haspert, Gene Hoffman, Paul Hoffman, Ben Laurie, Raph Levien, Colin Plumb, Will Price, David Shaw, William Stallings, Mark Weaver, and Philip R. Zimmermann.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+y9SXPcWJogePdfgfYw63DPcnf5wlWRkZMUF4khUeKIjMil
Ii0bdIc7kYIDXgCcFENSWduc+9BmU4c5dh/Hxubapzl12vyR+iXzrW8B4CSl
iKyesurIDAYJPLz1e9++9Pv9VhmXSfQ0eLOK0vPn561ZNk3DJTyY5eG87MdR
Oe9n8G61WPWn+d2qzPp5NM+j4ro/3GtNwzJaZPnd06AoZ63sqsiSqIyKp8HW
3t6wF2xv7416wc7OZLcVr/KnQZmvi3I8HO4Px61plhZRWqyh8V1UtMI8CqGX
aNq6zfJ3izxbr54Gr6MS/wp+Bz/idBE8x8etd9EdPJ09DU7TMsrTqOwf4Vxb
RRmmsz+HSZZG3GexvlrGRRFn6eXdCp6dHl+etFbx01YQlNmU29Cvs2hVXsOk
4a8iy0tYYKFvi7ul/fMmStcRfi7za8uutbEbGqLtTRWfL8M4geeyh7/FDR1k
+QJfhfkURm1fl+WqePrkCbbER/FNNNBmT/DBk6s8uy2iJ9LHE/w2j1aZ8+0C
TjG8Gkyzpbbq3y6e5PMpHsRVXOAnCRxWUTof2ZYD+T7OnG9gnHBdXmc5rrgP
/wZBnMJOnA/gQNaw9QU9Y3A5D9eJ9zjiha/g+eCWn/82hKWlMAg1gNU9DQ7w
Cf2ZZwiG0Swus9wf72gQvFjHCwAWZ7yjMI2jxHshI84G1/zwt6s8K7MUn+LG
2EHP6Xlw8Nwf5ztYV4wg5QzzHQDsunCfyyh/oRe/LaJ/WGdx2IdtxOOyY1zI
C7xT3ih/GASv4/gqcgb5w7oM34XOYxljkeKT386L+C9+5ycXp9+14nSe5cuw
hB3EA3r26vj08MXx62cH8PPtU2osd/t5lEY5NASwPE6eh8swCS7iRRqWa7jH
sDY443UZvEyzW2xSXkcw+2kewaPojvqxYID/9OW/9nieJVE8vY7SqxB+8jbN
ANieBqP9/R36s4jyOCpwytrLq2iK4wevM4BK6Ck4zJYrBJPgYhpH6RS+/iFL
1ssoGA13AZesVgP4rT/aq621f/7y8GLkrfjwOgPkEhzGK5hPGb0vg4OyDKfv
iuBgEcKsS4aBaZYUwbOwiGYBwAMu/O3FQXCcEqIDtBFcIEoJ81mAQwQ/fjX6
2duxx9MM80UEVxFvIlxEvvUD2B5AgIOovP5pALc+mq0Bv8I0nsyL4d4TeFVE
yyd+5/t7g9VsDn0enxycvvL2oH08Jyh6BpiVUNLFk7PTs+MAVqTYPjhGQHMX
vC4ISt7P46TMaXDYyzBNo4RQiD9zxCG3t7eDNex1/J7QVXFXlDBJ+DwqngCK
n0c5nuUTbgJLWOdxeTei1Yz2+qtsNouu0jh8J8vQnRoPR3v37rVigWUcpsG5
6WZDu8PrPC5KbHoEIC8Yp97sO8Aawdlf/58kkWOrNzkJr7CbU9ynDU0uoquQ
B7uAY01/ipJNDeMl7O8J3IzZVQTbumnM79Z5+JfgIltmeXZTvLvb1Oyv/y1f
4Ji3Ufpuw60DsJ9GgGTTRRFkcwL58W55HXx/cfz69PdwB/XE8EJcyHEFF3fL
VVbE62UvOFgvAPPR+fQA6S/g7m5v7f/zf/zft3fwpn/38mI49sDwdLlKomWU
lgxNMChfzn7D5Qz1cgJoIpg+T9fnz5suDELdNFsjUl6FaUR0DylZSB0Nrstl
4gET8BsPA9PL8Bouw3dhkoSzTVucAdaE+wBty582tHmWr2H74BjSKKYjffnm
2avTyz96u3IQwPTzIkLEl66XcPx4FsBJ0bqZ0Vrk4er6rocXcIV48YfTAeDv
JIabOg0O1/lNVGw45dOLZ6+fBsP+ZG+3v7+zvbvT329YP6Gr14PgZXaVxLIc
g6d2aeLnx6/hLHy08kM8LXGiV3fQ4KmcHWINRSrfEw4B2hG8uYnyW4Ag+Hsz
9ngnbAgdondq48ec2qswD3HPi2gBly3edLYR4DCA8+cDAFrkRbJNOKCBsXjc
NdqH7g8Ozyp3yFA1PFf4Y7lOY8bqhblfPSCCNxEBAS466JRZEK5WUZh38RTe
Vm5Um7ccez/P4xtYjiXnuO1mSnogJ8Qn9PBadS7Pujh7gK1lwaQAWubBwWqV
mHnhnOHXqyQKboE5CBwut36E0SoH5mgQh9OcKABetifD3Z3Pv38/JIg2l3AH
XyZ//b+X4YZml9nyr//1//2vwdusCDcczyHdnyRb3AXROU4vOGC+uhe8Bb45
LwNnlmdvXz0fbXs7zBsWvMnDKdAx3GgVjx5exUmS5Yj7z8J1vhFTR2Hafxul
f/0/YT5xeg0cxoaWb5L4BrAIcEs3MeCleBPUvojSPA6exwkAUenT0e1Nm3TZ
R24HW+CmruIps2F27wCr991mwIMF4/EQHo8nO9LL0ZtTwBfDwWg43H2yv7vX
n/Qno/3+aGd3tN0f/3mEB3/2x6G/vwdpYGH48ORZcJbNIpcNOSgAiwBX9uzO
2/kGTHdw+LZyxk+dM95+MpxMfEjc7g/HKLo+fJIXSJODM2AcNlLmtxnud/DH
9RSZsbDMmohVww3ReQmCPTx4e/S08XYt0vVqQV/Ny9WTYgU84BPZkX6xDPOy
PwXg6Yf2+vYng63ByLBTCtHrdIpvkfWHTuK5tK6iCqcjPJvTizfBBQ4THCIX
DK1EjrggPq8IOoDhUcAOaNSuj76HDZvM+3YAJ7UMzkHKjZGLOj/4vY/hTo+P
jy3zDXIOyPoi7cBYlxEQVwLRfv8cTjpETFWdG2sH5iGg4c75m4vT33fedrvE
7Ps7UPSAmSvWUbCLwur7oB+stEsRxgMS/qZA9hdRu2FJJJJdyiaKjmIDtLrL
wmsznAxGfbhau9XbNBruP8HWF5dHA+S1BnvjXbhRk0YgWa2vigFSUVJLELRk
aRKnEb54sr+zv78/2t/d33+yLmOg9DCpJ7DSOpdELPf5xcWrt6PdZnCsg/Jo
98loONrybrfhCI4i2LglUOUCWRZLpIA5ApawEGnjJFwnhgd8lIB1D7+vkvw9
3DI1uRhs5s6pwdkgeJVNr5vuvmpB3v71vxWJJ+C9AdaIyTgd6dvj58c+ZJ+F
iE1w1W+jxToJc5C1ViCS4B1qWrvSi/k8B36KRIXEBbs3XwMBSZK7BxjB7f2d
PlC8vf3+0Jmt4eWJPL89OQS+j+Ro+HW8tTWUX1EdJL9u70z29de9Hf11Z7hP
DS6OD0fNcIN8Hkh8jMlQ9OvfjKsoqq0Xo6ALfzyHGxqD3CAUibnhYBR0YJhg
1N14Ex/Vjb2lvBVn4R3uA7LJFy8ORoeb0DGwQ2tWs03zPiDGKRznDfCJT4rr
cDTNgDvHk5wB3BO6ddd3T4v76dAZDAOronE2M63BxfV6md36F3qX13P27NXx
RfOKYFb9JSC7YiBri7Mn/qlAg1EQA7OIK6CmQE7iHABnyoIcwO88fh+YtSHh
KOgr5C9digJ8LRIbJDS30RXRHtQINx1ldYXPw7/+X3CwwAgBAknLTbzhdbYM
i+A8usuFVfKI0cX53hAuQwW5tYVOT4t8OkBcNVhkN4hUDUf8BJ8SMuXvn2hH
/XOgjR9GvfEnhOa2u3FvI4ASkHtnhpiiRHQWpiAzL3UFDeD7+vTi0gNMoDwI
mrsbrji2Z4oGtP3cTvppwFM0yx5NRgcNC0cgSG8SoiFm8Wa90vG5uxk44uDi
fKCd5uPa4i/zMC1ibK4aRWDnSPa3lxAowkGyAGa5vBZRBDfoFVCx8voRZOB4
AMQ8f7cJPR8Aes4W8KsQAH83R/tftJu4WjjYGwZzRJoXl8c/HL++gB4nj6aY
kyeT7T13tw5Zk8H2FQCQ5K6INxODGjrgpX23TiNcGbII378+PTk9PuofnZ6c
eOQHCHIYJ8BYH0XFNI9XygJ+nwI/BI9Z8PEvzqg/hP/fL8CxVjqPgLRn8/I2
BBp/Aoti2N9IEYC5ZYIg3zyZxfM58ijFk2WYrsPkCbIof05BOHiiM+/LVJl7
SX0N+JvfnZxevKgfxAaN0dW8APY1CReWFTL75G1PGLyOboMfQhDsAP/1GUYR
XHvBzlb/WVwGz5IMpBlWaQUd+Ot2HhfX3YZNI+h8NnAVRLrZR9GUtQBAhycb
APQEGAi7yVZk6gGHvrzK49kisno7NEYV19nK1VcAgUSQXAC8/UCL7+FwW6hg
H+0jM4q83LM/jjfu4tVPMfOY3oWHK/4MXozpIifx1RX9Aeg4Aq56EflkqUkw
MIxbdGvFYdV/JqRNpTe94C8F/fLbcLoUs8hxRX44QCUM3A+ReA5gIPwDrZWz
viNmotjp8kOwMQni2snD6AfYw2cRSOR5tJk9zBbhbbiB/wQu9nfhIqXzP371
/ODs4FVlCYx9+ogUGWuybp2Jao2ZtmaMo7hA400E7OsiZOzqrHG0v7e9afcv
Ub+4QPvQffIL4fZwyqoilBFdyYx0mE+Dm0FwetmfjHpBOgi2ejQqm3C2dvb7
W7uITV4cHHorfgELu8qyd3jhSB0Fy3F5Nm8RYla694iABAA8nUVp9FNUmFci
gCbAUM/q7+unCEt5k+UF8DplpQ8yed4AYFbe1yWNH2DHyiyNKh1cTLOydF+e
Hh0feHvyhq1SMziGRUonryYU3KUrQjpTQjqPoJi/B4kmjP1tHG846ePLF6j/
iNk05x4xoZICBbcebN+rAYo0BcBoh023XTLbDQI4+hfAG63TRf95lgOYMrIJ
XgLUAI37qcdSPMAqrO8FCFrwyxpk7s4fYXlTwpynF29Gw52tnYpqoFERAGI7
EAZURsB9PwN5Ml4Bos6mZQRsKtzyGWrRc4BatC/Cs873hxdd+Aj5t2D0lHVH
pZgkcZ/hOgGDQj2BJL1YIzuQAOHYKHawM0IoKOdNvgjT+CeeJsohKpXIs4ro
cQ/Ch12wMk1AG9JHM+R3J6c+bf/u/Pg5MOawh6dWX6GqzM4PoqcZDYbj7mDT
Ig77h+sr1HlNc0E3ejEYYo/hbOBcl3FSIsk5i5NVXIYFEJ8DZ0UX0ao0hAwv
KlpPfQ1gmwyqX20HIAcO8SoVBfp09BmLeaKarn3jzqN68lV4laH+DXfPh3AQ
eSf98XZLBNxtFWXhVyPrjra29Ne98Vh+nYy2d/TXyb42mOyMVeyd7DLThyLy
cE/bbu1s7cmvu+NtbbC7a57uDVm7Qr9OdLS90Vh72IdDJnH68MXr49OKLb/d
hBqR4oNMGRzPYmZWV2rd7gWh4bF7jECydT6N6FKQurdpWxt5lI32rQpWZmlj
sudjsnZFHsI74TFNSIvJciGKPFzGWQSzmrFwwOjiH9ZRcb+4qNT56JY8cZrY
K6Dwoy/i/2FRzgKPfv4Cn4dJFhdPRABgNXjn+eFZl82fZweNx/OYxToWpS8U
HWGBZrHbO/5pNqz1PIzz/u/igkxQwXGBKlRggVHUNfo+tgzWGZQ6nf85oh+w
Vt9l12mTiU/362IZzzwU/POE7B1HKkTIuvzdG0cQsRzy5W2GYoFn6dDr+fCy
6xeyrvZ8GSVFdA/LeU3G2IdZ0obXhwPA/MkGbenrQXAS5Yt14ZE2RL+tfr8f
hFdFidS31bq8jotglk3XBBgFa+IBNJDNARApQFYImMCjehjwXGyMb4OWWikA
vd3EeJsiu5FkqWSlTf8dQCCAZHEHMFoiyZp6agcXJc7iBVCwJCiMQ1QPcONS
dbJ0D7G7pVHcDKqLgN+XIQj58C/PFwgZ2vMzng6cN2xbkEbINoX5XRA7HEwK
Uhl8BG1nINAnIKqRsSFDFEEmCNcue+V6KulecF+D1ilNJM1KVNSV0ap/ddfH
/8JqsnfEV+MtFWs8LMvtmr6ekcx7RfbO5I7G4L5pD5aCiu2E8ygEYQxu9vRd
L1iwi1nENAZHQRJDC8XhVuH0XQQnimxFwePfQVfk3cmDZxFPfhbBYdBZAlOc
IzRgh7HvRIJUgLbEfNsDUfMWdjDHEy2m66KofhOjkadwjgGN7DdZ7LDU8yS8
LWrH63i1AnEmz9agI7vf7dEz9HMNOiCAg0QYhw7IMh7HJugEG3Qq7htuSxgX
bwogplkStVpfIReXZ7M1a4krczIXwIUlAQy5Rf3ovbCAvPn+rboyhlWCU+7O
uU6wjZH9HS8HMfz12xDMxbJYKAiGABmCC4HY6Zb1jLMsUHW+5syatnvBLVzK
6+ZP0QxhGpRFlMzR8zUJ4RDpPVosoGu32+P3HutbtIMPH8S28ekT/4696u84
uU+f/gee+ldfAW+TA6Pd6psz6Qc0G9oSNKHR3cXDRRdmxZrWgksKddojwGuL
OEVHX75Euodm7pXd78p3t6GDXrDZttxkensNb+HaAtt3FUWpi+2u7sy0ejgT
bl9W8SO2YffjyuQ7gF7wZRkvST8s+IluQ8A7cQ68AlzO51k2Y3+X6R3KL/iS
9meO4gjJw6pHDER0UZzK8zy/BkluFbwd/Pf/8scYCAMsPwXWJc+WMmvdoVi2
wsxhrOehxm7ZctyWJWKyG9QMpmXxDfQUwfgWyYTBMstRgBe9q/YgPl+xXEf8
Shc1xkeChEG0ASnrSA4D1QMECTGhUpeklaiUwRteYDcHqYsYAKECGPSc+4Kn
jTtdwmEK2mc9fW2NZg+2N+xBTGY22E2Y7bs0uwW6UvB9nLQR0PFwp+z2VNK5
AZLAfUujW4ORyOUNlQRT/EP3BgYAvAREcFloR7w9rA2RvmD8PJpHec5EibYf
LUA05atoGsJmwrcAZgY6cPVE3ciIlUdJFLJxAh/q1Ek+QjCgHSBHRNiB56+/
VxgMnq9JGxkmRRZMgcLDBJ6fP8dpcWsEztQClU+NaEZEfgriDgDz0qqhE8ud
YF+HGCYB9C4tk7teEIW4z3IEJEzwWDMgY0g94Y4m6xm7MTMvhOgaaRquq42Y
0t6mNkNVu+GCtQPcKACqWbQETrvQ0z7M8lUmfsGkh4RWBMDMfaGxn9imQQvZ
XcJcJkaCz6lQI6CKqIbvmPEpxwwPcCyorTVYhOlyRNQHNQUAZGffX1zikvC/
wes39Pvb4//1+9O3x0f4+8WLg1evzC8taXHx4s33r47sb/bLwzdnZ8evj/hj
eBp4j1rts4M/6Ja9Ob88ffP64FXbzNlgO9q4DECPObkVSjqwUUXLW+ezw/P/
/l9GW0CC/h0pIEb7RI/+HWkCdrfgD8AkKY9GmID/hI27a7FrIPaCkDMNUQVD
kj4g6Wu8gYxNWr/6e9yZPz0Nfn01XY22fiMPcMHeQ90z7yHtWf1J7WPexIZH
DcOY3fSeV3ban+/BH7y/dd+dhzWwOH97+sPB5TG6NNMpnx8fnp6cHh7gl4ED
H3SQiBPNM7mVZnv9g8UTYGAnbp0Pk3QixQq9jOAwMqFqm2DAh3ViP1DvQ+zH
VxKmkViOqlUXeECuCqnTBXGsIKnexMgLIVUQxo/vDzUkN3ykfexoA9BTIDbG
2anmFGSvp4jh6nIQPrUMIf7lyEX459twFr/v72whoy8oqdU6hdXPWA3VC2rT
r/COhPijvGR+IDLL6QVX65JJK6PlIqI9vYruUM2F6KOYAl3nt84hMTuFHrgw
XFqCtI67dAPc2bGzEp0WrAfoHkzLCIokOTpCJU7QkSmdNw7XPPWHG7R+d01M
UuVVTwgOzj67+gsQOyQR0iVABJ9R6Eit7kSUKAxaxyHwKrYRzkvZCMIUGfBp
PQKIEJm2RaLDDVoHRHbbhci28Gkbv1XhjUAUeHBYNTBFQoaxowiHlDl3igxG
jlGd4xJe+lI6Bu7tgrjFuGyaGh2fnQLxW2gsVsqgagDcfOJrlsipCI2JYRmX
tPeoraf279AOG1d2kxrjW+AqIjQMfF04FJHpExNWnGeB859ncINv8TqMBgG/
T1GQn4Kkiwx1qDMDKBvbFq7ru+5kfRsZHdBWuFtFG8DMPaoRZOW4WTDIRAfx
9qoKMXQ4sMp4hW5OlWUGAXYB16dtP3P6A+GoKNEE4uw7DLzVvDrpwlfWGNTi
9qsiG3GkcgwoNcyYr/NH2+bR+KDc8UQELWoQY8f01i3O8LTw1s6jer13FbR9
p950iXlUPBjNCO5uYyDDV8jk2xcwgd+REmMDZkHyozdqGd7h5xXYDSt3HLYO
wHjGAksIQn1RrK5z5Fw7AD4ZefEX12FOB4z6VZBSCQeUt1kfDnmBa0DJOC6W
gBeWGGtqeDGL4ljP4xCq8CojF1g50bAKjiKV3zN7g7vwE7sCb7KwX89gDXUy
JMKBj9AN2ZOtC8UmIsspgCZb+CJftR4hQ+3Tw3kqWrtoh+KIrqMqSiK04WlZ
glWyLvye78PoHnCdgKCeIFffgBCrnTQTISJP5H1np2q/JPMwU0THAwK/Q4J4
JDttHAmYkaofAEmjIQpt1ywVWVYDW6NMb064J94JznSdk7Q07JfFvkayc9Gv
M98qwpk84nM7bQJX7MD26GILnGQN+QgCBe4ClQAeeGwErToeNBN7F0UrnBTw
PHeV5djOm3Be49KQB7BrUfAXOjnz7gHQTVbPA5qzi5YWXxfu4BZV8kdTVbsG
xXqK6pD5Oul5M8fNgDcrZTwURpWJc5hN6BnwZUWGNjpj89zlUHukJWGDCglG
62RGuIL2gzj9ZQawq2TBcM+iawBpImEB18Xql9frgpA+Yh50wcMub9HqJQwX
igJ9zG0AnAvbAyqCf+ZM11IMmjAyvbge56FhaFXtAt8r320YWTiINYJhcocn
lJJDHKpJKdS1tCY6ixp0sT0HNh1GvDCaXtFBwmqicEmucPlVDEsDqCbnChDL
L9DHSzVuxOaRHoB5ijVrVggVIeFMC4wFgFmiug73rw/d9QJykiSDB8aDAmpE
oETWD2MxHOINK9Xlhbd6vXgiMFyerRcA1RKvLNIcquNgT4twTjKZ8x2KSEgX
7OCwQdlMZsdShz9ErPaPBlMUYwOiS/g5y0Sl4VNg2D1cq9ej7ivyz84e2wkd
XByenuKK2HUFbVOsaTKyl51yLq0P8mWWA9z4gbdFIGK5Si0N0lvB0GYoQv8N
nqYbGmhlp7gQPZxQUM9QRTuPR3+FNL1CsFxLG0J8yTo7/LdJ9WdOsciSG9bk
Oti5TwDn3zGQcxJMabAQRbSvcc6B7MSY9+ChucWiXAyLLKXDEExpZPtifVVE
ZWVwD+zSvtjAQrQo0ExF9YeKnCDDW2JnQEqAI5TbjwU/iAVDbBMFRww4hjry
DcMPIv6gZtyRAwWgAWbvNW0u9CZ/82YXrMRL5SxVqxcmtyHcfjTCsbbiKl70
kWCGqTE5sjk//fHv3/34J7YIziPDU76D3WUgv4qwmaMJYTJwEybriL1rkUWV
C8FTg9V2OtDxEDr+9a+DvW7wdzjO6Mc/dZl5cD6eZ+v83q/HW/h5h7/HB6Md
fTD2+59Q/7hl7EKG0gVhXfSoWuBeffhquYo/tVqV97G+77jq4LPz06Lrb69p
qIqk6wyoTIJetvYdEMzrQJTUWRpZQ7iv84dRpuskFONb6yDFARXHchDwLUjK
MRojnjbtMkGiWmfYp1mYC+yIzrxUxszcvDIXBGnQbogUiwxC9C1gKvSWk9Ww
2hapADdH2IFuHGhiMPym6SEskQgs6VKgwwy5AJwbTIX5XoKs0kr7gIbyDPAn
smK8JJjA8fsQ7yjylh0yxTuAH6O69D30P42XYdJlJri2SIClYTBEeGKJVqZh
hmVwHA7u+3oE/3+gg5HXAX+2j1+enDzwJQy2PRohFIjyDU4gX/Oaqcv4J74u
/DXdEPhlIMf+d8FuN3jC92BsKDt9KS2ACwRAtT34SEgakS4Bp048MwIPsVhk
PkYEnJaEFH+K8gxhS9kphThe8Jj3SZwZyLhkzEOoFjktHW7O3VpRvK3CXFwM
FIzD4GaHvfUNaSPZ2PGwPjas0YUIYviULec8wQofR5p0cn4wCJ1pMXQhuwE4
Ehrcs0HEDN+3QT0xhfxFVV1iyie7YyJbE89xo+C0vk8Z+8d8+WX9NFHYKewT
4QPxE7QXFpiU2hYoDIfYc2ddMdxgGDql7UAAwuMQKTxOkr7OKWUbpUnxQVj1
K3EAQ7yIvfF+ie4C6Vir9drMjBoZ+xJ0WFAsAZv+FXtKD7hngm+Eq1MUCkuL
1Po+Ret7sMowVrxTRFHw4UM07dPf/VtgCfpij/z0iTUnqWXS5D6TgRP1uO/t
KdueGKtWuhJ6hQ+rLLlg3oK8KhFVC7qAgaRvRcEcuDKzUMOaZB9UXDxN/S6R
CiF0sR93FWWHqZ2Qg0lur9GFGNe8WvGy5+Stk0Qh8Zk0oMEQcKZ4UU6PgK04
kF/F8hnFi+uyieCQIoekypDF5Q2cKhqGwqLAFFD0oQwkBBVdQQetDx+gh348
K/pzimkh1hm23cFP19mt9ymDqDpevC/x4sA+FQyHJMupW5pcA8N/BwX70ZCU
ouf3/eVJf4+NOegcDGO7YsT3aUwg+uGDurOztQfGRpeHE0SrtHfkAcFYlvfP
8AwOg6NkkcmtCheWay7IDxjucRKu8Iqw08YynqV4GL1gFHyHgVU5epzvDmHq
h+YMEcZpIu/4dxb8MKhT2E6En5S1PxnpJO4KRq5oZcLHePPYYn6Zh0qFUL8V
un0WiEiJk2CzNnpUJsCw0P2CPtX2w4o9ALxiHbMwZPtnu/9Ga1Ch3vJoqBNv
MA6jQC+MQkbKOXtL7uAf7F2FILr0/TIj8tC5GL/sat4A4qEPBC1gi3emhQKO
9eyAKYgo6CttBakwU7NRTfzEemEZs8WdhxWJxSOk2EMEl5OjwFPBjfipCKaU
z22Fqn4WMFVZZfQdzrPc+Ho5s7dzL5ze1Y5At8KsAo+9QdsgRODerQ0wVSPy
2cX4XR9zKhafiA8RERHvAqVapFOET+2WF3b9ADMr1BzgBWaf9yViXxTP0QcH
8RwyRh+esnPut23sCHuFRguAxfyu/akFiOwjjYAzgl8li170v8hjvqvEWHUY
H3bhzdtIkv+gN9/Tj/3aPx+dn/TfVhAMsUtiMKjnj8Fr+HcM/374gNtAVyb6
9AlajrBlmBCjQi3fqHOAgSjAeHDZYfvLHNWFH4PR0PZEn1JPY5qsuyU4LryY
wH9PSzUIwu554/0BOxyZDmOMW3V63YI3B/kiS8fSdmwHD+k5NBsBzwYgNKKJ
SQqjJ8fvV0CniAokMtZB4fLzKkiE5E/l+YyILC4xaVcR0MFBS7SRbXNu6NST
rJepspZtdOfAJjgablfFkIognQvVQ0oMvNct5RWYSn6kmIwRS0TvBGXMlWLX
auqDVarmldSu2bpcrYUZ+so9coZ3OWj1RYyZ5SVlrWqY+JDZ+jzDQAyxgBL+
GrQuoojXT7NH0kcYEXsQ4JgBEocJsO/2G6Iqw6fqyz18Pxx6r0bmFWmMjQq/
1XIm78zPwXCVOXqmD2SJ0P0uyq1lqRSPR5wgHPAqQkImPq0qvlQtJR3xXkQL
HH+iXzDrSafA7pjVbvz1fF2Yszl13tMHaC0iIwQxMGltEtiIAQkvXp+9vztJ
NC+Rue86bJ0dN7e2YDnAQatxZOJMzLB2uKXEuKH7PZC7aeQPgBwC8iikv6bJ
zwJ0L45S1ov5ZyM6sZkDSHzXbOfYETCLSRbO1MY37GGU37gXDAaDll0kMogg
XhrlQgYcrhi5mG3VTtkPMNNuiegIsUK6vsD+KkOOhCWXYbg9AE5OTFOlsc9S
07SUHODtKK9R13PgaNHkoohZF48ds9MGaLZG0GLSgrQvZJ9Ys83q70CAx4+w
qxvxlwVOjSyXP6E/WzwnAlGK4e+OgZe61CMxbXgQBcw3OoRzyZwpk7aImorz
jxExFVTknsakiEc9PzoKz9QvhcZSqO1tQjE9se8CYxa9nxLbLFvMEJojo0lc
F6BKYbMR1VkaIqiOaYagOvFbRI6zjW/aQpEEu3t0nuCYKLq1RdCC8TlBHUEO
b0uA6aAXVltS48B67DWarBB6bsgoE3OmLPTe5ZxE96HL0ePQpdOoCMb9fW63
p+IRLJlXDHjV7hQK5O9DIgFJ/C5y6EWPNp+YO9E9xCkevIjoNLi6kXWAL/GU
gtBgz7kYNLgBFm+r60Kl3T892U2sAh+zyx9Uz5oU8CGPT2pnFbhJ3BVVGL4k
gCVXrVnjSSp6Bw4PQR3OW6DHQAEIuoQDE6I96LO8zonrh8mghl+oV7jEkckP
HdOOY5AMQQA0XGKmpFlGO4wA9xCQ+FAy8d99Jpg0wYnfnxmMtg4lLiCi/FFP
4p8FvC4JRa1T2dUZ66Qz9wuVJ63Bl6GA9FYgPK+T8Kku9qtZBIJ3FBz//vzZ
6cFFsGPCwmQuwbdBp3OalpNxd7SDWvdp8O+D0Xa3i3r3Dvz1m98EpJ+XHrrf
8BzZ7USGIz+TNDjsiX99mzpsS3wEsudsfZ2MycQmqqCeAYwbydwRtKdtFdt5
7bJfcnuHSIQFnvsOLDczOERK8EQI+xgsS75x4gCdITNrxXPVv5D5SEDTGqgs
N6uKRDmoBiQ4cDRlPujzN+YC+JcKJ4FMIbtW8mzUfUnpCIWQof5OolT1OrZO
mYwh4XIVAS4hZD4BtSTrFfI25rayjI1L8ILviK6SpiStzYuldN5cMqeJ5fVS
XXBw7+/DUEKvyIin1193HVYUJxXliYxrT0N6dPcPWRai6dwPHzPuBuNjo9ZD
3mde+7rGz3l8LYISuRPZJQjbtIYTanpdOTt2SDCmT+a/aqyrh2MP5vwuqooI
PY8tWqfCWFWdYejUkcI8dNhKLkQ4ZOogEqEQBvxA3M+aLxwjJO6h598aUr9h
4Dxq16g3Y5hfRgCmd31MsprC5vcM7hcfUkVy7s2WPNRX+bokXS66dz8CzW/5
CHzUH+3w69HOQxh8V/upoWHU12CKDdiOyjd79W9m0QKzMNE3Oep/E3T3W1U+
3K9/GL1fwR+EbWZkKje+Prh7DKjLlqXJoqO9UlWs9RNeSS4HsR/VV2HQ8obJ
GpOF6relJ28qCJXjH3/1468EV/55GbwDifzqrmRJ6O3BmaEWpolB/opg3S4x
Ko/JwD5f66ZGOrVQMCzdh8nfTaM46STZ4s/jzgpIGyB4zH1DRgiDotHZp9rd
kkmY09fer1b4OS1tMnLRfAWOjYQoB8b3wO5B52X8rMvY3Gjr5fLRRzfZu03s
VBGc9yxKgj8vHIs985A9OCYKC/ajGohq9+oyJc1VZN0yXKh947IHt2Y00Tfq
43TDlJtnGxshGQk9LOLEOqxxDgKj0vNnBvsfUS4swspb+NLDEiJt17rBhkth
KFgAdFMYmhjrFRAdAuuxSotOEAt5Q5BP+3qlTHmK8rj9SumDpdyrKGdfkSl6
n6m7GnnIIfMixkDqdYZhPtZe0UEHQVFTLWO6XQgwzLRiJyWab+B3gC4RetFA
w2bxngUCjYizO5IxTeuU3wI8r77d6gXLbwk2x6OuQ5x8AU0nb7jE4Vbw+98/
/v/yFfyOlt0tYBdbrQ7fZXhmjFaOk73RCiDEdhv1zN+jCtpTW1UEFleRzG4H
DvqfOeE/4uAMXEdflawqS1rPjawggBVduBCjGcfiwBADP1AGN3LNrv9zVy2I
E0HDG8IQ3iOKAv0BtgCdq8TyWLyLindqaMwjmG7U49kubN0Xf4G9mtOSBoaR
15YrZ9ImWXscvbZ7tk6Fn6nZx9FUWljk5yunzb51iGooHMal45btfsUu5upO
TVbY/gLDFSWZDWwaAwIixq7ah7z7SNxQZdG4GEYyRk1BdhLXIwDXAswKP0db
ozV8fCKfGx/0BXKs25RjfVEjGGrE6IM7VtBaG0tdg0qmM5498mDoROn0yKq6
NwkqHN2gUHTQwwJFOg/XBV0Uo9Ypn+8O+jJRgsBq/xxEQFZf9F0VYuOcrNMU
gyPWqTH8MBk9O9r2FRLUTPzLqjayTTugXsqW6auuQyiDp5vvGf8G/5REzd+z
XYaJIP/x9qQHP7bIBWC8vU3ymXeaWAmFl8G+gFbZXN1TxoOuHpDZ40TC8wC8
11P2ntZw/xLna0QaDFOfoe0juWPvK8uv2bGMPV0EXua+yTpVUHTzDbqVCBEi
YTmbu+a7NYerOMjDkgKDV30wRteWKMdN883slVYqPQi+VoAwyy5E0+knNnEC
zIVVS7LCDeBhJxiRsJEyiskHsO9yCZL+T5Fn7a3EXDpXmTuyvhok4wqPYrvt
Bf+B/Hw677v/AZiwMOUr2B5rejl8CUO36aW5QWt2lwbiqM7DafAejUXBzvb2
ZGfgmh81OduWU3jLiCfk8UlLaQdf3Wz13QWYJn1p8onDXeTgPrpYDHnsJSZk
V9jw3jr2zZZjn/yMfz46/7bQsteHf6dAvbjGD0+7CH78+ONH3rOOPEKz6R+i
ovWS0gc0Yir0KlFyZ0zl+AI9bNBe+QP8ODx51gFk01EBpNu7b1D87HXWgvuO
06ShqMdecHB8cNRHq14P0Ubf0YamGMCIhklogXbrhqF6GPsCZ6OLAlRS7b/S
qZl7c4c8d0xK7k2d+97+Jfpu3JfPMZ/eB7O/hGHVMCcPmlUpNjYHVEA8mjt3
TGPA9rb266wt7uuCF3A+OokqAamObxgUZKMNrtpx0Z5qXjxvXWUDcXtE68dU
RcwphhkEpLoK49zxAiNVTdGTKNy5TZdDWjimNEAEnjZhlJ2HMcrO3waj/Ews
shmDyJWlwYs+71HvcTfYtP4Z91pu9H3DP2rML7j2xG82+aEibLKV18KreI16
rqKhC6biS2q5GGLoWQihsybt8V1JWkH0ycJ9V9WNz08RVwHNK8y0wdSU+V7T
MzUF4oepmb/z2buNjrmd44uXXeMNy2zjPM9YwR264ZrMVinWwBwNt1VpzwnN
VjbTYUFteAxyhMiq8kRNvJiIg8v4PQmg/uwvXhbVJAL4TGZG03FCG2Uq4vSF
Ct2YmDkZwpkVMeVOp4gyYN85QY7LW1POIPpepDrfbc1ZHbHKyheSoGVinjdG
9LLDCTJVM6N4bcSW7NV3dvAHfIrWyPWygnj7HuKlWJhzPt+LOwD29/cGwWh+
ucbwF6xCdxNHt3R9KuF+YgxnltTGJlulJSpDkDSZqJ7S9W3USA8ZHzMsCFCy
9+T1OqV81sQJUxfXFP2POjCRAUXAVeZx0DDJnnXKc4L0fF8Gz8TrBVLp1ChO
j5hq1E3ojqGjpUZvsOTgs9lFRUYPnXBIXpY6ybOCJHWD46XjotpnV0m1bJY/
d3l4DRxCswmaXl9lM3Ek8toTXZxbi58JAqHYgGvYskSCsm24HU/Kc3l38+rB
zkTOZO04JPqFQDyQvDu6CDNDrICAvteDBsTtTEXaazAg+eVjOjFEB/NYMC6r
D7klXbFEczrGBgVyQBLOYU6Raa5mWN7fxBmZkJyleFEjaN1jT3tN2SjAEXN+
68TuEHWOwbVVCCnWV+wciYhDh6buugOVsNjXgm+V/aDat/Zg9gg3kZOST5O1
iolqMFyXBUY2klaVMgDWN8AHrZCCRTDxLm4oppDmUCIsh6yZMt1ebX/cvyG2
eHKbIzSw2ToF0goAObiXiJsguS9dEw6sXr7GGym1jh8qOyNeFPT6gj4s2MbS
IPbXwF5wHkkH0sdluGhLElGu+CV4WRKIqmeaTBEV2FFKdZ+dAXSqfKlr+UIa
b58ftWYWd2n8hck92st/yde8I77C3Qpq0hlXjMBegi/MR8quaTPK84dXQPmi
V9ECc8P5nYWWMBGBHryvqiIHrYo9vxYWdBU7oXrso8VhH3Ia+H4X6c8yLN7Z
jDLy2fD93rAS6gZD/uM//qO6a/zzP/2nf/6n//g5///PmK4Qzh0+/d92Qc7Y
DraCCTAfo2AIT2y///SZ/f4f8ClWVNkN+v3ggDkZro6AT3f8p0FH/KBwwU17
38VF/iPDduPZCEvCin0kEcycuElrEQuHU2RLkO9z8vOymErcUcJ9VzXM5NY0
lXoJWk9wZl0sm+fk6Ns3Sbzs2uCo300iHDxuTsQI35C4Lc7wG+GzESVpWCcy
apqRrz9D3/gYOLmIwL8fvZdofpNbBxmCjlpBqFLIXDIZc7Ad1aftcvaEVOrx
mI2eozjp2CSbJ3tBvddxKByksMveTLEnh99hpBkbaJlLbVxNOEDxqdBiqRpT
QRQb8MQVqUy9ETmS+/LBTysE1hjLniFy2cbhhwjs8hFwjK1WI7Q83M+40o/z
fmTGYVRKIRdsPvOrByu1kPpcwYevpGyzr0X9ZIW6yvRIDU7hGyvMAU3FhUOu
VWzipXgOnALmwFF2PwNeT0ZWAsDGecPJJDIt6I0trqP9kbV7j7E7G/78Wd2N
9sfY395kb2I7nGCHc7jLXz7Brd54f6u3v7ML/90OOsP3J/JP11EYK/cKx9Vh
iZGCqzm6JmOH2Xr8OzP/gy7lofmduks10UriolWhx1gDua3ZDRmhheGmzNl5
j2qloM6/vthCAzENnwajxKkyAzYYuxdE8zlKcDdo0liG7yR+W9lxVR28gaNn
ZwytB9d6JDyEzjqHVUCgLVQTSOJ9T15i0wwILnpp28SxkaNlM0511okLoIMR
OW2ksq+wH/+AMfBlZm4jvocZB98Go6L8M/X3jSz2EgCztthHQau72CY41fy4
tXVRXL/D6sUmDIyZTOlsPJ587uo6HbO+oI/9dE2Chc44nfEb/AteyfpP8B7V
NuD+2+VLjJrmkFpjRgW1wqhNb9sXIxsuzWev0yxGU0x8DDqT3HmGWSY+Ou6w
/E9nq7y2bWBf4LttfSQ6jiuqPVTwNWJfvNuMxX1nVxSjkB6pyDQikKU0DlRw
BTm9Wg23mPZ78+32Vc3kT49TUSD0cQsnAHIkEEdHIBfQ7q/vRUO6FyJIo95w
d9Lb3Rr19sZbsNVKiydDzDKMn3SbgPuO4Lp6XxsdIVFglcMFKN/izbXXGiCG
AaJpV5oAY8XtntlbTv7N9i78e/R0OkHvZlJ83L/bPqxSDiRrEHUxt2Uk7+nQ
LbKB1lju7uvCUJeDlDU/PkbsmI3sWWzUcyCQmCZZeFfzt/F2yxg8tQQ9jyrY
1hNdXY1heM9KBq37SBDylAR9VWUuuhHOYzas5A2iMEledIWM+EVTbkI77N7B
/hD9xJ9ck2APTCni26ZLR/NzbgdGPhPFwWgPdL5OeoGrTHMTeA0cYV1OQHfY
eCiqz9f2SDN60N1t3MSibmMjBzj0xibQUO4RI2/FvUqY0U3sIUtENe6QHTnZ
Ti4H4XCeCBgeY275dgzYHba4jo7qAkiXatkCyy1dWm0D+on662+NmrqxBHdT
N5NKN+OmbhzCsqmf7Uo/E78fVmA2cU/1rkYOUrbhDhUg5NAVVcyQowYh8dId
k9Lpz/1nNry/F0h+2jB1nLqkYfS+pFhN61NPcZhz8SNJIp13RTLQi0uSQehk
J0XQE1WmcroILuyNtHlr7tGrGdk5bAQvSS38+H7hWltVXZg2fto8klseyNa6
gc3F2nVTkesVMVhvOCIEomTgXHtyC717F2imI42VFqUsJ4ZneYtOb4OMtqTg
PeHlnRMWVoNM3u6OyUIxnhuxLx0kkmB5rg7UuGalJU+BDu5sWcucS+qwHxv8
wbRtw4i748lDQ9rwTxzzcBt9jU+eycjNtBaXTF0/chZD/OeheSDBdCZyctKj
MGv6OcKfezv484CDj+QMiBxdRd56rt1ALDd/IHZ7fKJxnJPx7s5eZQXfYAus
xopGBD8u1rweymvLPzlvT/QtOS81fM77e3TUY9o52tmv76KeObkm4jBGE6B3
nHGYrakiWrTcadoQEX4PV0BVEZhl5fJCizVKyPfIVIb8V9guAYRzrhZiMyhJ
GQaTMTJ6v0pCrgMqumaOAmsUvxvV2DwhDKqhcJ96AzZ9OSr8y3CBJFdobQl/
CaW1Sh+jcb8l7C0ysL5X0Qdlp8INOvBxmGJsZIOI1SKwx/FckXhHAi/CYhPG
x+/tp6Hw5vjLjgicHFY44wadGO29nKCNkxO66YKt08u5ZVJsIo/AbAs87uvj
Ty1UXX8MDtHKg9a7j2YvUQHW93N3fIEfi2T1uIMdp3+cZBt9qybBgzFEineE
auxIgNDI7+HBfGW8BEnu4Xxoi0WbFpNKC89X44Het/xvUVmDBVybhtmuDGP9
q02TnY2LNE12G3u5IIcc22rPb3Vo7dSUVNO029+wdJKa7dK9j0aVwzyj+pP2
deWkXjEDX+mjciqXOeJB87ZyIt+jXfL0yL7fatynyiaMdht6OShVF26a7dX2
YOAsncIMTJGRc+O15i+nso8GvjumINQZIHWTePUoUuezQ2QvuJtuizPE3N8P
+mU1nwx+X70l6EkHCF/mOSbtwUQnC1uSAqxyZi1z+6XtFmkMt7FtmgV+29cg
RVbb71D7nYlpL8lskIHz8tn8QPFJHsemfcEOt0SCV1zOWaTJcxopG+6ZhmlP
dQbKsuFRUaLZyotBc85sY3Qh9xT/G8cVzBH3OPzT6oaNt4Kkb6ewDdfjDL+/
BUISVVuqB6/gY5RtxZWeolek1jnLm+gd0eMsaDx0wxqNqAsHhK6USJ0dekjq
pKEcPudB4c8H9WZbepAmb69pa/2QNDOVQ0+QzuKRPg4xAyXD0x11sROK2mm1
/kjp9CSU+sF+OucvHc83Ov0nWFz8EdjbuPPYiCHiXDnwI6KAMOvaKcYkVAOJ
/qznuuZVUOVGXKHWAE7aQSmJXEmHnm7u1umiqxVFiENxJmvTi0lWIevX1VAM
xitRYrICPVDQgtysvBCQ+3a4U3RN+Gh9NzkaYhpJLBgywY/MQmoDbJWpIl/j
zGRPal67elOodbhSPQDdi6rlaFRhaneA1a9x7pSWMQVCa9VZzMamXDqiusUk
+NrUdLb+gVHAax4/4xdFajvxQqzFRy+41EHphI5Y77cKMhu4dtnkzrCZJngK
7z97ue7c74dSSVAlHcgqTHcS3xKnGh5zp+E6dxWrvdk4yoelGcJZKBm4nRqh
BzGBzoZUPEBLFqmTGNhvf3F8en6k7TVpqZ5wX4vG6swJIxO5upnIUB++upn0
FW1Z1/fJ52ItvQAU+CydjD4ftXRuRrwmjvP98EH66iOAFFG8miGGUyXvaVrV
sbBjjC1mNafAWhsGF+IRw1+kfnkEhgo6F8dmLuQP20V3HLN9VV23wbvBzfiL
DodgotK7Yxajqm6u0bRyOQhO2EIyoRqXB37KVq1bRQmV4hu5yJLhVe+CQQc+
ItpUzMZRMm6sd8P5MImr7TEWqY6Lx8Zcb+yUT6W0YhgqK3OrzBRYMUzWI1Wd
Lm0DpIGqbUFBXvKEsfo7aKN7590SfSbNXW0bRgYvQ5/Eaj4Sf8Pr+Mlx2Lbx
e2stNXvgZOqVgHbS/8cmD09jDS9eTyyGQOlVIw2m4m2noS6SG5G9YcmTnWG9
AkiNNYlMpaEaJm4KRmTI8Qu831/azs3qbMiD1Xg10VO5BjaG3svY3GmcF5Fz
u7KuD37hFP29JUz33jPr+akPdGcJZ+5YnLnTgDN3fgmcOf4SnDluxplUI6yK
Mw/sOu5BXiMfeVFgwudizs9AeDu/BMLbsXdVIAaPt9Ie4eR1JXmjk2S6AQdi
ClxGTI/Ghr7Xp6j5XjcNxwkpbkykqPQ2VpX5N5UWO9TiNRmuxorzGpbp4j/O
qah8sbdYqcFopQFvvjAIRYhr0dRpWETdf3tIdKcJid6P8xzEJG5Ykh9P8+ds
JJS/CKY6MGu90LVySnI6Oywj7cxapNZ+XoSfcK+bi6AEWFiiSzl4Lg76dr58
9ZaUs4fioA23TC/aS1MvvJb7jVZnyg5w+1rSGaFK1o6rgdlU0ZeymXSMzwed
DIdoM3ugbB9fph5OcJ1kbO7oOiJNxSBz/vLw4qsR17eylsrjs+M+vhn1b0Z/
3vYj0DUhze5gPBiZpDR7w9Hup098J+g24sWYFn3tkq7G61rZhop2hyuEYF0t
VD4SLIrchJjOk9GwqR/lZaoCeBFoV3emP87O3mBgJrKwDN9FUlxONsVsh5Fc
Oc3tw3B3nCzCZZg0wV7Erxj+zk9xA7V15wikrTjqv4iSZBmmXQGUBULcO4K4
1eDxny2DXwV3/qf/E1j/7QHrY5wKjpPnBEmK/4vHAfnh0YtGCJ/Orl3whkUe
H0rZEpP7SArcRKtrmBmu19XMmEQlwjdwDEqRTePQ04ZxQZSwqKbSi6Z9esUp
MXx6zNmnKzWhvEK1CnRuvchKTVkZBdb56VFb9fvx9vZov2mz3tMb2q6JcfPZ
vEvSkVsh+eH1pZtYBgp+1YDUHeeC7O5u7cEFmate1xSekNzkwJCsBZo0y0nD
QVoFpV8p97L6iC0FhUhPL14enShzBXPZ3tvZR66ej+PixcF4e8fyeFS8pK9H
JnJTWzWMvF1tTcCGQZE26H9QEb1cgbxWfsLyMAR9B8cX/dF4Dx/c5uGqZxRx
mspxMtnfQuDAlD4V2RSLVlKiS/LBkyMnq/BsxhkeVmIBCk1yy42CoMRvVCfJ
VhWLlJErnBFPRhPaqU7IbUtOkTIBMyvF4s4YMrRswYpjf704zHVKaZ8RUUg6
TqkBLVtNlQbcyumeOhGVXqQR4W9RKCS68tY0OnEYfBBcRKRyMjvaoCjL5Dp1
AmsqeAW7WMbqmwm55XmsbvGBW7+1tdd45+E53fjtnUfceOzkb3Pfx/867vv2
aPzo+w6b9Te67YB1/udt/7d921+T/xHsh+rGXNF/k/c057/EbUY/6tBR6zrK
WlJ8uLoNqfegJ0sZ5OyUOOe/DeqWrarWWjp1lBma01QLa1dmypneMNERziq8
gdtPQY9uoaUeA43ymJT1NZ453GulQkpcWLepZIU4josx5OGcVRJhclews7BX
YKnmhsNW5zFanW3dXD5+0kra9sa2pbk1sCYnJ+i+ispbzGHHISU+zqJnNhSB
YpMxhSisxRbUlQq/tt40Re5o7bBQpBJEjyA2aR1521qNkqGTAkNOOlRfGRLR
MKOwmwuxurpCCggRBhq0fjBmLJMwWsJvbNF2mwuiJ+XxzABbbCs0VZUpreoK
y49JxWA8P0KC5so59fc0DSQRDTflBEiJa0GmTnn3E8d+jvU9qTQxwJWZDZdj
wRltG7Nf9XClHK1y/JtFHMdn2klzZbrjmlMYoa71NSq6x6akF5s63npkx1vN
BQOrSZCsbdLC3zdsUXVwSlMrTR1rZmPKkZmbUy9K5qVbUT9VCXIotDC8rTzK
mmEuPuvkcvCgnfwzOTQvpTAMzkTsQEPNEZVsvuFiHVF2aOOPauZhMhfPk/CW
8/HA75G5jKysZNfyZxInaCKXuewmR9GEaxDnyLyASyMshn+sV8LuMJbk7fAW
Hpu6fjRhEvORvuRfE5JFbUc4VQ9oLPtLodUxEPNsLc6lhGrYRchM4+tCcnLe
UPFhzUnEXBfmOrLHK0wa82e07fbOZalNx4pfcnoPWAfeUAePYcAy6gckHfWl
v8tN7qk35M/1bXvY/tRC1++nDnzRHmlBekkxMaCAECfeQvcpyG5TdFDpmZpO
MUdhCU6MtPRAKbWVSk48uiQ/PLrs6HReG98msSGd1b/APNgc4eDYwpSzht6y
G+HkeDqUWpYiNNDBHmNYuGpEoWljmeX68deHb3/z469fnfyG1zmGdVIlyEQh
Ta6OrMobvUKZuFg7Gn4wJaXhlmyOkiDg+ENn1sxsTjX40usRF+RHjdXOPAh+
mEjpSn/CG1Jq2ewzngvc8D1Wg6HMh5hDcyOxpM8dM6Ra/TgWiWO+jb3d72aW
RXyorEZLOeAznpJrPcol7DgfFlzg/Da4jRIODFL4yAkuiB+KZhZ9wWZbRxt1
x0ox+4YEHAHGdnJ/mZgNS/9h9QDe59TuPlbhZ6xeIZrq1FGkAqIIZxBaaBLG
y8aFYXoOXpkz88Clx7AGAN1DRoh/syXQ9AmdCurdvAyMuSLYprxsmLEftlgx
7t94gusrvBIU3vHYCQbBGXKgSruqOVkIaEtyZ2u/i1zUTqIv3h9/NnTbKXta
tSvk4Wgd+NWoT7UM/E+Zzs4xY4sWdaPa9MpOE5KToEr4fA9QFluQnwnfffEg
2sKsNJSYSC5Dma0Ax9xEiWGirFOf8BsWPRMiZ/vClWsG3YSZTU3KzFSNVb8a
FgXEcYcFL6TxdEUUIky1XeOlHKDF1ufyr9QnUaYvNnVCdRwrmAbHwG+RqG0p
mcXSaoVW2aXSv8lKF+Kx7Tuvl+HMZL2ojH7vevnw9p+i/ze9fvnFJ1hdds8v
yMKnFhNdsvhv06weOExaZrikRCwcH4UgaJs//eWPG/fpxOU/3BGkHHjTLm0A
wVBt96cKNqq5cpL3+WKQK4dlSmjE9dKrN1vNC1oV4FTka5bbqFNbDoLdzU4S
9Di3gAq9dqyvTDd4G91kgt9emnVpfgd3ajQfBRuZD7qtk+eyIbIFpRHEdTCh
dicnbs69AHiJa7c8VFXgD81hg5gDwEJnOAYWAxeU2wlX+KvNzF0Vplg7hkNi
b++YOzzQP1ztlz0QbEKVj5smUOi1qPVMPCpdsnu2vaeFfCVTKZxxzu4L8ax5
PN4Si7t/iV0RtHPPxlgfyC/ZG59K8Ixc529H02j8Lf+W2zcBiDr0eIDNu+gh
B94ODgkI8wR5S0U/Pk9hP+nYX4F/KITml9c5FU5DKt6lEGw6kr7HI2CiptFJ
V66mXSlxAQYfE1J1dpPesWgsZ2clg4d3tFlaYhnVkZVoUK6WV7jMti3XEZe6
Wz23YLXE3yeUHYV1v8hky2eaCs52Rue1Bed1iY7TZbhcPSRckTQlIvJ8nZjM
HKXpQD06SRMSlzTE9pD6ymd9DPC9Cw6zdB4rpv0ccQ53yFEcKGNYVY1R5IZB
uSlIYQvSO6AoB1cM6V6BEft6Q1k1znpPvJhUh7i/orna0UXBLl5drmYpzBeR
o4rHgF9M84dMdRQWJlJA4Nf3FrxFWCJJc5bRzso4AiuimFol4Zq1URSJYbJC
mgx9qHbFBLM8adHKYMrAKLLyvmhvCMsIVkXyw+luVX7tGq2m48NGmY79VdLJ
ngALoGF+eH6PSWvu7ql4MEgyr0qSfsI09W+It/M/JL6e/fXjRd+x0qk7Ys2i
J+pBqzSu6dolHcqHr4xrLWqkUQX1yY9wCR39Y60XZVHJp/XNJo/WzoT9Jd9U
MqBg99ZvWmpDaskWXLRqDbZJWnI78FWQ8vrE5jQx6AGvLg1+7MQMWOMM64kq
s2tyUKw08evh0stL4yPFOYI1vxemQQ1GO5jitDBDculI9rrSrk143bLRX7Hm
IOqgFmGgNRVAo3PoBu/KSzL8apltR2TlXOBErnnKPX9UB6a93XZqNFd1+p1t
t3wEG0nJr92tUmptt3aLjAk3TiuTcM4AP8aqXWazO5xowuaR6JrUBVrcXp1Y
6/y3RmNl1mZC8gdWzOMAUkLVccocg8O5aGZmqZNnDZTcsaseQKvGg56ttuun
j/RmdUez3qwz4816/5hHDWOyixe+4Q7zQePjQp2BLeMirKOApamgFErN+HmV
RlXAlPwQNdeCeCuISsXpmUxlphp9fRHMINQ3FJ2jEdX6T3sWRgz0+d5iVWc8
soMcn10cuB6KYdHspLjveGSwi6KYUaUUJeoSSTcp99yZSOgUStaic1QVOw0O
Ll4PRn6pLsAoVwSpjnuBYWkkswZ1ztw7X7CidicqfTq5ma0/iyiatPd65KKP
MJvtD5Ie4wU2vWeU9qeW9Zz4eE/LDaVdWljp7SPwz+MDm9Zma8/+frJLSW+O
6OeYfm633p6eH58d9Uc7Q/72GT7HjHxYNt1pOWpdvDjoj5xGw+Nqo9EBNhqP
t6jVzrA6Dc63s7PtfLflDLHVYve4L/uaJjjZ+8Kxxy121fmyryeMHhhW3zBw
nhrgBIz95vSouDd3CgEHtqpAATy6/7hHg/Fgb2s4GI0m21twBQeVIx0NJoPJ
DvwYD+wR4sPRFj0c79gzgyY73NlgNMQ2W9DAOZXG986+N753drbxvewd1TGl
2yRxbubWFdFn3Sr9vLKR1f4fukQTgoEx/eTfh4f0k6BiSFDxORfN+Tm08DMa
Vi+gjDtyxt13xqUeNl/SDaNsOZf38QM0XfD7BtCLLyMcOSMcOSPQaJ+PHDaM
fOgiDR5tMvpFR96wqeOhi3B4tK1fduRx88iToYuseLTtX3bkSfPIW8NWq8KB
kCyDvgqmZrwU6uHwiTjlVGFahNk4aqjY8A/MlSzybL3yE+7hYxwM5JWvC33F
Hg8kXEgkMxef8xKSTbHETsq3HRPeogzsqFg3ToI+YD6dDIT5OmX3ECoEwxYe
zpntd+NWhLDJaTeNJVxRR1xV7uw43UqhVncqbOcnnYETIEm8jdFdCmPjnZAn
zbnCs7pObRChC0eGpqSa0BrE6PfNovRWwJ6aNTnjUZK0G/23xV4tWy6M8UTn
PITH5d4rO/982fdAU7qL9I25ewwzWBPxrWFBlVIn7Gi45epxSg1zdKKPSLJ2
Pthp/sBJbmq+cCNYY61hawv5OAG0Nk1ebcLFN5TnmHJqIp+ckypIryGquDWG
F/oo3sUrq/asdUUb96JpRyilducnN+OO/az7ORu+Tv/VbXl9yj9j0xs6o+37
vnlfHrHxm7Q8vDJf0+NItjVtj5QX9e5pj5xtuSCYut/wKIIdYKCnrOryQgPC
hNH6gNTvLClK+Fgpsd0a3sfCmAKKf5NrEVZUXRjkVGxmMxJ+Em0byfkwNJ6O
lLfnUfinrt90SDP8l1F1PZUc8p+jW2Hfyc+JGX5Iy/KIKSAF4hC7prnMdC5W
zWIab1DDVN4XAz8Fjp2x66qlznGNNWxJFU19Pm5JxzNoKuk4nRV5diNeXjSD
BfY5WfAnuVu4FhP2wXHx6IiaFU6JMKovQLSXVCSc4cjEsFxnMVe346hBWoME
ANATAyS2nnb3l9olu3TZq4c3iyLX7t8uZiJK3pym75CrdHVCRfCWZnlRU0GJ
zmkyxlvsd1JbUuyaItWjwHpOIzVg3VxzCOjbntXGKEPWQdu/pmfpBqhvhiPq
JHEJImofnSUxrtlTb3ERGhMz6QVGzyygX/TY+QAm/bhBXJd3U56kPtjjz7B+
faOZDfrc2apk6JBpVd3mXSOOJj/heyKmnl8MVGluj10hBqc1rE8D3Eaj/98t
D6amizPxPIbpLh4ye7BCVGi3CXezzkDYxpg5KtYutc83MX1SeEyqQt5EjzZ+
3Iq7A0/pX6mtg/KQsKO6SUTiMJMNtdIq6Tod07mGDQjYzbL069Lhd6q7YSRe
dUfAXalVYJTy4JKsR0o/NLlkuXUtmEMz52jD1mF/SpcNtLCj4Tn0JoLhZpy9
1IUEeS7VdRynLnGkua9qu+MaKLKt9aJQkzfZz8PZTVxkWPfeOoeJCUfNKRhP
YX2sblgadg9Odw/oaTJ7ypvSqxwus+2hplm8jWc2S7hsuuf4KdO3mgrZW65Q
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
ZaKPYlxq0uhFdJ0uF7OloldpFQxMN59U58VcjvJUnEw8Y6a2a23V2KemTLbl
hBoVCwepO6xGyibylcc08QNJYSdHMVXswHClj+rmJBFfIMqrlYp4sgJ4e5kv
KHwwrDrFY0T4i4h4mYbSqbzPtYqdpZfCUdgMKkb/fp/iLdASNdyl5jqKoSaI
MRMaAkkZgsYgxQ0keGjLVlcRRVc0SQkKDggQEOGjQgqyKmb1DhauJzeAIl7E
e2TGpB3r5vpCbM5MPg6HT0rOW3t3vBdbwiuc7AFjy/Tcs1IuaQwflvtVD96k
oRGTCzUqHUGK98zt6dbGE0UNTD/JV4xarAdSSzboB7S707fkDG5tElPssray
2Wa8eltij197eznFlQE5jZu7Bub7MRe/ysF6wHNvHoogol4rqh1c+wlJm1cR
lU8KXWOjQR0jD8ovy3KOeIAAUez1SEkj6awqEarovj4FophA54rRvTn3092X
o2v18uemUC8RRpBMp2Z304GTNii5QITcQtfqNFNwFdojYBPJFdy8npBjkoVj
bjvLf1mGkDwpNVuTAGmRAX3udlvwmd2BphXcuuUcjHPC+wWO0tTUAfbHiaBf
fHTaMQFP+x8ibpWb3+WEc7YsWc2ZG8jPTd6E8K0wglavk/VhedlTjaP+LhdS
MUhTfG2muFrhgwSVMwGWWeCcjzA2GJGd3s0ZWQyyH1YiKtSeLC0GNS8uXDPz
682PFHRZZB/MC6faDNVa/yYptn6H/21kPdfuyZjEyabWe9vb3V5v273zggHo
vz5+RzYNUM2IKKJJl1DbNO46Vtv98mGbMT9Fl/KBJyRzXEy46gmJ+rSyK4dG
PDtfdEt6Lnw6fTd0Wga8VNZHmfzd6x3k0i3HABH1SIeedUA4b/NQzT0IFrh1
W6/AW698PAn6EwK2fvO6z9q+aQqppjdc3GCwlS0nAJNljo0czWAlLVjHkXxY
jW9Sm1RHjfSRQpQPBig2Erkkgp0kFyOOyXjTUp2v0snoLV4ldm4xKojPS3Su
6Eux5XObEHjD0VIxTzP4mpbRddmL8DV6+7IqK/fFeicZLlPa78VNMzLYklyY
PbgwOaFpu+e5A7kDA/rtyoaI3dJlIfKMh/AOEq6f1o3rkH4YpVv0IlfYv784
/hOVwaBRyNsslLiTn6n3mzhALV9aK1JA7zM8YVkViu1b+TGvmHB8d/T6oQcf
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
0ZijnWGMcSxc1wzWivcHvs76yEcCDHyiLd9WHpZQMcb2tx+4IVDzm9+/6p6Y
SJhNDqAGrIe7rj5+fMgiRArixZdiI9zNV+6Lw+yQeCibXtXA+v4rx+XBWytx
jnqIWWbfdG+o7Ws+d8eDkrgFJwqInhr8BKfykD+S8EQOCIDdJgEsLCheJzJD
SJs+Vt605rQcBNQPijqSGUwUcGiEDjiAoUkc8FXNr4oI/ItsEp20ApIC/ZE+
iCyXYiQYN76iXVQF3a8wloy2bAlrs9fRMrfWg+60HHbx4OPGwemzrV72nNEQ
TgS+3y08LmuKvHD/FVoMhfIui3f+CeJBPmQ/oKsP2WOCwnW044beOqcZtDdu
Uty6txVf/9Dwl/3nRm+rv3V/d9vJ1tu7e1s7W72te0gT/pDdp3/0D7L7+5nj
zofH2c5Rtr2Tbfey7XuSS+yuPyeKZy+AaC9yXIeJmy4117hrcKe/tb21s2uz
kd0NhsYfZfdda7uZu7ec+JP8zze+c3+31vjufdv43m2N76xsfA/SW9z4/j4a
39mnf9D6uFWRdfmQPZDGnQxCq+H+r59t38ey6Mp8IGt3OZlNp6MXbmXm9R5k
bZIeer01eniU9uCWp6EHWaC0h501ejhKe9jr9Rt62N9FD/uu2V0Mfu+B++ee
OxGmh+19NLlL/zw6yHbvZduP6b/Rg8gYIu/KT0EA9sukXexs9x+4f0kXkHKS
Lh7cy/b28Cf+KYfM9iLqmycD1wV43Wb95G1SWNZyPAl+u0qsb/SmxRFF1Us6
2QFD1ld0lExiqooJ9xe47ju6WSlVjeNNFt6hJpkoE8Po6H5mAZ8fxuhkIUMr
Yov+JeW5WviIx8UwxP4rGwhG0S4dYcmDfJTPQzUk2NwpH0JGOdfARmuBQxWA
xkGcGwTZrSAIdCgF0mY3FO/IfCsDC/kyZZXcxZryUANso5xNGXoIJJtY8GCp
E8q1b+u3mJhzXZ/zoRJBqYUpKXMDbuOZgJrTz0cMkbIsUbHvWEGoXi7JWNo6
On7ZVpFm1aUh/tozSShSNGGFCDF/i1NZ6vy9nTJBwkWkCket+ahiqzgamY5L
8dkh+twvpM6rPs5FfhHiMCU4r9bi4jItO1tv6Gw6vG6Aw/bZ0LxQbumiou54
x9w6kZCzSbzg/qpLa7PD9mKWL4Id3Y1ofu33nCt7EZq0oG4x5AQ7HzBRD9eA
r0MJDkpBHHHYV4CCbqIuXh/E+DWQbh7m5ItdeJn/OcX00TLEvJP2o8bqfFyq
m5rUM1cxelcUCht0Wd0m0LOV/iqfl/AVnEuyv4a5XGu2n6AFXaET8qdwQYdb
O1NVRlCnXfOq0SiQkW8rhIklayMIOViL7qlaLv5ceus43CLNtoiNjVPKpD0e
jShdbCACmjHDH0RJdCZRFIhrk8COg8mETyZH3zKYhuHVJfI2neZIArM/O1wI
y6Qs5+BesKhoBSklEmOccVJ/gFBnKua6Ko7pEsFNMWLaGk692LKy72Hc2Nty
7qusi9hLP4WV4qWRu/QFbgPvfMBvxlFBViC52Ff+7I2/fKaanwmzcQ83moTb
FeLwTRLyTc82ItEWdsYPjOAECZ/tPv6fG5Gsuu7bLHze+nZdmrzDJyoe3uET
lfdu/SRmQvHzYNOi65j3Pfn1ZfrD6UaDvJaaOcOAWsa0iG+63A8gneuj9TKP
NIR+uxINwGg/pN6D6jj1WwFqnHp/f3unT1ae9dqgIyBzVkmE2B/kJtvqvXsE
68kavkcTrjsVQ42lul/xNKq/tIZr8TaHoDkCWQZLYiiHMM+Wk7iyiXuHaOTk
6PjATYn+9ZGwpciY/WpOGRhHx6ckAJ12j4+Oydh7evjds+OT45ds+mW3TTfr
7aMEO7i8wurjsu496Ldde2QGPjw4fbWXtaRaO1cucryR6nZjMfu9XYAHZRmd
wUej6dtzqjQaf0B120kkr8i79OjJ8z8/Pjn9DkPeMzZl9+d+/CcZbw/cVBgu
vX+/q6N9//7/uN9X+ace3EPb96OvH/T1a/fogX3kznd4BAXn1dspZpE+dv2+
+vNzHXwPuk4+LtzdlTeNkbLd7vV28G6//q4dUW+n9twO6y5G5v7eTsd9vAvi
dyfUWu09tJkvSynFo8IVcRyK5MhR5zPVhe/CPySrm2s/espwiMHN0L7V4C1V
VdYwXtObbkVukGBkbKbUBR2MTjgRCA4CPTcLXVLezEBALSn8amUrIfaNokS4
Vi7LGyPS0XzuIumSoR6m1O4Q2XAwoqpPFaLLThqCTGVMgvTGEtjqAcmqeQku
95IadjqfI26LIXAw8Hptso5W/w5BhiF/8pzLZeYQPEk1XJL0svg0ozRJjAJb
RaOLeO8gPGjgvvazT+e9G+CzP0wCdhZHYfzl5AWf3d6DvR6dXTq6f3ly8sj/
uk2/0oF99Jdy1ieW9hd3TX1WT9DSDEuQL249IjRGvitrQLdaxXkF+ojJj6YU
Nu5YqM0txyfvL6WAxRtrkqLsjn4XQ1cY62+cF1cP2EHG0jO25/64b2Kfkf1G
xo90+y0lfMjsvUu7//RozwQ2bLo/N0WS4fuVK4D6GIntlTES2xQjAUfrZd4b
DLk593UvtAc3qy8SarvlX92P4eXd+Gq8/eI0f97ngXMRVPXub/shuV+pn96+
3Ix4lYTq+qvuV3q1vys3JV51omvDq+7XTbb18U3JA+g3tep+1QH0ZJF3ZKxY
5/52f8U6uydhbF0zkd5OtAS9XW02DDb+Ngz3c55jXfU1jq9fdXa48rredvSS
Y9eg4RvXrdSC8hcR22QsKq9gZpoyt+x4ItuAWEoC7ltk16DaYxfk/yVhO9Pg
UAs9Ry09perPako88pW8Dgk+qfX06JCyvX27vU+tH3uTncPfjSZbDRN1J72j
tYHdyMO5vKExWq6V38GEkBT3ZjhsaCooXLWyZdipcIVProFyN7HJTyIa+Ozi
O4zdkEPUx3Q0/JQOFFo9Sq+lIpZEagh6pQ7cfTKEvZ3R2t4W+ZsJfZWGeQqo
hRo6E081WwZZBvHRsV488bWRfVgwFd7MBstqMR1e+xIblaTWMgYVJarzVRVX
gKKrKnfSnI1UtfdVUozvpojSkx/VKNtinZu05IYSfclLK4SWOGCUqntJLTGw
PeF9xEKpKJYpw0VP9uQxcUaqJhVVsKJnfX7hc/I/N4zbWJgbfocrZ5FRu8bP
Nr7KTg6eHSDEmrIsuY2NjUceFMmimU/PqikZsqvMhCh0uIWSPRNFJfUcpOZ2
jiQxbKCmjoc0cikGIK70qFVqghCTHJmEN3g47p1Q7oT6vSwvLkfXIUzAiSVC
5wODZiauGAaaDF6tQTRz9lmNuDYQyhH5mu8cWr8g+EG2Nd4Qfs6TH/LKRNOf
UXWhkozFT6chfUBeoVABChkvpPAqQ/jg3HHOHb17+uL48OTxyeHBq5Pnz7KX
x//xw8nL46OGXq6trafX3yerDCdnc4UjSm7zBRmuSqdEIRuQcIQd8+LkEAL6
uUAKEwehL3Sfy3ngJcIrBFtQ+Es51+y5ypfjVkJiA35Odo5xPmEhd8gKntun
/CovR5CYJWAi8pGRCiVle0i5A9xtOfJAhjXhXPMjCDiJOC4KSyRHBmtSCY4O
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
iEGLruoP4ti90dZNKVwvPScN+Ln7eOEPZ+7nq9Zgu39bbH65vYlPDp4Ht7Oy
v7t1d/ew/8VvX24US/3guJWc3MRLW08jeK/Zat7sfr4vrn9uPCW7zaeLy9Zd
aWejsXPVaOx1Gk87Uets576ZJDeddm2rFQTX5cOL6cfB88vS3tNTvN2Lm73+
7dNn/6JfbUUVP/i62zzr7jbuui1cVmPPHe00Gx/3r91enGwMvFq53Q0T/7HW
f1q6e7nwH1rdi8Fe/Ni87jTiyuT+9Obq6+zk6Kk9rLbXg/2nnafTYD8JJy/u
x0u0C2zfn81Kp4eV7augvXSS9I77p6Wvz8fr58fVwX182Y6q11fHz9PhwcXB
NPbKRy+NsnfTPCh9aQ6OtuOPB7e4qJ2d4Hx353C49DG6gIkfeh+Pzxr90B/e
796v718ONpOzjxX36uXx+uHEexonW1vNZA9f3G9ctejQn/Y6G62d+6W8g1l0
LnQejZPmzl5nvLXlh1fn17Wlzx8vP28e+N6ue//lqt+++9gJe6PPV8O9uFFu
nIyvLq6mw8OnjfaBe+f5jzfPo6uD2k3Nu/rY2W4+1dzy0k7t4ery4fqi8rh5
1Pu4ffX4uN6bBNVRvDvzKofD0cXDfbf/cDF5cAfXs87t40u/tNW8++X9gto5
6ZoTLNEzYtxNkRcrSD1VHJiiJADyKX6TtMOfqK2I8lafUYIaKYAmxuzSzrim
WsHS1JiSsQqiJEqhpQxVsuXE4ZyvVS2HaCVZuaiPg5YYTfoa505zZz+cFegk
noP7jFKcg1y8GDk+sOEQeSkw6q7rRBX+HhhtWIV5nVLJqXrI3osVpxMDb6Xv
4V2nCmJE0fHL+E3dRQ7tlUAa4O/h/aDqRDGKI9UKjgwcOwBm79H3Prxf75Bk
Qn/8AGWXStGpVfl7eB9eiECXsZ9yUSDB74vwfinEKTod5OygyLgB8vSozN/D
+6BiwhJBwAAxoFZFgaJIqhF+X8L56/hyPUQ9ygtQggJlBwQJ+h7XD9+AolZy
isD2ayhIBUVUhvD7Mp5fTIsLzPpKIJHw/GV4v+bzhmQjIJKArufy/CADoSoH
hwOyDQ4RkQTXBdGNv4f3UapzUZbDgyriL16k3oeN4Z2B9AbH1gXZq4ZiDkhL
sr5qjSS9oILSHah/YRkvmoQh+r6G9+eTytmljUR4fyC+1QL+Ht4H8Q+vOMbz
g1uOuvhIh7+H+0alM+iSsEXiGUwHS3T5/uo4v4+LAznSnE9gEJEkLg4Dk/gp
VOcxhJkSA7hFg/T/XWWJ6x3A61C82386CIus6fzVGYswEN1hNMC/28Cd/wMC
BL/Dj3osXFt4YH5kbDZt8OPlufFQ5E89LplV/Hxl7nn4YahM+z8zWJf7s+y7
vl/wvELRPfcqn9zaJ7d4u8Jv6nV78xtXXZg/KfmMX7EftFFcvWLvO15wmqDj
aKHPmF/+oSRCAwdAByVAojPTBo/Sos3gVQLpT92gEJr8H3wYMwU+pTiIlkfp
fW/Rrcj78xdT9vWCgrlXWM3HV1RXQ37HBhmbHqp3MEFMxXYk9tWWq4tOA2Ad
X3mYph5nwpr/08WqNljLht/7hPzYaSkwP1dgXq7T0zZxNj+Ghee8GM6vUr+b
s9Yod18d+3G+vuNJFK+ZhDsusZLwIAuhBXYhD35y/tpon6EVBv7j+bV/t3gM
/+rpI53/mV94RR+wN/9GzsKpyVpDNxriMVIQQRzO/JD4hMtWQITQVNTQVMkh
c8QdUz/a9ETvwi+y7YUA5efulTlt/k/OXlsmYZ7fZ2By3bz3rYdhs8PRMJI1
asRy52E5Z4029mY5yxzQowC72Q/u5B4yp+ba96If/eR8YxkTK6kBBvzO7+bA
u15vzjJz4d2L5o9SZdnya69BuHoSFki48eitMpI8+r/bklD+z/waq4wJwnfz
H+c17lDpPNufygMY6jgPNbbzVdcS49fsY08LbM7Cqf5EIY4/SOFsBgnnz7Je
Sj/hV+cft1GHcjWFZM2wPh2PkoPsIko6qac/2ZLlop+/OkwJC0et5qqQQ/xd
eG+9vujqnHneW9dYGs+DaEKex6jP8io/nyvRlHgUJQrI+Rk5eIE16Y/T8wB+
ojoBXIiiDHC/YtmJu1pIBuBAq2wRZd9u6HRImi/VtJAMxKoMfzxWv5xO1QH+
EPhaSIbRQMjy62SgrZMVFx6v/NfW8+odLX7lLR4WrcURXHw9tfgaYGxR82CY
DZQMWCUcHhw0nA/IEZ265j5AvWDauIR+OJg8pO3WSpq6AcSjtZturlZ2Oh4a
vAWFkUSEHpKSIEZ/AKg6cB2wSq+mSURGSfW7iNo1X5OIlJLK2iZQCV+TiDwl
U+mhiI159AnoEn0f4Ps59EnBR1BzcukT0CX6voPwy0pmWpUslv4wVXIBfmRU
yf8sLFFkS9mN/6VQ/kuhzFUo/6pYRR6ELNQpEWy4ykkuPUv9zINHOcPhU3wz
BzzK8+CkqUsm3vqVu2eiaqtqXj1vbwYMri3t1YjWGRCYh4J8BY2ot6M8QRkg
+IcQdGVSWGBQqObrmXxXWaGmughSkEgZg4J4vppGLLH5Sf6PMieksLImBGne
lOA4JmggY04wGr7NtqyXFpoTarkESmTZeRG2tkhZxBW805yQ5aGpn9fMCbWs
amaLtTlrndfGDFN4Qwus5YMIL8DWAtvDLiit2MIefpP4UVa0aosAx8/Vq0Vy
yP95j6JVF8DJvdDFilZdH+KcxOLMz/FniS/8r9dUxyyedmxAyuofOcpHJ0uq
jaSUr3ykfPSW72t5gVNMXPToBVvoobddaK976PnJv8NDLwN8p4f+Dac2R1N+
r1v7dOeycd6e92tfJD/o1z5obF3vNZei572P3e3K4bV3n5TvD+93mq57Ptkd
jJK7x+Lgzgt7036yH5MTPM8HvvQ9TvA8X+/S9zjB83zgS9/jBM/zgS/lO8HD
/TwneJ4PfCnrBG+0vbvWQ718fnFavN6Mep279dn69PKmEqyve1/cw6uWd/3x
ZdYrHvkldJgvLfKYf9ch5nnM3+swX1rkMX+vw3zpDY95Pvy+x2VuR+TkuczZ
dpGKqEYjUKHduLbruXE3R/VPyd5UcdTyXJLO5qY0K1jOb9tRvz9axRysfvjf
fjMZeGOpUOf8pn77bVWX9z0reKCa6NpymfWIj18WrGtTpLtRZXqwcM7qY2VF
Vi+fSL3HZM5iQ9nco1gSGxaFk1WShyh5KARRgmasKHheu4+ew9lgzORJq7Dd
Ikb+otofkVvZI1dzUSuv8P+gjFFv5SoqH8DMuiCXGuUVw/OAh9WRlwO3BNYL
ioqYMFAuBGYEmkMlRssIaL71AFWcalErp90YJV4YM6KRQfT1ujCX1gHjDuo0
ked0fYwcrJHEXK1ptQqeiSlgEaS8UtkpRU6nAtKvVqsAsGCbQYck5orThSEi
pxJptaoKs5V/zCCQMQZ0F6iq6kKnwd0n7uvGr7CQUsq1/ssrllDkviYBcLe+
tDSTstZ7GSFOYt5VxYqIGwyTlZXKw/AIWbnAlni5eOsnsZPy8zkWAS3G0dhY
9B40b0AZfiFf4u7YS8QO2r6c2EL3DGwVywOyUNibchXSjwl13rYhOf8HX0XN
4JP2C/E7rDnmQT+/o408ggf8O+84x+wrM/HyKGVquVKG56ueynRiHdbTNz2H
VU72it6NYfwvI+Bm8c3JJ0/fh4b8Lz3JHFLK8gERfgQ9ibBOAy5VoGmv3YZ2
rlGfxEhFEyqwnkky8WBhddTFQREHlSMI8HpBByhGeCSgdcJiSl2Mlo7hwxAk
V2xUhBVb9BDdIqkHSDbla67Hox8A7bwbkSEnRtMd6POg1ZdBrC8hStYJlkAL
6FZR4SnWl5YaqarnG2ySz5nsEEFAfzUPKAuAQoBhaSPKuWw9HFwMXDDoInGE
Fge4eIBJuEfQGfGOijgufA5aEowLtNbmeZmKsX8oT/OpxPbbPC308UTYD+SS
CboeK7cAUQLKTwFABWWgUsJsmqDk+Ca2x4NzqjlhFyGg4uFx+mir0RhX9lFX
AwTqwN8B/oH367HGOCCcgCZRxanCyVURU0oBQpBCJrirSoRGwCCmQ+w6AfrS
NDLBaQPieCUEDUA5gMZK0QlLGmm6hDE+oS5cK6wP9Er5HpGm1kHcq5NZGc2G
daSpYiVCUyEHLoUUyQ5rrZaRC/llbeaD0WBndQIbtCOGFG0WagtbGGDYf9Qh
FALYDhFQBP3RygUMOfJxCoB0tF/5OFG5pK1cFUKJ+g+GdGXYbrjIo5diuwiS
Ntut5JoFX2W78/MwoOt61PNsN8ux8phmlsnaho8001zIZDUb5aryVOdh2f/v
/z3DWPJjOAg1Mh6LPx9BXnEREO6ovf3kZkrL/dMhFX9gGzrTWGbtJMUNvwvx
+BN7kjQqOtI+QM3gLP/krfwgfiJx30hxWTr3pbd4MaOzlaOWaoc7z0wBkS2S
nc9PgZXBUcJVB128JwAYECBAMAPGWqPdw5l0OFoTmHcsb1VrToeyJ4GRR3UE
KDiFrru0dCA1kGzm971TLO0Me1glp/eVbbScbayHWzh3S6DgU5aZL3jDmOXS
f+xuhpmmKaEtPmSP14gACh7hVvZJOu1z1qDdV4IukPVmXSYto0AbQaWDBKLi
Z9cKWFIpo4kU/8SIjUALqipRFT6p+vQVnD5IOOnSXGYbZaROKJF30B/aDVGC
AywB9AHSWy6j5AKDdFykUHGckqioEwzhBTKFpaVN+n34d5y+pwYJfuAO8scE
PkwohwFg/Wg6b/bQZTJ19Ma7TQDju/EC66QeO2uiPGifnTW2VALZk9vY2r7r
NltPBzvjoHw9PF3f9FuP68HZ7vHD7eA88ZqPo+pVEAyPjz8eXD8+xyfdy/Xp
Ram7M7i79EpLe8fX5f325dG0X/nY2Jve3ifBUWf4fOkOHlrNp/bWcP3h6Ojr
zu3t8dHD3unxTvHg9v7h5aJ50Ysfpx8nX5bGu7X20+zW3fS8veOz3Zn3ZX1/
uDdI2r2ni+5Ru3tTP298eTnpBuOjPW/nsTzof7mdncwqdy/X0c3Jqbd00rra
m5avgn7gbm6HX64qz5cb23HVq0c7/eu9qHVzeTo7KI8ylq7UMWSM4HRBGCj0
z2SXSq/nn9UuNep2FtuliuR8AYqLCOPP26XKFUzZBEUE0ApZGtCckhZRMEs+
RnWn20U2B2p5Bci10ZpD8qV3SsgGQfsLqyjOlEzoERAQIEclD6k8iA6wHCAs
ftcoxDHqxBFFx6B+CAy+o2RoFDeAisGcfhGtW7UqpY26trgRh8h0S5S8Uayi
HgiyVljU4kal+w80ShVzrRd/uFEq45X804xSetWWfA348l/HJpUH+Tk2qXLR
MknlW6S+1yQ1h1C5Jqm3kYt/ZWjLw7M37VFvoh//KjkMOZiYY4x6L07mmKKQ
3P64KSqqYU47yOQgwgckOoV11MDgELtk8sFSQHUx4ZQrr5ui/HzRGTYIClGn
iIYckHFBzkf9pYIxGWicC3HoKEJTVNRFJ/T7TFF+VnqdB5AFwIBA8IYdCi46
qqIuBBIZ3F8d3izigRT5rAJUIkF9hBFRa/L+QXaoxTwsZYeilDYA/sCkSQKw
xVUsexB3cZcAt6Byd8oafwEOQBAFDcSlNLVigNdUC43lt4wKdC0i7xnVg3Hh
6OsazWAMrIUQoZQMijEgGTyl1HBE0yIGEcEsoJvWXIwz7MDNmPBZVFm7qCx3
YmQJ8DJoi2Gg8QUGR/NiDScqxRjBWEQLo8aXko96v4c1JFB3AuiKQfE3KrNH
wXDAc4Iaxq5VqNKDb8JnuxT+BHJ8lzSwCqmtKm0I8bWIL4O6AQ8CMQT07QZK
A0c9t0LyO0bXoCaPuj3AuF/Uem5cQcwrV/9lh8rhq/Y0eXzyO+xQQOdTdqhc
FkuokbFD/fkI8oodinDnbTvUPwtSzduh0lhm7WS+2eH3o+C8RSqNlK9bpL4P
U99nkZpnyT9ukfIXWqSqxOb8APldRFYJlh+8Ev5SCXHdcE2Bi1FkdVUTJ+rg
kYC80+mg8w2YP9xwrjnqe8d/wxyVP/FCW1Te43+cIcr//8IQBVJZ4OHD9Q4J
5oSWcE9ARWB2zA3vYFGj7zVEfcfR/7AVyn/VCpVjhrKsCj9ohkJp6e83Q32t
bW2fdFtohrr8snfjPl5/vt08Xv9ae+62r26P/LLv7t5uXBfbwVP3YctvJ0fN
/eP1auVu4+VwO+kv3Tbbnz/uRLObw/P6zUVp57B+d+v6X8+Ck53txt3N3Xiw
XTyIX4KDjT3v5vPBoDEsVa5vfC/cqXxcf0oOlq5ON06GSfHqJP4Yu6XLXnjT
8B7bfe/8aGv9eP3j0J+2Ps+azeOL8+Pjky8nJ63R8ax+MOrAJkb3W4/u0l7N
H74cVMLbaOes9rS9//X2c/1lWh6fjcKK1zr9urPeGV0+ZQOu3jRDbbUO/qnM
UOn1rP3LELYALe66g1cMYV0yhAWEs8V5Q1iEWiqqR5gSwJjtahnJRTM4qV8R
RlMA7SuiyKBlpFoNMwWAwgC1BKUX/R2oJmoZCdW3GMWwagUjJbAWWx0kEC3v
ANsp+6SPlZBuAsuHVXiBlnc6JOOA1AMjh5S7AJSzbAxhIHTBl9U6yhnwN6gn
/0C7V/eVV/44u1cmoeFPs3vpRVjyPCDofx27Vx6g59i93Jpl9/pjQrHm8CfX
7jWPS/xVbgoFodmrdq4fwT7+JndCRsys3evHUXTeCobU/setYD6Vn6x5KPOi
kzVAZxzagGL8BP4GGatbwg9LVbRtvmoFKy4Q1wMKXiI/O7rzY9Qb4xqeM0xQ
Y+9/WWpixuV3WsGKWbl5HlzmQOMt45dXRx8zKL41MtYBXUUlt0RJgC6Kg7Wi
PAM6LQiv/9TGLzop2EvHBGHBacA+OvgZxlZ0QkzVDT2DxBQNyPn8oAHVS1jJ
uGqyYiMqyhl2MXIO9PxyHTVbr6wxBxCmQ3WP4XxdUt1jlPY15sDgoPIjnGHN
UUzP7Iaq6AkiBSyuXsFQCNCxPKr+iTW8XI0U5SJBYhdnCWtoQwUdrGLla8Lh
UpHUMqXvArkKQH/2tZ4O2nOZctcBJgDivBjtmNWq1rwB0YD8xBQIEhXRsAH6
RcnVmjeMXKHA64CCaUoEw0L8KcgjRmsy2k48jHTx63gRRZNqCOurUFTcv4xf
88zVfj+PWf7Rxi9CjYzx689HkNeMX6Qpv2n8+qdBqnnrVxrN3mf9ejcOzlu/
0lj5RjzWd6Hq+6xf86z4x61fxYXWryhAQxTGC7soPHdquO8qFZpHgyEFjaMC
U8MPa6G8BWCBNpEu2vpzjV7fO+wbRq/UfAttXdZTf5yJq/hf38QFElFEQf8Y
lBhRJe4YpTTYG8A/jNMh/2S1+90mrrdP/IctW8XvjK+y7BQ/aNhCDf4PMGw9
bW3ddTfQsFUJj67vOzvbjcbn9WmrXDvbqLq99un1y9fuYNY57gzXQ78cn9+O
G/2z0sPpy2DnIlh6XK97u9Pa1Ls8bYbXg2F0u85GradObXZxdvK4P9h/7A5P
m8nNbmMQXGwU9wHEnu6nl/3J5nXwvNSI3OPh+vPj8/S281jfPfx6Ep30B+Xp
9ujqc2PzsHS+v30z/dIcDx/b95dB9DK52r25eJ5e356uX4fFh7Olj+Prz9e3
08bOVX08Ptjd8V8+r5983X6+eXnYProtP348+R6jlu4Nay5HDD2Tu9HQJ8El
ybSQpUZLNnJ9SCHPh7mxVPU86W/JQ+v2tGhjGt9PApjmg7I3fVCE1PSes21G
1DqOOrRTyyHdp4jMXPejHhdcMq2rWSRRzVlIDutJ31Pqn1MSo4LAJa5MV/yT
DhjUobbft7vByz6s1id0Os4vjrfqjOE/JW4aN4BffU8sY3ou+5iVOY1sa4vq
1ws20AuCFH83QrS42eYnp529/vYZLwpRr9OjrG/z9JmlTwER2Wx7lWaz0drc
8NrVZrXW3iw2a5WyV6sWq6VNwLqXbrv5dNa9eLyr7a73o4vDC++0UT1c/9r2
Gycnl8P+fm1ytn98XL7snySzYf/oY7v1vH12fLd1s7V383HpZvdraVbZ/Lix
0d9oHk3Kh6cn19P1vd2duDQoDY76ey+t9dmX/c54uL97ezA8/1IcVetbz83z
cCc8+nq/vXQdN4rjL5elwfnXzbeR4+1bqvvvvqW6/2fcUt1/45b8Ksg6G412
pdYuu3XX91vtUrnhldrlSr1d90Ckbfn1cnltbW3BAPBNY7O2AXddL+GV1tqt
xvn9+d7z9ub56e3WXr9X3DvcLl0cl/BK77/u7/qPQXFzq7Y+Hox3jsP17fVB
OLo8K1829/efljbrOx8b4a539lSuHJ/e9PZuP7cet+8++p3hF9dPisXG7u7o
pRk9N3dKJ3uN883Th5foq3/XD3f74elLsrR/eVetHjw9xXd9H0h1uepfdXuN
g3fQvjevF61i77xeePRPuF6smvf69Tab7Y1GudysN+CKixuNVqm8Udos1Tdq
dfjHZqmxWaxutjcX323LKzYbTX/T26y1vdpms1oq19yNWtNFptltt07OStHu
xd3O1npx0A129tu7m+PBbo3Q97ber+6BGBK2+oP6RXCyfls5WC+Dits/2xpv
zZYqfvFmEFxHX7c+19zPpebHvZmX3J2Hu6Na9dq7mszG1b77tPsyvu0nvnfx
FFaqg/rDaLPiRlG8vb63VC9veLOk37s+ag9qwcvJ7sngdvI5ruxVHuvHV09f
Dt7D85xGF/up96PwjpqTUS/iYPiQqDY80ucPxHosS+FMVel41USUeqLZrQ+n
1HF5jFS/N009yv1GsdDGbEAKAhz4NBpj/9PNYDKJsOXwRjDsRX1nL7gfOlu9
fn8wmugPt2e9u2gIfGY3iuMJcLz9YLbq3MymwUPgHPZ6HWB2u7NkOkucK+oi
R4zmOJj1nStQIYAXrdm7u4omQ3hmbwTMUjVZi7h/MvZIh41N4m6pVnM7Pe7O
2RiGOOtu7zEZPdIr37792+lmq1IpVqlqwHnqIKhVbDgJnqgX7gC72GEraurj
TTNIS7zhbNDBDt2xNPJFUXM0wcpvqmf4J1C9JtGD05jCOcIXrXtYJsgdzUkU
hXg8jxE80XfOR5MpSBwHwaTrbLw8JLDl+xH1wd0Ken2sYjuOsKnoVjSMnO1R
HA+C4SofkP5XE24DznXSg7dOg/G9sw9LjuCL1qgP4sFxH1a7CucLXP8YpIiI
pu+Fztl98MSf9wBCQC2EX6gfMazmAc46oOaddCH3vX5v7Jyu/d//c9sDxJvA
vMO1pf8HvYis2nhbBAA=

-->

</rfc>

