<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version  -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc ipr="trust200902" docName="draft-koch-openpgp-2015-rfc4880bis-00" category="std" consensus="true" obsoletes="4880, 5581, 6637" updates="" submissionType="IETF" xml:lang="en" version="3">
  <front>
    <title>OpenPGP Message Format</title>
    <seriesInfo name="Internet-Draft" value="draft-koch-openpgp-2015-rfc4880bis-00"/>
    <author initials="W." surname="Koch" fullname="Werner Koch">
      <organization>GnuPG e.V.</organization>
      <address>
        <postal>
          <street>Rochusstr. 44</street>
          <city>Duesseldorf</city>
          <code>40479</code>
          <country>Germany</country>
        </postal>
        <email>wk@gnupg.org</email>
        <uri>https://gnupg.org/verein</uri>
      </address>
    </author>
    <author initials="B." surname="Carlson" fullname="brian m. carlson">
      <organization/>
      <address>
        <email>sandals@crustytoothpaste.net</email>
      </address>
    </author>
    <author initials="R.H." surname="Tse" fullname="Ronald Henry Tse">
      <organization>Ribose</organization>
      <address>
        <postal>
          <street>Suite 1111, 1 Pedder Street</street>
          <city>Central, Hong Kong</city>
          <country>Hong Kong</country>
        </postal>
        <email>ronald.tse@ribose.com</email>
        <uri>https://www.ribose.com</uri>
      </address>
    </author>
    <author initials="D.A." surname="Atkins" fullname="Derek Atkins">
      <organization/>
      <address>
        <email>derek@ihtfp.com</email>
      </address>
    </author>
    <author initials="D.K." surname="Gillmor" fullname="Daniel Kahn Gillmor">
      <organization/>
      <address>
        <email>dkg@fifthhorseman.net</email>
      </address>
    </author>
    <date year="2022" month="September" day="07"/>
    <area>sec</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>{ Work in progress to update the OpenPGP specification from RFC4880 }</t>
      <t>{ This version is on the Git head with rfc4880bis-10 before the great
  refactoring.  That refactoring, dubbed crypto-refresh, basically
  started from scratch with lots of re-formatting and switching to a
  Gitlab based approach with merge requests mainly prepared in advance
  by one of the chairs.  This was done despite that -10 was basically
  ready for last call after a long iterative process adding feature by
  feature with rough consent from the WG.</t>
      <t>Due to the IETF submission system the draft has a new name but
  nevertheless is the direct successor of draft-ietf-openpgp-rfc4880bis-10 }</t>
      <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>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>{ This is work in progress to update OpenPGP.  Editorial notes are
  enclosed in curly braces. }</t>
      <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" format="default"/>
        <xref target="RFC2440" format="default"/> <xref target="RFC4880" format="default"/>.</t>
      <t>This document obsoletes: RFC 4880 (OpenPGP), RFC 5581 (Camellia
cipher) and RFC 6637 (ECC for OpenPGP).</t>
      <section anchor="terms" numbered="true" toc="default">
        <name>Terms</name>
        <ul spacing="normal">
          <li>OpenPGP - This is a term for security software that uses PGP 5
as a basis, formalized in this document.</li>
          <li>PGP - Pretty Good Privacy.  PGP is a family of software systems
developed by Philip R. Zimmermann from which OpenPGP is based.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
        </ul>
        <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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <xref target="RFC2119" format="default"/>.</t>
        <t>The key words "PRIVATE USE", "EXPERT REVIEW", "SPECIFICATION
REQUIRED", "RFC REQUIRED", and "IETF REVIEW" that appear in this
document when used to describe namespace allocation are to be
interpreted as described in <xref target="RFC8126" format="default"/>.</t>
      </section>
    </section>
    <section anchor="general-functions" numbered="true" toc="default">
      <name>General functions</name>
      <t>OpenPGP provides data integrity services for messages and data files
by using these core technologies:</t>
      <ul spacing="normal">
        <li>digital signatures</li>
        <li>encryption</li>
        <li>compression</li>
        <li>Radix-64 conversion</li>
      </ul>
      <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" numbered="true" toc="default">
        <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>
        <ol spacing="normal" type="1">
          <li>The sender creates a message.</li>
          <li>The sending OpenPGP generates a random number to be used as a
session key for this message only.</li>
          <li>The session key is encrypted using each recipient's public key.
These "encrypted session keys" start the message.</li>
          <li>The sending OpenPGP encrypts the message using the session key,
which forms the remainder of the message.  Note that the message is
also usually compressed.</li>
          <li>The receiving OpenPGP decrypts the session key using the recipient's
private key.</li>
          <li>The receiving OpenPGP decrypts the message using the session key.  If
the message was compressed, it will be decompressed.</li>
        </ol>
        <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" numbered="true" toc="default">
        <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>
        <ol spacing="normal" type="1">
          <li>The sender creates a message.</li>
          <li>The sending software generates a hash code of the message.</li>
          <li>The sending software generates a signature from the hash code using
the sender's private key.</li>
          <li>The binary signature is attached to the message.</li>
          <li>The receiving software keeps a copy of the message signature.</li>
          <li>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.</li>
        </ol>
      </section>
      <section anchor="compression" numbered="true" toc="default">
        <name>Compression</name>
        <t>OpenPGP implementations SHOULD compress the message after applying the
signature but before encryption.</t>
        <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>
        <t>Furthermore, compression has the added side effect that some types of
attacks can be thwarted by the fact that slightly altered, compressed
data rarely uncompresses without severe errors.  This is hardly
rigorous, but it is operationally useful.  These attacks can be
rigorously prevented by implementing and using Modification Detection
Codes as described in sections following.</t>
      </section>
      <section anchor="conversion-to-radix-64" numbered="true" toc="default">
        <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 SHOULD provide Radix-64 conversions.</t>
      </section>
      <section anchor="signature-only-applications" numbered="true" toc="default">
        <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" numbered="true" toc="default">
      <name>Data Element Formats</name>
      <t>This section describes the data elements used by OpenPGP.</t>
      <section anchor="scalar-numbers" numbered="true" toc="default">
        <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="multiprecision-integers" numbered="true" toc="default">
        <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 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].</t>
        <t>Unused bits of an MPI MUST 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>
      <section anchor="key-ids" numbered="true" toc="default">
        <name>Key IDs</name>
        <t>A Key ID is an eight-octet scalar that identifies a
key.  Implementations SHOULD NOT assume that Key IDs are unique.  The
section "Enhanced Key Formats" below describes how Key IDs are formed.</t>
      </section>
      <section anchor="text" numbered="true" toc="default">
        <name>Text</name>
        <t>Unless otherwise specified, the character set for text is the UTF-8
<xref target="RFC3629" format="default"/> encoding of Unicode <xref target="ISO10646" format="default"/>.</t>
      </section>
      <section anchor="time-fields" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <name>String-to-Key (S2K) Specifiers</name>
        <t>String-to-key (S2K) specifiers are used to convert passphrase strings
into symmetric-key encryption/decryption keys.  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="string-to-key-s2k-specifier-types" numbered="true" toc="default">
          <name>String-to-Key (S2K) Specifier Types</name>
          <t>There are three types of S2K specifiers currently supported, and some
reserved values:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">ID</th>
                <th align="left">S2K Type</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">0</td>
                <td align="left">Simple S2K</td>
              </tr>
              <tr>
                <td align="right">1</td>
                <td align="left">Salted S2K</td>
              </tr>
              <tr>
                <td align="right">2</td>
                <td align="left">Reserved value</td>
              </tr>
              <tr>
                <td align="right">3</td>
                <td align="left">Iterated and Salted S2K</td>
              </tr>
              <tr>
                <td align="right">100 to 110</td>
                <td align="left">Private/Experimental S2K</td>
              </tr>
            </tbody>
          </table>
          <t>These are described in the following Sections.</t>
          <section anchor="simple-s2k" numbered="true" toc="default">
            <name>Simple S2K</name>
            <t>This directly hashes the string to produce the key data.  See below for
how this hashing is done.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   Octet 0:        0x00
   Octet 1:        hash algorithm
]]></artwork>
            <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="salted-s2k" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   Octet 0:        0x01
   Octet 1:        hash algorithm
   Octets 2-9:     8-octet salt value
]]></artwork>
            <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="iterated-and-salted-s2k" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   Octet  0:        0x03
   Octet  1:        hash algorithm
   Octets 2-9:      8-octet salt value
   Octet  10:       count, a one-octet, coded value
]]></artwork>
            <t>The count is coded into a one-octet number using the following
formula:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   #define EXPBIAS 6
       count = ((Int32)16 + (c & 15)) << ((c >> 4) + EXPBIAS);
]]></artwork>
            <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>
        <section anchor="string-to-key-usage" numbered="true" toc="default">
          <name>String-to-Key Usage</name>
          <t>Implementations SHOULD use salted or iterated-and-salted S2K
specifiers, as simple S2K specifiers are more vulnerable to dictionary
attacks.</t>
          <section anchor="secret-key-encryption" numbered="true" toc="default">
            <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 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 hash algorithm octet
would have been in the old data structure.  This is then followed
immediately by a one-octet algorithm identifier, and then by the S2K
specifier as encoded above.</t>
            <t>Therefore, preceding the secret data there will be one of these
possibilities:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   0:                 secret data is unencrypted (no passphrase)
   255, 254, or 253:  followed by algorithm octet and S2K specifier
   Cipher alg:        use Simple S2K algorithm using MD5 hash
]]></artwork>
            <t>This last possibility, the cipher algorithm number with an implicit
use of MD5 and IDEA, is provided for backward compatibility; it MAY be
understood, but SHOULD NOT be generated, and is deprecated.</t>
            <t>These are followed by an Initial Vector of the same length as the
block size of the cipher for the decryption of the secret values, if
they are encrypted, and then the secret-key values themselves.</t>
          </section>
          <section anchor="symmetric-key-message-encryption" numbered="true" toc="default">
            <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.  This is deprecated,
but MAY be used for backward-compatibility.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="packet-syntax" numbered="true" toc="default">
      <name>Packet Syntax</name>
      <t>This section describes the packets used by OpenPGP.</t>
      <section anchor="overview" numbered="true" toc="default">
        <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>
      </section>
      <section anchor="packet-headers" numbered="true" toc="default">
        <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>Note that the most significant bit is the leftmost bit, called bit
7. A mask for this bit is 0x80 in hexadecimal.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
          +---------------+
     PTag |7 6 5 4 3 2 1 0|
          +---------------+
     Bit 7 -- Always one
     Bit 6 -- New packet format if set
]]></artwork>
        <t>PGP 2.6.x only uses old format packets.  Thus, software that
interoperates with those versions of PGP must only use old format
packets.  If interoperability is not an issue, the new packet format is
RECOMMENDED.  Note that old format packets have four bits of packet
tags, and new format packets have six; some features cannot be used
and still be backward-compatible.</t>
        <t>Also note that packets with a tag greater than or equal to 16 MUST use
new format packets.  The old format packets can only express tags less
than or equal to 15.</t>
        <t>Old format packets contain:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
     Bits 5-2 -- packet tag
     Bits 1-0 -- length-type
]]></artwork>
        <t>New format packets contain:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
     Bits 5-0 -- packet tag
]]></artwork>
        <section anchor="old-format-packet-lengths" numbered="true" toc="default">
          <name>Old Format Packet Lengths</name>
          <t>The meaning of the length-type in old format packets is:</t>
          <dl newline="false" spacing="normal">
            <dt>0</dt>
            <dd>
  The packet has a one-octet length.  The header is 2 octets long.</dd>
            <dt>1</dt>
            <dd>
  The packet has a two-octet length.  The header is 3 octets long.</dd>
            <dt>2</dt>
            <dd>
  The packet has a four-octet length.  The header is 5 octets long.</dd>
            <dt>3</dt>
            <dd>
  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.  In general, an implementation
SHOULD NOT use indeterminate-length packets except where the end
of the data will be clear from the context, and even then it is
better to use a definite length, or a new format header.  The new
format headers described below have a mechanism for precisely
encoding data of indeterminate length.</dd>
          </dl>
        </section>
        <section anchor="new-format-packet-lengths" numbered="true" toc="default">
          <name>New Format Packet Lengths</name>
          <t>New format packets have four possible ways of encoding length:</t>
          <ol spacing="normal" type="1">
            <li>A one-octet Body Length header encodes packet lengths of up to
191 octets.</li>
            <li>A two-octet Body Length header encodes packet lengths of 192
to 8383 octets.</li>
            <li>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.)</li>
            <li>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.</li>
          </ol>
          <section anchor="one-octet-lengths" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   bodyLen = 1st_octet;
]]></artwork>
          </section>
          <section anchor="two-octet-lengths" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   bodyLen = ((1st_octet - 192) << 8) + (2nd_octet) + 192
]]></artwork>
          </section>
          <section anchor="five-octet-lengths" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   bodyLen = (2nd_octet << 24) | (3rd_octet << 16) |
             (4th_octet << 8)  | 5th_octet
]]></artwork>
            <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" numbered="true" toc="default">
            <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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   partialBodyLen = 1 << (1st_octet & 0x1F);
]]></artwork>
            <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
MUST NOT 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 MAY use Partial Body Lengths for data packets, be
they literal, compressed, or encrypted.  The first partial length MUST
be at least 512 octets long.  Partial Body Lengths MUST NOT be used for
any other packet types.</t>
          </section>
        </section>
        <section anchor="packet-length-examples" numbered="true" toc="default">
          <name>Packet Length Examples</name>
          <t>These examples show ways that new 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" numbered="true" toc="default">
        <name>Packet Tags</name>
        <t>The packet tag denotes what type of packet the body holds.  Note that
old format headers can only have tags less than 16, whereas new format
headers can have tags as great as 63.  The defined tags (in decimal)
are as follows:</t>
        <table align="center">
          <thead>
            <tr>
              <th align="right">Tag</th>
              <th align="left">Packet Type</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0</td>
              <td align="left">Reserved - a packet tag MUST NOT have this value</td>
            </tr>
            <tr>
              <td align="right">1</td>
              <td align="left">Public-Key Encrypted Session Key Packet</td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">Signature Packet</td>
            </tr>
            <tr>
              <td align="right">3</td>
              <td align="left">Symmetric-Key Encrypted Session Key Packet</td>
            </tr>
            <tr>
              <td align="right">4</td>
              <td align="left">One-Pass Signature Packet</td>
            </tr>
            <tr>
              <td align="right">5</td>
              <td align="left">Secret-Key Packet</td>
            </tr>
            <tr>
              <td align="right">6</td>
              <td align="left">Public-Key Packet</td>
            </tr>
            <tr>
              <td align="right">7</td>
              <td align="left">Secret-Subkey Packet</td>
            </tr>
            <tr>
              <td align="right">8</td>
              <td align="left">Compressed Data Packet</td>
            </tr>
            <tr>
              <td align="right">9</td>
              <td align="left">Symmetrically Encrypted Data Packet</td>
            </tr>
            <tr>
              <td align="right">10</td>
              <td align="left">Marker Packet</td>
            </tr>
            <tr>
              <td align="right">11</td>
              <td align="left">Literal Data Packet</td>
            </tr>
            <tr>
              <td align="right">12</td>
              <td align="left">Trust Packet</td>
            </tr>
            <tr>
              <td align="right">13</td>
              <td align="left">User ID Packet</td>
            </tr>
            <tr>
              <td align="right">14</td>
              <td align="left">Public-Subkey Packet</td>
            </tr>
            <tr>
              <td align="right">17</td>
              <td align="left">User Attribute Packet</td>
            </tr>
            <tr>
              <td align="right">18</td>
              <td align="left">Sym. Encrypted and Integrity Protected Data Packet</td>
            </tr>
            <tr>
              <td align="right">19</td>
              <td align="left">Modification Detection Code Packet</td>
            </tr>
            <tr>
              <td align="right">20</td>
              <td align="left">AEAD Encrypted Data Packet</td>
            </tr>
            <tr>
              <td align="right">60 to 63</td>
              <td align="left">Private or Experimental Values</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="packet-types" numbered="true" toc="default">
      <name>Packet Types</name>
      <section anchor="public-key-encrypted-session-key-packets-tag-1" numbered="true" toc="default">
        <name>Public-Key Encrypted Session Key Packets (Tag 1)</name>
        <t>A Public-Key Encrypted Session Key packet holds the session key used
to encrypt a message.  Zero or more Public-Key Encrypted Session Key
packets and/or Symmetric-Key Encrypted Session Key packets may precede
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 Symmetrically Encrypted Data Packet 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 consists of:</t>
        <ul spacing="normal">
          <li>A one-octet number giving the version number of the packet
type.  The currently defined value for packet version is 3.</li>
          <li>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.</li>
          <li>A one-octet number giving the public-key algorithm used.</li>
          <li>
            <t>A string of octets that is the encrypted session key.  This string
takes up the remainder of the packet, and its contents are dependent
on the public-key algorithm used.  </t>
            <t>
Algorithm Specific Fields for RSA encryption:  </t>
            <ul spacing="normal">
              <li>Multiprecision integer (MPI) of RSA encrypted value m**e mod n.</li>
            </ul>
            <t>
Algorithm Specific Fields for Elgamal encryption:  </t>
            <ul spacing="normal">
              <li>MPI of Elgamal (Diffie-Hellman) value g**k mod p.</li>
              <li>MPI of Elgamal (Diffie-Hellman) value m * y**k mod p.</li>
            </ul>
            <t>
Algorithm-Specific Fields for ECDH encryption:  </t>
            <ul spacing="normal">
              <li>MPI of an EC point representing an ephemeral public key.</li>
              <li>a one-octet size, followed by a symmetric key encoded using the
method described in <xref target="ec-dh-algorithm-ecdh" format="default"/>.</li>
            </ul>
          </li>
        </ul>
        <t>The value "m" in the above formulas is derived from the session key as
follows.  First, the session key is prefixed with a one-octet algorithm
identifier that specifies the symmetric encryption algorithm used to
encrypt the following Symmetrically Encrypted Data Packet.  Then a
two-octet checksum is appended, which is equal to the sum of the
preceding session key octets, not including the algorithm identifier,
modulo 65536.  This value is then encoded as described in PKCS#1 block
encoding EME-PKCS1-v1_5 in Section 7.2.1 of <xref target="RFC3447" format="default"/> to form the "m"
value used in the formulas above.  See <xref target="pkcs1-encoding-in-openpgp" format="default"/>
of this document for notes on OpenPGP's use of PKCS#1.</t>
        <t>Note that when an implementation forms several PKESKs with one session
key, forming a message that can be decrypted by several keys, the
implementation MUST make a new PKCS#1 encoding for each key.</t>
        <t>An implementation MAY accept or use a Key ID of zero as a "wild card"
or "speculative" Key ID.  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 anchor="signature-packet-tag-2" numbered="true" toc="default">
        <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 5 provide an expandable
format with subpackets that can specify more information about the
signature.  PGP 2.6.x only accepts version 3 signatures.</t>
        <t>Implementations MUST generate version 5 signatures when using a
version 5 key.  Implementations SHOULD generate V4 signatures with
version 4 keys.  Implementations MUST NOT create version 3 signatures;
they MAY accept version 3 signatures.</t>
        <section anchor="signature-types" numbered="true" toc="default">
          <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" format="default"/>, "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="false" spacing="normal">
            <dt>0x00</dt>
            <dd>
  Signature of a binary document.  This means the signer owns it,
created it, or certifies that it has not been modified.</dd>
            <dt>0x01</dt>
            <dd>
  Signature of a canonical text document.  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;.</dd>
            <dt>0x02</dt>
            <dd>
  Standalone signature.  This signature is a signature of only
its own subpacket contents.  It is calculated identically to
a signature over a zero-length binary document.  Note that it
doesn't make sense to have a V3 standalone signature.</dd>
            <dt>0x10</dt>
            <dd>
  Generic certification of a User ID and Public-Key
packet.  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.</dd>
            <dt>0x11</dt>
            <dd>
  Persona certification of a User ID and Public-Key
packet.  The issuer of this certification has not done any
verification of the claim that the owner of this key is the
User ID specified.</dd>
            <dt>0x12</dt>
            <dd>
  Casual certification of a User ID and Public-Key packet.  The
issuer of this certification has done some casual
verification of the claim of identity.</dd>
            <dt>0x13</dt>
            <dd>
  Positive certification of a User ID and Public-Key packet.  The
issuer of this certification has done substantial verification
of the claim of identity.

Most OpenPGP implementations make their "key signatures" as 0x10
certifications.  Some implementations can issue 0x11-0x13
certifications, but few differentiate between the types.</dd>
            <dt>0x16</dt>
            <dd>
  Attested Key Signature.  This signature is issued by the primary
key over itself and its User ID (or User Attribute).  It MUST
contain an "Attested Certifications" subpacket and a "Signature
Creation Time" subpacket.  This type of key signature does not
replace or override any standard certification (0x10-0x13).

Only the most recent Attestation Key Signature is valid for any
given &lt;key,userid&gt; pair.  If more than one Certification
Attestation Key Signature is present with the same Signature
Creation Time, the set of attestations should be treated as the
union of all "Attested Certifications" subpackets from all such
signatures with the same timestamp.</dd>
            <dt>0x18</dt>
            <dd>
  Subkey Binding Signature. 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 MUST 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.</dd>
            <dt>0x19</dt>
            <dd>
  Primary Key Binding Signature. 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.</dd>
            <dt>0x1F</dt>
            <dd>
  Signature directly on a key. 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 Revocation Key subpacket.  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.</dd>
            <dt>0x20</dt>
            <dd>
  Key revocation signature. 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 an authorized revocation key, should be
considered valid revocation signatures.</dd>
            <dt>0x28</dt>
            <dd>
  Subkey revocation signature. 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 an
authorized revocation key, should be considered valid
revocation signatures.</dd>
            <dt>0x30</dt>
            <dd>
  Certification revocation signature. 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 an authorized 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.</dd>
            <dt>0x40</dt>
            <dd>
  Timestamp signature.  This signature is only meaningful for
the timestamp contained in it.</dd>
            <dt>0x50</dt>
            <dd>
  Third-Party Confirmation signature.  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 SHOULD include Signature Target subpacket(s) to
give easy identification.  Note that we really do mean
SHOULD.  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.</dd>
          </dl>
        </section>
        <section anchor="version-3-signature-packet-format" numbered="true" toc="default">
          <name>Version 3 Signature Packet Format</name>
          <t>The body of a version 3 Signature Packet contains:</t>
          <ul spacing="normal">
            <li>One-octet version number (3).</li>
            <li>One-octet length of following hashed material.  MUST be 5.</li>
            <li>One-octet signature type.</li>
            <li>Four-octet creation time.</li>
            <li>Eight-octet Key ID of signer.</li>
            <li>One-octet public-key algorithm.</li>
            <li>One-octet hash algorithm.</li>
            <li>Two-octet field holding left 16 bits of signed hash value.</li>
            <li>
              <t>One or more multiprecision integers comprising the signature.
This portion is algorithm specific, as described below.  </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>
              <ul spacing="normal">
                <li>Multiprecision integer (MPI) of RSA signature value m**d mod n.</li>
              </ul>
              <t>
Algorithm-Specific Fields for DSA and ECDSA signatures:  </t>
              <ul spacing="normal">
                <li>MPI of DSA or ECDSA value r.</li>
                <li>MPI of DSA or ECDSA value s.</li>
              </ul>
            </li>
          </ul>
          <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 RFC 3447.  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>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 - MD5:        0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05

 - RIPEMD-160: 0x2B, 0x24, 0x03, 0x02, 0x01

 - SHA-1:      0x2B, 0x0E, 0x03, 0x02, 0x1A

 - SHA2-224:   0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04

 - SHA2-256:   0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01

 - SHA2-384:   0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02

 - SHA2-512:   0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03
]]></artwork>
          <t>The ASN.1 Object Identifiers (OIDs) are as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 - MD5:        1.2.840.113549.2.5

 - RIPEMD-160: 1.3.36.3.2.1

 - SHA-1:      1.3.14.3.2.26

 - SHA2-224:   2.16.840.1.101.3.4.2.4

 - SHA2-256:   2.16.840.1.101.3.4.2.1

 - SHA2-384:   2.16.840.1.101.3.4.2.2

 - SHA2-512:   2.16.840.1.101.3.4.2.3
]]></artwork>
          <t>The full hash prefixes for these are as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 - MD5:        0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86,
               0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00,
               0x04, 0x10

 - RIPEMD-160: 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x24,
               0x03, 0x02, 0x01, 0x05, 0x00, 0x04, 0x14

 - SHA-1:      0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0E,
               0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14

 - SHA2-224:   0x30, 0x2D, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86,
               0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04, 0x05,
               0x00, 0x04, 0x1C

 - SHA2-256:   0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86,
               0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05,
               0x00, 0x04, 0x20

 - SHA2-384:   0x30, 0x41, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86,
               0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05,
               0x00, 0x04, 0x30

 - SHA2-512:   0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86,
               0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05,
               0x00, 0x04, 0x40
]]></artwork>
          <t>DSA signatures MUST 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-4-and-5-signature-packet-formats" numbered="true" toc="default">
          <name>Version 4 and 5 Signature Packet Formats</name>
          <t>The body of a V4 or V5 Signature packet contains:</t>
          <ul spacing="normal">
            <li>One-octet version number.  This is 4 for V4 signatures and
5 for V5 signatures.</li>
            <li>One-octet signature type.</li>
            <li>One-octet public-key algorithm.</li>
            <li>One-octet hash algorithm.</li>
            <li>Two-octet scalar octet count for following hashed subpacket
