<?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-02" 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-02"/>
    <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="2023" month="May" day="30"/>
    <area>sec</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies the message formats used in OpenPGP.  OpenPGP
provides encryption with public-key or symmetric cryptographic
algorithms, digital signatures, compression and key management.</t>
      <t>This document is maintained in order to publish all necessary
information needed to develop interoperable applications based on the
OpenPGP format.  It is not a step-by-step cookbook for writing an
application.  It describes only the format and methods needed to read,
check, generate, and write conforming packets crossing any network.
It does not deal with storage and implementation questions.  It does,
however, discuss implementation issues necessary to avoid security
flaws.</t>
      <t>This document obsoletes: RFC 4880 (OpenPGP), RFC 5581 (Camellia in
OpenPGP) and RFC 6637 (Elliptic Curves in OpenPGP).</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>This document provides information on the message-exchange packet
formats used by OpenPGP to provide encryption, decryption, signing,
and key management functions.  It is a revision of RFC 4880, "OpenPGP
Message Format", which is a revision of RFC 2440, which itself
replaces RFC 1991, "PGP Message Exchange Formats" <xref target="RFC1991" 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, is the leading Open
Source implementation of OpenPGP and has been developed along with
the OpenPGP standard since 1997.</li>
          <li>RNP - Ribose Network PGP is a newer OpenPGP implemention and
prominently used by the mail client Thunderbird.</li>
        </ul>
        <t>"PGP" is a trademark of CA, INC.  The use of this, or any other, marks
is solely for identification purposes.  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">OCB Encrypted Data Packet</td>
            </tr>
            <tr>
              <td align="right">21</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="right">26</td>
              <td align="left">Reserved (CMS Encrypted Session Key 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="ecdh-algorithm" 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 Encryption Modes</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">41</td>
                  <td align="left">Trust Alias</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-encryption-modes" numbered="true" toc="default">
            <name>Preferred Encryption Modes</name>
            <t>(array of one-octet values)</t>
            <t>This is a deprecated subpacket with
encryption mode numbers to indicate which modes the key
holder prefers to use with OCB Encrypted Data Pakets.  Implementations
SHOULD ignore this subpacket and assume OCB.
The subpacket body is an ordered list of
octets with the most preferred listed first.  It is assumed that only
modes listed are supported by the recipient's software.
Mode numbers are in <xref target="encryption-modes" format="default"/>.  This is only
found on a self-signature.  Note that support for the OCB 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="trust-alias" numbered="true" toc="default">
            <name>Trust Alias</name>
            <t>(String)</t>
            <t>This subpacket allows a keyholder to state an alias for a mail address
in the User ID.  The value is expected to be the UTF-8 encoded
addr-spec part of a mail address.</t>
            <t>If used in conjunction with a Trust Signature subpacket of level &gt; 0
and a Regular Expression subpacket the User ID is not considered and
the trust is only extended if at least one Trust Alias matches the
regular expression.</t>
            <t>If this subpacket is found on a self-signature, a signature done with
a Trust Signature subpacket of level &gt; 0 and a Regular Expression
subpacket is computed over the User ID, an octet 0x00, and the value
of the Trust Alias subpacket.  If more than one Trust Alias subpacket
exists all those subpackets are first sorted using binary ordering and
then concatenated using an octet 0x00 as separator.</t>
            <t>This subpacket is useful to handle the common case that mails with and
without subdomains are used. For example alice@example.org is her
canonical address but she receives mail also under the address
alice@lab.example.org.  All other properties are identical for the
second address and thus a second User ID packet is not useful here.</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:</t>
              <ul spacing="normal">
                <li>A single byte specifying the length of the name of the hashed data.</li>
                <li>A UTF-8 string of the name of the hashed data.</li>
                <li>A single byte specifying the hash algorithm (see section 9.4).</li>
                <li>The binary hash output of the hashed data using the specified
algorithm.  (The length of this data is implicit based on the
algorithm specified).</li>
              </ul>
              <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 - OCB 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 encryption mode number which SHOULD be 2 to indicate
OCB.</li>
          <li>A string-to-key (S2K) specifier, length as defined above.</li>
          <li>A starting initialization vector of size specified by the
mode.</li>
          <li>The encrypted session key itself, which is decrypted with the
string-to-key object using the given cipher and encryption mode.</li>
          <li>An authentication tag for the encryption mode.</li>
        </ul>
        <t>The encrypted session key is encrypted using the encryption
mode specified for the OCB 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 mode octet are given as additional data.  For
example, the additional data used with OCB and AES-128 consists of the
octets 0xC3, 0x05, 0x07, and 0x02.</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, an octet with
the values 0x02 to indicate the OCB encryption mode.</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 OCB mode.  If the OCB mode 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 OCB 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 the OCB 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 OCB mode.  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 cipher algorithm octet, an octet with value 0x02
(to indicate OCB mode), followed by the public-key packet fields,
starting with its packet version number are given as additional data.
For example, the additional data used with AES-128 in a Secret-Key
Packet of version 4 consists of the octets 0xC5, 0x07, 0x02, 0x04,
followed by the creation time field up to the last value of the
public-key material; 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 OCB mode 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="ecdh-algorithm" 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 OCB 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 OCB 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="ocb-encrypted-data-packet-tag-20" numbered="true" toc="default">
        <name>OCB 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 encryption mode octet with the fixed value 0x02.  If
decryption using the EAX mode is supported this octet may have the
value 0x01.</li>
          <li>A one-octet chunk size.</li>
          <li>A starting initialization vector of size specified by the
encryption mode (15 octets for OCB).</li>
          <li>Encrypted data, the output of the selected symmetric-key cipher
operating in the given encryption mode.</li>
          <li>A final, summary authentication tag for the encryption mode (16 octets
for OCB).</li>
        </ul>
        <t>An OCB 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, encryption mode 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 OCB and AES-128 with a chunk
size of 64 kiByte consists of the octets 0xD4, 0x01, 0x07, 0x02, 0x10,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, and 0x00.</t>
        <t>After the final chunk, the encryption mode 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 encryption 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>
          <t>EAX mode is deprecated due to the far better properties of the OCB
mode.  Implementations may use EAX mode only for decryption of
existing data.</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="ecdh-algorithm" 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.11</td>
              <td align="left">9</td>
              <td align="left">2B 24 03 03 02 08 01 01 0B</td>
              <td align="left">brainpoolP384r1</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>
            <tr>
              <td align="left">1.3.101.112</td>
              <td align="left">3</td>
              <td align="left">2B 65 70</td>
              <td align="left">Ed25519(1)</td>
            </tr>
            <tr>
              <td align="left">1.3.102.110</td>
              <td align="left">3</td>
              <td align="left">2B 65 6E</td>
              <td align="left">Curve25519(1)</td>
            </tr>
            <tr>
              <td align="left">1.3.101.113</td>
              <td align="left">3</td>
              <td align="left">2B 65 71</td>
              <td align="left">Ed448</td>
            </tr>
            <tr>
              <td align="left">1.3.101.111</td>
              <td align="left">3</td>
              <td align="left">2B 65 6F</td>
              <td align="left">X448</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>
        <t>The alternative OIDs for Ed25519 and Curve25519 marked with (1) SHOULD
only be used with v5 keys.</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="encryption-modes" numbered="true" toc="default">
        <name>Encryption Modes</name>
        <table align="center">
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Mode</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>
          </tbody>
        </table>
        <t>Implementations MUST implement OCB if they support the packet 20 (OCB
Encrypted Data Packet).  Implementations MAY implement EAX only for
decryption and only for backward compatibility with former drafts of
this specification.</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>
            </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>One or more User ID packets</li>
          <li>After each User ID packet, one or more Signature packets
(certifications and attestation key signatures)</li>
          <li>Zero or more User Attribute packets</li>
          <li>After each User Attribute packet, one 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.</t>
        <t>Immediately following each User ID packet, there are one 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 one 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 :- OCB Encrypted Data Packet |
    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 six 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" "brainpoolP384r1", and
"brainpoolP512r1".  Further curves "Curve25519" and "Curve448", defined in
<xref target="RFC7748" format="default"/> are referenced for use with Ed25519/Ed448 (EdDSA signing) and
X25519/X448 (ECDH 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="ecdh-algorithm" numbered="true" toc="default">
        <name>ECDH Algorithm</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="ecdh-algorithm" 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="ocb-encrypted-data-packet-tag-20" format="default"/>, "OCB
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)", OCB
encryption or a Modification Detection Code (MDC) MUST be used anytime
the symmetric key is protected by ECDH.</t>
        <section anchor="ecdh-parameters" numbered="true" toc="default">
          <name>ECDH Parameters</name>
          <t>ECDH keys have a hash algorithm parameter for key derivation and a
symmetric algorithm for key encapsulation.</t>
          <t>For v4 keys, the following algorithms SHOULD be used depending on the
curve.  An implementation SHOULD only use an AES algorithm as a KEK
algorithm.</t>
          <t>For v5 keys, the following algorithms MUST be used depending on the
curve.  An implementation MUST NOT generate a v5 ECDH key over any
listed curve that uses different KDF or KEK parameters.  An
implementation MUST NOT encrypt any message to a v5 ECDH key over a
listed curve that announces a different KDF or KEK parameter.</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">Curve</th>
                <th align="left">Hash algorithm</th>
                <th align="left">Symmetric algorithm</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">NIST P-256</td>
                <td align="left">SHA2-256</td>
                <td align="left">AES-128</td>
              </tr>
              <tr>
                <td align="right">NIST P-384</td>
                <td align="left">SHA2-384</td>
                <td align="left">AES-192</td>
              </tr>
              <tr>
                <td align="right">NIST P-521</td>
                <td align="left">SHA2-512</td>
                <td align="left">AES-256</td>
              </tr>
              <tr>
                <td align="right">brainpoolP256r1</td>
                <td align="left">SHA2-256</td>
                <td align="left">AES-128</td>
              </tr>
              <tr>
                <td align="right">brainpoolP384r1</td>
                <td align="left">SHA2-384</td>
                <td align="left">AES-192</td>
              </tr>
              <tr>
                <td align="right">brainpoolP512r1</td>
                <td align="left">SHA2-512</td>
                <td align="left">AES-256</td>
              </tr>
              <tr>
                <td align="right">Curve25519</td>
                <td align="left">SHA2-256</td>
                <td align="left">AES-128</td>
              </tr>
              <tr>
                <td align="right">X448</td>
                <td align="left">SHA2-512</td>
                <td align="left">AES-256</td>
              </tr>
            </tbody>
          </table>
        </section>
      </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 or have been found to
be too weak.</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>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>
          <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 OCB 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 OCB with all due speed and encourage
its spread.</li>
            <li>Users migrate to implementations that support OCB
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>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 implement brainpoolP256r1 and
brainpoolP512r1, SHOULD implement Ed25519, SHOULD implement
Curve25519, MAY implement NIST curve P-384, and MAY implement
brainpoolP384r1, as defined in <xref target="ecc-curve-oid" format="default"/>.</t>
        <t>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>
    <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>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 for RSA, DSA, and Elgamal</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>
      </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" surname="J-L. 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="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>
      </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-ocb-encryption-and-decryption" numbered="true" toc="default">
        <name>Sample OCB encryption and decryption</name>
        <t>Encryption is performed with the string 'Hello, world!',LF and
password 'password', using AES-128 with OCB 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[
  9f0b7da3e5ea6477
]]></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 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>OCB 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>OCB 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-ocb-decryption-of-cek" numbered="true" toc="default">
          <name>Starting 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-ocb-encrypted-data-packet" numbered="true" toc="default">
          <name>Sample OCB 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>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" numbered="true" toc="default">
          <name>Decryption of data</name>
          <t>Starting OCB 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 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-ocb-encrypted-packet-sequence" numbered="true" toc="default">
          <name>Complete 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>OCB 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 OCB 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 OCB encryption of secret keys.</li>
        <li>Added test vectors for OCB.</li>
        <li>Added the Restricted Encryption key flag.</li>
        <li>Deprecated the Symmetrically Encrypted Data Packet.</li>
        <li>Suggest limitation of the OCB 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>
      <t>Changes since draft-koch-openpgp-2015-rfc4880bis-01:</t>
      <ul spacing="normal">
        <li>Changed Secret-Key Packet Format for OCB mode to include the