data.  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.</li>
            <li>Hashed subpacket data set (zero or more subpackets).</li>
            <li>Two-octet scalar octet count for the following unhashed
subpacket data.  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.</li>
            <li>Unhashed subpacket data set (zero or more subpackets).</li>
            <li>Two-octet field holding the left 16 bits of the signed hash
value.</li>
            <li>
              <t>One or more multiprecision integers comprising the signature.
This portion is algorithm specific:  </t>
              <t>
Algorithm-Specific Fields for RSA signatures:  </t>
              <ul spacing="normal">
                <li>Multiprecision integer (MPI) of RSA signature value m**d mod n.</li>
              </ul>
              <t>
Algorithm-Specific Fields for DSA or ECDSA signatures:  </t>
              <ul spacing="normal">
                <li>MPI of DSA or ECDSA value r.</li>
                <li>MPI of DSA or ECDSA value s.</li>
              </ul>
              <t>
Algorithm-Specific Fields for EdDSA signatures:  </t>
              <ul spacing="normal">
                <li>MPI of an EC point r.</li>
                <li>EdDSA value s, in MPI, in the little endian representation.</li>
              </ul>
            </li>
          </ul>
          <t>The format of R and S for use with EdDSA is described in <xref target="RFC8032" format="default"/>.
A version 3 signature MUST NOT be created and MUST NOT be used with
EdDSA.</t>
          <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.</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 difference between a V4 and V5 signature is that the latter
includes additional meta data.</t>
          <t>The algorithms for converting the hash function result to a signature
are described in a section below.</t>
          <section anchor="signature-subpacket-specification" numbered="true" toc="default">
            <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
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>
            <ul spacing="normal">
              <li>the subpacket length (1, 2, or 5 octets),</li>
              <li>the subpacket type (1 octet),</li>
            </ul>
            <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 "new" format packet header lengths, but cannot have
Partial Body Lengths.  That is:</t>
            <artwork name="" type="" align="left" alt=""><![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>
            <t>The value of the subpacket type octet may be:</t>
            <table align="center">
              <thead>
                <tr>
                  <th align="right">Type</th>
                  <th align="left">Description</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="right">0</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">1</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">2</td>
                  <td align="left">Signature Creation Time</td>
                </tr>
                <tr>
                  <td align="right">3</td>
                  <td align="left">Signature Expiration Time</td>
                </tr>
                <tr>
                  <td align="right">4</td>
                  <td align="left">Exportable Certification</td>
                </tr>
                <tr>
                  <td align="right">5</td>
                  <td align="left">Trust Signature</td>
                </tr>
                <tr>
                  <td align="right">6</td>
                  <td align="left">Regular Expression</td>
                </tr>
                <tr>
                  <td align="right">7</td>
                  <td align="left">Revocable</td>
                </tr>
                <tr>
                  <td align="right">8</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">9</td>
                  <td align="left">Key Expiration Time</td>
                </tr>
                <tr>
                  <td align="right">10</td>
                  <td align="left">Placeholder for backward compatibility</td>
                </tr>
                <tr>
                  <td align="right">11</td>
                  <td align="left">Preferred Symmetric Algorithms</td>
                </tr>
                <tr>
                  <td align="right">12</td>
                  <td align="left">Revocation Key</td>
                </tr>
                <tr>
                  <td align="right">13 to 15</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">16</td>
                  <td align="left">Issuer</td>
                </tr>
                <tr>
                  <td align="right">17 to 19</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">20</td>
                  <td align="left">Notation Data</td>
                </tr>
                <tr>
                  <td align="right">21</td>
                  <td align="left">Preferred Hash Algorithms</td>
                </tr>
                <tr>
                  <td align="right">22</td>
                  <td align="left">Preferred Compression Algorithms</td>
                </tr>
                <tr>
                  <td align="right">23</td>
                  <td align="left">Key Server Preferences</td>
                </tr>
                <tr>
                  <td align="right">24</td>
                  <td align="left">Preferred Key Server</td>
                </tr>
                <tr>
                  <td align="right">25</td>
                  <td align="left">Primary User ID</td>
                </tr>
                <tr>
                  <td align="right">26</td>
                  <td align="left">Policy URI</td>
                </tr>
                <tr>
                  <td align="right">27</td>
                  <td align="left">Key Flags</td>
                </tr>
                <tr>
                  <td align="right">28</td>
                  <td align="left">Signer's User ID</td>
                </tr>
                <tr>
                  <td align="right">29</td>
                  <td align="left">Reason for Revocation</td>
                </tr>
                <tr>
                  <td align="right">30</td>
                  <td align="left">Features</td>
                </tr>
                <tr>
                  <td align="right">31</td>
                  <td align="left">Signature Target</td>
                </tr>
                <tr>
                  <td align="right">32</td>
                  <td align="left">Embedded Signature</td>
                </tr>
                <tr>
                  <td align="right">33</td>
                  <td align="left">Issuer Fingerprint</td>
                </tr>
                <tr>
                  <td align="right">34</td>
                  <td align="left">Preferred AEAD Algorithms</td>
                </tr>
                <tr>
                  <td align="right">35</td>
                  <td align="left">Intended Recipient Fingerprint</td>
                </tr>
                <tr>
                  <td align="right">37</td>
                  <td align="left">Attested Certifications</td>
                </tr>
                <tr>
                  <td align="right">38</td>
                  <td align="left">Key Block</td>
                </tr>
                <tr>
                  <td align="right">39</td>
                  <td align="left">Reserved</td>
                </tr>
                <tr>
                  <td align="right">40</td>
                  <td align="left">Literal Data Meta Hash</td>
                </tr>
                <tr>
                  <td align="right">100 to 110</td>
                  <td align="left">Private or  experimental</td>
                </tr>
              </tbody>
            </table>
            <t>An implementation SHOULD 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
SHOULD 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 than be ignored.</t>
            <t>Implementations SHOULD implement the four preferred algorithm
subpackets (11, 21, 22, and 34), 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" numbered="true" toc="default">
            <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-self-signatures" numbered="true" toc="default">
            <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).  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 symmetric
algorithm AES-256, and Bob prefers Camellia-256 or AES-128.  If the software
locates this key via Alice's name, then the preferred algorithm is
AES-256; if software locates the key via Bob's name, then the preferred
algorithm is Camellia-256.  If the key is located by Key ID, the algorithm of
the primary User ID of the key provides the preferred symmetric
algorithm.</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 the "Reason for Revocation" subpacket (<xref target="reason-for-revocation" format="default"/>)
for more relevant detail.</t>
            <t>Since a self-signature contains important information about the key's
use, an implementation SHOULD 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 may resolve the ambiguity in any way it sees fit, but it is
RECOMMENDED that priority be given to the most recent self-signature.</t>
          </section>
          <section anchor="signature-creation-time" numbered="true" toc="default">
            <name>Signature Creation Time</name>
            <t>(4-octet time field)</t>
            <t>The time the signature was made.</t>
            <t>MUST be present in the hashed area.</t>
          </section>
          <section anchor="issuer" numbered="true" toc="default">
            <name>Issuer</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 MUST NOT be included in
the signature.</t>
          </section>
          <section anchor="key-expiration-time" numbered="true" toc="default">
            <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.  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-symmetric-algorithms" numbered="true" toc="default">
            <name>Preferred Symmetric Algorithms</name>
            <t>(array of one-octet values)</t>
            <t>Symmetric algorithm numbers that indicate which algorithms the key
holder prefers to use.  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="constants" format="default"/>.  This is only found on a self-signature.</t>
          </section>
          <section anchor="preferred-aead-algorithms" numbered="true" toc="default">
            <name>Preferred AEAD Algorithms</name>
            <t>(array of one-octet values)</t>
            <t>AEAD algorithm numbers that indicate which AEAD algorithms the key
holder prefers to use.  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="aead-algorithms" format="default"/>.  This is only
found on a self-signature.  Note that support for the AEAD Encrypted
Data packet in the general is indicated by a Feature Flag.</t>
          </section>
          <section anchor="preferred-hash-algorithms" numbered="true" toc="default">
            <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 symmetric
algorithms, the list is ordered.  Algorithm numbers are in
<xref target="hash-algorithms" format="default"/>.  This is only found on a self-signature.</t>
          </section>
          <section anchor="preferred-compression-algorithms" numbered="true" toc="default">
            <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 symmetric algorithms, the
list is ordered.  Algorithm numbers are in
<xref target="compression-algorithms" format="default"/>.  If this subpacket is not included, ZIP
is preferred.  A zero 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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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, i.e., that
it 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 SHOULD emit values of 60 for
partial trust and 120 for complete trust.</t>
          </section>
          <section anchor="regular-expression" numbered="true" toc="default">
            <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" format="default"/> package. A
description of the syntax is found in <xref target="regular-expressions" format="default"/> below.</t>
          </section>
          <section anchor="revocation-key" numbered="true" toc="default">
            <name>Revocation Key</name>
            <t>(1 octet of class, 1 octet of public-key algorithm ID, 20 or 32 octets
of fingerprint)</t>
            <t>V4 keys use the full 20 octet fingerprint; V5 keys use the
full 32 octet fingerprint</t>
            <t>Authorizes 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 SHOULD
NOT 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" numbered="true" toc="default">
            <name>Notation Data</name>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   (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)
]]></artwork>
            <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 MUST be zero.  Defined flags are as follows:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
   First octet: 0x80 = human-readable.  This note value is text.
   Other octets: none.
]]></artwork>
            <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 MUST NOT
contain the "@" character (0x40).  This is a tag for the user
namespace.</t>
            <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 MUST NOT 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 MAY 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>
            <t>The following subsections define a set of standard notations.</t>
            <section anchor="the-charset-notation" numbered="true" toc="default">
              <name>The 'charset' Notation</name>
              <t>The "charset" notation is a description of the character set used to
encode the signed plaintext.  The default value is "UTF-8".  If used,
the value MUST be encoded as human readable and MUST be present in the
hashed subpacket section of the signature.  This notation is useful
for cleartext signatures in cases where it is not possible to encode
the text in UTF-8.  By having the used character set a part of the
signed data, attacks exploiting different representation of code
points will be mitigated.</t>
            </section>
            <section anchor="the-manu-notation" numbered="true" toc="default">
              <name>The 'manu' Notation</name>
              <t>The "manu" notation is a string that declares the device
manufacturer's name.  The certifier key is asserting this string
(which may or may not be related to the User ID of the certifier's
key).</t>
            </section>
            <section anchor="the-make-notation" numbered="true" toc="default">
              <name>The 'make' Notation</name>
              <t>This notation defines the product make.  It is a free form string.</t>
            </section>
            <section anchor="the-model-notation" numbered="true" toc="default">
              <name>The 'model' Notation</name>
              <t>This notation defines the product model name/number.  It is a free form string.</t>
            </section>
            <section anchor="the-prodid-notation" numbered="true" toc="default">
              <name>The 'prodid' Notation</name>
              <t>This notation contains the product identifier.  It is a free form string.</t>
            </section>
            <section anchor="the-pvers-notation" numbered="true" toc="default">
              <name>The 'pvers' Notation</name>
              <t>This notation defines the product version number (which could be a
release number, year, or some other identifier to differentiate
different versions of the same make/model).  It is a free form string.</t>
            </section>
            <section anchor="the-lot-notation" numbered="true" toc="default">
              <name>The 'lot' Notation</name>
              <t>This notation defines the product lot number (which is an indicator of
the batch of product).  It is a free form string.</t>
            </section>
            <section anchor="the-qty-notation" numbered="true" toc="default">
              <name>The 'qty' Notation</name>
              <t>This notation defines the quantity of items in this package.  It is a
decimal integer representation with no punctuation, e.g. "10", "1000",
"10000", etc.</t>
            </section>
            <section anchor="the-loc-and-dest-notations" numbered="true" toc="default">
              <name>The 'loc' and 'dest' Notations</name>
              <t>The "loc" and 'dest' notations declare a GeoLocation as defined by RFC
5870 <xref target="RFC5870" format="default"/> but without the leading "geo:" header.  For example,
if you had a GeoLocation URI of "geo:13.4125,103.8667" you would
encode that in these notations as "13.4125,103.8667".</t>
              <t>The 'loc' notation is meant to encode the geo location where the
signature was made.  The 'dest' notation is meant to encode the geo
location where the device is "destined" (i.e., a "destination" for the
device).</t>
            </section>
            <section anchor="the-hash-notation" numbered="true" toc="default">
              <name>The 'hash' Notation</name>
              <t>A 'hash' notation is a means to include external data in the contents
of a signature without including the data itself.  This is done by
hashing the external data separately and then including the data's
name and hash in the signature via this notation.  This is useful, for
example, to have an external "manifest," "image," or other data that
might not be vital to the signature itself but still needs to be
protected and authenticated without requiring a second signature.</t>
              <t>The 'hash' notation has the following structure:
* A single byte specifying the length of the name of the hashed data
* A UTF-8 string of the name of the hashed data
* A single byte specifying the hash algorithm (see section 9.4)
* The binary hash output of the hashed data using the specified
  algorithm.  (The length of this data is implicit based on the
  algorithm specified).</t>
              <t>Due to its nature a 'hash' notation is not human readable and MUST NOT
be marked as such when used.</t>
            </section>
          </section>
          <section anchor="key-server-preferences" numbered="true" toc="default">
            <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 MUST be zero.</t>
            <t>First octet: 0x80 = No-modify</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
The key holder requests that this key only be modified or updated
by the key holder or an administrator of the key server.

If No-modify is set on the most recent self-sig over a User ID,
then a keyserver should only redistribute those third-party
certifications over that User ID that have been attested to in the
most recent Attestation Key Signature packet (see "Attested
Certifications" below).
]]></artwork>
            <t>This is found only on a self-signature.</t>
          </section>
          <section anchor="preferred-key-server" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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 RECOMMENDED 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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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 MUST NOT
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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
0x01 - This key may be used to certify other keys.

0x02 - This key may be used to sign data.

0x04 - This key may be used to encrypt communications.

0x08 - This key may be used to encrypt storage.

0x10 - The private component of this key may have been split by a
       secret-sharing mechanism.

0x20 - This key may be used for authentication.

0x80 - The private component of this key may be in the possession
       of more than one person.
]]></artwork>
            <t>Second octet:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
0x04 - This key may be used to encrypt communications or storage.

0x08 - This key may be used for timestamping.
]]></artwork>
            <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" (1st,0x10) and "group key" (1st,0x80) flags are
placed on a self-signature only; they are meaningless on a
certification signature.  They SHOULD 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>
            <t>The "restricted encryption key" (2nd,0x04) does not take part in any
automatic selection of encryption keys.  It is only found on a subkey
signature (type 0x18), one that refers to the key the flag applies to.</t>
          </section>
          <section anchor="signers-user-id" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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>
            <table align="center">
              <thead>
                <tr>
                  <th align="right">Code</th>
                  <th align="left">Reason</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="right">0</td>
                  <td align="left">No reason specified (key revocations or cert revocations)</td>
                </tr>
                <tr>
                  <td align="right">1</td>
                  <td align="left">Key is superseded (key revocations)</td>
                </tr>
                <tr>
                  <td align="right">2</td>
                  <td align="left">Key material has been compromised (key revocations)</td>
                </tr>
                <tr>
                  <td align="right">3</td>
                  <td align="left">Key is retired and no longer used (key revocations)</td>
                </tr>
                <tr>
                  <td align="right">32</td>
                  <td align="left">User ID information is no longer valid (cert revocations)</td>
                </tr>
                <tr>
                  <td align="right">100-110</td>
                  <td align="left">Private Use</td>
                </tr>
              </tbody>
            </table>
            <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, that is, of zero length.  The length
of the subpacket is the length of the reason string plus one.  An
implementation SHOULD 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 SHOULD
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" numbered="true" toc="default">
            <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 SHOULD NOT 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>
            <artwork name="" type="" align="left" alt=""><![CDATA[
0x01 - Modification Detection (packets 18 and 19)

0x02 - AEAD Encrypted Data Packet (packet 20) and version 5
       Symmetric-Key Encrypted Session Key Packets (packet 3)

0x04 - Version 5 Public-Key Packet format and corresponding new
       fingerprint format
]]></artwork>
            <t>If an implementation implements any of the defined features, it SHOULD
implement the Features subpacket, too.</t>
            <t>An implementation may freely infer features from other suitable
implementation-dependent mechanisms.</t>
          </section>
          <section anchor="signature-target" numbered="true" toc="default">
            <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 MUST be the size of the hash of the
signature.  For example, a target signature with a SHA-1 hash MUST
have 20 octets of hash data.</t>
          </section>
          <section anchor="embedded-signature" numbered="true" toc="default">
            <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-tag-2" format="default"/> above.  It is useful when one signature
needs to refer to, or be incorporated in, another signature.</t>
          </section>
          <section anchor="issuer-fingerprint" numbered="true" toc="default">
            <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 SHOULD be included in all signatures.  If the version of the
issuing key is 4 and an Issuer subpacket is also included in the
signature, the key ID of the Issuer subpacket MUST 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 5 key N is 32.</t>
          </section>
          <section anchor="intended-recipient-fingerprint" numbered="true" toc="default">
            <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
SHOULD 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.</t>
            <t>Note that the length N of the fingerprint for a version 4 key is 20
octets; for a version 5 key N is 32.</t>
          </section>
          <section anchor="attested-certifications" numbered="true" toc="default">
            <name>Attested Certifications</name>
            <t>(N octets of certification digests)</t>
            <t>This subpacket MUST only appear as a hashed subpacket of an
Attestation Key Signature.  It has no meaning in any other signature
type.  It is used by the primary key to attest to a set of third-party
certifications over the associated User ID or User Attribute.  This
enables the holder of an OpenPGP primary key to mark specific
third-party certifications as re-distributable with the rest of the
Transferable Public Key (see the "No-modify" flag in "Key Server
Preferences", above).  Implementations MUST include exactly one
Attested Certification subpacket in any generated Attestation Key
Signature.</t>
            <t>The contents of the subpacket consists of a series of digests using
the same hash algorithm used by the signature itself.  Each digest is
made over one third-party signature (any Certification, i.e.,
signature type 0x10-0x13) that covers the same Primary Key and User ID
(or User Attribute).  For example, an Attestation Key Signature made
by key X over User ID U using hash algorithm SHA256 might contain an
Attested Certifications subpacket of 192 octets (6*32 octets) covering
six third-party certification Signatures over &lt;X,U&gt;.  They SHOULD be
ordered by binary hash value from low to high (e.g., a hash with
hexadecimal value 037a... precedes a hash with value 0392..., etc).
The length of this subpacket MUST be an integer multiple of the length
of the hash algorithm used for the enclosing Attestation Key
Signature.</t>
            <t>The listed digests MUST be calculated over the third-party
certification's Signature packet as described in the "Computing
Signatures" section, but without a trailer: 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 an
old-style 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>If an implementation encounters more than one such subpacket in an
Attestation Key Signature, it MUST treat it as a single Attested
Certifications subpacket containing the union of all hashes.</t>
            <t>The Attested Certifications subpacket in the most recent Attestation
Key Signature over a given User ID supersedes all Attested
Certifications subpackets from any previous Attestation Key Signature.
However, note that if more than one Attestation Key Signatures has the
same (most recent) Signature Creation Time subpacket, implementations
MUST consider the union of the attestations of all Attestation Key
Signatures (this allows the keyholder to attest to more third-party
certifications than could fit in a single Attestation Key Signature).</t>
            <t>If a keyholder Alice has already attested to third-party
certifications from Bob and Carol and she wants to add an attestation
to a certification from David, she should issue a new Attestation Key
Signature (with a more recent Signature Creation timestamp) that
contains an Attested Certifications subpacket covering all three
third-party certifications.</t>
            <t>If she later decides that she does not want Carol's certification to
be redistributed with her certificate, she can issue a new Attestation
Key Signature (again, with a more recent Signature Creation timestamp)
that contains an Attested Certifications subpacket covering only the
certifications from Bob and David.</t>
            <t>Note that Certification Revocation Signatures are not relevant for
Attestation Key Signatures.  To rescind all attestations, the primary
key holder needs only to publish a more recent Attestation Key
Signature with an empty Attested Certifications subpacket.</t>
          </section>
          <section anchor="key-block" numbered="true" toc="default">
            <name>Key Block</name>
            <t>(1 octet with value 0, N octets of key data)</t>
            <t>This subpacket MAY be used to convey key data along with a signature
of class 0x00, 0x01, or 0x02.  It MUST contain the key used to create
the signature; either as the primary key or as a subkey.  The key
SHOULD contain a primary or subkey capable of encryption and the
entire key must be a valid OpenPGP key including at least one User ID
packet and the corresponding self-signatures.</t>
            <t>Implementations MUST ignore this subpacket if the first octet does not
have a value of zero or if the key data does not represent a valid
transferable public key.</t>
          </section>
          <section anchor="literal-data-meta-hash" numbered="true" toc="default">
            <name>Literal Data Meta Hash</name>
            <t>(1 octet with value 0, 32 octets hash value)</t>
            <t>This subpacket MAY be used to protect the meta data from the Literal
Data Packet with V4 signatures. The hash is computed using SHA2-256
from this data:</t>
            <ul spacing="normal">
              <li>the one-octet content format,</li>
              <li>the file name as a string (one octet length, followed by the file name),</li>
              <li>a four-octet number that indicates a date.</li>
            </ul>
            <t>These three data items need to mirror the corresponding values of the
Literal Data packet.  Implementations encountering this subpacket must
re-create the hash from the received Literal Data packet and compare
them.  If the hash values do not match or if this packet is used in a
V5 signature the signature MUST be deemed as invalid.</t>
          </section>
        </section>
        <section anchor="computing-signatures" numbered="true" toc="default">
          <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>For binary document signatures (type 0x00), the document data is
hashed directly.  For text document signatures (type 0x01), the
document is canonicalized by converting line endings to &lt;CR&gt;&lt;LF&gt;, and
the resulting data 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 body
of the key packet; when a V5 signature is made over a key, the hash
data starts with the octet 0x9a, followed by a four-octet length of
the key, and then body of the key packet.  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
0x9a 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 V5 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>An Attestation Key Signature (0x16) hashes the same data body that a
standard certification signature does: primary key, followed by User
ID or User Attribute.</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 an old-style
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>
          <ul spacing="normal">
            <li>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 time.</li>
            <li>
              <t>A V4 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:  </t>
              <ul spacing="normal">
                <li>the signature version (0x04),</li>
                <li>the signature type,</li>
                <li>the public-key algorithm,</li>
                <li>the hash algorithm,</li>
                <li>the hashed subpacket length,</li>
                <li>the hashed subpacket body,</li>
                <li>the two octets 0x04 and 0xFF,</li>
                <li>
                  <t>a four-octet big-endian number that is the length
of the hashed data from the Signature packet
stopping right before the 0x04, 0xff octets.      </t>
                  <t>
The four-octet big-endian number is considered to be an unsigned
integer modulo 2^32.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>A V5 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:  </t>
              <ul spacing="normal">
                <li>the signature version (0x05),</li>
                <li>the signature type,</li>
                <li>the public-key algorithm,</li>
                <li>the hash algorithm,</li>
                <li>the hashed subpacket length,</li>
                <li>the hashed subpacket body,</li>
                <li>
                  <t>Only for document signatures (type 0x00 or 0x01) the following
three data items are hashed here:
                  </t>
                  <ul spacing="normal">
                    <li>the one-octet content format,</li>
                    <li>the file name as a string (one octet length, followed by
the file name),</li>
                    <li>a four-octet number that indicates a date,</li>
                  </ul>
                </li>
                <li>the two octets 0x05 and 0xFF,</li>
                <li>
                  <t>a eight-octet big-endian number that is the length
of the hashed data from the Signature packet
stopping right before the 0x05, 0xff octets.      </t>
                  <t>
The three data items hashed for document signatures need to
mirror the values of the Literal Data packet.  For detached
and cleartext signatures 6 zero bytes are hashed instead.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>After all this has been hashed in a single hash context, the resulting
hash field is used in the signature algorithm and placed at the end of
the Signature packet.</t>
          <section anchor="subpacket-hints" numbered="true" toc="default">
            <name>Subpacket Hints</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 SHOULD use the last subpacket in the
signature, but MAY 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 subpacket for each key, as a way of explicitly tying those keys
to the signature.</t>
          </section>
        </section>
      </section>
      <section anchor="symmetric-key-encrypted-session-key-packets-tag-3" numbered="true" toc="default">
        <name>Symmetric-Key Encrypted Session Key Packets (Tag 3)</name>
        <t>The Symmetric-Key Encrypted Session Key packet holds the symmetric-key
encryption of a session key used to encrypt a message.  Zero or more
Public-Key Encrypted Session Key packets and/or Symmetric-Key
Encrypted Session Key packets may precede 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 or the Symmetric-Key Encrypted
Session Key packet.</t>
        <t>If the Symmetrically Encrypted Data packet 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.  This packet type is new and is not generated by
PGP 2 or PGP version 5.0.</t>
        <t>A version 4 Symmetric-Key Encrypted Session Key packet consists of:</t>
        <ul spacing="normal">
          <li>A one-octet version number with value 4.</li>
          <li>A one-octet number describing the symmetric algorithm used.</li>
          <li>A string-to-key (S2K) specifier, length as defined above.</li>
          <li>Optionally, the encrypted session key itself, which is
decrypted with the string-to-key object.</li>
        </ul>
        <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 Symmetrically Encrypted Data packet, followed by the session
key octets themselves.</t>
        <t>Note: because an all-zero IV is used for this decryption, the S2K
specifier MUST use a salt value, either a Salted S2K or an
Iterated-Salted S2K.  The salt value will ensure that the decryption
key is not repeated even if the passphrase is reused.</t>
        <t>A version 5 Symmetric-Key Encrypted Session Key packet consists of:</t>
        <ul spacing="normal">
          <li>A one-octet version number with value 5.</li>
          <li>A one-octet cipher algorithm.</li>
          <li>A one-octet AEAD algorithm.</li>
          <li>A string-to-key (S2K) specifier, length as defined above.</li>
          <li>A starting initialization vector of size specified by the AEAD
algorithm.</li>
          <li>The encrypted session key itself, which is decrypted with the
string-to-key object using the given cipher and AEAD mode.</li>
          <li>An authentication tag for the AEAD mode.</li>
        </ul>
        <t>The encrypted session key is encrypted using one of the AEAD
algorithms specified for the AEAD Encrypted Packet.  Note that no
chunks are used and that there is only one authentication tag.  The
Packet Tag in new 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 EAX and AES-128 consists of the
octets 0xC3, 0x05, 0x07, and 0x01.</t>
      </section>
      <section anchor="one-pass-signature-packets-tag-4" numbered="true" toc="default">
        <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>A One-Pass Signature does not interoperate with PGP 2.6.x or earlier.</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>A one-octet version number.  The current version is 3.</li>
          <li>A one-octet signature type.  Signature types are described in
<xref target="signature-types" format="default"/>.</li>
          <li>A one-octet number describing the hash algorithm used.</li>
          <li>A one-octet number describing the public-key algorithm used.</li>
          <li>An eight-octet number holding the Key ID of the signing key.</li>
          <li>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.</li>
        </ul>
        <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" numbered="true" toc="default">
        <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, and two
major versions.  Consequently, this section is complex.</t>
        <section anchor="key-packet-variants" numbered="true" toc="default">
          <name>Key Packet Variants</name>
          <section anchor="public-key-packet-tag-6" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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>
            <t>Note: in PGP version 2.6, tag 14 was intended to indicate a comment packet.
This tag was selected for reuse because no previous version of PGP
ever emitted comment packets but they did properly ignore
them.  Public-Subkey packets are ignored by PGP version 2.6 and do not cause
it to fail, providing a limited degree of backward compatibility.</t>
          </section>
          <section anchor="secret-key-packet-tag-5" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
          <name>Public-Key Packet Formats</name>
          <t>There are three versions of key-material packets.  Version 3 packets were
first generated by PGP version 2.6.  Version 4 keys first appeared in PGP 5
and are the preferred key version for OpenPGP.</t>
          <t>OpenPGP implementations MUST create keys with version 4 format. V3
keys are deprecated; an implementation MUST NOT generate a V3 key, but
MAY accept it.</t>
          <t>A version 3 public key or public-subkey packet contains:</t>
          <ul spacing="normal">
            <li>A one-octet version number (3).</li>
            <li>A four-octet number denoting the time that the key was created.</li>
            <li>A two-octet number denoting the time in days that this key is
valid.  If this number is zero, then it does not expire.</li>
            <li>A one-octet number denoting the public-key algorithm of this
key.</li>
            <li>
              <t>A series of multiprecision integers comprising the key
material:  </t>
              <ul spacing="normal">
                <li>a multiprecision integer (MPI) of RSA public modulus n;</li>
                <li>an MPI of RSA public encryption exponent e.</li>
              </ul>
            </li>
          </ul>
          <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 below 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.  An implementation MUST NOT generate them and MAY accept or
reject them as it sees fit.</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 the section "Enhanced
Key Formats".</t>
          <t>A version 4 packet contains:</t>
          <ul spacing="normal">
            <li>A one-octet version number (4).</li>
            <li>A four-octet number denoting the time that the key was created.</li>
            <li>A one-octet number denoting the public-key algorithm of this
key.</li>
            <li>A series of values comprising the key material.  This is
algorithm-specific and described in <xref target="algorithm-specific-parts-of-keys" format="default"/>.</li>
          </ul>
          <t>The version 5 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 algoritm.  In addition, fingerprints
of version 5 keys are calculated differently from version 4 keys, as
described in the section "Enhanced Key Formats".</t>
          <t>A version 5 packet contains:</t>
          <ul spacing="normal">
            <li>A one-octet version number (5).</li>
            <li>A four-octet number denoting the time that the key was created.</li>
            <li>A one-octet number denoting the public-key algorithm of this
key.</li>
            <li>A four-octet scalar octet count for the following public key material.</li>
            <li>A series of values comprising the public key material.  This is
algorithm-specific and described in <xref target="algorithm-specific-parts-of-keys" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="secret-key-packet-formats" numbered="true" toc="default">
          <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>
          <ul spacing="normal">
            <li>A Public-Key or Public-Subkey packet, as described above.</li>
            <li>One octet indicating string-to-key usage conventions.  Zero
indicates that the secret-key data is not encrypted.  255 or
254 indicates that a string-to-key specifier is being given.
Any other value is a symmetric-key encryption algorithm
identifier.  A version 5 packet MUST NOT use the value 255.</li>
            <li>Only for a version 5 packet, a one-octet scalar octet count of the
next 4 optional fields.</li>
            <li>[Optional] If string-to-key usage octet was 255, 254, or 253, a
one-octet symmetric encryption algorithm.</li>
            <li>[Optional] If string-to-key usage octet was 253, a one-octet AEAD
algorithm.</li>
            <li>[Optional] If string-to-key usage octet was 255, 254, or 253, a
string-to-key specifier.  The length of the string-to-key
specifier is implied by its type, as described above.</li>
            <li>[Optional] If secret data is encrypted (string-to-key usage octet
not zero), an Initial Vector (IV) of the same length as the
cipher's block size.  If string-to-key usage octet was 253 the IV
is used as the nonce for the AEAD algorithm.  If the AEAD
algorithm requires a shorter nonce, the high-order bits of the IV
are used and the remaining bits MUST be zero.</li>
            <li>Only for a version 5 packet, a four-octet scalar octet count for
the following secret key material.  This includes the encrypted
SHA-1 hash or AEAD tag if the string-to-key usage octet is 254 or
253.</li>
            <li>Plain or encrypted series of values comprising the secret key
material.  This is algorithm-specific and described in section
<xref target="algorithm-specific-parts-of-keys" format="default"/>.  Note that 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 253, then an AEAD authentication tag is part of that data.</li>
            <li>If the string-to-key usage octet is zero or 255, then a
two-octet checksum of the plaintext of the algorithm-specific
portion (sum of all octets, mod 65536).</li>
          </ul>
          <t>Note that the version 5 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 MUST use a string-to-key specifier; the simple
hash is for backward compatibility and is deprecated, though
implementations MAY 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 in CFB mode using the
key created from the passphrase and the Initial Vector from the
packet.  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
(i.e., 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 V5 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 encrypted MPI values are
encrypted as one combined plaintext using one of the AEAD algorithms
specified for the AEAD Encrypted Packet.  Note that no chunks are used
and that there is only one authentication tag.  The Packet Tag in new
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 EAX and AES-128 in a Secret-Key Packet of
version 4 consists of the octets 0xC5, 0x04, 0x07, and 0x01; in a
Secret-Subkey Packet the first octet would be 0xC7.</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 SHOULD NOT 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>
        </section>
      </section>
      <section anchor="algorithm-specific-parts-of-keys" numbered="true" toc="default">
        <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="algorithm-specific-part-for-rsa-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for RSA Keys</name>
          <t>The public key is this series of multiprecision integers:</t>
          <ul spacing="normal">
            <li>MPI of RSA public modulus n;</li>
            <li>MPI of RSA public encryption exponent e.</li>
          </ul>
          <t>The secret key is this series of multiprecision integers:</t>
          <ul spacing="normal">
            <li>MPI of RSA secret exponent d;</li>
            <li>MPI of RSA secret prime value p;</li>
            <li>MPI of RSA secret prime value q (p &lt; q);</li>
            <li>MPI of u, the multiplicative inverse of p, mod q.</li>
          </ul>
        </section>
        <section anchor="algorithm-specific-part-for-dsa-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for DSA Keys</name>
          <t>The public key is this series of multiprecision integers:</t>
          <ul spacing="normal">
            <li>MPI of DSA prime p;</li>
            <li>MPI of DSA group order q (q is a prime divisor of p-1);</li>
            <li>MPI of DSA group generator g;</li>
            <li>MPI of DSA public-key value y (= g**x mod p where x is secret).</li>
          </ul>
          <t>The secret key is this single multiprecision integer:</t>
          <ul spacing="normal">
            <li>MPI of DSA secret exponent x.</li>
          </ul>
        </section>
        <section anchor="algorithm-specific-part-for-elgamal-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for Elgamal Keys</name>
          <t>The public key is this series of multiprecision integers:</t>
          <ul spacing="normal">
            <li>MPI of Elgamal prime p;</li>
            <li>MPI of Elgamal group generator g;</li>
            <li>MPI of Elgamal public key value y (= g**x mod p where x is secret).</li>
          </ul>
          <t>The secret key is this single multiprecision integer:</t>
          <ul spacing="normal">
            <li>MPI of Elgamal secret exponent x.</li>
          </ul>
        </section>
        <section anchor="algorithm-specific-part-for-ecdsa-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for ECDSA Keys</name>
          <t>The public key is this series of values:</t>
          <ul spacing="normal">
            <li>
              <t>a variable-length field containing a curve OID, formatted
as follows:  </t>
              <ul spacing="normal">
                <li>a one-octet size of the following field; values 0 and
0xFF are reserved for future extensions,</li>
                <li>the octets representing a curve OID, defined in
<xref target="ecc-curve-oid" format="default"/>;</li>
              </ul>
            </li>
            <li>a MPI of an EC point representing a public key.</li>
          </ul>
          <t>The secret key is this single multiprecision integer:</t>
          <ul spacing="normal">
            <li>MPI of an integer representing the secret key, which is a
scalar of the public EC point.</li>
          </ul>
        </section>
        <section anchor="algorithm-specific-part-for-eddsa-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for EdDSA Keys</name>
          <t>The public key is this series of values:</t>
          <ul spacing="normal">
            <li>
              <t>a variable-length field containing a curve OID, formatted
as follows:  </t>
              <ul spacing="normal">
                <li>a one-octet size of the following field; values 0 and
0xFF are reserved for future extensions,</li>
                <li>the octets representing a curve OID, defined in
<xref target="ecc-curve-oid" format="default"/>;</li>
              </ul>
            </li>
            <li>a MPI of an EC point representing a public key Q as described
under EdDSA Point Format below.</li>
          </ul>
          <t>The secret key is this single multiprecision integer:</t>
          <ul spacing="normal">
            <li>MPI of an integer representing the secret key, which is a
scalar of the public EC point.</li>
          </ul>
        </section>
        <section anchor="algorithm-specific-part-for-ecdh-keys" numbered="true" toc="default">
          <name>Algorithm-Specific Part for ECDH Keys</name>
          <t>The public key is this series of values:</t>
          <ul spacing="normal">
            <li>
              <t>a variable-length field containing a curve OID, formatted
as follows:  </t>
              <ul spacing="normal">
                <li>a one-octet size of the following field; values 0 and
0xFF are reserved for future extensions,</li>
                <li>the octets representing a curve OID, defined in
<xref target="ecc-curve-oid" format="default"/>;</li>
              </ul>
            </li>
            <li>a MPI of an EC point representing a public key;</li>
            <li>
              <t>a variable-length field containing KDF parameters,
formatted as follows:  </t>
              <ul spacing="normal">
                <li>a one-octet size of the following fields; values 0
and 0xff are reserved for future extensions;</li>
                <li>a one-octet value 1, reserved for future extensions;</li>
                <li>a one-octet hash function ID used with a KDF;</li>
                <li>a one-octet algorithm ID for the symmetric algorithm
used to wrap the symmetric key used for the message
encryption; see <xref target="ec-dh-algorithm-ecdh" format="default"/> for details.</li>
              </ul>
            </li>
          </ul>
          <t>Observe that an ECDH public key is composed of the same sequence of
fields that define an ECDSA key, plus the KDF parameters field.</t>
          <t>The secret key is this single multiprecision integer:</t>
          <ul spacing="normal">
            <li>MPI of an integer representing the secret key, which is a
scalar of the public EC point.</li>
          </ul>
        </section>
      </section>
      <section anchor="compressed-data-packet-tag-8" numbered="true" toc="default">
        <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>
        <ul spacing="normal">
          <li>One octet that gives the algorithm used to compress the packet.</li>
          <li>Compressed data, which makes up the remainder of the packet.</li>
        </ul>
        <t>A Compressed Data Packet's body contains an block that compresses some
set of packets.  See section "Packet Composition" for details on how
messages are formed.</t>
        <t>ZIP-compressed packets are compressed with raw RFC 1951 <xref target="RFC1951" format="default"/>
DEFLATE blocks.  Note that PGP V2.6 uses 13 bits of compression.  If an
implementation uses more bits of compression, PGP V2.6 cannot
decompress it.</t>
        <t>ZLIB-compressed packets are compressed with RFC 1950 <xref target="RFC1950" format="default"/>
ZLIB-style blocks.</t>
        <t>BZip2-compressed packets are compressed using the BZip2 <xref target="BZ2" format="default"/>
algorithm.</t>
      </section>
      <section anchor="symmetrically-encrypted-data-packet-tag-9" numbered="true" toc="default">
        <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 MUST NOT create this
packet.  An implementation MAY process such a packet but it MUST
return a clear diagnostic that a non-integrity protected packet has
been processed.  The implementation SHOULD also return an error in
this case and stop processing.</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>Encrypted data, the output of the selected symmetric-key cipher
operating in OpenPGP's variant of Cipher Feedback (CFB) mode.</li>
        </ul>
        <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, with a CFB shift size equal to the
cipher's block size.  The Initial Vector (IV) is specified as all
zeros.  Instead of using an IV, OpenPGP prefixes a string of length
equal to the block size of the cipher plus two to the data before it
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.  As a pedantic clarification, in
both these examples, we consider the first octet to be numbered 1.</t>
        <t>After encrypting the first block-size-plus-two octets, 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 16 bits in the random data prefixed to the message
allows the receiver to immediately check whether the session key is
incorrect.  See the "Security Considerations" section for hints on the
proper use of this "quick check".</t>
      </section>
      <section anchor="marker-packet-obsolete-literal-packet-tag-10" numbered="true" toc="default">
        <name>Marker Packet (Obsolete Literal Packet) (Tag 10)</name>
        <t>An experimental version of PGP used this packet as the Literal packet,
but no released version of PGP generated Literal packets with this
tag.  With PGP 5, this packet has been reassigned and is reserved
for use as the Marker packet.</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>The three octets 0x50, 0x47, 0x50 (which spell "PGP" in UTF-8).</li>
        </ul>
        <t>Such a packet MUST be ignored when received.  It may be placed at the
beginning of a message that uses features not available in PGP
version 2.6 in order to cause that version to report that newer software is
necessary to process the message.</t>
      </section>
      <section anchor="literal-data-packet-tag-11" numbered="true" toc="default">
        <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>
        <ul spacing="normal">
          <li>
            <t>A one-octet field that describes how the data is formatted.  </t>
            <t>
If it is a <tt>b</tt> (0x62), then the Literal packet contains binary
data.  If it is a <tt>t</tt> (0x74), then it contains text data, and thus
may need line ends converted to local form, or other text-mode
changes.  The tag <tt>u</tt> (0x75) means the same as <tt>t</tt>, but also
indicates that implementation believes that the literal data
contains UTF-8 text.  If it is a <tt>m</tt> (0x6d), then it contains a
MIME message body part <xref target="RFC2045" format="default"/>.  </t>
            <t>
Early versions of PGP also defined a value of <tt>l</tt> as a 'local'
mode for machine-local conversions.  RFC 1991 <xref target="RFC1991" format="default"/>
incorrectly stated this local mode flag as <tt>1</tt> (ASCII numeral
one).  Both of these local modes are deprecated.</t>
          </li>
          <li>
            <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 MAY consider the file name in the Literal
packet to be a more authoritative name than the actual file name.  </t>
            <t>
If the special name "_CONSOLE" is used, 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>
          </li>
          <li>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.</li>
          <li>
            <t>The remainder of the packet is literal data.  </t>
            <t>
Text data is stored with &lt;CR&gt;&lt;LF&gt; text endings (i.e.,
network-normal line endings).  These should be converted to
native line endings by the receiving software.</t>
          </li>
        </ul>
        <t>Note that V3 and V4 signatures do not include the formatting octet,
the file name, and the date field of the literal packet in a signature
hash and thus are not protected against tampering in a signed
document.  In contrast V5 signatures include them.</t>
      </section>
      <section anchor="trust-packet-tag-12" numbered="true" toc="default">
        <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 SHOULD NOT be emitted to output streams that are
transferred to other users, and they SHOULD be ignored on any input
other than local keyring files.</t>
      </section>
      <section anchor="user-id-packet-tag-13" numbered="true" toc="default">
        <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 RFC 2822 <xref target="RFC2822" format="default"/> 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-tag-17" numbered="true" toc="default">
        <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 SHOULD 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>
        <ul spacing="normal">
          <li>the subpacket length (1, 2, or 5 octets)</li>
          <li>the subpacket type (1 octet)</li>
        </ul>
        <t>and is followed by the subpacket specific data.</t>
        <t>The following table lists the currently known subpackets:</t>
        <table align="center">
          <thead>
            <tr>
              <th align="right">Type</th>
              <th align="left">Attribute Subpacket</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">1</td>
              <td align="left">Image Attribute Subpacket</td>
            </tr>
            <tr>
              <td align="right">[TBD1]</td>
              <td align="left">User ID Attribute Subpacket</td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental Use</td>
            </tr>
          </tbody>
        </table>
        <t>An implementation SHOULD ignore any subpacket of a type that it
does not recognize.</t>
        <section anchor="the-image-attribute-subpacket" numbered="true" toc="default">
          <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 MUST 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" format="default"/>.</t>
          <t>An implementation MAY 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 anchor="user-id-attribute-subpacket" numbered="true" toc="default">
          <name>User ID Attribute Subpacket</name>
          <t>A User ID Attribute subpacket has type [IANA -- assignment TBD1].</t>
          <t>A User ID Attribute subpacket, just like 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 RFC 2822 <xref target="RFC2822" format="default"/>
mail name-addr, but there are no restrictions on its content.  For
devices using OpenPGP for device certificates, it may just be the
device identifier.  The packet length in the header specifies the
length of the User ID.</t>
          <t>Because User Attribute subpackets can be used anywhere a User ID
packet can be used, implementations MAY choose to trust a signed User
Attribute subpacket that includes a User ID Attribute subpacket.</t>
        </section>
      </section>
      <section anchor="sym-encrypted-integrity-protected-data-packet-tag-18" numbered="true" toc="default">
        <name>Sym. Encrypted Integrity Protected Data Packet (Tag 18)</name>
        <t>The Symmetrically Encrypted Integrity Protected Data packet is a
variant of the Symmetrically Encrypted Data packet.  It is a new
feature created for OpenPGP that addresses the problem of detecting a
modification to encrypted data.  It is used in combination with a
Modification Detection Code packet.</t>
        <t>There is a corresponding feature in the features Signature subpacket
that denotes that an implementation can properly use this packet type.
An implementation MUST support decrypting these packets and SHOULD
prefer generating them to the older Symmetrically Encrypted Data
packet when possible.  Since this data packet protects against
modification attacks, this standard encourages its
proliferation.  While blanket adoption of this data packet would create
interoperability problems, rapid adoption is nevertheless
important.  An implementation SHOULD specifically denote support for
this packet, but it MAY infer it from other mechanisms.</t>
        <t>For example, an implementation might infer from the use of a cipher
such as Advanced Encryption Standard (AES) or Twofish that a user
supports this feature.  It might place in the unhashed portion of
another user's key signature a Features subpacket.  It might also
present a user with an opportunity to regenerate their own self-
signature with a Features subpacket.</t>
        <t>This packet contains data encrypted with a symmetric-key algorithm and
protected against modification by the SHA-1 hash algorithm.  When it
has been decrypted, it will typically contain other packets (often a
Literal Data packet or Compressed Data packet).  The last decrypted
packet in this packet's payload MUST be a Modification Detection Code
packet.</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>A one-octet version number.  The only defined value is 1.  There
won't be any future versions of this packet because the MDC system
has been superseded by the AEAD Encrypted Data packet.</li>
          <li>Encrypted data, the output of the selected symmetric-key cipher
operating in Cipher Feedback mode with shift amount equal to
the block size of the cipher (CFB-n where n is the block size).</li>
        </ul>
        <t>The symmetric cipher used MUST be specified in a Public-Key or
Symmetric-Key Encrypted Session Key packet that precedes the
Symmetrically Encrypted 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, with a CFB shift size equal to the
cipher's block size.  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 Symmetrically Encrypted Data Packet, no
special CFB resynchronization is done after encrypting this prefix
data.  See "OpenPGP CFB Mode" below for more details.</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.</t>
        <t>The plaintext of the data to be encrypted is passed through the SHA-1
hash function, and the result of the hash is appended to the plaintext
in a Modification Detection Code packet.  The input to the hash
function includes the prefix data described above; it includes all of
the plaintext, and then also includes two octets of values 0xD3,
0x14.  These represent the encoding of a Modification Detection Code
packet tag and length field of 20 octets.</t>
        <t>The resulting hash value is stored in a Modification Detection Code
(MDC) packet, which MUST use the two octet encoding just given to
represent its tag and length field.  The body of the MDC packet is the
20-octet output of the SHA-1 hash.</t>
        <t>The Modification Detection Code packet is appended to the plaintext
and encrypted along with the plaintext using the same CFB context.</t>
        <t>During decryption, the plaintext data should be hashed with SHA-1,
including the prefix data as well as the packet tag and length field
of the Modification Detection Code packet.  The body of the MDC packet,
upon decryption, is compared with the result of the SHA-1 hash.</t>
        <t>Any failure of the MDC indicates that the message has been modified
and MUST be treated as a security problem.  Failures include a
difference in the hash values, but also the absence of an MDC packet,
or an MDC packet in any position other than the end of the
plaintext.  Any failure SHOULD be reported to the user.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  NON-NORMATIVE EXPLANATION

  The MDC system, as packets 18 and 19 are called, were created to
  provide an integrity mechanism that is less strong than a
  signature, yet stronger than bare CFB encryption.

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

  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.

  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.

  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.

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

  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 RIPE-MD/160, for example.)

  However, no update will be needed because the MDC will be
  replaced by the AEAD encryption described in this document.
]]></artwork>
      </section>
      <section anchor="modification-detection-code-packet-tag-19" numbered="true" toc="default">
        <name>Modification Detection Code Packet (Tag 19)</name>
        <t>The Modification Detection Code packet contains a SHA-1 hash of
plaintext data, which is used to detect message modification.  It is
only used with a Symmetrically Encrypted Integrity Protected Data
packet.  The Modification Detection Code packet MUST be the last packet
in the plaintext data that is encrypted in the Symmetrically Encrypted
Integrity Protected Data packet, and MUST appear in no other place.</t>
        <t>A Modification Detection Code packet MUST have a length of 20 octets.</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>A 20-octet SHA-1 hash of the preceding plaintext data of the
Symmetrically Encrypted Integrity Protected Data packet,
including prefix data, the tag octet, and length octet of the
Modification Detection Code packet.</li>
        </ul>
        <t>Note that the Modification Detection Code packet MUST always use a new
format encoding of the packet tag, and a one-octet encoding of the
packet length.  The reason for this is that the hashing rules for
modification detection include a one-octet tag and one-octet length in
the data hash.  While this is a bit restrictive, it reduces complexity.</t>
      </section>
      <section anchor="aead-encrypted-data-packet-tag-20" numbered="true" toc="default">
        <name>AEAD Encrypted Data Packet (Tag 20)</name>
        <t>This packet contains data encrypted with an authenticated encryption and
additional data (AEAD) construction.  When it has been decrypted, it
will typically contain other packets (often a Literal Data packet or
Compressed Data packet).</t>
        <t>The body of this packet consists of:</t>
        <ul spacing="normal">
          <li>A one-octet version number.  The only currently defined value
is 1.</li>
          <li>A one-octet cipher algorithm.</li>
          <li>A one-octet AEAD algorithm.</li>
          <li>A one-octet chunk size.</li>
          <li>A starting initialization vector of size specified by the AEAD
algorithm.</li>
          <li>Encrypted data, the output of the selected symmetric-key cipher
operating in the given AEAD mode.</li>
          <li>A final, summary authentication tag for the AEAD mode.</li>
        </ul>
        <t>An AEAD encrypted data 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 new
format encoding (bits 7 and 6 set, bits 5-0 carry the packet tag),
version number, cipher algorithm octet, AEAD algorithm octet, chunk
size octet, and an eight-octet, big-endian chunk index as additional
data.  The index of the first chunk is zero.  For example, the
additional data of the first chunk using EAX and AES-128 with a chunk
size of 64 kiByte consists of the octets 0xD4, 0x01, 0x07, 0x01, 0x10,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, and 0x00.</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.  Please
note that the big-endian number representing the chunk index in the
additional data is increased accordingly, although it's not really a
chunk.</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>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    chunk_size = ((uint64_t)1 << (c + 6))
]]></artwork>
        <t>To facilitate interoperability between a wide variety of