entire public key has additional data.</li>
        <li>Added Trust Alias subpacket.</li>
        <li>Added alternative OIDs for Ed25519 and Curve25519.</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:
H4sIAPOtdWQAA+S9a3PcyJEo+r1+BaIdcYb0dvewmw9RGtthiqJG9IwkXpGj
8Xpn7wbYDZKwQKAXQJPiHN//fvNZlQWgKWp213FPXIXNIbuBqqysrKx852Qy
cW3eFtmL5P0qK8++P0veZk2TXmfJ66q+TVu3rBZlegvfL+v0qp18qhY3kwoe
XV2vJvOd2f6kvlrsHR7uXObNZGfulmkLz8535ruTnf3J7o5bwAfXVf3wImna
pXPVZVMVWZs1LxJ8a5zs7x/OxsnBwe4zl6/qF0lbr5t2vrPzHAZbVGWTlc0a
Hn7IGpfWWQrDZAt3X9WfrutqvXqRvMta/Cv5GX7k5XXyPX7sPmUP8OnyRXJa
tlldZu3kFYLvXNOm5fI/0qIqMx50lb9I/q2tFuOkqeq2zq4a+O3hFn/5d+fS
dXtT1S9cMnEJ/MtLAOXnafIDYIE+YNT8jFPU4dOqvn6RfF+uz75PsunHKX3W
wNhZ+yL5AA+tG/hrmuzt0TeLvAXsvFoD3rNiWdVX/Gm1hJH3dvaePZe/12WL
aPw+g30pH+jD7DbNixfJ/ac/X5fr1fUUJqbP1zWs6qZtV82Lb7/1X317l9VZ
XkaLeTlNjtO6aKrSrOeyztMyuZ0mC/OVzNUA/tKi+fMC9+mhrar2ZpU2bTYF
JEcjf5gmb6bJRZOZgT9UZVoskzdZWT/4rwhbH/LLSv5WTJ2v8zZLZvBvnMyS
s2y5BByf05cGb8cZoCUtxsmbCnb/B/gRoyv+WBZRExzTtsn+XNPE00V128fc
/f391H5vVvdqmhzB/1qgucYs8BVg+JP9WCZc4ud/zm/aq9XQUD9Mk+/zorit
ajtWWuZZkfyQ3pTRtzrkp+s/X+VX7Q0QaAOflbQDeXlF5za/y4BqX/54cnr8
5uTdyyP4+eEFvS7H/fsMSBaeA+ycFN+nt2mRnOfXZdqu66xJfs6B7tdt8kNZ
3eMj7U2WnGeLOoOPMqY9fzTwHy8nLOhlkeWLm6y8TOEng82cYfb8+QHvclbn
WYPgyhA/ZgucO3lXAXeAgZLj6na1bnHPF3lWLuDlj1WxvgWS2HkGjGO1msJv
k9mhS/7yw/nOPFrd6e2qyG6BNGCFVZlUV8nxDWxjOTnOVwBQm31uYZfadPGp
SdLrFMBuE2R+QNx8cHmwtL5GSkR6EHIgusrqVVoSTXyLbDClgaY37W1hVgo8
bL4ZUbzFsLd5kfwlLYp0OfT9X4BO2xs4iz+k7a9DD7ys1wvYmcVNmeWI5x/e
v/zx9OJvES6O8DAAiSBOy/XtJWAUthNYMq12UT+s2uq6Tlc3D2PAUrpClH88
nQJZFPmqzRfJ8bq+y5rhXTs9f/nuRbIz2T18Nnl+sP/sYPK8v2iiinfINi+L
XBbiyeGZS97+bWc/BrmU3Ulg845fv0zeAjdMTkoCFjf0qEl+arJl8vJB760N
4B0df0iyszovYb/rxQ0ei+RDtgJWjxu0/+3O7m68Z/twi012Dr+0c+cZkEby
NgfOVw99/6ECPLfJ39YLPABpWw0RVLZCwKZ5uqiJPweIPpx8f/LXCCVvkcnW
eBY/ZNfrIq2Tk88rOKoNoKPpQyv0k11d1dlD8hrQsmTiZHb7/psPGbCUh8c3
df/5wQSo+PD5ZMcg6Wh9Daxf6PvD62PYw9kL+m2+t7fDv+Hdzr8dwE0Ov52f
HM+i9Yzgk2T2okNlybEhx1F/WQT8Od7hab1sEuB1ycnVVY4Moo3eFTkgQH2e
AWET8QPgO640XPLo5PzF0PYsmnoxLWGLp9fV3berNRDvgvhJ8+1VvuIfs+fP
6L8T+GX6v1fNeLW8+n/sOl+fnp0nZz+9BFJ/Nk6OlncpsLKlpWVdTrIFgGxv
WPO70/MLs5p31Z1fzOwbZPTvf359ev5mcB1DfOvyqgFpoEivA9sSgF9lzaLO
V8o3U5Cw7pOPKYgEl0U2+TErr9sbvARAaNubvMxb4PUVHFRmrMkW/HV/lTc3
AwtRgSOwK7+eV9mC1wPEtDtMlK/hACTn1VV7D3KgwR8wrfQWJJblNV1RcIG3
DyQNNjfVKjmrq0WWLeHcwNzneN6us3rykZY+xtn28CaZPZ+BMAvi2Mu/zTei
8PLXfEXH1GLrAi7Gl/DFnJhpkV9e0h83FdxTKxCjI+Yy29mAlL8AUjJY1zI6
vOsCxTD+Ypz8vaFf/pwublnOOzn6a4fPH1flHRyEHKUbOKbA5eEPFMCXE0Nv
yEvtcQakFEhHu1+41t/CtZ7BTVVnA1+eTYHlXaf36cOwQPBzel3ijp/8+P3R
26MfO4Cf0dmaAFXJIW4egNvdEk7TIJcg5cCtnrxMkffDUl7lDcokWfIjzA0b
f3PbRJfL4f4GhF/g9XaNUs8GDnhycpJc1GnZpAs68TjbqcpW8PsF3aAvkrtp
cnox2QURtQSBfkxzsmyyd/B8svcMWCRygBmxwz5dLT9Pl1VOVDXbmR4Ar/0W
T/oU35nCS5M9iygi7yx5kzY3hmucvznfHjOfCW8McJBUCOMUhJ28BckKj3fg
pYjriwyOZlVU13C6f5qeT+FcrtK6RUGKZKjq9jarFxH16GUw29eVHvyWlR7E
K32VX+etFUnNel+dm/Ue/JPXC4fyAVe7y6ud7wzzi0dXOxfB0N+Eb44mux4y
OEug4a1Zcp0wqdOOI8Ann9sMnkJO/H7dgnicvF6XTKGCEhh80735T6CAN0fH
0dF+A2NeVtUnfPdotSpADImu6SHNYDMHAo0LOOVb0Fx+FXlUeeVRAXLOsvdt
l0XBaX0P2tLipmqj18/SdZHAzdz5NnodcPER+EFblVksCS6qtjVfnb46OYpw
8L4k9WkJDOa6JCQ3ek0BVi7p9lzQ7Tkgx0Ug/HWa/JjmMc7mwwzs5OINyqg5
q1KWc9GNCGJjCfffX6Y/TlGybIDxbsEt2Vb1NqlZoFqBRg0bvy6vJ99XNRxA
vjNRlUYbyq9jJhVgwLC2N9XiBn5ZF1my9TdY2gKv/9Pz97Odg72DWOyLmKgn
tmSS/FSCNFY3QJ5v10Wbg/42qRYtKJxoCVmiZlIDL0Z1ED7b+un4fBteOgMQ
UYok2b4VDRJRDOcGZEoaqYClrmHYswKEn01ng+1EekDe19egfP/KUKKQqYdE
PjNb8DZ9eERoARwEeTUhdExmoLC+Pn0doeUvZyffJ69zwB8BsgCdz5vgki1A
PYr5yWy6M9+ebljB8eR4fYkqyaKW67Ox0sQJ7Ars6G1etCgzvc2LFXBY4BrH
R4NSMh/Hsx+Oz2PVbIQfJb/bT+7m0x08OU2DljZhVJEIruvehPMP50dAz5cV
qkeIt5iwQenYncz3RcXYF3UCflNlY2dvX36bzZ7rb3t78tvhfM6/7c72D+S3
3efy7e7e3jP57WAu7+4+m+2K8rJzKG/sH+zKt/uHzwSCZ/N9ee7Zs71D/u1w
Z1dmO5zN8d3z4zfvTk47JpfREAfES71Czg6nD/b4RbKqq7ZaVAVsTVpcVyzV
jJlvgB4P6j4eCDKQDCB2UMbeYCzosN7zs8Md0PkOYu71AcADng8b6Q/DWZrX
k5/zJkM1IDkBdgDSW3NDdwRLaKido6ral8/63H8zuzsBgTOtP3UVbBUp/1Ld
lGqc7Emq57f5MjqlcKZQyH02fE7xcgb1IFvkyCiCpvciEZwAHu5yPoQuufj5
vVG2giJwcV+h6hMZKnQLv7DW3pZF38K99kNWNNkm4Rp4Xy4Wzo2Sd++74ynw
g6IY+ObdNHmd1XCtR5wOz6Rzk8kkSS+bFpmxcxc3eZMsq8WaNr9BBF7hnYMX
3q04EpjfN8kaGQSQrRhspok33QDJ3+VwPyZZQNw9IC1hnXvyCcgM6K55AEJs
kY8Zo1W+cPaYLEVwbLwtcwzn5VYtJXSMcLjbtATYEOppdxXw+22aly38nwEG
9oY2s4rBQUmsKJIyw1s0rR+CyRWGL0HXhJfg2WV2lxWggObIz6tVVqPQlqTI
AcSIkFyqGgPYcup+4bEAOacESVm1oAEBN19NLh8m+F9YTvWJZCo8i/c1bT2s
y5mx+fUlafKXGSovILXinvDohAVA5U0FUl8Auc7S5djBAV58GifXbB/OmPPg
NMh4aKk43ypdfMpgU/GyaRiABxiKfDFTh5NXGUO/zGA7aDdBQKqRIHDAPDbQ
/uc6awgpAjm8PHY31T0gscZNbRbrpum+lDfNGifRncA1pHdVHgQsd1Wk901v
h40TClg2OaKSLdkAUC3wM3RLJVvHwDcL0MJhF3WDtgl8fAR9VslWx0pqCBxu
ajotwImWRebc7/Bur6vlmuT1Lkz+DFhyYtrQkzTJPotgwNh30cm69KZQIlUe
zpwoQGMWfsfzgSKg6x+I5EpVCk+FKdCGsD8QWRVn42SkJzh2Go7GyT0czJvh
V9FK6B9om6y4cnW2KlLYRfoe7YkwtPVFnnyOJKJmlPzbv2/9TmyP207+wIG3
9RsEcPu/vvOOJfPerh8f0/EzW/2734E8W4PQBSzz934rJgkBQIgARnBLb3n5
v1FzVnsDpxK2sSEvhFgt8B3gETmwMNrpIv+VGVJr1zTlCXmyM7htYdzvq2oJ
v+d36eIBNhG/IwiuUP4jtcPPbEVF4VlMTGc3IDmv0I33txyVPiAQuP7r6la2
TleYCyMzcMx12XciuMKE+PlNiqwVGMUdmhPLtvkOxsoAiHCEUwLktqpRYQIW
XAAwOoo4L3IheHxTFjdn3BGbA6lyTIO8fbXPzAs1MsJ7TgzLXB1JiyYeRC7S
+lFpD5+YhmDPx4Ys72EJyAxBDVf+yv6x3moNPvY34CMnCzbgFsD+VFb3Je45
Ef7uiPeZVU2UwNYlEAwfSERjmd37i5XcOKijLfAPRRPMAUwALh3ZXB5P0MXK
qD/fdXaV1TXfArQhqRBicpktUsAtESiLTko4iAm6UvIa1P86KzKgApwVP9RF
kKiK5CHYYKf4JPn+3U9Kn8n3a7JvpkVTJQu4WgGM78++HyNcOBSMi+ZbojeC
4Jyl4Lzn4lOKRHwgji4z2iSlaXT6X9NNxHIbjK1vNKqhwVUGQ6NXSgD+8A6P
FXunfayBP0+wC1kdToJCJIIGTQN7ABcmfAh7rHyaeDrQdrIoyHFxcbMuQcS4
zGs8RYi7kXCMOl1mtyADk+3laJycvgOpjWTNtSIb2QPQNh6rCgaG6xJfaBwM
gLwOpiXSXyJcVyIfgCRTr2BFjQxGnEmZ+YjJAbBfOYRUFRIvTwQehJiGnUcL
s+dHfN1mdKmgZggU/fan8wu4E+i/ybv39PuHk//rp9MPJ6/w9/M3Rz/+6H/h
Jxz88f6nH+V7/C28efz+7duTd6/45bdH/zricz56f3Zx+v7d0Y8jBdB5xk9M
tgKSYIFshVrJEsk8WpReJKBQbveXcfbh9OPRxUny0/kJTnzy17OTDxfJh5OP
pyc/E5hnJ8enr0+PjxAKZxeI/MP8TcCenly81peZ/4MAl6V1H3bgkSXTDsmV
DC/pdA0IAhmKo5Xsq1+me2yZuk5UVunqkmiAIlz9zgukXjABLSAl7F3z3ZXV
dzne2UheIqEwRdCDV8C6G3eJRC8BBA0KkAifWn1AUXgBp2wyILTTx0F2oT+N
GE9/fwC+8HlysIdiqTBW504BB0tWpcdJbwkdQYcYZ1bLucj8ksbuct3yTcX8
DEBHzF5mD6iq46FoFsBT9ADauxjEgGMQk/m8wZUNmLoDAfLErEXBggXB5QFg
ecWGNB2jBCGARgcy38DZVBFvEU8HR/pnJJjbtPPdWFg1gl9d/h1uC2AyTsYE
wuCNSo2aZSFRHQuGP0nh+g9PAWRO72S6gSvgoSSy4GAwZqHzTZMjurhGjWhj
8CpyOqfKxpKFHriUlyBnyEWGA2U4pQC91VQwc45WBntvpY2D6XjgbYDynFh5
3iYDsNEOBhhIhqnWuLXM8lR1RfyTiHCLN/6S1ZgctbMLErHR4kiDfUJ/aN5B
KD2N38LNnKFx85tGdhOfF9bbZKD7EKQNLv6qgsN8j+di5h/AuwHklizFwJhU
gQNam5tH9IpEwlJ09nHJLJDQgZgWY0hABOKaKFoxgEiDmXb9TBHSusRD2wSr
zVd4r8XLpbku6CyNwntmQJDq4R6uW6vywNR7GxYpY8S2Bs9s7MAsDrLUSrKe
bApq+UuWlOyUCYUgMUu2Y+dinkc5Zd2sges+eJ5E4u++QMrbbWEVzavpEV6A
12BN5AaQjtqMUecOnjb0o2hAae/Kiz76KIpxYRVExPd5USCZLLNoeT+TDr+B
VeGlpgf0Nn3A1zsHIXURy8CQODgTS1YpUlBpm2Z1U6MMuQVESKJM0tykNREJ
WhG3Wc5xIINNgFCucQ2oFubNLbAZUGxSom8SWQLPZDOHuf/Sy+oOr0chiLRL
06yS9qA3DM/zQgwzDSuIgAV8vYQ19K82kdbjG8LfpYK6VAzFwo4auOoNeb5G
Nj4m5qqDAtyBh/IhjriYoxi1G+aUMbFf4GVhH18V6yYe2uPC9e+ImMBe5yWe
i0EO2x1l+GKjKw/4ev45ABv2grxlfMua+AZ8Dy/ZnteYRbj+HpC2mKKScMMq
ShBh8OkMbkm/yWwiSS24ZjPNtfjfzc29pmXZuQH5qsMod5/yfgCdqBZHCEPS
vngOwaAiE49YkfJjEF1QYY8IZROVDfFGD96nLFshaCBRPXRWFUYf5IGDK0QB
IyxJz4JcwayT2esdrmU2WeetYZvyxDfmIBD79Co5v7ZQQ2TSrBdowrhaF+PO
pZGk8M1KZRslWpUUjUjbUyPFTCzaj/Li+GhfoUcU2cWDgO7ChqAQe5ldocwd
DhhMDMsAZt3Rn7291n9uBe4x2U7YfdG45qZaF0tiVMF6dVvBqdE1eH1ArA6g
QcELGDpkrhTcznVDVw7yPVDUSxzzHj1LIj2ifjPBNACQwtAc7zpQA50FeMN9
RRDj8nFB5kNY/Ot1jVcLWphiz8CN2DNAfUAuTsbTqysW8GB5KHQm7cMKzUxX
zE4/wc2ZEsjtDeChDcr9VepfK/LrG9T90wJ2Ci/YgABHilINWEHbQOm/aOjK
wfDrBu3fAEddA9oJX2xLhJtmWTy4OgfuUyEKca0s6pKrge1XbHEAkpyq4BWD
7d+HB2FmDB3jJQRDBhn2Vbp7Wy0Dzb/KUPhFwj2uULXq6phNJoFTzAPhfa8c
qRUMNk91OE/9cOLIFsL0XFKIJhxeRIzfdFII/JWgpDY2lG+UOnGdonzJNhVM
L0hvKbSxvsyBroCJUaABIvgcdtmJSZQVBkAnCP+0q2JyoTsIhaayyRtCEdpT
EX0TGG/sKKiXvD0YZo6XIvIg1CIw7NjIbrBWXWB6r/yUQYFrHzbmGpgYCDhl
VjRiIUBbKZB0k16Rnm/eQ1pCmcDPjopItRTwWIeNpiDvEvl+gicuaMrESVgq
wfdZxW69sArzHuJqoyEVtaiMBTQbfBydH5+e4pI4kgNdc2zv86p8gLmWp4/w
qCLTGuaKqgQPGAMaJjgvDEze434eGQ+c4bmNmERFfIr8dGqcBx0RJLpYVnHW
0YinsGX7Kf5/wBIbtrGpijs+bWkYY0IkF/M4NEwXyA6ub1g1Ey+rnMMaJI4c
LSYDwEVe0FwsvWkDvAF3Q65GbzFq1pdN1vauH0N45UQ8gCm6UgjU0utJQARw
UFx00/wueYUs7kQYtHhvxCkjHMK4KSlMCl/I+IWeZ0t2FKgGZP13hF0YTf5m
bDcE67qUzSTZjQS1+xQ4ALogmT9d5tcTFJTS0nmXKwctlL/826df/p0doleZ
1yk+AXqZzC8zfMwY2OjKd3dpsc44ZBpVFDkSDBssd2sLBt6Bgf/wh+RwO/kX
nGf2y79vi1QT3gZ41vWjr8/38P0tHgA/mB3oB/N4gl2cgJDGQVWoZRLvxTCj
a8Je54tcvki2rEH+7dlpsx1j1j+Ie+TQcVDBFV9gHGT4DsSim0Qu1gpNXRoE
EHvwYZbFumCCA3CPSpxQOWxDDOy+SkA9XqDnbgC/RITeYYAh6k4kSRyItrvV
q0hOHXIo4Y7CEGkQmBQ9/7SjwKUwcExWwwZhvAP4cSQb9NB5QhIK/G7oQ5UU
0CqHttkKRTCE7fJB1B2iqTYYjYAF1RXwTpS8eUkAwMnnFI8nahRbFIVgaB6A
vsk+w/iL/DYttln36S0SiGgn2ZnB/4BS2BoikPiZmRRFY3EyAr/3HF99/foL
r8Js+7MZbqSYYgGJ9ZrBJqDyX5nU+W2ibvhlyssEyn22nXzLNDzXu5nflCdA
YAdaCyPELEQeImMSgk6aDu4/iqjEbIl9li2xtF+zukLy8OKoUg2veM6YklAM
ctctnXjbCnHIBXnYYhdA/qlkBpYzEQu05AaBh3FmRBKes9KbnMjaHzDjBZ2x
XZv30BCdrgqMV8GcNsQigSSGhLwoJgwzkgf5P30CHPMFDOE6fQV84Eh+JSmp
TDKUW4cOmTiSUORzYlUavprfvb+Ao99gxh69KTMJF8lBUVYKk4tgdFLecHYM
Pupd/ZcZHFqzxTfwlx2L16ce+M8tor1ARYlsSKRNaGCSINFLIAleeHQPIvKE
f/x08XpyqDEFGB+4nVhR6qcyJ80SH9AQV/X/57DW10ibhE+0UQupMk497zQc
XtkDsx0VsLzkgMipyiXQQZGumkw9lLf5ssQNwszYv6TlGmWw2fNnOwD8sd9X
PLcEyCf+neXfBTBBQThyhZKNHxUp4g+ksLHzBj/Gy5i9txd1qkcZzTupHbNB
kYE4Klk/0KiVFMC4cXwckwUjoEiHGmP5ALdCzgKhH18d0Rs9LN5D21ZOw4E4
qhqDBBqZilacePOhDq+SIHGySVtRosnW+fyHbY75gz0iOcJ//8l/3/jvmW7F
CyfysLVaMp9smLlvMpN+G2JwCDV8Ah7C2Hjz3FeOw2FAPl4Do0Hf8QucVcYR
6wxl42JwPguY3kajSrczn9UU7k3ujCHgGzO6gobnIphsSZvsK12E2N8lj6M2
uUC1mRi4iMag3WRBm07gcYtov2gglBXqTHhuOf4VtDPUBGsUnemuwSsFeNY/
aAycB0OuXvxj0vvnkmQHHyPxFp+GD2b4ASrmS/lgDh98iMaHD3fhw9NW/VMA
hnllBuweUDeb4dhnjO9vTz6D0pgTQyzoKZEbUgpqiXzoWVCPMRC49WoLKS4e
VIliyvnSIfOW3HVyO3PE1xLje8UdRcSPGm2WCQfF/UTeSecJh5DjuwQeQNEO
9O89caWdF/JnsvN5Zyf+bua/IzNbsIa7ALEF0ZyRDpix7RivAgwyysgFztb5
VgweCCPgDrSAZaNRcSpFdEZyW/wqeTH4FX2D7z46aBzQ1R0GoQ7hpKCfV5Rk
401/vGJ6Ay3uZMSle7HsQYEP8W1zA4x6wjGkW0V21aIUsq3imJk4MAEWmB3b
W4dmLtgOKNOySRqnu5XMCQzjbfEq1QmcWERZSsCJ2AK9TDBCMStZu4x3RzTL
ZaAmoeMwOA4E0mtRpUt1lOyMMXVkPk6m06lZJMo6IOZRGFFO7KZJxU3AXmkd
lKObKh2W+JbwO7wZrtE40plyJnqZTMPPA+XUdO92HkZFQmwsCpYyFzwh7Q3e
5UdGF5XDIr4x3PYcDZXoOkTaYkaF7BN9nxbNU8cuaKI8/giHuss4MAkue3L/
YEzfMr8CeY6GGrMuTdSLQzrdEv8MT+Ip873OYc6ZgRk3n5+VuAw1+3takaOa
k0kLTWZlShyX94WOhJLteBOjGYuXDC737POChC/ZeibRGoUVurjhDhdhDVlc
4KTM4gBhxZrMicmogS9HolEIs4wuCiJdMst6Qx5bVPFzkjiRWAQRJvqriyxm
oWOOfStWTkyhgHDixxSVyHbTR7nk7Ilc0j7VJPPJc37wUGVtWLVcPS6ghzSB
zylx/yL/lJnLYUwYX7XBYZ2XuNuiG9DsGtazBUp8pFXD04fmlNLknkJwWzy2
x5H2HKNQt3PTLdnZW7JUpTwZ2WfKRDO91mWrXiz8lmiSgmSWbmjrlIeDTIDU
DBss5OK3vYZDiiAVD2I+d1fsAEBw0Bgml1R6i3MjDijCD0DiPYcHbzG9cVkR
QpHEvkgWMV3sdr78WsIYoozOiH4+QiBK53Bd8ltjSZ8TirogXrQuBbVLtuNU
9g3VPYIzzIsoZClbF+kLv+DfLbMr2J3k5K9nL0+PzpMD/cJDk/wRlPvTst2d
b88O0Ei1SP5XMtvf3kYz1Rb89ac/JWTOkiG2v2MoyU2fyITkly+T47HEC49o
QA2SBKlP/EW7czRKOzHYjD193En5gmS0GKmax6sXjMmZ3cH7Voh4Yk7fsDRD
twZuCnEd5aeOQpM0sLJCGTDYgdXSRGE4QqLBpOulQrbdK3iD3K8XphLOAL3k
/EmIjxdCgVIgR7cxOBrwoXcGJZ2ULm/FlSQHE6Pr6M7CW8oqjvbWY6EA9er1
CgUZf2xZJUN2EOXr0CVKqnXZg4uVOkYvWaDVXYExCxIZUbSPcSa5nMjwrYxA
8Q5LygsXads6cdgPGdEi0IcW8zgiuSI+mBGLR5itJVe913vimxFAHZETBWCE
NYiUtIY9Gvq6s3uO3KjeX8Bm0Z6kGvPboyv+MjNqgUORexyJQetSBKlu6ABt
PN4tvf12SLNhv0VdjLXFn1CT3OjgQb9LwyeRIvjlcMLZmzThhgna4xiBaIIi
0lHgiV7v1kUpCVkYUesZugsMncUT0rEJSBu/eVR2BBGx7QbnglHQ1U6CEi+9
8EBk3lZO1fC+jkTWFXE7lextNCOKYve+AI3Cqa9LUwr+jpeVAJKqwuM3QPYd
rf1UE0XcfH5YCrAioZg863AwKS7W8xj76H3auHXpTQLC8N6+2k8ikYMCzMT7
0rWekJFiYOUatBGOYXch6MivavKlA7lc5hhFNfam03h3JP5zHIZMC7kP5/u7
oKvs71Fk2Xx/n3hxtIurqsl5Gewp87pajFJ3TxZgK93zISgkHBqEzPVCwkjU
i98iuMq7HCbZLNHaDxyK/BPhRg6TeetruNxK5VHROcBToJcIXaVTsb9cUeBD
RAHRtrJHUHkKcXlxH7sVpvoRriVyW2ScF0n3nx2QGEewHG2hbuf3fFsHAeTb
ndiFMSNvTYeCScC0u6zjHHtC8VAhBzGWiTCURDUIxYqUWmCZobBS0VF7B0mu
DNF6yGmaL0D0kBgBHFRTj8ashZKfmr3Ll8BksJZPTL/foX759uhf0RdLMRBA
idWSjafGpH4Zwp3ELEbOa9xR/GhqrU0RCtHpR9d38jFbtJWPe6XoQvEriOWB
i1JYy4ggQE+mMWN6CwxtORvlYMlXrlXDpnFheJoNr5CFlF/DT2+brLjLAgv2
hlTkwj4fcCiaPi3FqIElgyL764mnvnOx0JCV8uT8h21NpRQGBzcbi0hpFCHJ
51XZF+Zb3HcvF/ah0yOKJMPaQlQC0jeyQIbUx0lJkOlt/pmM/jH45z803VQA
/ExBI3hMLKHAInsEAGU5yV4yhwGL2L0ZdZXm6ObkHDHLtCmFjt6Xk9REtnKz
POTBPgiAYkV9pPHGOFqD40DInITB5yHxeNWjM4mODoUaJGe0lbD3IEN8fjTI
QLOXB8ML3t9h3Et2Txd9J6BNrCTMzUPobxAgAXhKFtKoCddax4m602V+zIfg
X8U1c7MuKdVLOHHKwmbq2vRapQd2E2OAforeIk5b7EA5DiZ/EwnFgaxq5ors
AFGoisJGwVB8vDH5TT536FlUJznL9D54SLC6RQFa7Kkek8dJI95oYY6fk+va
xL1RcBwN3HTHRKMcpZ0IumLg5cObDKTTQUMFfX1ZLR/IhBk/T0FzV0FF9L52
IAWhqDf0IHswxCzmLY7t0HiyzfjdSMa4SK9H5OaCc4npdpT4w9o1peSrIZjH
oDSqrKRSqGEGR6J22ap22Uth6AHSBpexaBj8CCyvk+SA0ZvWNX6Zm4AKtv7h
Zz5kC/XsZ0jAt2nzKeSNyGs7nw93OgEJwUoi//6l46H5l/D9GWAr+cez5CDZ
T/aSXWBGs2TnH09/H8sSPksmk+SIeVio2SRfHuCXWNhQMCabkGMgXysMcHow
/cxRTpxcXCz1sXBEOGIgSuN2oeJDm3l9CE9QV1Ynw5JOYMZ3YfzTK1tAgnid
rwohBRBYQCn7a2mcyZSMzAX9pbDkim5pH6wgJAesRwzkIeU4fqvJP3/Hdtir
TMoHAwUhiMK4me+0IlL2OHiR9YMgdAK5M5D/RTosMpj/xNgcdL4dcEQFTOX6
MMpRGVgyCgyE/eyzBFbDUkk3d/059gHG9wNjML964SLyapL9yRwpTHYEBu58
P5vs4Pd8NCdowYID2cfv5uF3OsOzYo0QStEoYTtcr1NYl9wZyi3M7FTmpL+8
HMV8dP9xfRtlL5SkF9QT4ZiM6MB7NHQnQcs7oG82PE6I5dowzm5nnPnwOCam
YsNA+52BdrsD8U2AHJU5tAm96o4lPifaFxwu2Bo7EepsPVaWT7o/eSIMV8cx
8iY4GQM0PhhjnEhWXqoRmZ33MyoM2LBRi74kv+eVeNgKCrEoRXMoxv0EAE6t
D2rGmhx9BhMTuUeUNsTrEPTiTDLeZVI2EsihXxSY2eztRmIyYqSJwQqV5laT
7C6ztuXQS4QjTcjMnPvt4Ewwy5F4Z2Sb4HMaJfrOxqezQ5y4V2qyyPAW40jI
TEoj+8Afto5sIA45fXiAN5y+gbMdOC5rmwXm4j0QBfpZeXw6/hiOd2QO3UuQ
ZmR8JUvW9xulH36ZBlyvEqlADQM9n4WYOlC8adxwCL9q3JmUH0xwpw53D3ft
yLs08lV+9xtBDiPvjefP98bPD57Bf/eTrZ3Pr+Wfd6PDQdGDusU6EYVuyi4m
fp6ITTQ2bni6jTDvafZ0T3CyUqRewVyzAw8pl3UGgVOBRkaAtzOIo1ijELXu
/vLVRBNE2OrK1+Hq09lYElIAowXmsX+SkFENthc6hGsAqIQ9Gp4An0g6qVk0
R7Y8nzmfHUGYpesCvi6iAcjCvqhAfvyVzpdWDRETEvFK75EI9m8gIE0nQ6Bk
THR2ys0brj58AIBO/pjMmvY/aMTvZL0XQL299T6JpO16AZYeGWt5lN7KKJzY
aAK5T3WqqVARD+bm892vX9/Wll9hMsGRtn1I99a8XPI3+BceP8bAazxlPRQ8
fvZiHUoT9elpDOVW8zDvGtnn4vjp3kl6ZKVuw0r9cjSs/R/J1m5tPsPI9q7g
D/+29tqb8BCgBl7c149E9b+kEqANq2nszLiv+MoxiFGWQ3YUyuxGWyxXAy04
sqPhYt4sTuoZGzjVhPPNp53ECz0MLATQ9SekGDiOI3gx90iC+/x1KsqbnMSA
Y/imumc1cD7ma3aGIfmz8c6z3fGzvdn4cL4H2NZcht0dvMjxlW1TAygQ+QPR
N2pNDCzTwKA3yUrJ8/ke49cfcAd0I2QxhJjBg7DiB1+G806u4nAm/heol7PX
6Cgmk8DjGI9pljKwgtFSBCiiWHGrbAJVRrQlDtGsy+N90zgvJx6VbBWJ+eOW
3/lx4ExjQ4go0jhZ+rYmDosyxJMIcGSg7jDf0q5Gq+xQfuYja8HaWZuvJrLz
EBVa8xupmlU5ucI8b9qpJsalGhboLHlBlWAeYkHsOGOXkwiYTqAj81tHmEZr
IHLfocNH8JlTgmHHGRuhC3IbFjb3kiTIrvOKGbpsguIY0UmBy4h1XMf+LNZs
BtHYJHYbFH/OV2nyuhvGwIpbNBIaE031UHu+GNQazDa4Z1GR8Duglt9itJXK
FsHoo7wOUavzk4ItK8VgVtx1kkyRAcjn6kdCHVGp+IXb+XywZwy39pzhQMGF
z6GDG6Z8Nt/90pwhYg8nPYZ7CATAlzr18ElHoqOxnwjGDv77EiB4WEUYeoEw
vB5TdCz9nOHPwwP8ecRRJLILdBC4GoZfkI2piVIncdiT1xJ653bnzw4OOyv4
Dp/AbgMYxxkwE329I18H/m2+fa3fHuzv7x4MvM4IfvVqzKd2dvB813WwGHb9
72zCyoIOo7oLXwTUqYxMq+zUp4BRfXQgjnfgJAk/YMc+35pcVZK74Dwi3Cnn
cR2uL5RwxhXrgtEJBXlQV326bPZ5VaRcE1zSgjicZ8igOmhsFYAwMoKCNvoP
sE3amJov0msx1gTjjrcE3xM/Fflbv1eJC2W2xpr5nDHoqL7hbV5E5t7gJcL4
gcRXRfUFnX03vJaKHIC/HKiQy9FgS35iK0e3iySjpVxUMBTEIAuvX/Ujgftf
+ieB/T5sfxK0KcSdZ8MMOlVhlBg6DP83nUeGvYRnamOZU/aAZpj7jzE7IHZS
fmGcPXgBFTSsnD404D4OGAJP/OcHMbT+82fh+fP15Sf71SF8dRycL5SL6798
bgEnUTcAHj1JuQ1vqRB3+Axx9yNfq52nEU8X2BwwfIQ4+gm2B7PL/Id7YT0d
uGfP9PmjFoC7xEYV/rtDBntqoCVHu69Ld8ZluXqrwPUOVzBIsIKBf3COy31/
/HITOuYzQ23w54Elvq3jt+ePEsC2OyC9+mA3JIygKBLljHwkb7izTk1JocFc
myeSLBxAPGOzbdJKvvSOmlKRiYhz3lap4gxfzT+yzvG/YbCQBgJ+aRr1bOCW
fYttFZ5wcLxQkz5I2Erm0qdQrtYY5jVhSqMvQBRVP7K+3YHibbaQmBp53Zdq
RrHHwwYS9RbnwuLgghBQnrAsyWlYUNXuywcKPHzq9vpSeupepTizymmyzTAu
Qt0drlDWLdIDPB8RHCFFdcWAElY989rUhBtH1cvcEKZLdr51KZIKYYZkuFBn
yBsgNHGw7zB+wZVdj/ohz9dcVghH7NQcjvVFsvDBgRTEhHw1vf9YXyZzMk+v
w6E7QyrLHsU5tr4zI+Yt5HeyZknJ1ek95tScGzZuU7Gt4FbYWI5LrKxp0hAf
HocIHTs9FTm6lJd9AWbK2wEBQS2XA0ADW8Ngec5m+jLmTTiKDdXyBaaPNiTu
iwA2WFpQJVZ+kwFNP2E5ghXb7IYd6RJeJY44KkjBOXyS+MPujvIJYCehEYTm
RS4kU5jIBFuhhPxLbwuZdMs2SGR7guny21RQPbzo6e72979Hh/4yKZ80tzRC
2zD/2SlOo89svcqvrvJs8iYrCpDtt2XG69///hPNuJp+7au3sKUP3dc9wJNB
gI9fvXkUWuD1J8egZ2DXT187iGsZJdkKG5Sg2GJrU/oRrF+Tc+o6RSOiGoaq
1PlcCW+p7JUdlOrC2WJ5M/EEokWGGRWjW636HWc/SGCUKZfYPc5p40SyDuUB
B468r6snbvWBCFMXIkz5WMU9PR6vDasRchr/1dF0n3C5aT1CrvIoUerYkKJZ
35Khc0VHb2kaDHjrI8G3vvV6mQ9xtVhgjsEpDpyQpHxnMMjWAVWui4qVZeUi
3o9BfNJH2XYKYGGfpF9+N+NyUaEY08nbkwl+NZvczX75j318UhJ/k2fT+XSG
4Gvtgb29Z9u4Mqo0QsFEtyOxx/tk8RtDJhzoyzm/OMbq06KZTXTqSV5q5/Zt
161cTAeLtcyqNAWqJJ5VFhOFDWm0dcdGx4VBqHIZ9tL5gaIXieBQUpG9cHTP
aDMRE7lIJVjYKhjiFy8f/HhcTwD3t2saRD3vFpi6+IUV/R7xXvbhAz9sXORa
fSjPst85XGUUFE+Wh9F9Dor1ghpbwYMjPCFUvOYuG8kL7GwnBC98BkeoW9jx
vHPseIsJZUWRpHdpXlAkms3pH/Mx0IWkSIT5MuDIDdx2XvcvVmje56TNOsV+
ubBvafHQcMCDSeaPCmapwEl6xJz0iPCdCDYhrhKL3nAmz2XW3mMMPPtNgsxC
5bLwM2Nqp7gy7G8AoIdqVVI/KxR0IxeVVqVIJT4ZadhHEdinVR5ITfhjru1s
RRElzotVCGxUVnd5et+TVAcQayO2XV8ozYmXKVTBDB0kiEkVZoY9gnTfFy3D
6+jzKuWGjlKGSlrlrC8VAn8kNH2ENC3bJQaOPRcec7ZYZSeGjSk7tKDYNege
KK9Gx0njzP1L+3aPpCw9HWAXnni0Jowf8eNeNBQ2ZdAh9rQyxiBMaMqR4Omh
pXzHFn9zljcsmBOR/Lb1SlREIbFqsZQAqsYXN5fX9TrCgF/Nmlly9I6hSjLc
sbe4pFRpziSPNo1skq6MYjPv0us14K1pgmnSA6LBgAl2OuJcgVTj8LQEFtcz
hNFfivPaB9dy0x125nBxT7Sg4OKIvWAHpfVKU7iliLm6i/3Sc19tiIMLSy7b
SqVjgfuh9xfLYbI5/FJSsLT0JFseiSuwX8SDgYVnKfnmjgpxmWsNvThrlOcm
YUe3x8noWD8P+9qMuBC99pJxne5KnIqV8IimIOyDpU6MyMGLg1Q+dcf4HehZ
NqViBuafnMcMTEs1arcA4dMa1aV4S6r7Em0KY5EmtVRDTk5C5WmZ6j3SEIbi
LbHuP9m4SO+QrPQBSICfVCUKYlz5aCNEAkEHridDJK/HcEl+t60brPXfMMnv
TlIRETB5X0LJqPZ+kxQYR8dJo42mkrF94Zc/HH/40y9/+PH1n3jxc108FQ8q
lDJTm4cV1y+OrxxknBqPg6aD+zIw5sTEYrMD3SyCJciFBBDIENHguMrI7TlA
HEHUyj0mqqwpv2lZ0AGthrPmJJDt466USeqsFHExU5KkTh/YQm/jzUinIFiU
nHrlg3wuoU3eLhCP5SsJszRWhhHgqQU5bbDjLLtkUsqcIY8m6IUcHCjUVCMV
6RFA4Yci6oUnwl4EbV2tcKUW3s2wbKvvDWkD/9g1GGQAwIwekTN65TGZ4b+K
GT2nVM0mICaqJa35VkWa3w4uN290veF8Knw+YZJXpvR/TFz46QuLlqQH4EsL
o0URIxem/6XFYTQlnRPK3wFwd3UjhO3/UwBeX+KZIaejBVUGeQRgfuCtrXrd
LZ1KB4CNnqOobnwzQsKXU0n0baHzuTfd8RYa84+vziaCsv77LAdcgRbki8ZQ
GUkVzIm9SuABDHIgeD9qQf1rpfze+aOMkqAICTZs4hNYSM1G/iZWcbWh6dZh
e4fYuyNBSBRpIeuRBCNY8MiDdRwtcmR4MSsAo1D3n0c5xmsKtxsL85nnu6GM
cU1/5V8yiPQmpKpysKqaBfeHUJEupqwt3FXamm1PJO+1/SZpOyhIgcLNy+KX
IoQnbGLIpRKxZxMsLf7yB1Sd19jBdvnLnzhjj0y8JFZxSBbQdYQrGeDRGcVK
ZvwemBb6KEbVxsQJk2HwxhTEbEVSSC27Wpd6noHlP2F/G8mzwwoI68WNEUqM
/hCApgIcbXq7YvI+VCmArdcvRUs1BD4oCMBauGpxFNTbViu4sO+yQjtoGm+H
CP5BCiJ5yUhRBMDgeTKyg6/ypobl3uEi55KY6ikxp0Kpm4hSz5gvgRgyDbtY
Yygv2XfjVyMmflK1WKwokxPQg7AovowQyCYcQG0IpyaAziya1uclIdiW5+Yh
6lUlzKQDyROwwNv8XG8P8Tf88Bv2WuXVhx5Gxrq9bC5Mfbn9+9LzQZUHgsPD
AvmFbTdkgjR8nz6wtQkJOLz0YhN5UM05we5vIA/C4OuermAnS1mzf2wRKm71
30L2zqSGMFslTGvbdBiNNYBUKuT5dHdbG9m0tMIIu/7rFEIpFpdBswkPLaWq
zVn/kN1pXz0kJnt9SFtcjO2ysBgAlKQ0Sq8qJ3QbeukWuBbmWQL4LCd7I04g
cb5Ax0md0mb56i1dQ1vqaS2Vt7E5IG3qXOV+XEEdFtTYE7FRGxvYUJW3uQg6
jvgJdboj/VWFU6Q6r/rIBk3lKhyCo9Hz7wf39y+NS4omlzEQE8GvVN7Lj8Sb
qBdPkCOwk0fNvrF8OTw1Y6pzT/x3IUv42EZ8eaeqbh0h7qtQ5i+lHo+3rnjt
cGd9uQGryjyegNseVs1ODeN2V6kwuuI3ojjiMIynJoCYpXWB2qEys1j+Ci9u
mX4gBWic8jrKZ4m21yA5jSod0651ujttUZy5rfEd6DmWgIlnG2TTd2w1k13u
8DeS7DZje9BIwkYqhcEbSmhurpHVWAU6lO7JW8Xi2PelTXQ/xXhQUEj/QuW7
pbws/R3MkLShe7qhFyprfcGyQjZosZldrQvDKYmA/SgiKWRSr5wm2/eTYU3P
CcaIPnCTTWXlX7Dq9I4F4c4YHVWB69r/OTDntA2nE/0m1TUZLjFiAg4rNcHC
Hvc+nJVKfLOP4yihOqQTtH089MAQo7gURrTWaOyi0IYbByNIPTNFPQAOQfPQ
aeobWYzukfTI/rSsCO8qvNGUTF5i6Qb1Zs3mbQq18an8W9q8IU1Az/ZkQ0tR
Uy/WaM6yYLwUkzDxMOHl2O+cOjZ7ExYbuLa9ZyP4YjPK9Y7Xrrb64HvpOag4
6TIO/kmN4b/3gsqjEgr03vvBO2E/W6LE2UdCAG/wbEtFuVs8Q3mK/Za0xv9+
7/3YISBfvw65VP4I4qGQr09MoFBwSbJVtjfBUCRK76G4iJV8feF97ly1XtPA
sAAEptlraQAhcRqD3NFheB8KeLuhrQilYOShP2WwUiaJHF4N1yYJS53y2vVm
HDvaKZNXFO0LziyWEradgG+5Uxn0cTw37URgjdEOmHKoXd/n1r7vNYzHnyIL
tpVV2OKApjZjwJkPo8rLGBp6vdtYEItI+y3Ykka+Pvx/u1tHmsaQM7Xsydg+
ProKrkjSOKjnDfXwpFLrPAgLTh1tG4XVVVYHD35ApjWjPSmeB2OYwvA+nOf3
Twp+MvNq8NNyOPhpcO5XMAQKzifHrzZCwUFF+D0HH8EvPFc9fcpT5G2Mb3PT
7ybhTMVsydoS13a+6t4kSPWu08PUx9z7Dgh0+ZuhyXnty0bLck3HKr7g+1ug
zV7jT8eBwjwBxwFQ3ZgLRwa2k7fnR1HISzdSRuNfnk/ntKuvjxMMfdGCvdrh
CkMNTQ8yA0hqipxKcKC22Dk6fzedubj6Xmh/HWKdNLlNTYI0OsvsfEixsUN8
nLqDmlo3nY51eqlmrh8qGjPiAXci0dcEK8qZqsLzo5BvtHcYfn/9jLKRXtHP
Of3c90N8OD07eftqMjvYwTyj+Uv8GjM2sUixeWHmXzh/czTRcsX6ws5J94XZ
kX1hPpnP917QCwc7XSA5Tepg3wyxZ2be6wy0f/AbB5rFA+0e/laI5vFA+7P5
bxxol1kAkWPynsnv1JMfsPT3p6+kw9aXdn82nU8P93ams9nu/h6cmenwDs+m
u9PdA/gxnw7vKD4w26MH5geDWwhvHvBU09kOPr4Hzw5v0uCjw9sw+Ogwogcf
FVRSQVw6PRLW6E+ZFD/88inapV2c00/+feeYftK+7tC++pPmQzvNvy8fPvNz
Z8MQTCeznQ3nVICcGSCfGyBpbH+WN8wQHe8IpDD/3oZj/6T5L4U1fHn+2dFT
5jdcROZ/ZeZfmvkJFn8cH9ukLzEfgWvDEiyoxxv4FIO3O/ufBnX2ZFDnOxs4
IYO39z8O6vzJoO7ubOC1DN7+/ziou08GdQ9AjcVFX4EslIqXrpkcnowNcTHN
VWzZob2XqlT/ydLVdV2tV6aVu5iXcDLQ577xXd45QosUL8nukB4fUc1WrDrH
Zcqp6goq1saKvBEIeoFVFgozqNclB7RhKDL2fH3A7Il+qzJbJ7ATlx1i6fxc
aqrZkui6B+cn2u6UkLaweHeiD9DjBsXYTlktryKgRVsUKbvWnqBBmRusCk3X
rPBxDwX8j/t9deqJVgWTPr1HV1YcC6la6D5/tx/L5U+wJfz3WgKkSJKtYI9w
9Wwf3l5DwEuEr60xmWvNa1+3pDTZ5yHx2mjPxo3zHRXvoLos3Lnj1nerpqF9
PeaCjeDNp3wVTKS94WSZbzqfS61u1O1/tXmN4cXtpyIoTn1Yl1Kdn2CLpvta
NNEQcsJ12Kcjit42yOogamBAWfBPvW9+C7JiuxKvMrYtGcWXqnIjvP9sG9OL
/xOsFt7K8D9mtPgyHCfLLwEQpWKZmflNmQud6/jCWDl3kbdtwUGeadlRpiVl
KpTN/cDV4AmgdSN1pnn8vOlnYH14fXy4szsH2jwaig2P6rZonCtO0KvnQkHr
NM9UG+tssj2yIcG0pI7Nj74xF3Uj6dig1VU1xMf4zS2yTDT5XUbWxydZHu/F
KcgwDRgZ3ZeNjE8xMLrHDIxPNS66jcbF4MVAOK+YMiXXV3JEB8JVtCgsl1nx
HVoFuz6YCMBpLUsKm6WZHRz/hI3psKmdMk913nHHOomPMhEJ4h2PWmBTrcKV
L11gYmFEesGR2GGnrhJO61je5U1VP9jAdiFHtfwtMhMo8JHFHStW+GY1dPIw
jqt2oQ9bMHDfZkBrUjvlwibMMS+QSOzIPNeV4DjL2Bu6ew0xU1+vXe36v4vT
NM495Ss7SqUny9C9ZCvcRVfUBpo4LV0vA2isTvzu4HEavhSylUqHIhP4hkuP
ST3R8FwSnq9v9wU5p3N190HUmulRzLot+ec/N1XHU65JY+vdun7yfDyhLG2L
Gz8CkrXS7vZ46HGysW5JFVJ8RKJ6ugWc/BsTvZgt+Xl8CqUG6y1JGhgBy25I
XymPXLk+LQ44ZZPf5tTYmpWUUZndj+JaWooZqZzFgbXiskTHuRsq/UXIoxlC
UTtpBDXzBSP/gJVY55xrbzVOnun9lZQ0+mMys996lHQqYW6e509/pFqUiOI/
cBXHL844f2TGr6tNuQmoPz4Rkv1BSHTr/5j8W7+aq+/6DhvgAfp3m2atHD2m
Rx6EE5mwPBF+9o/kFXEn7jTyNfWJXFyUyHGxIfNnXE0oCqt1UlTIf3vyeZXX
0fdYOwc+BRmWEkW7wb77vgSPDavjQjVcNeuES57z48/oCww/wTRELhtkQMXC
OVRZpAsGNz3G4GgU6MWJMtzbRioGnVHfeowb8rngQcJspHhQHHbnZrtcgD0C
aoaLOaUIfzd7xoVq47I8CBvoVVLqB9tOcOWeAAIqf9Hs83n0vVZOwgGix3YF
Iec4Vy1v4D2LX+5FY4TH4Kt9LvlD4ZoSvCT1g84q0NPhww+n8MEzGf51gbXA
kvmhEAMl1IX3eL1pU4kHz2PNJbu4+NdSjB/+nEXkxMEl8DEuV2N7LaXs7nrk
grBfgvIC2hQGx+7GiwtdeLCwEs2ES8RSTJijDyBpwZh4FFzghqBv+PZQlv+S
8uaT3Xhf93a6hafeoljyhlTFvZkn/KMiT5vB9tx4P2HarS+3NJQLrpE512VV
a896ZRd0dxLP0OAqzBjAnM1QQxXuKO5BMcxsRMMfAW+hNLERitwcxt9g2REc
k2u+udB7LQRbcx1ZjevTQbzZIUM+l4YOT0Z8JvlbYaT50nhgdN2uUfrQZCvM
BsTaX0vn58E7kMRdrn8tt6fMSoqO9MMYx+A4waqGD3aDMChAA+QjoK5K6n+G
pSBnHnnYRxbusb/s/S4muSYDrdb1qmqCTdQvQvqbaDsnb3dgcQCT0dLShfl1
rzlZf0WHgEsNjD0mJO8WB/CJzjgIroftrrhAoqnlQM61Ep1fBNuQ1rVMRz39
fKEOo1BszVDywv/POUR6d2+b4mQop06iAkeDzGIUxhFD1Biz8bDawjjRFpb9
Ig+Lm6pqMh/lG0BufM+gTKAmxqi9s31PcdpsrrWJ1T5WFdZoTaT9O1EpynyM
gvucTOqVdiLC5BfUYCuMbfNTO/b8mUkfUx8k3/vIWKYNQqlBetdVr1lZ9rnV
ijM8Y0o2iU/SnxrLx0qyk7dycZinB0mOOrdtW5cSD4IDTYwayPF6Cw0XiWNf
MY3CmTBqhiMyMHKouC90GicNyeXCkVDtzbrZ9GAMFdMcq5uSMRFsh1YxkzRx
Xp40JRPTgejeaMLpGRqdKIW+UnkI9uwzMJbMfe9zbqfbSTjIW9OhxgQzS5eJ
nJo4ap13GdTZYtxhQ1bUmkcp7Z0WUDlHBHm6I0Lr7GRuK2YMZ8JIoTNf48vw
cSLyJgrjbKmaBaX1ETVH00nNlA2h0sBB+L2QuyadXweioh09m1BodOh6olHu
vQX5pw8xlPY13AIdILpwUqq9xnZ7+pOT4DpER0QaQpyskaUUbtGZQIDYBK8C
oFH5klLMLWbioaYunF05XKsVtjnJ+yeze4yFb9CmIDujhI2xpu5sGNTgOR7P
2fFCvtGPadMWlNniR5QY5cF9jQbByBTOH7AXlb3cgzmqRdEua3sI+qYx3Nje
V5gGncKleF9QkpOW1+CtCZ3jmvWKrm7mWbgF7X0V0AVbBVLegm1jL6tLYqb8
BiGOv2QIOtWrQgvq5OjkHB34Yx3Fv3AMUxQgReK3yJfwwdn80NTTE0S4otK0
P8nNvstTnv2bRjZWOdHQTY6WCIHiO+pApggO42Z+WIDwkUGdHTRaQQBb8nN4
cLK1cEQxn3jTaJU6ePr8Mp86FkbRGjidhQ1gGWgIRY5PEioaHwZMhVA/WU42
wgw1zcwfulvMz1447V5Fm4s1paPEz9gTmiR+PrbRRryD705dkW2qAmSc1+q+
95QmouQQB/d5XuNk9PaBnk7+SoJlzlLO7UOUKfrDSK1diwpOwGXl/fyciUCy
zTf9fHC86MrwiNOsmJayy6PHaSOl86pZWpM+eOzRA2XlsJw2jHiZFXl2J8eG
lsC8NW05sQyxyssBxfGGPNjnbDpD9sKtXkUqa30HV0k5EQi7EoOnXX4twHJd
8fUnkGAuQSJfSQVn+AbLNRZom0b9fOyydmF3fOhe3bTJznNL8/pgMtACO/wU
QhpWBpGaPU2WPSZnGyllC91QNT01gacmIfVnexurQEmFnKwA7aNsJcAXjtB5
jrb83vnxPTNBFEaLEGo/m9Icv2mQfw60/1LlIyhDRP0kid/Xect9BIbkvuFZ
ScrySZVWKif6p+KJ3p7E9fKxs0iFRSBruHGRdcPkUoxHRNfuAaSZyXNAwb7d
knBaLCVdkmOiMQ0KvVbdKcWmr9DVU8MCePU9TzIFoITEz8F6ckypqk834q0u
ehKJTxwCcncSmYxyD3xVFXdMVOntZX69pu6PnMmLzjRglpR8c5WLCpx3uz4m
kvyac2EnbB1NRQTkkrflCLqyTU93im2UbmtP7K6cJIE+tG22stIHMbawBzxK
tjCsJsZovYFY/gdWk6owLeY9t3UYZb7ILJqyFReb5cutWfdd//7+E/cqF8cS
DtdtarMn/fbCmbXeX+P2jBU/hXzIWvoIwrTWFvo882oZ64emWbzVVcm3CDR4
hY4iXXmcuOJp3B+2zDcZzL0XUvcBZGK+b72RHD1mYz9AiSYBM0zo+8G6qqR7
ux4dcbekxw2/bgvEwfRBGjVp1BRVQQccnfc7RgsqtNSCVF7QKmzBMSnQOzFQ
e2GQ+jypn9ZvsvZ2o7ZGrBIWOfuA2Z/lvLxBRyfIPPgYJqCjQzmkhwMh3qod
jWpJGcjkDRKkmdkEx5evtA2inkqDUxOL4XT17ISXomglFbKRUuK8ObQtG60J
/c3pWXQf3xidJjVtuw06KUDC1Im9xTL7fuOq7rbd+qYdG3eM5b3B4vzqwo1t
ai425HYONfk7aZNwTO4N/RRq0H4o/0Vq4AV/NSG4txaPhgQCqic0dJcS3GZK
sCYigcKbkyN0u1ehw5LybmkqyiW4tPghucTFB0GujNA5baMH5nFqeys1Ypf5
NQZm/BZe4EiR7FGWlDZElTlnifVxdUaCAogaELdMHfaEdrbH4fbgFRdKP/+X
zukG19Tj+LMv/bcz0scQl3QQ574ScYsAeAd/epf1LIB6RY+Tv52eubwJYOFk
HAwS+qujrld2utQn9qXvOsRjjqPUtSTdpKwSA2t4JGdhsCOffvX+b/YIf71w
0cuY3yRiOBIxOvLcBkHDqFtdccP1xI1kUNzI246kIWvf6O12GkhCZTrlKfI5
j5MdrWo9TmZc/9mPoreXiZrxTZZIx+2b8Izi70ZhpNHYlqCJFfnEB9sbo5jj
ynQifdjLxmtyaOepQK0ssazrtS09pNDF5mB03HmAzLmID4XgfsgUHA3wnVi9
0VcD25OVErhFsAiMHJfHBcHLSXiXwn9GaFwqADGxGYPvuKD3qK07daproqdR
q9loETS8ZOUAEVK/abqKFp4eCgpaN+NNVclh7auUwut1kEW1koh+nA7rUbR1
WjZ09ZE6GfYx2bJx2aD1LaQYr5ABIGOkHIJs4g9kXutWXLRB/hT5VmStrejP
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
8FarVzp9L8icO+VkA+6Ti/o0i/vUjzuVSq/oim0p1JWWot1LBY+fTlj8ay6p
RtYUB1aibHJA8fLmWSDKvmTtlquSCdcdQFfwXyJVvu8Mdd5SUXSMSy2PWJUd
uA+Qj0Lidi1JYk3pE5dvPkTBMi+G9KwMg/beCaBQlVaE3bp+f4XmgkbzOlTJ
1XBai/OyKhn+NbO6i56hpwz5KVe46TO7hAItE0doSBMdlfXAmRjR2ISVEnX0
8qe/pT/97JTZGX9e3P70c//YM7gheo6oMjREPRz5cQAjrPXweKt0+fg3h015
Z1tDE3emF8GWup2ZeLBStYvFh67DKN7RvHaGccPDEV8pBRowhmI2ltsyHs32
SAZXr/J68Jt+Re8uGdBQr/xJZmN6+MD2K0ypyVO13jpKBmJ9dnywh2GwJQHU
Hkotzn+PDOFjSV/279inneVJhYgHRPYjJB/jLNLWemVXAfuhE08hw+SOjNiw
Ky1fnaKhs9awxT2VVOF45Ga/KVp0EZTd0RG0PtTyh/vKWQfcqVcAl2k6uCQV
Zvw3wElrwj8rSmxxafr63+hG9vqFOTl40XgionZMhxxeHw1KbMXq+zJ+/vq9
97P1BP4o1HYcCnqUJKA9GcTrjt4wy23/qM5vTtDkE/rVZzKOV2zcrlt5n7fZ
N94lgkNE8NIFty37efudUnX26eqBTI2ekcbKZxKL9keGA44TLrZGti3Ygklp
64lDgmjIFKJNj9HxKe2iAiqTFxG+xehNEJRwhkblh/eixpw0NuG2hLn6t5ry
E8JooI1FJlHeNL+LBeGH9zcfzn+8cv97exXIGI7Q07y/vpyl2QSiF8IYHfeL
Ag+kPOGWj7/2nEZ6ShLwQPYj7AuOejBE9ub8u/OBdSyiXnrywdi7LRmWi/K5
VmGiCblD8Y6+W4MREInaz6S2HkRc3tGZYHDZgv8LWfnnx5zZKxg95M/ijdBa
KLO+hrSjkDI276d8WzSDQKnX7z2U+cZzqdRAnXQG40nqp+zAebPEWDDUn51R
jDfq5YvGihMom3apUTPemTy3MI3ZY90gK094kItyuc4lbtMzj6XE4xE2a2E4
OQVfkRe49LpUH1ioC+pXB43dnzBvG/RZAmpG/cAk2nymCgQg4f0WZW//eDBA
HI7YWTCV3y+uJbI9fhOD/fOGL3+MChTTczzm68jIeM/C/rGwpJ7wriwaHItU
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
/D/5oUYm33MDAA==

-->
</rfc>