implementations, from constrained to large compute environments, a
chunk size maximum is specified: An implementation MUST accept chunk
size octets with values from 0 to 16. An implementation MUST NOT
create data with a chunk size octet value larger than 16 (4 MiB
chunks).</t>
        <t>A new random initialization vector MUST be used for each message.
Failure to do so for each message will lead to a catastrophic failure
depending on the used AEAD mode.</t>
        <section anchor="eax-mode" numbered="true" toc="default">
          <name>EAX Mode</name>
          <t>The EAX algorithm can only use block ciphers with 16-octet
blocks.  The starting initialization vector and authentication tag are
both 16 octets long.</t>
          <t>The starting initialization vector for this mode MUST be unique and
unpredictable.</t>
          <t>The nonce for EAX mode is computed by treating the starting
initialization vector as a 16-octet, big-endian value and
exclusive-oring the low eight octets of it with the chunk index.</t>
          <t>The security of EAX requires that the nonce is never reused, hence the
requirement that the starting initialization vector be unique.</t>
        </section>
        <section anchor="ocb-mode" numbered="true" toc="default">
          <name>OCB Mode</name>
          <t>The OCB Authenticated-Encryption Algorithm used in this document is
defined in <xref target="RFC7253" format="default"/>.</t>
          <t>OCB usage requires specification of the following parameters:</t>
          <ul spacing="normal">
            <li>a blockcipher that operate on 128-bit (16-octet) blocks</li>
            <li>an authentication tag length of 16 octets</li>
            <li>a nonce of 15 octets long (which is the longest nonce allowed
specified by <xref target="RFC7253" format="default"/>)</li>
            <li>an initialization vector of at least 15 octets long</li>
          </ul>
          <t>In the case that the initialization vector is longer than 15 octets
(such as in <xref target="secret-key-packet-tag-5" format="default"/>, only the 15
leftmost octets are used in calculations; the remaining octets MUST be
considered as zero.</t>
          <t>The nonce for OCB mode is computed by the exclusive-oring of the
initialization vector as a 15-octet, big endian value, against the
chunk index.</t>
          <t>Security of OCB mode depends on the non-repeated nature of nonces used
for the same key on distinct plaintext <xref target="RFC7253" format="default"/>. Therefore the
initialization vector per message MUST be distinct, and OCB mode
SHOULD only be used in environments when there is certainty to
fulfilling this requirement.</t>
        </section>
      </section>
    </section>
    <section anchor="radix-64-conversions" numbered="true" toc="default">
      <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 a checksum.  The base64 encoding is
identical to the MIME base64 content-transfer-encoding <xref target="RFC2045" format="default"/>.</t>
      <t>The 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 the next section.</t>
      <t>The checksum with its leading equal sign MAY appear on the first line
after the base64 encoded data.</t>
      <t>Rationale for CRC-24: The size of 24 bits fits evenly into printable
base64.  The nonzero initialization can detect more errors than a zero
initialization.</t>
      <section anchor="an-implementation-of-the-crc-24-in-c" numbered="true" toc="default">
        <name>An Implementation of the CRC-24 in "C"</name>
        <sourcecode name="" type="" markers="true"><![CDATA[
  #define CRC24_INIT 0xB704CEL
  #define CRC24_POLY 0x864CFBL

  typedef 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 ^= CRC24_POLY;
          }
      }
      return crc & 0xFFFFFFL;
  }
  ]]></sourcecode>
      </section>
      <section anchor="forming-ascii-armor" numbered="true" toc="default">
        <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 MAY 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>
        <ul spacing="normal">
          <li>An Armor Header Line, appropriate for the type of data</li>
          <li>Armor Headers</li>
          <li>A blank line</li>
          <li>The ASCII-Armored data</li>
          <li>An Armor Checksum</li>
          <li>The Armor Tail, which depends on the Armor Header Line</li>
        </ul>
        <t>An Armor Header Line consists of the appropriate header line text
surrounded by five (5) dashes (<tt>-</tt>, 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="false" spacing="normal">
          <dt>BEGIN PGP MESSAGE</dt>
          <dd>
  Used for signed, encrypted, or compressed files.</dd>
          <dt>BEGIN PGP PUBLIC KEY BLOCK</dt>
          <dd>
  Used for armoring public keys.</dd>
          <dt>BEGIN PGP PRIVATE KEY BLOCK</dt>
          <dd>
  Used for armoring private keys.</dd>
          <dt>BEGIN PGP MESSAGE, PART X/Y</dt>
          <dd>
  Used for multi-part messages, where the armor is split amongst Y
parts, and this is the Xth part out of Y.</dd>
          <dt>BEGIN PGP MESSAGE, PART X</dt>
          <dd>
  Used for multi-part messages, where this is the Xth part of an
unspecified number of parts.  Requires the MESSAGE-ID Armor Header
to be used.</dd>
          <dt>BEGIN PGP SIGNATURE</dt>
          <dd>
  Used for detached signatures, OpenPGP/MIME signatures, and
cleartext signatures.  Note that PGP 2 uses BEGIN PGP MESSAGE for
detached signatures.</dd>
        </dl>
        <t>Note that all these Armor Header Lines are to consist of a complete
line.  That is to say, there is always a line ending preceding the
starting five dashes, and following the ending five dashes.  The header
lines, therefore, MUST start at the beginning of a line, and MUST NOT
have text other than whitespace -- space (0x20), tab (0x09) or carriage
return (0x0d) -- 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 below).</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
(<tt>:</tt> 0x38) and a single space (0x20) separate the key and
value.  OpenPGP should consider improperly formatted Armor Headers to
be corruption of the ASCII Armor.  Unknown keys should be reported to
the user, but OpenPGP should 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="encoding-binary-in-radix-64" format="default"/>), 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>
        <ul spacing="normal">
          <li>"Version", which states the OpenPGP implementation and version
used to encode the message.</li>
          <li>"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.</li>
          <li>"Hash", a comma-separated list of hash algorithms used in this
message.  This is used only in cleartext signed messages.</li>
          <li>
            <t>"MessageID", a 32-character string of printable characters.
The string must be the same for all parts of a multi-part
message that uses the "PART X" Armor Header.  MessageID strings
should be unique enough that the recipient of the mail can
associate all the parts of a message with each other.  A good
checksum or cryptographic hash function is sufficient.  </t>
            <t>
The MessageID SHOULD NOT appear unless it is in a multi-part
message.  If it appears at all, it MUST be computed from the
finished (encrypted, signed, etc.) message in a deterministic
fashion, rather than contain a purely random value.  This is to
allow the legitimate recipient to determine that the MessageID
cannot serve as a covert means of leaking cryptographic key
information.</t>
          </li>
          <li>"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
MAY override the UTF-8 default by using this header key.  An
implementation MAY implement this key and any translations it
cares to; an implementation MAY ignore it and assume all text
is UTF-8.</li>
        </ul>
        <t>The blank line can either be zero-length or contain only whitespace,
that is spaces (0x20), tabs (0x09) or carriage returns (0x0d).</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="encoding-binary-in-radix-64" numbered="true" toc="default">
        <name>Encoding Binary in Radix-64</name>
        <t>The encoding process represents 24-bit groups of input bits as output
strings of 4 encoded characters.  Proceeding from left to right, a
24-bit input group is formed by concatenating three 8-bit input
groups.  These 24 bits are then treated as four concatenated 6-bit
groups, each of which is translated into a single digit in the
Radix-64 alphabet.  When encoding a bit stream with the Radix-64
encoding, the bit stream must be presumed to be ordered with the most
significant bit first.  That is, the first bit in the stream will be
the high-order bit in the first 8-bit octet, and the eighth bit will
be the low-order bit in the first 8-bit octet, and so on.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
     +--first octet--+-second octet--+--third octet--+
     |7 6 5 4 3 2 1 0|7 6 5 4 3 2 1 0|7 6 5 4 3 2 1 0|
     +-----------+---+-------+-------+---+-----------+
     |5 4 3 2 1 0|5 4 3 2 1 0|5 4 3 2 1 0|5 4 3 2 1 0|
     +--1.index--+--2.index--+--3.index--+--4.index--+
]]></artwork>
        <t>Each 6-bit group is used as an index into an array of 64 printable
characters from the table below.  The character referenced by the index
is placed in the output string.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
 Value Encoding  Value Encoding  Value Encoding  Value Encoding
     0 A            17 R            34 i            51 z
     1 B            18 S            35 j            52 0
     2 C            19 T            36 k            53 1
     3 D            20 U            37 l            54 2
     4 E            21 V            38 m            55 3
     5 F            22 W            39 n            56 4
     6 G            23 X            40 o            57 5
     7 H            24 Y            41 p            58 6
     8 I            25 Z            42 q            59 7
     9 J            26 a            43 r            60 8
    10 K            27 b            44 s            61 9
    11 L            28 c            45 t            62 +
    12 M            29 d            46 u            63 /
    13 N            30 e            47 v
    14 O            31 f            48 w         (pad) =
    15 P            32 g            49 x
    16 Q            33 h            50 y
]]></artwork>
        <t>The encoded output stream must be represented in lines of no more than
76 characters each.</t>
        <t>Special processing is performed if fewer than 24 bits are available at
the end of the data being encoded.  There are three possibilities:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
1.  The last data group has 24 bits (3 octets).  No special
    processing is needed.

2.  The last data group has 16 bits (2 octets).  The first two
    6-bit groups are processed as above.  The third (incomplete)
    data group has two zero-value bits added to it, and is
    processed as above. A pad character (=) is added to the
    output.

3.  The last data group has 8 bits (1 octet).  The first 6-bit
    group is processed as above.  The second (incomplete) data
    group has four zero-value bits added to it, and is processed
    as above.  Two pad characters (=) are added to the output.
]]></artwork>
      </section>
      <section anchor="decoding-radix-64" numbered="true" toc="default">
        <name>Decoding Radix-64</name>
        <t>In Radix-64 data, characters other than those in the table, line
breaks, and other white space probably indicate a transmission error,
about which a warning message or even a message rejection might be
appropriate under some circumstances.  Decoding software must ignore
all white space.</t>
        <t>Because it is used only for padding at the end of the data, the
occurrence of any "=" characters may be taken as evidence that the end
of the data has been reached (without truncation in transit).  No such
assurance is possible, however, when the number of octets transmitted
was a multiple of three and no "=" characters are present.</t>
      </section>
      <section anchor="examples-of-radix-64" numbered="true" toc="default">
        <name>Examples of Radix-64</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Input data:  0x14FB9C03D97E
Hex:     1   4    F   B    9   C     | 0   3    D   9    7   E
8-bit:   00010100 11111011 10011100  | 00000011 11011001 01111110
6-bit:   000101 001111 101110 011100 | 000000 111101 100101 111110
Decimal: 5      15     46     28       0      61     37     62
Output:  F      P      u      c        A      9      l      +
Input data:  0x14FB9C03D9
Hex:     1   4    F   B    9   C     | 0   3    D   9
8-bit:   00010100 11111011 10011100  | 00000011 11011001
                                                pad with 00
6-bit:   000101 001111 101110 011100 | 000000 111101 100100
Decimal: 5      15     46     28       0      61     36
                                                   pad with =
Output:  F      P      u      c        A      9      k      =
Input data:  0x14FB9C03
Hex:     1   4    F   B    9   C     | 0   3
8-bit:   00010100 11111011 10011100  | 00000011
                                       pad with 0000
6-bit:   000101 001111 101110 011100 | 000000 110000
Decimal: 5      15     46     28       0      48
                                            pad with =      =
Output:  F      P      u      c        A      w      =      =
]]></artwork>
      </section>
      <section anchor="example-of-an-ascii-armored-message" numbered="true" toc="default">
        <name>Example of an ASCII Armored Message</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
-----BEGIN PGP MESSAGE-----
Version: OpenPrivacy 0.99

yDgBO22WxBHv7O8X7O/jygAEzol56iUKiXmV+XmpCtmpqQUKiQrFqclFqUDBovzS
vBSFjNSiVHsuAA==
=njUN
-----END PGP MESSAGE-----
]]></artwork>
        <t>Note that this example has extra indenting; an actual armored message
would have no leading whitespace.</t>
      </section>
    </section>
    <section anchor="cleartext-signature-framework" numbered="true" toc="default">
      <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 above in "Forming
ASCII Armor" (<xref target="forming-ascii-armor" format="default"/>). (Note that this framework is
not intended to be reversible.  RFC 3156 <xref target="RFC3156" format="default"/> defines another
way to sign cleartext messages for environments that support MIME.)</t>
      <t>The cleartext signed message consists of:</t>
      <ul spacing="normal">
        <li>The cleartext header <tt>-----BEGIN PGP SIGNED MESSAGE-----</tt> on a
single line,</li>
        <li>One or more "Hash" Armor Headers,</li>
        <li>Exactly one blank line not included into the message digest,</li>
        <li>The dash-escaped cleartext that is included into the message
digest,</li>
        <li>The ASCII armored signature(s) including the
<tt>-----BEGIN PGP SIGNATURE-----</tt> Armor Header and Armor Tail Lines.</li>
      </ul>
      <t>If the "Hash" Armor Header is given, the specified message digest
algorithm(s) are used for the signature.  If there are no such headers,
MD5 is used.  If MD5 is the only hash used, then an implementation MAY
omit this header for improved V2.x compatibility.  If more than one
message digest is used in the signature, the "Hash" armor header
contains a comma-delimited list of used message digests.</t>
      <t>Current message digest names are described below with the algorithm
IDs.</t>
      <t>An implementation SHOULD add a line break after the cleartext, but MAY
omit it if the cleartext ends with a line break.  This is for visual
clarity.</t>
      <section anchor="dash-escaped-text" numbered="true" toc="default">
        <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 dash <tt>-</tt> (0x2D) is prefixed by the sequence dash <tt>-</tt>
(0x2D) and space ` ` (0x20).  This prevents the parser from recognizing
armor headers of the cleartext itself.  An implementation MAY
dash-escape any line, SHOULD dash-escape lines commencing "From"
followed by a space, and MUST 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 (i.e., the &lt;CR&gt;&lt;LF&gt;) before the
<tt>-----BEGIN PGP SIGNATURE-----</tt> line that terminates the signed text
is not considered part of the signed text.</t>
        <t>When reversing dash-escaping, an implementation MUST strip the string
"- " if it occurs at the beginning of a line, and SHOULD warn on "-"
and any character other than a space at the beginning of a line.</t>
        <t>Also, any trailing whitespace -- spaces (0x20), tabs (0x09) or
carriage returns (0x0d) -- at the end of any line is removed when
the cleartext signature is generated and verified.</t>
      </section>
    </section>
    <section anchor="regular-expressions" numbered="true" toc="default">
      <name>Regular Expressions</name>
      <t>A regular expression is zero or more branches, separated by <tt>|</tt>.  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 <tt>*</tt>, <tt>+</tt>, or <tt>?</tt>.  An atom
followed by <tt>*</tt> matches a sequence of 0 or more matches of the
atom.  An atom followed by <tt>+</tt> matches a sequence of 1 or more matches
of the atom.  An atom followed by <tt>?</tt> 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), <tt>.</tt> (matching any single
character), <tt>^</tt> (matching the null string at the beginning of the
input string), <tt>$</tt> (matching the null string at the end of the input
string), a <tt>\</tt> 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 <tt>[]</tt>.  It normally
matches any single character from the sequence.  If the sequence begins
with <tt>^</tt>, it matches any single character not from the rest of the
sequence.  If two characters in the sequence are separated by <tt>-</tt>, this
is shorthand for the full list of ASCII characters between them (e.g.,
<tt>[0-9]</tt> matches any decimal digit).  To include a literal <tt>]</tt> in the
sequence, make it the first character (following a possible <tt>^</tt>).  To
include a literal <tt>-</tt>, make it the first or last character.</t>
    </section>
    <section anchor="constants" numbered="true" toc="default">
      <name>Constants</name>
      <t>This section describes the constants used in OpenPGP.</t>
      <t>Note that these tables are not exhaustive lists; an implementation MAY
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 the section "Notes on Algorithms" below for more discussion of the
algorithms.</t>
      <section anchor="public-key-algorithms" numbered="true" toc="default">
        <name>Public-Key Algorithms</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Algorithm</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">1</td>
              <td align="left">RSA (Encrypt or Sign) <xref target="HAC" format="default"/></td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">RSA Encrypt-Only <xref target="HAC" format="default"/></td>
            </tr>
            <tr>
              <td align="right">3</td>
              <td align="left">RSA Sign-Only <xref target="HAC" format="default"/></td>
            </tr>
            <tr>
              <td align="right">16</td>
              <td align="left">Elgamal (Encrypt-Only) <xref target="ELGAMAL" format="default"/> <xref target="HAC" format="default"/></td>
            </tr>
            <tr>
              <td align="right">17</td>
              <td align="left">DSA (Digital Signature Algorithm) <xref target="FIPS186" format="default"/> <xref target="HAC" format="default"/></td>
            </tr>
            <tr>
              <td align="right">18</td>
              <td align="left">ECDH public key algorithm</td>
            </tr>
            <tr>
              <td align="right">19</td>
              <td align="left">ECDSA public key algorithm <xref target="FIPS186" format="default"/></td>
            </tr>
            <tr>
              <td align="right">20</td>
              <td align="left">Reserved (formerly Elgamal Encrypt or Sign)</td>
            </tr>
            <tr>
              <td align="right">21</td>
              <td align="left">Reserved for Diffie-Hellman (X9.42, as defined for IETF-S/MIME)</td>
            </tr>
            <tr>
              <td align="right">22</td>
              <td align="left">EdDSA  <xref target="RFC8032" format="default"/></td>
            </tr>
            <tr>
              <td align="right">23</td>
              <td align="left">Reserved for AEDH</td>
            </tr>
            <tr>
              <td align="right">24</td>
              <td align="left">Reserved for AEDSA</td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental algorithm</td>
            </tr>
          </tbody>
        </table>
        <t>Implementations MUST implement RSA (1) and ECDSA (19) for signatures,
and RSA (1) and ECDH (18) for encryption.  Implementations SHOULD
implement EdDSA (22) keys.</t>
        <t>RSA Encrypt-Only (2) and RSA Sign-Only (3) are deprecated and SHOULD
NOT be generated, but may be interpreted.  See <xref target="rsa" format="default"/>.  See
<xref target="reserved-algorithm-numbers" format="default"/> for notes on Elgamal Encrypt or Sign
(20), and X9.42 (21).  Implementations MAY implement any other
algorithm.</t>
        <t>Note that implementations conforming to previous versions of this
standard (RFC-4880) have DSA (17) and Elgamal (16) as its only
MUST-implement algorithm.</t>
        <t>A compatible specification of ECDSA is given in <xref target="RFC6090" format="default"/> as "KT-I
Signatures" and in <xref target="SEC1" format="default"/>; ECDH is defined in <xref target="ec-dh-algorithm-ecdh" format="default"/>
this document.</t>
      </section>
      <section anchor="ecc-curve-oid" numbered="true" toc="default">
        <name>ECC Curve OID</name>
        <t>The parameter curve OID is an array of octets that define a named
curve.  The table below specifies the exact sequence of bytes for each
named curve referenced in this document:</t>
        <table align="center">
          <thead>
            <tr>
              <th align="left">ASN.1 Object Identifier</th>
              <th align="left">OID len</th>
              <th align="left">Curve OID bytes in hexadecimal representation</th>
              <th align="left">Curve name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1.2.840.10045.3.1.7</td>
              <td align="left">8</td>
              <td align="left">2A 86 48 CE 3D 03 01 07</td>
              <td align="left">NIST P-256</td>
            </tr>
            <tr>
              <td align="left">1.3.132.0.34</td>
              <td align="left">5</td>
              <td align="left">2B 81 04 00 22</td>
              <td align="left">NIST P-384</td>
            </tr>
            <tr>
              <td align="left">1.3.132.0.35</td>
              <td align="left">5</td>
              <td align="left">2B 81 04 00 23</td>
              <td align="left">NIST P-521</td>
            </tr>
            <tr>
              <td align="left">1.3.36.3.3.2.8.1.1.7</td>
              <td align="left">9</td>
              <td align="left">2B 24 03 03 02 08 01 01 07</td>
              <td align="left">brainpoolP256r1</td>
            </tr>
            <tr>
              <td align="left">1.3.36.3.3.2.8.1.1.13</td>
              <td align="left">9</td>
              <td align="left">2B 24 03 03 02 08 01 01 0D</td>
              <td align="left">brainpoolP512r1</td>
            </tr>
            <tr>
              <td align="left">1.3.6.1.4.1.11591.15.1</td>
              <td align="left">9</td>
              <td align="left">2B 06 01 04 01 DA 47 0F 01</td>
              <td align="left">Ed25519</td>
            </tr>
            <tr>
              <td align="left">1.3.6.1.4.1.3029.1.5.1</td>
              <td align="left">10</td>
              <td align="left">2B 06 01 04 01 97 55 01 05 01</td>
              <td align="left">Curve25519</td>
            </tr>
          </tbody>
        </table>
        <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>
      </section>
      <section anchor="symmetric-key-algorithms" numbered="true" toc="default">
        <name>Symmetric-Key Algorithms</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Algorithm</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0</td>
              <td align="left">Plaintext or unencrypted data</td>
            </tr>
            <tr>
              <td align="right">1</td>
              <td align="left">IDEA <xref target="IDEA" format="default"/></td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">TripleDES (DES-EDE, <xref target="SCHNEIER" format="default"/> <xref target="HAC" format="default"/> - 168 bit key derived from 192)</td>
            </tr>
            <tr>
              <td align="right">3</td>
              <td align="left">CAST5 (128 bit key, as per <xref target="RFC2144" format="default"/>)</td>
            </tr>
            <tr>
              <td align="right">4</td>
              <td align="left">Blowfish (128 bit key, 16 rounds) <xref target="BLOWFISH" format="default"/></td>
            </tr>
            <tr>
              <td align="right">5</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="right">6</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="right">7</td>
              <td align="left">AES with 128-bit key <xref target="AES" format="default"/></td>
            </tr>
            <tr>
              <td align="right">8</td>
              <td align="left">AES with 192-bit key</td>
            </tr>
            <tr>
              <td align="right">9</td>
              <td align="left">AES with 256-bit key</td>
            </tr>
            <tr>
              <td align="right">10</td>
              <td align="left">Twofish with 256-bit key <xref target="TWOFISH" format="default"/></td>
            </tr>
            <tr>
              <td align="right">11</td>
              <td align="left">Camellia with 128-bit key <xref target="RFC3713" format="default"/></td>
            </tr>
            <tr>
              <td align="right">12</td>
              <td align="left">Camellia with 192-bit key</td>
            </tr>
            <tr>
              <td align="right">13</td>
              <td align="left">Camellia with 256-bit key</td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental algorithm</td>
            </tr>
          </tbody>
        </table>
        <t>Implementations MUST implement AES-128.  Implementations SHOULD
implement AES-256.  Implementations that interoperate with RFC-4880
implementations need to support TripleDES and CAST5.  Implementations
that interoperate with PGP 2.6 or earlier need to support IDEA, as
that is the only symmetric cipher those versions use.  Implementations
MAY implement any other algorithm.</t>
      </section>
      <section anchor="compression-algorithms" numbered="true" toc="default">
        <name>Compression Algorithms</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Algorithm</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0</td>
              <td align="left">Uncompressed</td>
            </tr>
            <tr>
              <td align="right">1</td>
              <td align="left">ZIP <xref target="RFC1951" format="default"/></td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">ZLIB <xref target="RFC1950" format="default"/></td>
            </tr>
            <tr>
              <td align="right">3</td>
              <td align="left">BZip2 <xref target="BZ2" format="default"/></td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental algorithm</td>
            </tr>
          </tbody>
        </table>
        <t>Implementations MUST implement uncompressed data.  Implementations
SHOULD implement ZLIB.  For interoperability reasons implementations
SHOULD be able to decompress using ZIP.  Implementations MAY implement
any other algorithm.</t>
      </section>
      <section anchor="hash-algorithms" numbered="true" toc="default">
        <name>Hash Algorithms</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Algorithm</th>
              <th align="left">Text Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">1</td>
              <td align="left">MD5 <xref target="HAC" format="default"/></td>
              <td align="left">"MD5"</td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">SHA-1 <xref target="FIPS180" format="default"/></td>
              <td align="left">"SHA1"</td>
            </tr>
            <tr>
              <td align="right">3</td>
              <td align="left">RIPE-MD/160 <xref target="HAC" format="default"/></td>
              <td align="left">"RIPEMD160"</td>
            </tr>
            <tr>
              <td align="right">4</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="right">5</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="right">6</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="right">7</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="right">8</td>
              <td align="left">SHA2-256 <xref target="FIPS180" format="default"/></td>
              <td align="left">"SHA256"</td>
            </tr>
            <tr>
              <td align="right">9</td>
              <td align="left">SHA2-384 <xref target="FIPS180" format="default"/></td>
              <td align="left">"SHA384"</td>
            </tr>
            <tr>
              <td align="right">10</td>
              <td align="left">SHA2-512 <xref target="FIPS180" format="default"/></td>
              <td align="left">"SHA512"</td>
            </tr>
            <tr>
              <td align="right">11</td>
              <td align="left">SHA2-224 <xref target="FIPS180" format="default"/></td>
              <td align="left">"SHA224"</td>
            </tr>
            <tr>
              <td align="right">12</td>
              <td align="left">SHA3-256 <xref target="FIPS202" format="default"/></td>
              <td align="left">"SHA3-256"</td>
            </tr>
            <tr>
              <td align="right">13</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="right">14</td>
              <td align="left">SHA3-512 <xref target="FIPS202" format="default"/></td>
              <td align="left">"SHA3-512"</td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental algorithm</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>Implementations MUST implement SHA2-256.  Implementations MAY implement
other algorithms.  Implementations SHOULD NOT create messages which
require the use of SHA-1 with the exception of computing version 4 key
fingerprints and for purposes of the MDC packet.  Implementations
SHOULD NOT use MD5 or RIPE-MD/160.</t>
      </section>
      <section anchor="aead-algorithms" numbered="true" toc="default">
        <name>AEAD Algorithms</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Algorithm</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">1</td>
              <td align="left">EAX <xref target="EAX" format="default"/></td>
            </tr>
            <tr>
              <td align="right">2</td>
              <td align="left">OCB <xref target="RFC7253" format="default"/></td>
            </tr>
            <tr>
              <td align="right">100-110</td>
              <td align="left">Private/Experimental algorithm</td>
            </tr>
          </tbody>
        </table>
        <t>Implementations MUST implement EAX.  Implementations MAY implement
OCB and other algorithms.</t>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>OpenPGP is highly parameterized, and consequently there are a number
of considerations for allocating parameters for extensions.  This
section describes how IANA should look at extensions to the protocol
as described in this document.</t>
      <t>{ FIXME: Also add forward references, like
  "The list of S2K specifier types is maintained by IANA as described in
   Section 10." }</t>
      <section anchor="new-string-to-key-specifier-types" numbered="true" toc="default">
        <name>New 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="string-to-key-s2k-specifier-types" format="default"/>.  Adding a new S2K specifier
MUST be done through the SPECIFICATION REQUIRED method, as described
in <xref target="RFC8126" format="default"/>.</t>
      </section>
      <section anchor="new-packets" numbered="true" toc="default">
        <name>New Packets</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" format="default"/>.  Adding a new packet type MUST be done
through the RFC REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        <section anchor="user-attribute-types" numbered="true" toc="default">
          <name>User Attribute Types</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-tag-17" format="default"/>.  Adding a new User
Attribute type MUST be done through the SPECIFICATION REQUIRED method,
as described in <xref target="RFC8126" format="default"/>.</t>
          <t>This document requests that IANA register the User ID Attribute Type
found in <xref target="user-id-attribute-subpacket" format="default"/>:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">Value</th>
                <th align="left">Attribute</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">1</td>
                <td align="left">Image</td>
                <td align="left">This Document</td>
              </tr>
              <tr>
                <td align="right">TBD1</td>
                <td align="left">User ID</td>
                <td align="left">This Document</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="image-format-subpacket-types" numbered="true" toc="default">
          <name>Image Format Subpacket Types</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="the-image-attribute-subpacket" format="default"/>.  Adding a new Image Attribute
subpacket type MUST be done through the SPECIFICATION REQUIRED method,
as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
        <section anchor="new-signature-subpackets" numbered="true" toc="default">
          <name>New 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-specification" format="default"/>.
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-specification" format="default"/>.  Adding a new Signature
subpacket MUST be done through the SPECIFICATION REQUIRED method, as
described in <xref target="RFC8126" format="default"/>.</t>
          <section anchor="signature-notation-data-subpackets" numbered="true" toc="default">
            <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 Signature Notation Data type, the
name of the Signature Notation Data, its allowed values, and a
reference to the defining specification.  The initial values for this
registry can be found in <xref target="notation-data" format="default"/>.  Adding a new Signature
Notation Data subpacket MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
            <t>This document requests IANA register the following Signature
Notation Data types:</t>
            <table align="center">
              <thead>
                <tr>
                  <th align="left">Allowed Values</th>
                  <th align="left">Name</th>
                  <th align="left">Type</th>
                  <th align="left">Reference</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">A String</td>
                  <td align="left">charset</td>
                  <td align="left">Character Set</td>
                  <td align="left">This Doc <xref target="the-charset-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">manu</td>
                  <td align="left">Manufacturer Name</td>
                  <td align="left">This Doc <xref target="the-manu-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">make</td>
                  <td align="left">Product Make</td>
                  <td align="left">This Doc <xref target="the-make-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">model</td>
                  <td align="left">Product Model</td>
                  <td align="left">This Doc <xref target="the-model-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">prodid</td>
                  <td align="left">Product ID</td>
                  <td align="left">This Doc <xref target="the-prodid-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">pvers</td>
                  <td align="left">Product Version</td>
                  <td align="left">This Doc <xref target="the-pvers-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">lot</td>
                  <td align="left">Product Lot Number</td>
                  <td align="left">This Doc <xref target="the-lot-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Decimal Integer String</td>
                  <td align="left">qty</td>
                  <td align="left">Package Quantity</td>
                  <td align="left">This Doc <xref target="the-qty-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">A geo: URI without the "geo:"</td>
                  <td align="left">loc</td>
                  <td align="left">Current Geolocation Latitude/Longitude</td>
                  <td align="left">This Doc <xref target="the-loc-and-dest-notations" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">A geo: URI without the "geo:"</td>
                  <td align="left">dest</td>
                  <td align="left">Destination Geolocation Latitude/Longitude</td>
                  <td align="left">This Doc <xref target="the-loc-and-dest-notations" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Hash Notation data</td>
                  <td align="left">hash</td>
                  <td align="left">The Hash of external data</td>
                  <td align="left">This Doc <xref target="the-hash-notation" format="default"/></td>
                </tr>
              </tbody>
            </table>
          </section>
          <section anchor="signature-notation-data-subpacket-notation-flags" numbered="true" toc="default">
            <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",
"Description", "Security Recommended", "Interoperability Recommended",
and "Reference".  The initial values for this registry can be found in
<xref target="notation-data" format="default"/>.  Adding a new item MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="key-server-preference-extensions" numbered="true" toc="default">
            <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" format="default"/>.
Adding a new key server preference MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="key-flags-extensions" numbered="true" toc="default">
            <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" format="default"/>.  Adding a
new key usage flag MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="reason-for-revocation-extensions" numbered="true" toc="default">
            <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" format="default"/>.  Adding a new feature flag MUST be done
through the SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="implementation-features" numbered="true" toc="default">
            <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" format="default"/>.  Adding a
new feature-implementation flag MUST be done through the SPECIFICATION
REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
            <t>Also see <xref target="meta-considerations-for-expansion" format="default"/> for more information
about when feature flags are needed.</t>
          </section>
        </section>
        <section anchor="new-packet-versions" numbered="true" toc="default">
          <name>New 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" format="default"/>.  Adding a new packet version MUST
be done through the RFC REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
      </section>
      <section anchor="new-algorithms" numbered="true" toc="default">
        <name>New Algorithms</name>
        <t><xref target="constants" format="default"/> 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 OpenPGP-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-1" numbered="true" toc="default">
          <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="public-key-algorithms" format="default"/>.
Adding a new public-key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          <t>This document requests IANA register the following new public-key algorithm:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">ID</th>
                <th align="left">Algorithm</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">22</td>
                <td align="left">EdDSA public key algorithm</td>
                <td align="left">This doc, <xref target="eddsa" format="default"/></td>
              </tr>
              <tr>
                <td align="right">23</td>
                <td align="left">Reserved for AEDH</td>
                <td align="left">This doc</td>
              </tr>
              <tr>
                <td align="right">24</td>
                <td align="left">Reserved for AEDSA</td>
                <td align="left">This doc</td>
              </tr>
            </tbody>
          </table>
          <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.  A higher
    number is also an indication for a newer algorithm.  As of now
    22 is the next free number.]</t>
        </section>
        <section anchor="symmetric-key-algorithms-1" numbered="true" toc="default">
          <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-key-algorithms" format="default"/>.
Adding a new symmetric-key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
        <section anchor="hash-algorithms-1" numbered="true" toc="default">
          <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-algorithms" format="default"/> for the algorithm identifiers and text names, and
<xref target="ecc-curve-oid" format="default"/> for the OIDs and expanded signature prefixes.  Adding a
new hash algorithm MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
          <t>This document requests IANA register the following hash algorithms:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">ID</th>
                <th align="left">Algorithm</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">12</td>
                <td align="left">SHA3-256</td>
                <td align="left">This doc</td>
              </tr>
              <tr>
                <td align="right">13</td>
                <td align="left">Reserved</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="right">14</td>
                <td align="left">SHA3-512</td>
                <td align="left">This doc</td>
              </tr>
            </tbody>
          </table>
          <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-1" numbered="true" toc="default">
          <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-algorithms" format="default"/>.
 Adding a new compression key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="packet-composition" numbered="true" toc="default">
      <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>
      <section anchor="transferable-public-keys" numbered="true" toc="default">
        <name>Transferable Public Keys</name>
        <t>OpenPGP users may transfer public keys.  The essential elements of a
transferable public key are as follows:</t>
        <ul spacing="normal">
          <li>One Public-Key packet</li>
          <li>Zero or more revocation signatures</li>
          <li>Zero or more User ID packets</li>
          <li>After each User ID packet, zero or more Signature packets
(certifications and attestation key signatures)</li>
          <li>Zero or more User Attribute packets</li>
          <li>After each User Attribute packet, zero or more Signature packets
(certifications and attestation key signatures)</li>
          <li>Zero or more Subkey packets</li>
          <li>After each Subkey packet, one Signature packet, plus optionally a
revocation</li>
        </ul>
        <t>The Public-Key packet occurs first.  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 SHOULD 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.
Intermixed with these certifications may be Attestation Key Signature
packets issued by the primary key over the same User ID and Public Key
packet. The most recent of these is used to attest to third-party
certifications over the associated 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 signature-only key.  However, any V4 or
V5 key may have subkeys, and the subkeys may be encryption-only keys,
signature-only keys, or general-purpose keys. V3 keys MUST NOT have
subkeys.</t>
        <t>Each Subkey packet MUST 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 MUST
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>Transferable public-key packet sequences may be concatenated to allow
transferring multiple public keys in one operation.</t>
      </section>
      <section anchor="transferable-secret-keys" numbered="true" toc="default">
        <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 are used instead of the public
key and public-subkey packets.  Implementations SHOULD 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 MAY choose to omit the self-signatures,
especially if a transferable public key accompanies the transferable
secret key.</t>
      </section>
      <section anchor="openpgp-messages" numbered="true" toc="default">
        <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>
        <artwork name="" type="" align="left" alt=""><![CDATA[
OpenPGP Message :- Encrypted Message | Signed Message |
                   Compressed Message | Literal Message.

Compressed Message :- Compressed Data Packet.

Literal Message :- Literal Data Packet.

ESK :- Public-Key Encrypted Session Key Packet |
       Symmetric-Key Encrypted Session Key Packet.

ESK Sequence :- ESK | ESK Sequence, ESK.

Encrypted Data :- Symmetrically Encrypted Data Packet |
    Symmetrically Encrypted Integrity Protected Data Packet

Encrypted Message :- Encrypted Data | ESK Sequence, Encrypted Data.

One-Pass Signed Message :- One-Pass Signature Packet,
            OpenPGP Message, Corresponding Signature Packet.

Signed Message :- Signature Packet, OpenPGP Message |
                  One-Pass Signed Message.
]]></artwork>
        <t>In addition, decrypting a Symmetrically Encrypted Data packet or a
Symmetrically Encrypted Integrity Protected Data packet as well as
decompressing a Compressed Data packet must yield a valid OpenPGP
Message.</t>
      </section>
      <section anchor="detached-signatures" numbered="true" toc="default">
        <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 a Signature packet stored separately from the
data for which they are a signature.</t>
      </section>
    </section>
    <section anchor="enhanced-key-formats" numbered="true" toc="default">
      <name>Enhanced Key Formats</name>
      <section anchor="key-structures" numbered="true" toc="default">
        <name>Key Structures</name>
        <t>The format of an OpenPGP V3 key is as follows.  Entries in square
brackets are optional and ellipses indicate repetition.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
RSA Public Key
   [Revocation Self Signature]
    User ID [Signature ...]
   [User ID [Signature ...] ...]
]]></artwork>
        <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 MUST NOT
generate new V3 keys, but MAY continue to use existing ones.</t>
        <t>The format of an OpenPGP V4 key that uses multiple public keys is
similar except that the other keys are added to the end as "subkeys"
of the primary key.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Primary-Key
   [Revocation Self Signature]
   [Direct Key Signature...]
   [User ID [Signature ...] ...]
   [User Attribute [Signature ...] ...]
   [[Subkey [Binding-Signature-Revocation]
           Primary-Key-Binding-Signature] ...]
]]></artwork>
        <t>A subkey always has a single signature after it that is issued using
the primary key to tie the two keys together.  This binding signature
may be in either V3 or V4 format, but SHOULD be V4.  Subkeys that can
issue signatures MUST have a V4 binding signature due to the REQUIRED
embedded primary key binding signature.</t>
        <t>In the above diagram, if the binding signature of a subkey has been
revoked, the revoked key may be removed, leaving only one key.</t>
        <t>In a V4 key, the primary key SHOULD be a key capable of
certification.  There are cases, such as device certificates, where
the primary key may not be capable of certification. A primary key
capable of making signatures SHOULD be accompanied by either a
certification signature (on a User ID or User Attribute) or a
signature directly on the key.</t>
        <t>Implementations SHOULD accept encryption-only primary keys without a
signature.  It also SHOULD allow importing any key accompanied either by
a certification signature or a signature on itself.  It MAY accept
signature-capable primary keys without an accompanying signature.</t>
        <t>The subkeys may be keys of any other type.  There may be
other constructions of V4 keys, too.  For example, there may be a
single-key RSA key in V4 format, a DSA primary key with an RSA
encryption key, or RSA primary key with an Elgamal subkey, etc.</t>
        <t>It is also possible to have a signature-only subkey.  This permits a
primary key that collects certifications (key signatures), but is used
only for certifying subkeys that are used for encryption and
signatures.</t>
      </section>
      <section anchor="key-ids-and-fingerprints" numbered="true" toc="default">
        <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 a DSA key:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
a.1) 0x99 (1 octet)

a.2) two-octet scalar octet count of (b)-(e)

b) version number = 4 (1 octet);

c) timestamp of key creation (4 octets);

d) algorithm (1 octet): 17 = DSA (example);

e) Algorithm-specific fields.

Algorithm-Specific Fields for DSA keys (example):

e.1) MPI of DSA prime p;

e.2) MPI of DSA group order q (q is a prime divisor of p-1);

e.3) MPI of DSA group generator g;

e.4) MPI of DSA public-key value y (= g**x mod p where x is secret).
]]></artwork>
        <t>A V5 fingerprint is the 256-bit SHA2-256 hash of the octet 0x9A, 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 a DSA key:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
a.1) 0x9A (1 octet)

a.2) four-octet scalar octet count of (b)-(f)

b) version number = 5 (1 octet);

c) timestamp of key creation (4 octets);

d) algorithm (1 octet): 17 = DSA (example);

e) four-octet scalar octet count for the following key material;

f) algorithm-specific fields.

Algorithm-Specific Fields for DSA keys (example):

f.1) MPI of DSA prime p;

f.2) MPI of DSA group order q (q is a prime divisor of p-1);

f.3) MPI of DSA group generator g;

f.4) MPI of DSA public-key value y (= g**x mod p where x
     is secret).
]]></artwork>
        <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 V5 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 (V3 and V4 key) or
0x9A (V5 key) as the first octet (even though this is not a valid
packet ID for a public subkey).</t>
      </section>
    </section>
    <section anchor="elliptic-curve-cryptography" numbered="true" toc="default">
      <name>Elliptic Curve Cryptography</name>
      <t>This section descripes algorithms and parameters used with Elliptic
Curve Cryptography (ECC) keys.  A thorough introduction to ECC can be
found in <xref target="KOBLITZ" format="default"/>.</t>
      <section anchor="supported-ecc-curves" numbered="true" toc="default">
        <name>Supported ECC Curves</name>
        <t>This document references five named prime field curves, defined in
<xref target="FIPS186" format="default"/> as "Curve P-256", "Curve P-384", and "Curve P-521"; and
defined in <xref target="RFC5639" format="default"/> as "brainpoolP256r1", and "brainpoolP512r1".
Further curve "Curve25519", defined in <xref target="RFC7748" format="default"/> is referenced
for use with Ed25519 (EdDSA signing) and X25519 (encryption).</t>
        <t>The named curves are referenced as a sequence of bytes in this
document, called throughout, curve OID.  <xref target="ecc-curve-oid" format="default"/> describes
in detail how this sequence of bytes is formed.</t>
      </section>
      <section anchor="ecdsa-and-ecdh-conversion-primitives" numbered="true" toc="default">
        <name>ECDSA and ECDH Conversion Primitives</name>
        <t>This document defines the uncompressed point format for ECDSA and ECDH
and a custom compression format for certain curves. The point is
encoded in the Multiprecision Integer (MPI) format.</t>
        <t>For an uncompressed point the content of the MPI is:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
B = 04 || x || y
]]></artwork>
        <t>where x and y are coordinates of the point P = (x, y), each 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
that is rounded up to the nearest 8-bit boundary.  This encoding is
compatible with the definition given in <xref target="SEC1" format="default"/>.</t>
        <t>For a custom compressed point the content of the MPI is:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
B = 40 || x
]]></artwork>
        <t>where x is the x coordinate of the point P encoded to the rules
defined for the specified curve.  This format is used for ECDH keys
based on curves expressed in Montgomery form.</t>
        <t>Therefore, the exact size of the MPI payload is 515 bits for "Curve
P-256", 771 for "Curve P-384", 1059 for "Curve P-521", and 263 for
Curve25519.</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 SHALL NOT appear in data structures defined in this
document.</t>
        <t>If other conversion methods are defined in the future, a compliant
application MUST NOT use a new format when in doubt that any recipient
can support it.  Consider, for example, that while both the public key
and the per-recipient ECDH data structure, respectively defined in
<xref target="algorithm-specific-part-for-ecdh-keys" format="default"/> and
<xref target="public-key-encrypted-session-key-packets-tag-1" format="default"/>, contain an
encoded point field, the format changes to the field in
<xref target="public-key-encrypted-session-key-packets-tag-1" format="default"/> only affect a
given recipient of a given message.</t>
      </section>
      <section anchor="eddsa-point-format" numbered="true" toc="default">
        <name>EdDSA Point Format</name>
        <t>The EdDSA algorithm defines a specific point compression format.  To
indicate the use of this compression format and to make sure that the
key can be represented in the Multiprecision Integer (MPI) format the
octet string specifying the point is prefixed with the octet 0x40.
This encoding is an extension of the encoding given in <xref target="SEC1" format="default"/> which
uses 0x04 to indicate an uncompressed point.</t>
        <t>For example, the length of a public key for the curve Ed25519 is 263
bit: 7 bit to represent the 0x40 prefix octet and 32 octets for the
native value of the public key.</t>
      </section>
      <section anchor="key-derivation-function" numbered="true" toc="default">
        <name>Key Derivation Function</name>
        <t>A key derivation function (KDF) is necessary to implement the EC
encryption.  The Concatenation Key Derivation Function (Approved
Alternative 1) <xref target="SP800-56A" format="default"/> with the KDF hash function that is
SHA2-256 <xref target="FIPS180" format="default"/> or stronger is REQUIRED.  See
<xref target="compatibility-profiles" format="default"/> for the details regarding the choice of
the hash function.</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" format="default"/> is the
normative source of the definition.</t>
        <artwork name="" type="" align="left" alt=""><![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>
        <t>Note that ZB in the KDF description above is the compact
representation of X, defined in Section 4.2 of <xref target="RFC6090" format="default"/>.</t>
      </section>
      <section anchor="ec-dh-algorithm-ecdh" numbered="true" toc="default">
        <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" format="default"/>
MUST be implemented with the following restrictions: the ECC CDH
primitive employed by this method is modified to always assume the
cofactor as 1, the KDF specified in <xref target="key-derivation-function" format="default"/> 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, compatible with the
definition of the OtherInfo bitstring <xref target="SP800-56A" format="default"/>:</t>
        <ul spacing="normal">
          <li>
            <t>a variable-length field containing a curve OID, formatted as
follows:  </t>
            <ul spacing="normal">
              <li>a one-octet size of the following field</li>
              <li>the octets representing a curve OID, defined in <xref target="ecc-curve-oid" format="default"/></li>
            </ul>
          </li>
          <li>a one-octet public key algorithm ID defined in <xref target="public-key-algorithms" format="default"/></li>
          <li>
            <t>a variable-length field containing KDF parameters, identical to
the corresponding field in the ECDH public key, formatted as
follows:  </t>
            <ul spacing="normal">
              <li>a one-octet size of the following fields; values 0 and 0xff
are reserved for future extensions</li>
              <li>a one-octet value 01, reserved for future extensions</li>
              <li>a one-octet hash function ID used with the KDF</li>
              <li>a one-octet algorithm ID for the symmetric algorithm used to
wrap the symmetric key for message encryption; see
<xref target="ec-dh-algorithm-ecdh" format="default"/> for details</li>
            </ul>
          </li>
          <li>20 octets representing the UTF-8 encoding of the string
"Anonymous Sender    ", 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</li>
          <li>20 octets representing a recipient encryption subkey or a master
key fingerprint, identifying the key material that is needed for
the decryption.  For version 5 keys the 20 leftmost octets of the
fingerprint are used.</li>
        </ul>
        <t>The size of the KDF parameters sequence, defined above, is either 54
for the NIST curve P-256, 51 for the curves P-384 and P-521, or
56 for Curve25519.</t>
        <t>The key wrapping method is described in <xref target="RFC3394" format="default"/>.  KDF produces a
symmetric key that is used as a key-encryption key (KEK) as specified
in <xref target="RFC3394" format="default"/>.  Refer to <xref target="security-considerations" format="default"/> for the
details regarding the choice of the KEK algorithm, which SHOULD be one
of three AES algorithms.  Key wrapping and unwrapping is performed
with the default initial value of <xref target="RFC3394" format="default"/>.</t>
        <t>The input to the key wrapping method is the value "m" derived from the
session key, as described in
<xref target="public-key-encrypted-session-key-packets-tag-1" format="default"/>, "Public-Key
Encrypted Session Key Packets (Tag 1)", except that the PKCS #1.5
padding step is omitted.  The result is padded using the method
described in <xref target="PKCS5" format="default"/> to the 8-byte granularity.  For example, 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>
        <artwork name="" type="" align="left" alt=""><![CDATA[
09 k0 k1 ... k31 c0 c1 05 05 05 05 05
]]></artwork>
        <t>The octets c0 and c1 above denote the checksum.  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 MAY use 21, 13, and 5 bytes 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 fields:</t>
        <ul spacing="normal">
          <li>a one-octet encoding the size in octets of the result of the key
wrapping method; the value 255 is reserved for future extensions;</li>
          <li>up to 254 octets representing the result of the key wrapping
method, applied to the 8-byte padded session key, as described
above.</li>
        </ul>
        <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 the size obfuscation is used.</t>
        <t>For convenience, the synopsis of the encoding method is given below;
however, this section, <xref target="SP800-56A" format="default"/>, and <xref target="RFC3394" format="default"/> are the
normative sources of the definition.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Obtain the authenticated recipient public key R
Generate an ephemeral key pair {v, V=vG}
Compute the shared point S = vR;
m = symm_alg_ID || session key || checksum || pkcs5_padding;
curve_OID_len = (byte)len(curve_OID);
Param = curve_OID_len || curve_OID || public_key_alg_ID || 03
|| 01 || KDF_hash_ID || KEK_alg_ID for AESKeyWrap || "Anonymous
Sender    " || recipient_fingerprint;
Z_len = the key size for the KEK_alg_ID used with AESKeyWrap
Compute Z = KDF( S, Z_len, Param );
Compute C = AESKeyWrap( Z, m ) as per [RFC3394]
VB = convert point V to the octet string
Output (MPI(VB) || len(C) || C).
]]></artwork>
        <t>The decryption is the inverse of the method given.  Note that the
recipient obtains the shared secret by calculating</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
S = rV = rvG, where (r,R) is the recipient's key pair.
]]></artwork>
        <t>Consistent with <xref target="aead-encrypted-data-packet-tag-20" format="default"/>, "AEAD
Encrypted Data Packet (Tag 20)" and
<xref target="sym-encrypted-integrity-protected-data-packet-tag-18" format="default"/>,
"Sym. Encrypted Integrity Protected Data Packet (Tag 18)", AEAD
encryption or a Modification Detection Code (MDC) MUST be used anytime
the symmetric key is protected by ECDH.</t>
      </section>
    </section>
    <section anchor="notes-on-algorithms" numbered="true" toc="default">
      <name>Notes on Algorithms</name>
      <section anchor="pkcs1-encoding-in-openpgp" numbered="true" toc="default">
        <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="RFC3447" format="default"/>.  RFC 3447
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" numbered="true" toc="default">
          <name>EME-PKCS1-v1_5-ENCODE</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Input:

k = the length in octets of the key modulus.

M = message to be encoded, an octet string of length mLen,
    where mLen <= k - 11.

Output:

EM = encoded message, an octet string of length k.

Error: "message too long".

 1. Length checking: If mLen > k - 11, output "message too long"
    and stop.

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

 3. Concatenate PS, the message M, and other padding to form an
    encoded message EM of length k octets as

    EM = 0x00 || 0x02 || PS || 0x00 || M.

 4. Output EM.
]]></artwork>
        </section>
        <section anchor="eme-pkcs1-v15-decode" numbered="true" toc="default">
          <name>EME-PKCS1-v1_5-DECODE</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Input:

EM = encoded message, an octet string

Output:

M = message, an octet string,

Error: "decryption error",
]]></artwork>
          <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>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 EM = 0x00 || 0x02 || PS || 0x00 || M.
]]></artwork>
          <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 the security note in <xref target="security-considerations" format="default"/>
regarding differences in reporting between a decryption error and a
padding error.</t>
        </section>
        <section anchor="emsa-pkcs1-v15" numbered="true" toc="default">
          <name>EMSA-PKCS1-v1_5</name>
          <t>This encoding method is deterministic and only has an encoding
operation.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Option:

Hash - a hash function in which hLen denotes the length in octets
       of the hash function output.

Input:

M = message to be encoded.

emLen = 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.

Output:

EM = encoded message, an octet string of length emLen.

Errors: "message too long";
        "intended encoded message length too short".
]]></artwork>
          <t>Steps:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 1. Apply the hash function to the message M to produce a hash
    value H:

    H = Hash(M).

    If the hash function outputs "message too long," output
    "message too long" and stop.

 2. Using the list in Section [](#version-3-signature-packet-format),
    "Version 3 Signature Packet Format", 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.

 3. If emLen < tLen + 11, output "intended encoded message length
    too short" and stop.

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

 5. Concatenate PS, the hash prefix T, and other padding to form
    the encoded message EM as

        EM = 0x00 || 0x01 || PS || 0x00 || T.

 6. Output EM.
]]></artwork>
        </section>
      </section>
      <section anchor="symmetric-algorithm-preferences" numbered="true" toc="default">
        <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 MUST-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 (RFC-4880) have TripleDES as its
only MUST-implement algorithm.</t>
        <t>An implementation MUST NOT 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
MUST-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 SHOULD decrypt the
message anyway, but MUST 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>
      <section anchor="other-algorithm-preferences" numbered="true" toc="default">
        <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" numbered="true" toc="default">
          <name>Compression Preferences</name>
          <t>Compression has been an integral part of PGP since its first days.
OpenPGP and all previous versions of PGP have offered compression.  In
this specification, the default is for messages to be compressed,
although an implementation is not required to do so.  Consequently, the
compression preference gives a way for a keyholder to request that
messages not be compressed, presumably because they are using a
minimal implementation that does not include
compression.  Additionally, this gives a keyholder a way to state that
it can support alternate algorithms.</t>
          <t>Like the algorithm preferences, an implementation MUST NOT use an
algorithm that is not in the preference vector.  If the preferences are
not present, then they are assumed to be [ZIP(1), Uncompressed(0)].</t>
          <t>Additionally, an implementation MUST implement this preference to the
degree of recognizing when to send an uncompressed message. A robust
implementation would satisfy this requirement by looking at the
recipient's preference and acting accordingly. A minimal
implementation can satisfy this requirement by never generating a
compressed message, since all implementations can handle messages that
have not been compressed.</t>
        </section>
        <section anchor="hash-algorithm-preferences" numbered="true" toc="default">
          <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 MUST-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="plaintext" numbered="true" toc="default">
        <name>Plaintext</name>
        <t>Algorithm 0, "plaintext", may only be used to denote secret keys that
are stored in the clear.  Implementations MUST NOT use plaintext in
Symmetrically Encrypted Data packets; they must use Literal Data
packets to encode unencrypted or literal data.</t>
      </section>
      <section anchor="rsa" numbered="true" toc="default">
        <name>RSA</name>
        <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 SHOULD NOT create
such a key, but MAY interpret it.</t>
        <t>An implementation SHOULD NOT implement RSA keys of size less than 1024
bits.</t>
      </section>
      <section anchor="dsa" numbered="true" toc="default">
        <name>DSA</name>
        <t>An implementation SHOULD NOT implement DSA keys of size less than 1024
bits.  It MUST NOT implement a DSA key with a q size of less than 160
bits.  DSA keys MUST also be a multiple of 64 bits, and the q size MUST
be a multiple of 8 bits.  The Digital Signature Standard (DSS)
<xref target="FIPS186" format="default"/> specifies that DSA be used in one of the following ways:</t>
        <ul spacing="normal">
          <li>1024-bit key, 160-bit q, SHA-1, SHA2-224, SHA2-256, SHA2-384, or
SHA2-512 hash</li>
          <li>2048-bit key, 224-bit q, SHA2-224, SHA2-256, SHA2-384, or SHA2-512
hash</li>
          <li>2048-bit key, 256-bit q, SHA2-256, SHA2-384, or SHA2-512 hash</li>
          <li>3072-bit key, 256-bit q, SHA2-256, SHA2-384, or SHA2-512 hash</li>
        </ul>
        <t>The above key and q size pairs were chosen to best balance the
strength of the key with the strength of the hash.  Implementations
SHOULD use one of the above key and q size pairs when generating DSA
keys.  If DSS compliance is desired, one of the specified SHA hashes
must be used as well. <xref target="FIPS186" format="default"/> is the ultimate authority on DSS, and
should be consulted for all questions of DSS compliance.</t>
        <t>Note that earlier versions of this standard only allowed a 160-bit q
with no truncation allowed, so earlier implementations may not be able
to handle signatures with a different q size or a truncated hash.</t>
      </section>
      <section anchor="elgamal" numbered="true" toc="default">
        <name>Elgamal</name>
        <t>An implementation SHOULD NOT implement Elgamal keys of size less than
1024 bits.</t>
      </section>
      <section anchor="eddsa" numbered="true" toc="default">
        <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 section <xref target="computing-signatures" format="default"/>, "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>
      </section>
      <section anchor="reserved-algorithm-numbers" numbered="true" toc="default">
        <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="public-key-algorithms" format="default"/>,
"Public-Key Algorithms", 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" format="default"/> signatures
with a public-key identifier of 20.  These are no longer permitted.  An
implementation MUST NOT generate such keys.  An implementation MUST NOT
generate Elgamal signatures.  See <xref target="BLEICHENBACHER" format="default"/>.</t>
      </section>
      <section anchor="openpgp-cfb-mode" numbered="true" toc="default">
        <name>OpenPGP CFB Mode</name>
        <t>OpenPGP does symmetric encryption using a variant of Cipher Feedback
mode (CFB mode).  This section describes the procedure it uses in
detail.  This mode is what is used for Symmetrically Encrypted Data
Packets; the mechanism used for encrypting secret-key material is
similar, and is described in the sections above.</t>
        <t>In the description below, the value BS is the block size in octets of
the cipher.  Most ciphers have a block size of 8 octets.  The AES and
Twofish have a block size of 16 octets.  Also note that the description
below assumes that the IV and CFB arrays start with an index of 1
(unlike the C language, which assumes arrays start with a zero index).</t>
        <t>OpenPGP CFB mode uses an initialization vector (IV) of all zeros, and
prefixes the plaintext with BS+2 octets of random data, such that
octets BS+1 and BS+2 match octets BS-1 and BS.  It does a CFB
resynchronization after encrypting those BS+2 octets.</t>
        <t>Thus, for an algorithm that has a block size of 8 octets (64 bits),
the IV is 10 octets long and octets 7 and 8 of the IV are the same as
octets 9 and 10.  For an algorithm with a block size of 16 octets (128
bits), the IV is 18 octets long, and octets 17 and 18 replicate octets
15 and
16.  Those extra two octets are an easy check for a correct key.</t>
        <t>Step by step, here is the procedure:</t>
        <ol spacing="normal" type="1">
          <li>The feedback register (FR) is set to the IV, which is all zeros.</li>
          <li>FR is encrypted to produce FRE (FR Encrypted).  This is the
encryption of an all-zero value.</li>
          <li>FRE is xored with the first BS octets of random data prefixed to
the plaintext to produce C[1] through C[BS], the first BS octets
of ciphertext.</li>
          <li>FR is loaded with C[1] through C[BS].</li>
          <li>FR is encrypted to produce FRE, the encryption of the first BS
octets of ciphertext.</li>
          <li>The left two octets of FRE get xored with the next two octets of
data that were prefixed to the plaintext.  This produces C[BS+1]
and C[BS+2], the next two octets of ciphertext.</li>
          <li>(The resynchronization step) FR is loaded with C[3] through
C[BS+2].</li>
          <li>FRE is xored with the first BS octets of the given plaintext, now
that we have finished encrypting the BS+2 octets of prefixed data.
This produces C[BS+3] through C[BS+(BS+2)], the next BS octets of
ciphertext.</li>
          <li>FR is encrypted to produce FRE.</li>
          <li>FR is loaded with C[BS+3] to C[BS + (BS+2)] (which is C11-C18 for
an 8-octet block).</li>
          <li>FR is encrypted to produce FRE.</li>
          <li>FRE is xored with the next BS octets of plaintext, to produce the
next BS octets of ciphertext.  These are loaded into FR, and the
process is repeated until the plaintext is used up.</li>
        </ol>
      </section>
      <section anchor="private-or-experimental-parameters" numbered="true" toc="default">
        <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" format="default"/> 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" format="default"/>.</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" numbered="true" toc="default">
        <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
SHOULD 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
SHOULD be rejected.</t>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <ul spacing="normal">
        <li>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.</li>
        <li>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.</li>
        <li>Certain operations in this specification involve the use of random
numbers.  An appropriate entropy source should be used to generate
these numbers (see <xref target="RFC4086" format="default"/>).</li>
        <li>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 MUST NOT generate new signatures using MD5
as a hash function.  They MAY continue to consider old signatures
that used MD5 as valid.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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" format="default"/> recommends the following list of
equivalent strengths:</li>
      </ul>
      <table align="center">
        <thead>
          <tr>
            <th align="right">Asymmetric key size</th>
            <th align="left">Hash size</th>
            <th align="left">Symmetric key size</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">1024</td>
            <td align="left">160</td>
            <td align="left">80</td>
          </tr>
          <tr>
            <td align="right">2048</td>
            <td align="left">224</td>
            <td align="left">112</td>
          </tr>
          <tr>
            <td align="right">3072</td>
            <td align="left">256</td>
            <td align="left">128</td>
          </tr>
          <tr>
            <td align="right">7680</td>
            <td align="left">384</td>
            <td align="left">192</td>
          </tr>
          <tr>
            <td align="right">15360</td>
            <td align="left">512</td>
            <td align="left">256</td>
          </tr>
        </tbody>
      </table>
      <ul spacing="normal">
        <li>
          <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.  </t>
          <t>
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>
        </li>
        <li>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.</li>
        <li>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.</li>
        <li>
          <t>In late summer 2002, Jallad, Katz, and Schneier published an
interesting attack on the OpenPGP protocol and some of its
implementations <xref target="JKS02" format="default"/>.  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 random oracle, and can often decrypt the message.  </t>
          <t>
Compressing data can ameliorate this attack.  The incorrectly
decrypted data nearly always decompresses in ways that defeat the
attack.  However, this is not a rigorous fix, and leaves open some
small vulnerabilities.  For example, if an implementation does not
compress a message before encryption (perhaps because it knows it
was already compressed), then that message is vulnerable.  Because of
this happenstance -- that modification attacks can be thwarted by
decompression errors -- an implementation SHOULD treat a
decompression error as a security problem, not merely a data
problem.  </t>
          <t>
This attack can be defeated by the use of modification detection,
provided that the implementation does not let the user naively
return the data to the attacker.  The modification detection is
prefereabble implemented by using the AEAD Encrypted Data Packet
and only if the recipients don't supports this by use of the
Symmmetric Encrypted and Integrity Protected Data Packet.  An
implementation MUST treat an authentication or MDC failure as a
security problem, not merely a data problem.  </t>
          <t>
In either case, the implementation SHOULD NOT allow the user
access to the erroneous data, and MUST warn the user as to
potential security problems should that data be returned to the
sender.  </t>
          <t>
While this attack is somewhat obscure, requiring a special set of
circumstances to create it, it is nonetheless quite serious as it
permits someone to trick a user to decrypt a message.  Consequently,
it is important that:  </t>
          <ol spacing="normal" type="1">
            <li>Implementers treat authentication errors, MDC errors,
decompression failures or no use of MDC or AEAD as security
problems.</li>
            <li>Implementers implement AEAD with all due speed and encourage
its spread.</li>
            <li>Users migrate to implementations that support AEAD
encryption with all due speed.</li>
          </ol>
        </li>
        <li>PKCS#1 has been found to be vulnerable to attacks in which a system
that reports errors in padding differently from errors in decryption
becomes a random oracle that can leak the private key in mere
millions of queries.  Implementations must be aware of this attack
and prevent it from happening.  The simplest solution is to report a
single error code for all variants of decryption errors so as not to
leak information to an attacker.</li>
        <li>Some technologies mentioned here may be subject to government
control in some countries.</li>
        <li>
          <t>In winter 2005, Serge Mister and Robert Zuccherato from Entrust
released a paper describing a way that the "quick check" in OpenPGP
CFB mode can be used with a random oracle to decrypt two octets of
every cipher block <xref target="MZ05" format="default"/>.  They recommend as prevention not using
the quick check at all.  </t>
          <t>
Many implementers have taken this advice to heart for any data that
is symmetrically encrypted and for which the session key is
public-key encrypted.  In this case, the quick check is not needed as
the public-key encryption of the session key should guarantee that
it is the right session key.  In other cases, the implementation
should use the quick check with care.  </t>
          <t>
On the one hand, there is a danger to using it if there is a random
oracle that can leak information to an attacker.  In plainer
language, there is a danger to using the quick check if timing
information about the check can be exposed to an attacker,
particularly via an automated service that allows rapidly repeated
queries.  </t>
          <t>
On the other hand, it is inconvenient to the user to be informed
that they typed in the wrong passphrase only after a petabyte of
data is decrypted.  There are many cases in cryptographic engineering
where the implementer must use care and wisdom, and this is one.</t>
        </li>
        <li>Refer to <xref target="FIPS186" format="default"/>, B.4.1, for the method to generate a
uniformly distributed ECC private key.</li>
        <li>
          <t>The curves proposed in this document correspond to the symmetric
key sizes 128 bits, 192 bits, and 256 bits, as described in the
table below.  This allows a compliant application to offer
balanced public key security, which is compatible with the
symmetric key strength for each AES algorithm defined here.  </t>
          <t>
The following table defines the hash and the symmetric encryption
algorithm that SHOULD be used with a given curve for ECDSA or ECDH.
A stronger hash algorithm or a symmetric key algorithm MAY be used
for a given ECC curve.  However, note that the increase in the
strength of the hash algorithm or the symmetric key algorithm may
not increase the overall security offered by the given ECC key.</t>
        </li>
      </ul>
      <table align="center">
        <thead>
          <tr>
            <th align="left">Curve name</th>
            <th align="left">ECC</th>
            <th align="left">RSA strength</th>
            <th align="left">Hash size strength, informative</th>
            <th align="left">Symmetric key size</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">NIST P-256</td>
            <td align="left">256</td>
            <td align="left">3072</td>
            <td align="left">256</td>
            <td align="left">128</td>
          </tr>
          <tr>
            <td align="left">NIST P-384</td>
            <td align="left">384</td>
            <td align="left">7680</td>
            <td align="left">384</td>
            <td align="left">192</td>
          </tr>
          <tr>
            <td align="left">NIST P-521</td>
            <td align="left">521</td>
            <td align="left">15360</td>
            <td align="left">512</td>
            <td align="left">256</td>
          </tr>
        </tbody>
      </table>
      <ul spacing="normal">
        <li>
          <t>Requirement levels indicated elsewhere in this document lead to the
following combinations of algorithms in the OpenPGP profile: MUST
implement NIST curve P-256 / SHA2-256 / AES-128, SHOULD implement
NIST curve P-521 / SHA2-512 / AES-256, MAY implement NIST curve
P-384 / SHA2-384 / AES-256, among other allowed combinations.  </t>
          <t>
Consistent with the table above, the following table defines the KDF
hash algorithm and the AES KEK encryption algorithm that SHOULD be
used with a given curve for ECDH.  A stronger KDF hash algorithm or
AES KEK algorithm MAY be used for a given ECC curve.</t>
        </li>
      </ul>
      <table align="center">
        <thead>
          <tr>
            <th align="left">Curve name</th>
            <th align="left">Recommended KDF hash algorithm</th>
            <th align="left">Recommended KEK encryption algorithm</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">NIST P-256</td>
            <td align="left">SHA2-256</td>
            <td align="left">AES-128</td>
          </tr>
          <tr>
            <td align="left">NIST P-384</td>
            <td align="left">SHA2-384</td>
            <td align="left">AES-192</td>
          </tr>
          <tr>
            <td align="left">NIST P-521</td>
            <td align="left">SHA2-512</td>
            <td align="left">AES-256</td>
          </tr>
        </tbody>
      </table>
      <ul spacing="normal">
        <li>
          <t>This document explicitly discourages the use of algorithms other
than AES as a KEK algorithm because backward compatibility of the
ECDH format is not a concern.  The KEK algorithm is only used within
the scope of a Public-Key Encrypted Session Key Packet, which
represents an ECDH key recipient of a message.  Compare this with
the algorithm used for the session key of the message, which MAY be
different from a KEK algorithm.  </t>
          <t>
Compliant applications SHOULD implement, advertise through key
preferences, and use the strongest algorithms specified in this
document.  </t>
          <t>
Note that the symmetric algorithm preference list may make it
impossible to use the balanced strength of symmetric key algorithms
for a corresponding public key.  For example, the presence of the
symmetric key algorithm IDs and their order in the key preference
list affects the algorithm choices available to the encoding side,
which in turn may make the adherence to the table above infeasible.
Therefore, compliance with this specification is a concern
throughout the life of the key, starting immediately after the key
generation when the key preferences are first added to a key.  It is
generally advisable to position a symmetric algorithm ID of strength
matching the public key at the head of the key preference list.  </t>
          <t>
Encryption to multiple recipients often results in an unordered
intersection subset.  For example, if the first recipient's set is
{A, B} and the second's is {B, A}, the intersection is an unordered
set of two algorithms, A and B.  In this case, a compliant
application SHOULD choose the stronger encryption algorithm.  </t>
          <t>
Resource constraints, such as limited computational power, is a
likely reason why an application might prefer to use the weakest
algorithm.  On the other side of the spectrum are applications that
can implement every algorithm defined in this document.  Most
applications are expected to fall into either of two categories.  A
compliant application in the second, or strongest, category SHOULD
prefer AES-256 to AES-192.  </t>
          <t>
SHA-1 MUST NOT be used with the ECDSA or the KDF in the ECDH method.  </t>
          <t>
MDC MUST be used when a symmetric encryption key is protected by
ECDH.  None of the ECC methods described in this document are
allowed with deprecated V3 keys.  A compliant application MUST only
use iterated and salted S2K to protect private keys, as defined in
<xref target="iterated-and-salted-s2k" format="default"/>, "Iterated and Salted S2K".  </t>
          <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 model, 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>
        </li>
        <li>Although technically possible, the EdDSA algorithm MUST NOT be
used with a digest algorithms weaker than SHA2-256.</li>
      </ul>
      <t>OpenPGP was designed with security in mind, with many smart,
intelligent people spending a lot of time thinking about the
ramifications of their decisions.  Removing the requirement for
self-certifying User ID (and User Attribute) packets on a key means
that someone could surreptitiously add an unwanted ID to a key and
sign it.  If enough "trusted" people sign that surreptitious identity
then other people might believe it.  The attack could wind up sending
encrypted mail destined for alice to some other target, bob, because
someone added "alice" to bob's key without bob's consent.</t>
      <t>In the case of device certificates the device itself does not have any
consent.  It is given an identity by the device manufacturer and the
manufacturer can insert that ID on the device certificate, signing it
with the manufacturer's key.  If another people wants to label the
device by another name, they can do so.  There is no harm in multiple
IDs, because the verification is all done based on who has signed
those IDs.</t>
      <t>When a key can self-sign, it is still suggested to self-certify IDs,
even if it no longer required by this modification to OpenPGP.  This
at least signals to recipients of keys that yes, the owner of this key
asserts that this identity belongs to herself.  Note, however, that
mallet could still assert that he is 'alice' and could even
self-certify that.  So the attack is not truly different.  Moreover,
in the case of device certificates, it's more the manufacturer than
the device that wants to assert an identity (even if the device could
self-certify).</t>
      <t>There is no signaling whether a key is using this looser-requirement
key format.  An attacker could therefore just remove the
self-signature off a published key.  However one would hope that wide
publication would result in another copy still having that signature
and it being returned quickly.  However, the lack of signaling also
means that a user with an application following RFC 4880 directly
would see a key following this specification as "broken" and may not
accept it.</t>
      <t>On a different note, including the "geo" notation could leak
information about where a signer is located.  However it is just an
assertion (albeit a signed assertion) so there is no verifiable truth
to the location information released.  Similarly, all the rest of the
signature notations are pure assertions, so they should be taken with
the trustworthiness of the signer.</t>
      <t>Combining the User ID with the User Attribute means that an ID and
image would not be separable.  For a person this is probably not good,
but for a device it's unlikely the image will change so it makes sense
to combine the ID and image into a single signed packet with a single
signature.</t>
    </section>
    <section anchor="compatibility-profiles" numbered="true" toc="default">
      <name>Compatibility Profiles</name>
      <section anchor="openpgp-ecc-profile" numbered="true" toc="default">
        <name>OpenPGP ECC Profile</name>
        <t>A compliant application MUST implement NIST curve P-256, SHOULD
implement NIST curve P-521, SHOULD implemend Ed25519, SHOULD implement
Curve25519, MAY implement NIST curve P-384, MAY implement
brainpoolP256r1, and MAY implement brainpoolP512r1,
as defined in <xref target="ecc-curve-oid" format="default"/>.  A compliant application MUST
implement SHA2-256 and SHOULD implement SHA2-384 and SHA2-512.  A
compliant application MUST implement AES-128 and SHOULD implement
AES-256.</t>
        <t>A compliant application SHOULD follow <xref target="security-considerations" format="default"/>
regarding the choice of the following algorithms for each curve:</t>
        <ul spacing="normal">
          <li>the KDF hash algorithm,</li>
          <li>the KEK algorithm,</li>
          <li>the message digest algorithm and the hash algorithm used in the
key certifications,</li>
          <li>the symmetric algorithm used for message encryption.</li>
        </ul>
        <t>It is recommended that the chosen symmetric algorithm for message
encryption be no less secure than the KEK algorithm.</t>
      </section>
      <section anchor="suite-b-profile" numbered="true" toc="default">
        <name>Suite-B Profile</name>
        <t>A subset of algorithms allowed by this document can be used to achieve
<xref target="SuiteB" format="default"/> compatibility.  The references to <xref target="SuiteB" format="default"/> in this
document are informative.  This document is primarily concerned with
format specification, leaving additional security restrictions
unspecified, such as matching the assigned security level of
information to authorized recipients or interoperability concerns
arising from fewer allowed algorithms in <xref target="SuiteB" format="default"/> than allowed by
this document.</t>
        <section anchor="security-strength-at-192-bits" numbered="true" toc="default">
          <name>Security Strength at 192 Bits</name>
          <t>To achieve the security strength of 192 bits, <xref target="SuiteB" format="default"/> requires
NIST curve P-384, AES-256, and SHA2-384.  The symmetric algorithm
restriction means that the algorithm of KEK used for key wrapping in
<xref target="ec-dh-algorithm-ecdh" format="default"/> and an OpenPGP session key used for message
encryption must be AES-256.  The hash algorithm restriction means that
the hash algorithms of KDF and the OpenPGP message digest calculation
must be SHA2-384.</t>
        </section>
        <section anchor="security-strength-at-128-bits" numbered="true" toc="default">
          <name>Security Strength at 128 Bits</name>
          <t>The set of algorithms in <xref target="security-strength-at-192-bits" format="default"/> is
extended to allow NIST curve P-256, AES-128, and SHA2-256.</t>
        </section>
      </section>
    </section>
    <section anchor="implementation-nits" numbered="true" toc="default">
      <name>Implementation Nits</name>
      <t>This section is a collection of comments to help an implementer,
particularly with an eye to backward compatibility.  Previous
implementations of PGP are not OpenPGP compliant.  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>
      <ul spacing="normal">
        <li>The IDEA algorithm is patented, and yet it is required for PGP 2
interoperability.  It is also the de-facto preferred algorithm for
a V3 key with a V3 self-signature (or no self- signature).</li>
        <li>When exporting a private key, PGP 2 generates the header
"BEGIN PGP SECRET KEY BLOCK" instead of "BEGIN PGP PRIVATE KEY
BLOCK".  All previous versions ignore the implied data type,
and look directly at the packet data type.</li>
        <li>PGP versions 2.0 through 2.5 generated V2 Public-Key packets.  These are
identical to the deprecated V3 keys except for the version
number.  An implementation MUST NOT generate them and may
accept or reject them as it sees fit.  Some older PGP versions
generated V2 PKESK packets (Tag 1) as well.  An implementation
may accept or reject V2 PKESK packets as it sees fit, and MUST
NOT generate them.</li>
        <li>PGP version 2.6 will not accept key-material packets with versions
greater than 3.</li>
        <li>There are many ways possible for two keys to have the same key
material, but different fingerprints (and thus Key IDs).
Perhaps the most interesting is an RSA key that has been
"upgraded" to V4 format, but 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.</li>
        <li>If an implementation is using zlib to interoperate with
PGP 2, then the "windowBits" parameter should be set to -13.</li>
        <li>The 0x19 back signatures were not required for signing subkeys
until relatively recently.  Consequently, there may be keys in
the wild that do not have these back signatures.  Implementing
software may handle these keys as it sees fit.</li>
        <li>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.  As of 2007 most implementations have an
upper bound of 4096 bits.</li>
        <li>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 "MUST" 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" format="default"/> already have a
requirement for ASCII armor so those implementations will
necessarily have support.</li>
        <li>The OCB mode is patented and a debate is still underway on whether
it can be included in RFC4880bis or needs to be moved to a
separate document.  For the sole purpose of experimenting with the
Preferred AEAD Algorithms signature subpacket it is has been
included in this I-D.</li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="AES" target="http://csrc.nist.gov/publications/fips/fips197/fips-197.{ps,pdf}">
          <front>
            <title>FIPS PUB 197, Advanced Encryption Standard (AES)</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2001" month="November"/>
          </front>
        </reference>
        <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>
            <seriesInfo name="Fast Software Encryption, Cambridge Security Workshop Proceedings" value="Springer-Verlag, 1994, pp191-204"/>
            <author initials="B." surname="Schneier">
              <organization/>
            </author>
            <date year="1993" month="December"/>
          </front>
        </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/>
            </author>
            <date year="2010"/>
          </front>
        </reference>
        <reference anchor="EAX">
          <front>
            <title>A Conventional Authenticated-Encryption Mode</title>
            <author initials="M." surname="Bellare">
              <organization/>
            </author>
            <author initials="P." surname="Rogaway">
              <organization/>
            </author>
            <author initials="D." surname="Wagner">
              <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>
            <seriesInfo name="IEEE Transactions on Information Theory" value="v. IT-31, n. 4, 1985, pp. 469-472"/>
            <author initials="T." surname="Elgamal">
              <organization/>
            </author>
            <date year="1985"/>
          </front>
        </reference>
        <reference anchor="FIPS180" target="http://dx.doi.org/10.6028/NIST.FIPS.180-4">
          <front>
            <title>Secure Hash Standard (SHS), FIPS 180-4</title>
            <author>
              <organization>National Institute of Standards and Technology, U.S. Department of Commerce</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
        </reference>
        <reference anchor="FIPS186" target="http://dx.doi.org/10.6028/NIST.FIPS.186-4">
          <front>
            <title>Digital Signature Standard (DSS), FIPS 186-4</title>
            <author>
              <organization>National Institute of Standards and Technology, U.S. Department of Commerce</organization>
            </author>
            <date year="2013" month="July"/>
          </front>
        </reference>
        <reference anchor="FIPS202" target="http://dx.doi.org/10.6028/NIST.FIPS.202">
          <front>
            <title>SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions, FIPS 202</title>
            <author>
              <organization>National Institute of Standards and Technology, U.S. Department of Commerce</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
        </reference>
        <reference anchor="HAC">
          <front>
            <title>Handbook of Applied Cryptography</title>
            <author initials="A.J." surname="Menezes" fullname="Alfred J. Menezes">
              <organization/>
            </author>
            <author initials="P.v." surname="Oorschot" fullname="Paul van Oorschot">
              <organization/>
            </author>
            <author initials="S." surname="Vanstone" fullname="Scott Vanstone">
              <organization/>
            </author>
            <date year="1996"/>
          </front>
        </reference>
        <reference anchor="IDEA">
          <front>
            <title>On the design and security of block ciphers</title>
            <seriesInfo name="ETH Series in Information Processing, J.L. Massey (editor)" value="Vol. 1, Hartung-Gorre Verlag Konstanz, Technische Hochschule (Zurich)"/>
            <author initials="X." surname="Lai">
              <organization/>
            </author>
            <date year="1992"/>
          </front>
        </reference>
        <reference anchor="ISO10646">
          <front>
            <title>Information Technology - Universal Multiple-octet coded Character Set (UCS) - Part 1: Architecture and Basic Multilingual Plane</title>
            <seriesInfo name="ISO" value="Standard 10646-1"/>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="1993" month="May"/>
          </front>
        </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" target="https://www.rfc-editor.org/info/rfc1950">
          <front>
            <title>ZLIB Compressed Data Format Specification version 3.3</title>
            <seriesInfo name="DOI" value="10.17487/RFC1950"/>
            <seriesInfo name="RFC" value="1950"/>
            <author fullname="P. Deutsch" initials="P." surname="Deutsch"/>
            <author fullname="J-L. Gailly" initials="J-L." surname="Gailly"/>
            <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>
        </reference>
        <reference anchor="RFC1951" target="https://www.rfc-editor.org/info/rfc1951">
          <front>
            <title>DEFLATE Compressed Data Format Specification version 1.3</title>
            <seriesInfo name="DOI" value="10.17487/RFC1951"/>
            <seriesInfo name="RFC" value="1951"/>
            <author fullname="P. Deutsch" initials="P." surname="Deutsch"/>
            <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>
        </reference>
        <reference anchor="RFC2045" target="https://www.rfc-editor.org/info/rfc2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <seriesInfo name="DOI" value="10.17487/RFC2045"/>
            <seriesInfo name="RFC" value="2045"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="BCP" value="14"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized.  This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC2144" target="https://www.rfc-editor.org/info/rfc2144">
          <front>
            <title>The CAST-128 Encryption Algorithm</title>
            <seriesInfo name="DOI" value="10.17487/RFC2144"/>
            <seriesInfo name="RFC" value="2144"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <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>
        </reference>
        <reference anchor="RFC2822" target="https://www.rfc-editor.org/info/rfc2822">
          <front>
            <title>Internet Message Format</title>
            <seriesInfo name="DOI" value="10.17487/RFC2822"/>
            <seriesInfo name="RFC" value="2822"/>
            <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
            <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 "electronic mail" messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC3156" target="https://www.rfc-editor.org/info/rfc3156">
          <front>
            <title>MIME Security with OpenPGP</title>
            <seriesInfo name="DOI" value="10.17487/RFC3156"/>
            <seriesInfo name="RFC" value="3156"/>
            <author fullname="M. Elkins" initials="M." surname="Elkins"/>
            <author fullname="D. Del Torto" initials="D." surname="Del Torto"/>
            <author fullname="R. Levien" initials="R." surname="Levien"/>
            <author fullname="T. Roessler" initials="T." surname="Roessler"/>
            <date month="August" year="2001"/>
            <abstract>
              <t>This document describes how the OpenPGP Message Format can be used to provide privacy and authentication using the Multipurpose Internet Mail Extensions (MIME) security content types described in RFC 1847. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC3394" target="https://www.rfc-editor.org/info/rfc3394">
          <front>
            <title>Advanced Encryption Standard (AES) Key Wrap Algorithm</title>
            <seriesInfo name="DOI" value="10.17487/RFC3394"/>
            <seriesInfo name="RFC" value="3394"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2002"/>
          </front>
        </reference>
        <reference anchor="RFC3447" target="https://www.rfc-editor.org/info/rfc3447">
          <front>
            <title>Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1</title>
            <seriesInfo name="DOI" value="10.17487/RFC3447"/>
            <seriesInfo name="RFC" value="3447"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="February" year="2003"/>
            <abstract>
              <t>This memo represents a republication of PKCS #1 v2.1 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process.  The body of this document is taken directly from the PKCS #1 v2.1 document, with certain corrections made during the publication process.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC3629" target="https://www.rfc-editor.org/info/rfc3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <seriesInfo name="DOI" value="10.17487/RFC3629"/>
            <seriesInfo name="RFC" value="3629"/>
            <seriesInfo name="STD" value="63"/>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <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>
        </reference>
        <reference anchor="RFC3713" target="https://www.rfc-editor.org/info/rfc3713">
          <front>
            <title>A Description of the Camellia Encryption Algorithm</title>
            <seriesInfo name="DOI" value="10.17487/RFC3713"/>
            <seriesInfo name="RFC" value="3713"/>
            <author fullname="M. Matsui" initials="M." surname="Matsui"/>
            <author fullname="J. Nakajima" initials="J." surname="Nakajima"/>
            <author fullname="S. Moriai" initials="S." surname="Moriai"/>
            <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>
        </reference>
        <reference anchor="RFC4086" target="https://www.rfc-editor.org/info/rfc4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <seriesInfo name="DOI" value="10.17487/RFC4086"/>
            <seriesInfo name="RFC" value="4086"/>
            <seriesInfo name="BCP" value="106"/>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC5639" target="https://www.rfc-editor.org/info/rfc5639">
          <front>
            <title>Elliptic Curve Cryptography (ECC) Brainpool Standard Curves and Curve Generation</title>
            <seriesInfo name="DOI" value="10.17487/RFC5639"/>
            <seriesInfo name="RFC" value="5639"/>
            <author fullname="M. Lochter" initials="M." surname="Lochter"/>
            <author fullname="J. Merkle" initials="J." surname="Merkle"/>
            <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>
        </reference>
        <reference anchor="RFC5870" target="https://www.rfc-editor.org/info/rfc5870">
          <front>
            <title>A Uniform Resource Identifier for Geographic Locations ('geo' URI)</title>
            <seriesInfo name="DOI" value="10.17487/RFC5870"/>
            <seriesInfo name="RFC" value="5870"/>
            <author fullname="A. Mayrhofer" initials="A." surname="Mayrhofer"/>
            <author fullname="C. Spanring" initials="C." surname="Spanring"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>This document specifies a Uniform Resource Identifier (URI) for geographic locations using the 'geo\' scheme name.  A 'geo' URI identifies a physical location in a two- or three-dimensional coordinate reference system in a compact, simple, human-readable, and protocol-independent way.  The default coordinate reference system used is the World Geodetic System 1984 (WGS-84). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7253" target="https://www.rfc-editor.org/info/rfc7253">
          <front>
            <title>The OCB Authenticated-Encryption Algorithm</title>
            <seriesInfo name="DOI" value="10.17487/RFC7253"/>
            <seriesInfo name="RFC" value="7253"/>
            <author fullname="T. Krovetz" initials="T." surname="Krovetz"/>
            <author fullname="P. Rogaway" initials="P." surname="Rogaway"/>
            <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>
        </reference>
        <reference anchor="RFC7748" target="https://www.rfc-editor.org/info/rfc7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <seriesInfo name="DOI" value="10.17487/RFC7748"/>
            <seriesInfo name="RFC" value="7748"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <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>
        </reference>
        <reference anchor="RFC8032" target="https://www.rfc-editor.org/info/rfc8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8032"/>
            <seriesInfo name="RFC" value="8032"/>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <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>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <seriesInfo name="DOI" value="10.17487/RFC8126"/>
            <seriesInfo name="RFC" value="8126"/>
            <seriesInfo name="BCP" value="26"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <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>
        </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/>
            </author>
            <date year="1996"/>
          </front>
        </reference>
        <reference anchor="SP800-56A">
          <front>
            <title>Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography</title>
            <seriesInfo name="NIST Special Publication" value="800-56A Revision 1"/>
            <author initials="E." surname="Barker">
              <organization/>
            </author>
            <author initials="D." surname="Johnson">
              <organization/>
            </author>
            <author initials="M." surname="Smid">
              <organization/>
            </author>
            <date year="2007" month="March"/>
          </front>
        </reference>
        <reference anchor="SuiteB" target="http://www.nsa.gov/ia/programs/suiteb_cryptography/">
          <front>
            <title>NSA Suite B Cryptography</title>
            <author>
              <organization>National Security Agency</organization>
            </author>
            <date year="2010" month="March" day="11"/>
          </front>
        </reference>
        <reference anchor="TWOFISH">
          <front>
            <title>The Twofish Encryption Algorithm</title>
            <author initials="B." surname="Schneier">
              <organization/>
            </author>
            <author initials="J." surname="Kelsey">
              <organization/>
            </author>
            <author initials="D." surname="Whiting">
              <organization/>
            </author>
            <author initials="D." surname="Wagner">
              <organization/>
            </author>
            <author initials="C." surname="Hall">
              <organization/>
            </author>
            <author initials="N." surname="Ferguson">
              <organization/>
            </author>
            <date year="1999"/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="BLEICHENBACHER">
          <front>
            <title>Generating ElGamal Signatures Without Knowing the Secret Key</title>
            <seriesInfo name="Lecture Notes in Computer Science" value="Volume 1070, pp. 10-18"/>
            <author initials="D." surname="Bleichenbacher">
              <organization/>
            </author>
            <date year="1996"/>
          </front>
        </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/>
            </author>
            <author initials="J." surname="Katz" fullname="Jonathan Katz">
              <organization/>
            </author>
            <author initials="B." surname="Schneier" fullname="Bruce Schneier">
              <organization/>
            </author>
            <date year="2002"/>
          </front>
        </reference>
        <reference anchor="KOBLITZ">
          <front>
            <title>A course in number theory and cryptography, Chapter VI. Elliptic Curves</title>
            <seriesInfo name="ISBN" value="0-387-96576-9"/>
            <author initials="N." surname="Koblitz">
              <organization/>
            </author>
            <date year="1997"/>
          </front>
        </reference>
        <reference anchor="MZ05" target="http://eprint.iacr.org/2005/033">
          <front>
            <title>An Attack on CFB Mode Encryption As Used By OpenPGP</title>
            <seriesInfo name="IACR ePrint Archive" value="Report 2005/033"/>
            <author initials="S." surname="Mister" fullname="Serge Mister">
              <organization/>
            </author>
            <author initials="R." surname="Zuccherato" fullname="Robert Zuccherato">
              <organization/>
            </author>
            <date year="2005" month="February" day="08"/>
          </front>
        </reference>
        <reference anchor="REGEX">
          <front>
            <title>Mastering Regular Expressions</title>
            <seriesInfo name="ISBN" value="0-596-00289-0"/>
            <author initials="J." surname="Friedl" fullname="Jeffrey Friedl">
              <organization>O'Reilly</organization>
            </author>
            <date year="2002" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC1991" target="https://www.rfc-editor.org/info/rfc1991">
          <front>
            <title>PGP Message Exchange Formats</title>
            <seriesInfo name="DOI" value="10.17487/RFC1991"/>
            <seriesInfo name="RFC" value="1991"/>
            <author fullname="D. Atkins" initials="D." surname="Atkins"/>
            <author fullname="W. Stallings" initials="W." surname="Stallings"/>
            <author fullname="P. Zimmermann" initials="P." surname="Zimmermann"/>
            <date month="August" year="1996"/>
            <abstract>
              <t>This document describes the format of "PGP files", 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>
        </reference>
        <reference anchor="RFC2440" target="https://www.rfc-editor.org/info/rfc2440">
          <front>
            <title>OpenPGP Message Format</title>
            <seriesInfo name="DOI" value="10.17487/RFC2440"/>
            <seriesInfo name="RFC" value="2440"/>
            <author fullname="J. Callas" initials="J." surname="Callas"/>
            <author fullname="L. Donnerhacke" initials="L." surname="Donnerhacke"/>
            <author fullname="H. Finney" initials="H." surname="Finney"/>
            <author fullname="R. Thayer" initials="R." surname="Thayer"/>
            <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>
        </reference>
        <reference anchor="RFC4880" target="https://www.rfc-editor.org/info/rfc4880">
          <front>
            <title>OpenPGP Message Format</title>
            <seriesInfo name="DOI" value="10.17487/RFC4880"/>
            <seriesInfo name="RFC" value="4880"/>
            <author fullname="J. Callas" initials="J." surname="Callas"/>
            <author fullname="L. Donnerhacke" initials="L." surname="Donnerhacke"/>
            <author fullname="H. Finney" initials="H." surname="Finney"/>
            <author fullname="D. Shaw" initials="D." surname="Shaw"/>
            <author fullname="R. Thayer" initials="R." surname="Thayer"/>
            <date month="November" year="2007"/>
            <abstract>
              <t>This document is maintained in order to publish all necessary information needed to develop interoperable applications based on the OpenPGP format. It is not a step-by-step cookbook for writing an application. It describes only the format and methods needed to read, check, generate, and write conforming packets crossing any network. It does not deal with storage and implementation questions. It does, however, discuss implementation issues necessary to avoid security flaws.</t>
              <t>OpenPGP software uses a combination of strong public-key and symmetric cryptography to provide security services for electronic communications and data storage. These services include confidentiality, key management, authentication, and digital signatures. This document specifies the message formats used in OpenPGP. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC6090" target="https://www.rfc-editor.org/info/rfc6090">
          <front>
            <title>Fundamental Elliptic Curve Cryptography Algorithms</title>
            <seriesInfo name="DOI" value="10.17487/RFC6090"/>
            <seriesInfo name="RFC" value="6090"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="K. Igoe" initials="K." surname="Igoe"/>
            <author fullname="M. Salter" initials="M." surname="Salter"/>
            <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>
        </reference>
        <reference anchor="SEC1">
          <front>
            <title>SEC 1: Elliptic Curve Cryptography</title>
            <author>
              <organization>Standards for Efficient Cryptography Group</organization>
            </author>
            <date year="2000" month="September"/>
          </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>
            <seriesInfo name="NIST Special Publication" value="800-57"/>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2007" month="March"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="test-vectors" numbered="true" toc="default">
      <name>Test vectors</name>
      <t>To help implementing this specification a non-normative example for
the EdDSA algorithm is given.</t>
      <section anchor="sample-eddsa-key" numbered="true" toc="default">
        <name>Sample EdDSA 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>
        <artwork name="" type="" align="left" alt=""><![CDATA[
   C959 BDBA FA32 A2F8 9A15  3B67 8CFD E121 9796 5A9A
]]></artwork>
        <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>
        <artwork name="" type="" align="left" alt=""><![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>
      </section>
      <section anchor="sample-eddsa-signature" numbered="true" toc="default">
        <name>Sample EdDSA signature</name>
        <t>The signature is created using the sample key over the input data
"OpenPGP" on 2015-09-16 12:24:53 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>
        <artwork name="" type="" align="left" alt=""><![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 01 00 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>
      </section>
      <section anchor="sample-aead-eax-encryption-and-decryption" numbered="true" toc="default">
        <name>Sample AEAD-EAX encryption and decryption</name>
        <t>Encryption is performed with the string 'Hello, world!' and password
'password', using AES-128 with AEAD-EAX encryption.</t>
        <section anchor="sample-parameters" numbered="true" toc="default">
          <name>Sample Parameters</name>
          <t>S2K:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  type 3
]]></artwork>
          <t>Iterations:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  524288 (144), SHA2-256
]]></artwork>
          <t>Salt:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  cd5a9f70fbe0bc65
]]></artwork>
        </section>
        <section anchor="sample-symmetric-key-encrypted-session-key-packet-v5" numbered="true" toc="default">
          <name>Sample symmetric-key encrypted session key packet (v5)</name>
          <t>Packet header:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c3 3e
]]></artwork>
          <t>Version, algorithms, S2K fields:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  05 07 01 03 08 cd 5a 9f 70 fb e0 bc 65 90
]]></artwork>
          <t>AEAD IV:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  bc 66 9e 34 e5 00 dc ae dc 5b 32 aa 2d ab 02 35
]]></artwork>
          <t>AEAD encrypted CEK:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  9d ee 19 d0 7c 34 46 c4 31 2a 34 ae 19 67 a2 fb
]]></artwork>
          <t>Authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  7e 92 8e a5 b4 fa 80 12 bd 45 6d 17 38 c6 3c 36
]]></artwork>
        </section>
        <section anchor="starting-aead-eax-decryption-of-cek" numbered="true" toc="default">
          <name>Starting AEAD-EAX decryption of CEK</name>
          <t>The derived key is:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  b2 55 69 b9 54 32 45 66 45 27 c4 97 6e 7a 5d 6e
]]></artwork>
          <t>Authenticated Data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c3 05 07 01
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  bc 66 9e 34 e5 00 dc ae dc 5b 32 aa 2d ab 02 35
]]></artwork>
          <t>Decrypted CEK:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  86 f1 ef b8 69 52 32 9f 24 ac d3 bf d0 e5 34 6d
]]></artwork>
        </section>
        <section anchor="sample-aead-encrypted-data-packet" numbered="true" toc="default">
          <name>Sample AEAD encrypted data packet</name>
          <t>Packet header:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 4a
]]></artwork>
          <t>Version, AES-128, EAX, Chunk bits (14):</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  01 07 01 0e
]]></artwork>
          <t>IV:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  b7 32 37 9f 73 c4 92 8d e2 5f ac fe 65 17 ec 10
]]></artwork>
          <t>AEAD-EAX Encrypted data chunk #0:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  5d c1 1a 81 dc 0c b8 a2 f6 f3 d9 00 16 38 4a 56
  fc 82 1a e1 1a e8
]]></artwork>
          <t>Chunk #0 authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  db cb 49 86 26 55 de a8 8d 06 a8 14 86 80 1b 0f
]]></artwork>
          <t>Final (zero-size chunk #1) authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  f3 87 bd 2e ab 01 3d e1 25 95 86 90 6e ab 24 76
]]></artwork>
        </section>
        <section anchor="decryption-of-data" numbered="true" toc="default">
          <name>Decryption of data</name>
          <t>Starting AEAD-EAX decryption of data, using the CEK.</t>
          <t>Chunk #0:</t>
          <t>Authenticated data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 01 07 01 0e 00 00 00 00 00 00 00 00
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  b7 32 37 9f 73 c4 92 8d e2 5f ac fe 65 17 ec 10
]]></artwork>
          <t>Decrypted chunk #0.</t>
          <t>Literal data packet with the string contents 'Hello, world!\n'.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  cb 14 62 00 00 00 00 00  48 65 6c 6c 6f 2c 20 77
  6f 72 6c 64 21 0a
]]></artwork>
          <t>Authenticating final tag:</t>
          <t>Authenticated data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 01 07 01 0e 00 00 00  00 00 00 00 01 00 00 00
  00 00 00 00 16
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  b7 32 37 9f 73 c4 92 8d e2 5f ac fe 65 17 ec 11
]]></artwork>
        </section>
        <section anchor="complete-aead-eax-encrypted-packet-sequence" numbered="true" toc="default">
          <name>Complete AEAD-EAX encrypted packet sequence</name>
          <t>Symmetric-key encrypted session key packet (v5):</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
   c3 3e 05 07 01 03 08 cd  5a 9f 70 fb e0 bc 65 90
   bc 66 9e 34 e5 00 dc ae  dc 5b 32 aa 2d ab 02 35
   9d ee 19 d0 7c 34 46 c4  31 2a 34 ae 19 67 a2 fb
   7e 92 8e a5 b4 fa 80 12  bd 45 6d 17 38 c6 3c 36
]]></artwork>
          <t>AEAD encrypted data packet:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
   d4 4a 01 07 01 0e b7 32  37 9f 73 c4 92 8d e2 5f
   ac fe 65 17 ec 10 5d c1  1a 81 dc 0c b8 a2 f6 f3
   d9 00 16 38 4a 56 fc 82  1a e1 1a e8 db cb 49 86
   26 55 de a8 8d 06 a8 14  86 80 1b 0f f3 87 bd 2e
   ab 01 3d e1 25 95 86 90  6e ab 24 76
]]></artwork>
        </section>
      </section>
      <section anchor="sample-aead-ocb-encryption-and-decryption" numbered="true" toc="default">
        <name>Sample AEAD-OCB encryption and decryption</name>
        <t>Encryption is performed with the string 'Hello, world!' and password
'password', using AES-128 with AEAD-OCB encryption.</t>
        <section anchor="sample-parameters-1" numbered="true" toc="default">
          <name>Sample Parameters</name>
          <t>S2K:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  type 3
]]></artwork>
          <t>Iterations:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  524288 (144), SHA2-256
]]></artwork>
          <t>Salt:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  9f0b7da3e5ea6477
]]></artwork>
        </section>
        <section anchor="sample-symmetric-key-encrypted-session-key-packet-v5-1" numbered="true" toc="default">
          <name>Sample symmetric-key encrypted session key packet (v5)</name>
          <t>Packet header:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c3 3d
]]></artwork>
          <t>Version, algorithms, S2K fields:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  05 07 02 03 08 9f 0b 7d a3 e5 ea 64 77 90
]]></artwork>
          <t>AEAD IV:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  99 e3 26 e5 40 0a 90 93 6c ef b4 e8 eb a0 8c
]]></artwork>
          <t>AEAD encrypted CEK:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  67 73 71 6d 1f 27 14 54 0a  38 fc ac 52 99 49 da
]]></artwork>
          <t>Authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c5 29 d3 de 31 e1 5b 4a eb  72 9e 33 00 33 db ed
]]></artwork>
        </section>
        <section anchor="starting-aead-ocb-decryption-of-cek" numbered="true" toc="default">
          <name>Starting AEAD-OCB decryption of CEK</name>
          <t>The derived key is:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  eb 9d a7 8a 9d 5d f8 0e c7 02 05 96 39 9b 65 08
]]></artwork>
          <t>Authenticated Data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c3 05 07 02
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  99 e3 26 e5 40 0a 90 93 6c ef b4 e8 eb a0 8c
]]></artwork>
          <t>Decrypted CEK:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d1 f0 1b a3 0e 13 0a a7 d2 58 2c 16 e0 50 ae 44
]]></artwork>
        </section>
        <section anchor="sample-aead-encrypted-data-packet-1" numbered="true" toc="default">
          <name>Sample AEAD encrypted data packet</name>
          <t>Packet header:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 49
]]></artwork>
          <t>Version, AES-128, OCB, Chunk bits (14):</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  01 07 02 0e
]]></artwork>
          <t>IV:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  5e d2 bc 1e 47 0a be 8f 1d 64 4c 7a 6c 8a 56
]]></artwork>
          <t>AEAD-OCB Encrypted data chunk #0:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  7b 0f 77 01 19 66 11 a1  54 ba 9c 25 74 cd 05 62
  84 a8 ef 68 03 5c
]]></artwork>
          <t>Chunk #0 authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  62 3d 93 cc 70 8a 43 21 1b b6 ea f2 b2 7f 7c 18
]]></artwork>
          <t>Final (zero-size chunk #1) authentication tag:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d5 71 bc d8 3b 20 ad d3 a0 8b 73 af 15 b9 a0 98
]]></artwork>
        </section>
        <section anchor="decryption-of-data-1" numbered="true" toc="default">
          <name>Decryption of data</name>
          <t>Starting AEAD-OCB decryption of data, using the CEK.</t>
          <t>Chunk #0:</t>
          <t>Authenticated data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  r4 01 07 02 0e 00 00 00 00 00 00 00 00
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  5e d2 bc 1e 47 0a be 8f 1d 64 4c 7a 6c 8a 56
]]></artwork>
          <t>Decrypted chunk #0.</t>
          <t>Literal data packet with the string contents 'Hello, world!\n'.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  cb 14 62 00 00 00 00 00  48 65 6c 6c 6f 2c 20 77
  6f 72 6c 64 21 0a
]]></artwork>
          <t>Authenticating final tag:</t>
          <t>Authenticated data:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 01 07 02 0e 00 00 00 00 00 00 00 01 00 00 00
  00 00 00 00 16
]]></artwork>
          <t>Nonce:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  5e d2 bc 1e 47 0a be 8f 1d 64 4c 7a 6c 8a 57
]]></artwork>
        </section>
        <section anchor="complete-aead-ocb-encrypted-packet-sequence" numbered="true" toc="default">
          <name>Complete AEAD-OCB encrypted packet sequence</name>
          <t>Symmetric-key encrypted session key packet (v5):</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  c3 3d 05 07 02 03 08 9f  0b 7d a3 e5 ea 64 77 90
  99 e3 26 e5 40 0a 90 93  6c ef b4 e8 eb a0 8c 67
  73 71 6d 1f 27 14 54 0a  38 fc ac 52 99 49 da c5
  29 d3 de 31 e1 5b 4a eb  72 9e 33 00 33 db ed
]]></artwork>
          <t>AEAD encrypted data packet:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
  d4 49 01 07 02 0e 5e d2  bc 1e 47 0a be 8f 1d 64
  4c 7a 6c 8a 56 7b 0f 77  01 19 66 11 a1 54 ba 9c
  25 74 cd 05 62 84 a8 ef  68 03 5c 62 3d 93 cc 70
  8a 43 21 1b b6 ea f2 b2  7f 7c 18 d5 71 bc d8 3b
  20 ad d3 a0 8b 73 af 15  b9 a0 98
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="ecc-point-compression-flag-bytes" numbered="true" toc="default">
      <name>ECC Point compression flag bytes</name>
      <t>This specification introduces the new flag byte 0x40 to indicate the
point compression format.  The value has been chosen so that the high
bit is not cleared and thus to avoid accidental sign extension.  Two
other values might also be interesting for other ECC specifications:</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
  Flag  Description
  ----  -----------
  0x04  Standard flag for uncompressed format
  0x40  Native point format of the curve follows
  0x41  Only X coordinate follows.
  0x42  Only Y coordinate follows.
]]></artwork>
    </section>
    <section anchor="changes-since-rfc-4880" numbered="true" toc="default">
      <name>Changes since RFC-4880</name>
      <ul spacing="normal">
        <li>Applied errata 2270, 2271, 2242, 3298.</li>
        <li>Added Camellia cipher from RFC 5581.</li>
        <li>Incorporated RFC 6637 (ECC for OpenPGP)</li>
        <li>Added draft-atkins-openpgp-device-certificates</li>
        <li>Added draft-koch-eddsa-for-openpgp-04</li>
        <li>Added Issuer Fingerprint signature subpacket.</li>
        <li>Added a v5 key and fingerprint format.</li>
        <li>Added OIDs for brainpool curves and Curve25519.</li>
        <li>Marked SHA2-256 as MUST implement.</li>
        <li>Marked Curve25519 and Ed25519 as SHOULD implement.</li>
        <li>Marked SHA-1 as SHOULD NOT be used to create messages.</li>
        <li>Marked MD5 as SHOULD NOT implement.</li>
        <li>Changed v5 key fingerprint format to full 32 octets.</li>
        <li>Added Literal Data Packet format octet <tt>m</tt>.</li>
        <li>Added Feature Flag for v5 key support.</li>
        <li>Added AEAD Encrypted Data Packet.</li>
        <li>Removed notes on extending the MDC packet.</li>
        <li>Added v5 Symmetric-Key Encrypted Session Key packet.</li>
        <li>Added AEAD encryption of secret keys.</li>
        <li>Added test vectors for AEAD.</li>
        <li>Added the Restricted Encryption key flag.</li>
        <li>Deprecated the Symmetrically Encrypted Data Packet.</li>
        <li>Suggest limitation of the AEAD chunksize to 128 MiB.</li>
        <li>Specified the V5 signature format.</li>
        <li>Deprectated the creation of V3 signatures.</li>
        <li>Adapted terms from RFC 8126.</li>
        <li>Removed editorial marks and updated cross-references.</li>
        <li>Added the timestamping usage key flag.</li>
        <li>Added Intended Recipient signature subpacket.</li>
        <li>Added Attested Certifications signature subpacket and signature class.</li>
        <li>Added Key Block signature subpacket.</li>
        <li>Added Literal Data Meta Hash subpacket.</li>
      </ul>
    </section>
    <section anchor="the-principal-authors-of-rfc-4880" numbered="true" toc="default">
      <name>The principal authors of RFC-4880</name>
      <artwork name="" type="" align="left" alt=""><![CDATA[
  Jon Callas
  EMail: jon@callas.org

  Lutz Donnerhacke
  EMail: lutz@iks-jena.de

  Hal Finney

  David Shaw
  EMail: dshaw@jabberwocky.com

  Rodney Thayer
  EMail: rodney@canola-jones.com
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAPs4GGMAA+S9bXfbyJEw+r1/BQ5zzjNSluSQ1ItlTZITWZbGyoxtXUsz
k81O7h6IhCTEEMAQoGTNZv/7rdfuagCU5Xmyufc5d86uYxNAd3V1dXW912g0
ck3eFNlh8n6Zleffnidvs7pOb7LktFrdpY1bVPMyvYPni1V63Yw+VvPbUQWv
Lm+Wo9lkujdaXc93Dw4mV3k9mkzcIm3g3dlkNhtNXo4mL9wcfripVo+HSd0s
nKuu6qrImqw+TPCrYbK3dzAdJvv7Oy9cvlwdJs1qXTezyeTlZObmVVlnZb2G
lx+z2qWrLIVhsrl7qFYfb1bVenmYvMsa/FfyE/yRlzfJt/iz+5g9wq+Lw+Ss
bLJVmTWj1wi+c3WTlov/TIuqzHjQZX6Y/EdTzYdJXa2aVXZdw98e7/Avf3Uu
XTe31erQJSOXwH95CaD8NE6+AyzQD4yan3CKVfi1Wt0cJt+W6/Nvk2z845h+
q2HsrDlMPsBL6xr+NU52d+nJPG8AO6/XgPesWFSra/61WsDIu5PdFy/l3+uy
QTR+m8G+lI/0Y3aX5sVh8vDxjzflenkzhonp9/UKVnXbNMv68Ouv/aOv77NV
lpfRYl6Nk+N0VdRVadZztcrTMrkbJ3PzSOaqAX9pUf9xjvv02FRVc7tM6yYb
A5KjkT+Mkzfj5LLOzMAfqjItFsmbrFw9+keErQ/5VSX/VkxdrPMmS6bw3zCZ
JufZYgE4vqCHBm/HGaAlLYbJmwp2/zv4I0ZX/LMsYkVwjJs6++OKJh7Pq7su
5h4eHsb2uVnd63FyBP/XAM3VZoGvAcMf7c8y4QJ//2N+21wv+4b6bpx8mxfF
XbWyY6VlnhXJd+ltGT3VIT/e/PE6v25ugUBr+K2kHcjLazq3+X0GVPvq+5Oz
4zcn714dwZ8fDulzOe7fZkCy8B5g56T4Nr1Li+QivynTZr3K6uSnHOh+3STf
ldUDvtLcZslFNl9l8FPGtOePBv7HywkLelVk+fw2K69S+JPBZs4wfflyn3c5
W+VZjeDKEN9nc5w7eVcBd4CBkuPqbrlucM/neVbO4eMfq2J9ByQxeQGMY7kc
w99G0wOX/Om7i8ksWt3Z3bLI7oA0YIVVmVTXyfEtbGM5Os6XAFCTfWpgl5p0
/rFO0psUwG4SZH5A3HxwebB0dYOUiPQg5EB0la2WaUk08TWywZQGGt82d4VZ
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
4gSdqiwUtE7zjLU9zibbIxsSTGPp2Pzo22tRT5GWDVpdVX18jL/cIstEnd9n
ZH18luXxQZyCDFOPkdF93sj4HAOje8rA+FzjottoXAxeDITzmilTMn4lU7Qn
XEVLu3KxFN9nVbDrg4kAnMaypLBZmtnB8U/YXg5b0ynzVOcd952T+CgTkSDe
8aiRNVUcXPoCBCYWRqQXHIkdduoq4bSOxX1eV6tHG9gu5KiWv3lmAgV+ZHHH
ihW+5QydPIzjWrnQTS0YuO8yoDWpgHJpE+aYF0gkdmSea0twnGvsDd2dtpap
r7qudv3fxGkaF57ylR2l0lml716ydeqiK2oDTZyVrpMBNFQnfnvwOBlfytFK
vUKRCXzbpKeknmh4LuzO17f7jJzTurq7IGrl8yhm3Rbu87+b2uEpV5axVWtd
N4U+nlCWtsXtGwHJWi93e9j3OtlYt6SWKL4iUT3tMkz+i5FezJb8PD6FUoP1
liQNjIBlN6Svd0euXJ8WB5yyzu9yak/NSsqgzB4GcUUsxYzUv+LAWnFZouPc
9RXwIuTRDKE0nbRzmvqyj7/Deqozzri3GifP9P5aChP9Ppnapx4lrXqWm+f5
w++poiSi+Hdci/GzM86emPHLKkxuAur3z4RkrxcS3frfJ//Rrcnqe7fDBniA
/mrTrJWjx/TIg3AiExYZwt/+kbwm7sT9Qr6kypCLSws5Lhlk/hnXBIrCap2U
BvJPTz4t81X0HCvgwK8gw1KiaDvYd88X0rFhdfsEAde+OuHC5fz6C3qA4SeY
hsjFfwyoWP6G6ou0weDWxRgcjQK9OFH6O9RI3Z9z6j6PcUM+FzxImLWUAIrD
7tx0h8uoR0BNcTFnFOHvpi+43Gz0AtXiAb1KCvZg84hkFoOAyl80+2wWPdf6
RzhA9NqOIOQC51rJF3jP4sPdaIzwGjza48I/FK4pwUvwK1VnqkBPhx8/nMEP
L2T40wIreiWzAyEGSqgL3/F607oSD57Hmkt2cPGnUlIf/jmNyImDS+BnXK7G
9lpK2dnxyAVhvwTlBbQpDI7diRdHpY4sZnZwhVhPCVP0ASKtGhMPguvbEPMN
Tw9k9a8obT7Zibd1d9KuHvUWpRLcyt6O2ngZYY6tr7DUl/itYTg3ZbXSNvPK
G+iiJAahkVSYHoAJmqHsKVxI3Dain7OIOj8ARkI5YQOUrzlmv8ZKIzgml2lz
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
XNlGomEGfvKVBiO62CJJWH9qyqdGAPJir4UX8566xF+LlIjleMsUwdvkXyhD
IVHe6CZoGuw4mnnnJgFJZbQ3Gnlpyf3dTalTvKOPnnsafiqBsbMSNUJgVxQC
m1GKp7jfZKtjsHKthMfV+nwsKc2ltaajWclQqDFa0Ady0GrPhBMnrnmbCRMv
P6tg7so0xcP1TmPcRrJQum/1tM1aehHXW0LsnFHQYE5gQfaZhlfX22Tt405E
thIQv9xjJhNW1DXgVDsbvtR4PtnoMgb2TUiWSfix68uSLm/CaeTubjhP74jx
LTJiObjY6mNR/6ote+BewUF64gioEbJ5lApVgqG3TjDw5kzTWycm0887Rnwh
zV4Dy0tOqML3+VLtgpUb5XIlrLYyIJ7bv8mU8PnW1OYszf7WVwO1UiVNDUVQ
gBtfplqZEpsEMUGlofb1JMm7tnDMZOfZr6vgvxYdqy7YEm1oOSBJ4nGnGCu4
ecdRoCqhiJk9t1UyTKnYqF7SEdXD8GVgYsT68L0cZq5xA7VrkwYhXzdVb5KP
azXZ0s6wl45IttrR/Ky2p6nQhdajd0/IndmAqfcN4iQGXh5jTqbjPqXxkXmR
4X0djXBqZVgON/ZTvPujWVdfvCrp9/uPPvY/978kHbp+j68gvbf1/vNPp08O
hz//wz2kVNP22HAw6A+HA/fUK844/OrIWvZcUzL3tbvg+JIjkgqLRxtNS843
0TLxWG2QNi5g1ZWYfXJkrJ1B0vazqXoVijBQblTORE9A0rjtVlfIsEg6Cvfl
GQapSV0enbnziPNt3vVWMq9VvnADvc8XRA5ejaTpUbCPGhy2+hVGjyW+xyAl
r2aUbsOsmiJ1gg6Uk5tO47moX+TIiGDaSycryZt1X+OOwsPZeExIG8yHfIoO
ryX7jxLHBZfTPK62552yZjp6UVc1CwDHFYmnQwOqopZi95BOScQN50nFOoUe
a1tJ986hjTZKh7uyLuv3xlppGR5MTJrDuG8Gj1xVVLibMsr436HnCTAohgSh
tR2B0+KeCIAFlMuXBJHWz+v2lfBZgAGRClqtRN1FSLL//uroG8p4xjjkcZZJ
3JlP1T+Csw/xNgrX0+Rj0r0NN1hVOjyIcDpsP+ekvjHm5hiOQkSgen4o+131
C7F3a1XlgXfHVPH6xHdLsALzj1zqgR1eS1nGpLmM/LAWQMJK9Wwn4RTIEcUT
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
C02GwrQYHhDc4qbkDVVCdIJjyMUxgYMnq/NzMreTlFBlUlvLjEppSmOT2Ui5
LHJNyUUU3KxQq5qEJLNjl9w/mS6FP0KezFUytBZfiqpDfAj7jd7nUnZTORud
nUV2LV3YqgVuyjdkdWSHXzQuz5oDWyDmI90QCxbXi9K5BPw83z8gU1TF7pdr
DkEK6vrZjfShju1g76byhyAg8oErWqKf/qGT1IulxJhmY3UDLDWfzpdCoxD5
pedmnFJueBSkF3JAejE5dwfrulxMJ2YwaU5nv6CVOc9n5KJQAgE1wjlvkSNp
9avV4pzyfCqy8dp0dl+gxjMt/HSVs3gjg74o3UF2O3xVLBAX4ScfF65Vq4tO
Xmesu946dXlIAiyu8pCBFgO6dACf7IQyp8uVNxWvCGJDpBv2IBJALiIVIigY
LjDia671zxd5TqNYIEuEXpf5g9psCNuVYx4KUO5O7QUO/VOnxrzr0UHnUDd3
xyqq0P4U5zFLO55tdB2HqtUdp+1xp9Xd1hvHX7wHs3SvqfxmAg7FTWhKpHFT
rnrqgXpSnm1IrT1Hcqg6XhWC5H1ZXAV6sEX3gPlsXjyT5stSUERx6yM4+MKc
8wWi9fRacC+NuHqqhQLcD2ER/JuvrlYzZqx+InR6aWWYyeMzVVeOkUWlhkIo
5aKehlmoznsJoiXSmdbcbrw7bkk92+SbRj1QLJghHHdMeUtXLDM47oOEhPnl
Tbg8alOVEJpZTpk8OGoa+qgcsFqdCYmH6yr4XQ2gjq/qZ7gYHbzFpM9WUKUC
ljqpyl0VE6epB0EsbtbGusxmCkeEXxO0CWaGbAp3hq5nbuYT9kmPF2VV9eUz
sxHp45pcNlfZO4aj4oBEd4dlnqeBPPZtf9SeHTjSCVlv9QcRICQD0c101B/t
7FqtIUrgcKdKqasxSPESSWeyauJb4D0a7g6Q+m2Oec9ffa+PXx31nx9+5Z6J
X+lJwd/0bh9Xc8oQ0FQh5MHhAqlZnOVnae9naS3N5tarVTWz1ztn2d6i8UTe
YYVEuYfWaHCForIdSazWmfAojZhjScuzE+sS8YHNZNG3AFyf6q9OIk3uHvPx
upSaDcVxK4etpqyq2B/Zfm+xryV3+NXZfkJj4FrChMCuof60+xRvct+J0LWd
GaNt3RByX8/L+toswV5aXxyTMPeZYQY9TTkUpd8o/FI9PdM8HKvm+2A4ff29
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
oUEM+X/dqdlvPTVmKW45Nue3HJud/4Jjc/uofSU5b122XF56OTev/X0P3/mt
h+/8Nx++83sevvPPPHxBiYxOoSmSRCfQCz+y3ItcnB8QZQpfHkmlin6/Dxad
TIpzCuVcBmEzOJD44ehOXXp8v/RqBR8tqiHCG31GtSKL6dTd+7M+vOQ9GOHO
FD+DWzvds/ZGMoz4N9qTJ8mnszBRJ5hu9dx1zbY7cCG2ZVBH1aWeUepJxJjE
n042oV0XmjMaxuElLW/xDD9GqNRuSE4Sgx2VxS7hJ4RVXZeTVIkn3c3HY2h1
Q4zQafdscFvEDuNeXC9erlgnx9CkSTKnkrjMRNj339WoCSnHQsevg3LVKbQH
inzl0t6QysQ6q8xTIsAyFQh56BzsegTD3tJ9yeWTDiCxwrI6v7xprYk4Jy+P
D9WOs89Y9iUa036TZr9p5+jgoKuOz31MYCFZgJy+S69zxI06V22p9t+9fPLs
+PRHyTE94exyFNHRulhVMwzfw5acF1IlaiKnnkvaUI5B1TM1uZKoXh/sWzwV
KiEDCBn9CDR6plj/1c5ouPGYpP5aja/XTw92drcecn+16knaSa0K0sZm8lTB
6qj7jVCQaMMO2KOUP9je67KrX2twUX4qDIa8N1wXye0D5alRVdXZBddM+0F+
CspLVzQFU92LbYCmxFdWr7PqS3YRHJvuQy8VI7+Eazu1t2fq1qRpS8aHj2YG
+DIs8MWUgMQltqjxStVbtFQaZuir+h2UM71QYasryFFZJxZeUT5uUd2JeVnw
dXfFKk2td66i7eZToUawDVw3TaA5wknB68ghb9yvWyetxSTBac/JRus0Gc6g
VcisjrtkutLnpmiLs7aRcjCia+VD6eh+Kiq5OZ+4G3+wnX786CRA94878CoP
YibC20p3V0qxczXrUuevXOPOh15643RksoaHwSdsibvoo/Z65qePTnFv9OeR
9Vgzkt0MJihVSTWbqCgUsphEslv7EKU6qcTX+qMvv0JVftDFXF89yzOqs8v1
cs7wu+PRaj7wFaRQjz4UBfRXKOdEELOKygFSlT/dmDo5fNLmbA9oc8K+yDw/
mG2p74pug0yRnPuJrdtJN6jHdgml/+TkZN7coST+LSvYjN9bKulq7Wom1+du
JhflVb4g+8gVswzHIMqFoCBI8UBslpntPLuZlhkVFNsZ7rDxAm9lFpcoq33w
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
D8XcGSYj3Ax8NtbMgJoZSDODtvgI4pM38RMu/BOs6NEFpBeUAtt642MpLL2m
+G2UT77S49a/ig6mnbLUulNnH3zhGzkuJ9VLIF4CZYpdl3y1OJ681pNepOuW
96dtvRfmW/EKWgzQKLqjh2Flb7vlHhmSDG8fJg6S0C7J4BBjV1W4DwCHlAgj
yhLhxdCyuGLgkvCURlqOx5gtyQPUrwfCBvjKwtzvEWDkinSUgKgF7sOn5o4m
tA0s5ohhWRWzKAowokLdgHa5bVywPXq/sm2b5ZqHiMUcTinxjOho886xKpcw
id/Sky/tRjX/eBC7A8h91n2l/sgUdOi30K8y0zaGQg6kXLVhqcwTUvfG1ipX
XJSlqKymPANVg307LpJikaFAXoT4k4YnzNaUnbBLaRTpq6NTrJL8RAYybxTK
pmnHN0AAbTHcihcSmLzKIPXqSEKIcA1Nyx+z77e9Jiuqz5mRmw09C8VI6wam
BO0vMmOl2zSyM6+v+SyyFYZUc7X3duW1t+MspXmNcNZSklxQ+o5k/1MocRsc
Msjr5UQ9FKZRak9OSiXD6QlGOs1QfepT4djiYvKRuty2KU22wN2BlatpNe7X
DA3DBIrRgTQMGht6ghl6wvNFQwa0IYN56y1P4iMO19XVIz8quEhDzlHzSmez
v+sx/khLa8gtsuNbfb61VTQ2eA739RZY4cMNIx2goCJeb1pJmM8962EJm2qE
TBB4/CiyhS9x1lw0C8+q2rPhEKNWSj884kAD04oavRumUT4RIPo+cLIsS1G2
Vc1BEJkjVmdywNDP13umPk1JjUi6etag2tGGYd/64TKfpjZEInlAOgmpjp1P
l04+ZJOGGt1pwULY19u4iaiPfQ9dpUOftwHi5mQUDL6dzNotR6VpsOi4VHNW
dk+fgH1Fr4Wvpy8hGubbVwLs9xbK2iLXZ8e8/Wai9+hM109wr4JYjrYZgBQw
b8JTy2ZkIyz3vKh7wnRC7SBPVTbMj9oDn/Nq8SbOTCBZvYQaEbMtXm5opd9D
KFcZXQPzkmf2XmgeaILSonZC8hm8PT2fUMNo642CAKLjSGBcdXcWxWxut2o3
Kl1tj3aDWmBYpVJDB1mp0bVWgsPMtqvVGvouquYMrnAFjosa4BGQZqXVK56b
x7weHguak6/k5JpkdHA5MN0xas2cSKQZNlGiClvNuxrO+76VLXlg+WB+HrdW
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
iXQZwrdLgNIm58LaFAZlPnPDoctGbjx0q6Ebr1y2QAEVl82poy6buCzH1/Sz
Kt1oavdlK/6C/k+p1264wg2zOTU4cgs6XM/RCM0hfUct53O7bzp3w5GrR66c
uenSzTI3Hbph6Vxe4I9q4ooVfskzN6ceeLKL0dDVtRsuXEF9mRyvhBCklvUQ
F1c1eQqJ0a3cyikfnxT8LnPK5ECPVIQeqQiOB9l8QO+TF8+L0XN6H38YCzeq
hDPbn/EBm/hdP3ej1TSbjCf1OBtNxxlNPi25bEbrbJKNs2I8Xs3xPxvRwpR/
y17vn3x/fVSq4wu9W9cbZaMUZyY/jmRsNSmKrByupuPpLB+tRssin05Wq8Vi
MltkWTGaL6vRclkts/F8OVoMR2U1m+arYbbIp6OMhAsgGU2RXdVajiHopjC6
/k3ZV2W9WUdKlnu0e+7Gk9U8Wy7L+awu8qyYDKeLaj4brqpFPlnmw7xaVcW0
rmbFYjWqqno8ySZ1Vk3Hk7KuhsMJ50i1z12VUYdXZZ6Pi+kqG87qjPTTil6W
9FOxKuqyWM6z4bCYjFflZFkvRrN5PRuPFmU9yRejbJSsj/Ae9y2P2cyNa5b/
DAKdzfBLhuUxdlnhxmO3mmPRzMf8RemXxxwSPFu6VeXq3LFScaRV3Lh085Km
xxUFrx5aHhNqw9+3pL0Ti7Iu0EAxccMp1hOv05WreG0uczek5Uh/Fn5ZkQDM
sGBXI1fRI8eo9jCpqcHKTemPEmuRFvpE1nNm91W0zJYknK7MHWlC0q4rWswz
MlQztxq76Ur7icZX0XIsC7ecu4yWbuEmNAilmyxdvaB1Sjq1drOxGy1cWbtJ
7hY0eKNevGKxIQ9enf1LklcAgGigdOlFuRqwRAQvHMPScUqg1fH4+5osxj6O
EJvqHwSZhDR/+rvqPbbfHvd18VsElps50Q/z90tHOwVCvFjADeiGCC1axNV/
NS5GBQnNk3w0ehpK0NLt5SaQEy2rcTknhbBa1NliORknD/XhmpRqIwmiqLg+
+TR+2tP6c7rXhGfQ3JAy/CAerH6SHgIE+4oXq78c8jxl2RhCypcVS+rKTUkO
FpCGxRITPSfNwPbUmw/+VnwzwaxDsfM6qJaYe/o5XkBAytIVZAsssGKGY20g
vNj5qzCy8wpqnnZ7EkzaHqjFEcn7CPJelPiz5G9puyYJXC2orZTQaV9e+rZo
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
V9ThbbMpB9R3kgHc+Z9VmanvC4gDAA==

-->
</rfc>
