<?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-01" 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-01"/>
    <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="February" day="07"/>
    <area>sec</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>{ Work in progress to update the OpenPGP specification from RFC4880.
  Editorial notes are enclosed in curly braces. }</t>
      <t>{ This draft is based on the Git head as pf rfc4880bis-10 before the great
  refactoring.  That refactoring, dubbed crypto-refresh, basically
  started from scratch with lots of re-formatting and switching to a
  Gitlab based approach with merge requests mainly prepared in advance
  by one of the chairs.  This was done despite that -10 was basically
  ready for last call after a long iterative process adding feature by
  feature with rough consent from the WG.</t>
      <t>Due to the IETF submission system the draft was renamed but
  nevertheless is in apostolic succession of
  draft-ietf-openpgp-rfc4880bis-10 }</t>
      <t>This document specifies the message formats used in OpenPGP.  OpenPGP
provides encryption with public-key or symmetric cryptographic
algorithms, digital signatures, compression and key management.</t>
      <t>This document is maintained in order to publish all necessary
information needed to develop interoperable applications based on the
OpenPGP format.  It is not a step-by-step cookbook for writing an
application.  It describes only the format and methods needed to read,
check, generate, and write conforming packets crossing any network.
It does not deal with storage and implementation questions.  It does,
however, discuss implementation issues necessary to avoid security
flaws.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>This 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">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="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 packet version number, the cipher algorithm
octet, and an octet with value 0x02, to indicate OCB mode, 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, 0x04,
0x07, and 0x02; 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.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>
      </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>
              <tr>
                <td align="right">TBD1</td>
                <td align="left">User ID</td>
                <td align="left">This Document</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="image-format-subpacket-types" numbered="true" toc="default">
          <name>Image Format Subpacket Types</name>
          <t>Within User Attribute packets, there is an extensible mechanism for
other types of image-based User Attributes.  This specification
creates a registry of Image Attribute subpacket types.  The registry
includes the Image Attribute subpacket type, the name of the Image
Attribute subpacket, and a reference to the defining specification.
The initial values for this registry can be found in
<xref target="the-image-attribute-subpacket" format="default"/>.  Adding a new Image Attribute
subpacket type MUST be done through the SPECIFICATION REQUIRED method,
as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
        <section anchor="new-signature-subpackets" numbered="true" toc="default">
          <name>New Signature Subpackets</name>
          <t>OpenPGP signatures contain a mechanism for signed (or unsigned) data
to be added to them for a variety of purposes in the Signature
subpackets as discussed in <xref target="signature-subpacket-specification" format="default"/>.
This specification creates a registry of Signature subpacket types.
The registry includes the Signature subpacket type, the name of the
subpacket, and a reference to the defining specification.  The initial
values for this registry can be found in
<xref target="signature-subpacket-specification" format="default"/>.  Adding a new Signature
subpacket MUST be done through the SPECIFICATION REQUIRED method, as
described in <xref target="RFC8126" format="default"/>.</t>
          <section anchor="signature-notation-data-subpackets" numbered="true" toc="default">
            <name>Signature Notation Data Subpackets</name>
            <t>OpenPGP signatures further contain a mechanism for extensions in
signatures.  These are the Notation Data subpackets, which contain a
key/value pair.  Notations contain a user space that is completely
unmanaged and an IETF space.</t>
            <t>This specification creates a registry of Signature Notation Data
types.  The registry includes the Signature Notation Data type, the
name of the Signature Notation Data, its allowed values, and a
reference to the defining specification.  The initial values for this
registry can be found in <xref target="notation-data" format="default"/>.  Adding a new Signature
Notation Data subpacket MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
            <t>This document requests IANA register the following Signature
Notation Data types:</t>
            <table align="center">
              <thead>
                <tr>
                  <th align="left">Allowed Values</th>
                  <th align="left">Name</th>
                  <th align="left">Type</th>
                  <th align="left">Reference</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">A String</td>
                  <td align="left">charset</td>
                  <td align="left">Character Set</td>
                  <td align="left">This Doc <xref target="the-charset-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">manu</td>
                  <td align="left">Manufacturer Name</td>
                  <td align="left">This Doc <xref target="the-manu-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">make</td>
                  <td align="left">Product Make</td>
                  <td align="left">This Doc <xref target="the-make-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">model</td>
                  <td align="left">Product Model</td>
                  <td align="left">This Doc <xref target="the-model-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">prodid</td>
                  <td align="left">Product ID</td>
                  <td align="left">This Doc <xref target="the-prodid-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">pvers</td>
                  <td align="left">Product Version</td>
                  <td align="left">This Doc <xref target="the-pvers-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Any String</td>
                  <td align="left">lot</td>
                  <td align="left">Product Lot Number</td>
                  <td align="left">This Doc <xref target="the-lot-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Decimal Integer String</td>
                  <td align="left">qty</td>
                  <td align="left">Package Quantity</td>
                  <td align="left">This Doc <xref target="the-qty-notation" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">A geo: URI without the "geo:"</td>
                  <td align="left">loc</td>
                  <td align="left">Current Geolocation Latitude/Longitude</td>
                  <td align="left">This Doc <xref target="the-loc-and-dest-notations" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">A geo: URI without the "geo:"</td>
                  <td align="left">dest</td>
                  <td align="left">Destination Geolocation Latitude/Longitude</td>
                  <td align="left">This Doc <xref target="the-loc-and-dest-notations" format="default"/></td>
                </tr>
                <tr>
                  <td align="left">Hash Notation data</td>
                  <td align="left">hash</td>
                  <td align="left">The Hash of external data</td>
                  <td align="left">This Doc <xref target="the-hash-notation" format="default"/></td>
                </tr>
              </tbody>
            </table>
          </section>
          <section anchor="signature-notation-data-subpacket-notation-flags" numbered="true" toc="default">
            <name>Signature Notation Data Subpacket Notation Flags</name>
            <t>This specification creates a new registry of Signature Notation Data
Subpacket Notation Flags.  The registry includes the columns "Flag",
"Description", "Security Recommended", "Interoperability Recommended",
and "Reference".  The initial values for this registry can be found in
<xref target="notation-data" format="default"/>.  Adding a new item MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="key-server-preference-extensions" numbered="true" toc="default">
            <name>Key Server Preference Extensions</name>
            <t>OpenPGP signatures contain a mechanism for preferences to be specified
about key servers.  This specification creates a registry of key server
preferences.  The registry includes the key server preference, the name
of the preference, and a reference to the defining specification.  The
initial values for this registry can be found in <xref target="key-server-preferences" format="default"/>.
Adding a new key server preference MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="key-flags-extensions" numbered="true" toc="default">
            <name>Key Flags Extensions</name>
            <t>OpenPGP signatures contain a mechanism for flags to be specified about
key usage.  This specification creates a registry of key usage
flags.  The registry includes the key flags value, the name of the
flag, and a reference to the defining specification.  The initial
values for this registry can be found in <xref target="key-flags" format="default"/>.  Adding a
new key usage flag MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="reason-for-revocation-extensions" numbered="true" toc="default">
            <name>Reason for Revocation Extensions</name>
            <t>OpenPGP signatures contain a mechanism for flags to be specified about
why a key was revoked.  This specification creates a registry of
"Reason for Revocation" flags.  The registry includes the "Reason for
Revocation" flags value, the name of the flag, and a reference to the
defining specification.  The initial values for this registry can be
found in <xref target="reason-for-revocation" format="default"/>.  Adding a new feature flag MUST be done
through the SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          </section>
          <section anchor="implementation-features" numbered="true" toc="default">
            <name>Implementation Features</name>
            <t>OpenPGP signatures contain a mechanism for flags to be specified
stating which optional features an implementation supports.  This
specification creates a registry of feature-implementation flags.  The
registry includes the feature-implementation flags value, the name of
the flag, and a reference to the defining specification.  The initial
values for this registry can be found in <xref target="features" format="default"/>.  Adding a
new feature-implementation flag MUST be done through the SPECIFICATION
REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
            <t>Also see <xref target="meta-considerations-for-expansion" format="default"/> for more information
about when feature flags are needed.</t>
          </section>
        </section>
        <section anchor="new-packet-versions" numbered="true" toc="default">
          <name>New Packet Versions</name>
          <t>The core OpenPGP packets all have version numbers, and can be revised
by introducing a new version of an existing packet.  This
specification creates a registry of packet types.  The registry
includes the packet type, the number of the version, and a reference
to the defining specification.  The initial values for this registry
can be found in <xref target="packet-types" format="default"/>.  Adding a new packet version MUST
be done through the RFC REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
      </section>
      <section anchor="new-algorithms" numbered="true" toc="default">
        <name>New Algorithms</name>
        <t><xref target="constants" format="default"/> lists the core algorithms that OpenPGP uses.  Adding in a new
algorithm is usually simple.  For example, adding in a new symmetric
cipher usually would not need anything more than allocating a constant
for that cipher.  If that cipher had other than a 64-bit or 128-bit
block size, there might need to be additional documentation describing
how OpenPGP-CFB mode would be adjusted.  Similarly, when DSA was
expanded from a maximum of 1024-bit public keys to 3072-bit public
keys, the revision of FIPS 186 contained enough information itself to
allow implementation.  Changes to this document were made mainly for
emphasis.</t>
        <section anchor="public-key-algorithms-1" numbered="true" toc="default">
          <name>Public-Key Algorithms</name>
          <t>OpenPGP specifies a number of public-key algorithms.  This
specification creates a registry of public-key algorithm
identifiers.  The registry includes the algorithm name, its key sizes
and parameters, and a reference to the defining specification.  The
initial values for this registry can be found in <xref target="public-key-algorithms" format="default"/>.
Adding a new public-key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
          <t>This document requests IANA register the following new public-key algorithm:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">ID</th>
                <th align="left">Algorithm</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">22</td>
                <td align="left">EdDSA public key algorithm</td>
                <td align="left">This doc, <xref target="eddsa" format="default"/></td>
              </tr>
              <tr>
                <td align="right">23</td>
                <td align="left">Reserved for AEDH</td>
                <td align="left">This doc</td>
              </tr>
              <tr>
                <td align="right">24</td>
                <td align="left">Reserved for AEDSA</td>
                <td align="left">This doc</td>
              </tr>
            </tbody>
          </table>
          <t>[Notes to RFC-Editor: Please remove the table above on publication.
    It is desirable not to reuse old or reserved algorithms because
    some existing tools might print a wrong description.  A higher
    number is also an indication for a newer algorithm.  As of now
    22 is the next free number.]</t>
        </section>
        <section anchor="symmetric-key-algorithms-1" numbered="true" toc="default">
          <name>Symmetric-Key Algorithms</name>
          <t>OpenPGP specifies a number of symmetric-key algorithms.  This
specification creates a registry of symmetric-key algorithm
identifiers.  The registry includes the algorithm name, its key sizes
and block size, and a reference to the defining specification.  The
initial values for this registry can be found in <xref target="symmetric-key-algorithms" format="default"/>.
Adding a new symmetric-key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
        <section anchor="hash-algorithms-1" numbered="true" toc="default">
          <name>Hash Algorithms</name>
          <t>OpenPGP specifies a number of hash algorithms.  This specification
creates a registry of hash algorithm identifiers.  The registry
includes the algorithm name, a text representation of that name, its
block size, an OID hash prefix, and a reference to the defining
specification.  The initial values for this registry can be found in
<xref target="hash-algorithms" format="default"/> for the algorithm identifiers and text names, and
<xref target="ecc-curve-oid" format="default"/> for the OIDs and expanded signature prefixes.  Adding a
new hash algorithm MUST be done through the SPECIFICATION REQUIRED
method, as described in <xref target="RFC8126" format="default"/>.</t>
          <t>This document requests IANA register the following hash algorithms:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="right">ID</th>
                <th align="left">Algorithm</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">12</td>
                <td align="left">SHA3-256</td>
                <td align="left">This doc</td>
              </tr>
              <tr>
                <td align="right">13</td>
                <td align="left">Reserved</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="right">14</td>
                <td align="left">SHA3-512</td>
                <td align="left">This doc</td>
              </tr>
            </tbody>
          </table>
          <t>[Notes to RFC-Editor: Please remove the table above on publication.
    It is desirable not to reuse old or reserved algorithms because
    some existing tools might print a wrong description.  The ID 13
    has been reserved so that the SHA3 algorithm IDs align nicely with
    their SHA2 counterparts.]</t>
        </section>
        <section anchor="compression-algorithms-1" numbered="true" toc="default">
          <name>Compression Algorithms</name>
          <t>OpenPGP specifies a number of compression algorithms.  This
specification creates a registry of compression algorithm
identifiers.  The registry includes the algorithm name and a reference
to the defining specification.  The initial values for this registry
can be found in <xref target="compression-algorithms" format="default"/>.
 Adding a new compression key algorithm MUST be done through the
SPECIFICATION REQUIRED method, as described in <xref target="RFC8126" format="default"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="packet-composition" numbered="true" toc="default">
      <name>Packet Composition</name>
      <t>OpenPGP packets are assembled into sequences in order to create
messages and to transfer keys.  Not all possible packet sequences are
meaningful and correct.  This section describes the rules for how
packets should be placed into sequences.</t>
      <section anchor="transferable-public-keys" numbered="true" toc="default">
        <name>Transferable Public Keys</name>
        <t>OpenPGP users may transfer public keys.  The essential elements of a
transferable public key are as follows:</t>
        <ul spacing="normal">
          <li>One Public-Key packet</li>
          <li>Zero or more revocation signatures</li>
          <li>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>
    </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:
H4sIACED4mMAA+S9bXPcRpIg/L1+BaIdcSZnu9vdzRdR9MzEUBRpc2xJPJGW
Z2c9zwbYDZIYgUBvA02Kvrn/fvlalQWgKcq7O3EXj2NXIzWAqqysrKx8z9Fo
5Jq8KbLD5N0yK8+/O0/eZHWd3mTJabW6Sxu3qOZlegfPF6v0uhl9rOa3owpe
Xd4sR7PJdG+0up7vHhxMrvJ6NJm6RdrAu7PJbGc0mY0mL9wcfripVo+HSd0s
nKuu6qrImqw+TPCrYbK3dzAdJvv7Oy9cvlwdJs1qXTezyeTlZObmVVlnZb2G
lx+z2qWrLIVhsrl7qFYfb1bVenmYvM0a/FfyM/yRlzfJd/iz+5g9wq+Lw+Ss
bLJVmTWj1wi+c3WTlot/T4uqzHjQZX6Y/FtTzYdJXa2aVXZdw98e7/Avf3Mu
XTe31erQJSOXwH95CaD8PE5+ACzQD4yan3GKVfi1Wt0cJt+V6/Pvkmz8YUy/
1TB21hwm7+GldQ3/Gie7u/RknjeAnddrwHtWLKrVNf9aLWDk3cnui5fy73XZ
IBq/y2Bfykf6MbtL8+Iwefj4p5tyvbwZw8T0+3oFq7ptmmV9+M03/tE399kq
y8toMa/GyXG6KuqqNOu5WuVpmdyNk7l5JHPVgL+0qP80x316bKqquV2mdZON
AcnRyO/Hyffj5LLOzMDvqzItFsn3Wbl69I8IW+/zq0r+rZi6WOdNlkzhv2Ey
Tc6zxQJwfEEPDd6OM0BLWgyT7yvY/R/gjxhd8c+yiBXBMW7q7E8rmng8r+66
mHt4eBjb52Z1r8fJEfxfAzRXmwW+Bgx/tD/LhAv8/U/5bXO97Bvqh3HyXV4U
d9XKjpWWeVYkP6S3ZfRUh/x486fr/Lq5BQKt4beSdiAvr+nc5vcZUO2rH0/O
jr8/efvqCP58f0ify3H/LgOShfcAOyfFd+ldWiQX+U2ZNutVVic/50D36yb5
oawe8JXmNksusvkqg58ypj1/NPA/Xk5Y0Ksiy+e3WXmVwp8MNnOG6cuX+7zL
2SrPagRXhvgxm+PcydsKuAMMlBxXd8t1g3s+z7NyDh9/qIr1HZDE5AUwjuVy
DH8bTQ9c8ucfLiazaHVnd8siuwPSgBVWZVJdJ8e3sI3l6DhfAkBN9qmBXWrS
+cc6SW9SALtJkPkBcfPB5cHS1Q1SItKDkAPRVbZapiXRxDfIBlMaaHzb3BVm
pcDDZpsRxVsMe5sXyZ/TokgXfc//DHTa3MJZ/CFtfu174dVqPYedmd+WWY54
/uHdqx/PLv8a4eIIDwOQCOK0XN9dAUZhO4El02rnq8dlU92s0uXt4xCwlC4R
5R/OxkAWRb5s8nlyvF7dZ3X/rp1dvHp7mExGOwcvRi/3917sj152F01U8RbZ
5lWRy0I8ObxwyZu/TvZikEvZnQQ27/j0VfIGuGFyUhKwuKFHdfJTnS2SV496
b20A7+j4fZKdr/IS9ns1v8VjkbzPlsDqcYP2vpns7MR7tkf31sHndu4iA9JI
3uTA+VZ9z99XgOcm+et6jgcgbao+gsqWCNg4T+cr4s8Bovcn3538JULJG2Sy
KzyL77ObdZGukpNPSziqNaCj7kIr9JNdX6+yx+QU0LJg4mR2++7r9xmwlMen
N3Xv5f4IqPjg5WhikHS0vgHWL/T9/vQY9nB6SH+b7e5O+G94t/Pf9uEmh79d
nBxPo/UM4JdketiisuTYkOOguywC/gLv8HS1qBPgdcnJ9XWODKKJvhU5IEB9
kQFhE/ED4BNXGi55dHJx2Lc983o1H5ewxeOb6v6b5RqId078pP7mOl/yH9OX
L+h/R/CX8f9a1sPl4vp/23Wenp1fJOc/vQJSfzFMjhb3KbCyhaVlXU6yBYBs
b1jz27OLS7Oat9W9X8z0a2T0734+Pbv4vncdfXzr6roGaaBIbwLbEoBfZ/V8
lS+Vb6YgYT0kH1IQCa6KbPRjVt40t3gJgNC2O3qVN8DrKziozFiTLfjXw3Ve
3/YsRAWOwK78el5nc14PENNOP1GewgFILqrr5gHkQIM/YFrpHUgsixu6ouAC
bx5JGqxvq2VyvqrmWbaAcwNzX+B5u8lWow+09CHOtos3yfTlFIRZEMde/XW2
EYVXv+ZLOqYWW5dwMb6CBzNipkV+dUX/uK3gnlqCGB0xl+lkA1L+DEjJYF2L
6PCuCxTD+MEw+XtNf/lTOr9jOe/k6C8tPn9clfdwEHKUbuCYApeHf6AAvhgZ
ekNeao8zIKVAOtr5zLX+Bq71DG6qVdbz8HwMLO8mfUgf+wWCn9ObEnf85Mfv
jt4c/dgC/JzO1gioSg5x/Qjc7o5wmga5BCkHbvXkVYq8H5byOq9RJsmSH2Fu
2Pjbuzq6XA72NiD8Eq+3G5R6NnDAk5OT5HKVlnU6pxOPs52pbAV/v6Qb9DC5
Hydnl6MdEFFLEOiHNCfLJrv7L0e7L4BFIgeYEjvs0tXi03hR5URV08l4H3jt
N3jSx/jNGD4a7VpEEXlnyfdpfWu4xsX3F9tD5jPhix4OkgphnIGwkzcgWeHx
DrwUcX2ZwdGsiuoGTvdP44sxnMtlumpQkCIZqrq7y1bziHr0Mpju6Ur3f8tK
9+OVvs5v8saKpGa9ry/Mevf/yeuFQ/mIq93h1c4m/fziydXORDD0N+H3R6Md
DxmcJdDw1iy5jpjUaccR4JNPTQZvISd+t25APE5O1yVTqKAEBt90b/4TKOD7
o+PoaH8PY15V1Uf89mi5LEAMia7pPs1gMwcCjQs45RvQXH4VeVR55VEBcs6i
87TNouC0vgNtaX5bNdHn5+m6SOBmbj2NPgdcfAB+0FRlFkuC86ppzKOz1ydH
EQ7elaQ+LYDB3JSE5FqvKcDKFd2ec7o9e+S4CIS/jJMf0zzG2ayfgZ1cfo8y
as6qlOVcdCOC2FjC/ffn8Y9jlCxrYLxbcEs21Wqb1CxQrUCjho1flzej76oV
HEC+M1GVRhvKr0MmFWDAsLbvq/kt/GVdZMnWX2Fpc7z+zy7eTSf7u/ux2Bcx
UU9sySj5qQRpbFUDeb5ZF00O+tuomjegcKIlZIGayQp4MaqD8NvWT8cX2/DR
OYCIUiTJ9o1okIhiODcgU9JIBSx1DcOeFyD8bDobbCfSA/JudQPK968MJQqZ
ekjkN7MFb9LHJ4QWwEGQVxNCx2gKCuvp2WmElj+fn3yXnOaAPwJkDjqfN8El
W4B6FPOT6Xgy2x5vWMHx6Hh9hSrJfCXXZ22liRPYFdjRu7xoUGZ6kxdL4LDA
NY6PeqVkPo7nPxxfxKrZAH9KvtpL7mfjCZ6cukZLmzCqSATXdW/C+fuLI6Dn
qwrVI8RbTNigdOyMZnuiYuyJOgF/U2Vjsrsnf5tOX+rfdnflbwezGf9tZ7q3
L3/beSlPd3Z3X8jf9mfy7c6L6Y4oL5MD+WJvf0ee7h28EAhezPbkvRcvdg/4
bweTHZntYDrDby+Ov397ctYyuQz6OCBe6hVydjh9sMeHyXJVNdW8KmBr0uKm
YqlmyHwD9HhQ9/FAkIGkB7G9MvYGY0GL9V6cH0xA59uPudd7AA94PmykPwzn
ab4a/ZzXGaoByQmwA5De6lu6I1hCQ+0cVdWufNbl/pvZ3QkInOnqY1vBVpHy
z9VtqcbJjqR6cZcvolMKZwqF3Bf95xQvZ1APsnmOjCJoeoeJ4ATwcJ/zIXTJ
5c/vjLIVFIHLhwpVn8hQoVv4mbV2tix6CvfaD1lRZ5uEa+B9uVg4N0renWfH
Y+AHRdHz5O04Oc1WcK1HnA7PpHOj0ShJr+oGmbFz/4s0LSRGINsbNEckTZWs
l/gF3XrqVagRt9eC1eR6Vd2pmQD52QldPYj7kqx/qOFl5byokKfA4HBdgth1
BXNm9Tj53zjv5W1es08igb9cqUaAc34HSultloLqUCfL68Q4KKaT5CoDEmbY
AN4Ub/pVdg2LqVA3HCcwMLBc89MwWayvrjK1lI3gEazzdohzwnrYiAJnYAVq
Fi8MaD5tgNweYN+TompqvOdX2YgvPjK50mmG53BroXW1SlIYBOAu0itZS7oE
jKY6yh2Zm1bZf6yzGsa7S/MSELJcoXDGKErZsgDDXIFcUZJoh4uEqyRf1bQu
wNMDoGSBT0EaWea0R7BaxAs+sSsC3Cwe6bgXqHjjzwkgG26GFNYEQMPXK7Kg
4NajRAEgoJ6dXGcssV/hMPoPWsWqWt/cJuzVaRhXCOLP340dvPp6nSEm8Jez
k8vTpF5f3eVk30pEHSQxirYcoV1lyNYWydUaN7HMQHqAFwqEJCepJ11WIJPB
UYah5nM2lQFa4GX2ZeVZc+19WTGVAIkxgVXzNfE1oV+gTQTiTnxkvKN1shY6
FWoHbKtVEnBznwOykZyVJxAu2Jw0+ggcFHBcPwKPbfCKNvbYfO7sDbAQnaj2
Zvoh4PJOjYBEUzjcXVoCbAj1uL2KnEmngf9ngOHmRnNwxeCgkgHbXGaIrHT1
GLwJMHyZZSiHwbsLQHVRLeF7IAHA3wr1ESRYbx+LzqNTHsBjAXLOCBI46kBL
sLHL0dXjCP8XllN9JHUB6e5hlctZcWZs/nxBRqqrDPVyOAi4Jzw6YQFQeVuB
QhNARmoeOrib5h+HyQ27PjK+VHEavFNpqTjfMp1/zGBTUY6qGYBHGIrcjGOH
k1cZQ7/IYDtoN4HOVkgQOGAe+x7oyCJSBHL4eOhuqwekV9zUer5Gio0/Arpf
4yS6E8Qi7qs86A7uukgf6jEzZLjsFkXm3FcoPq6qxZpUwvbue1q02yo8Uyh6
lH0S2ZOx4CIKv/LWdiIZHs5QNiwnC39HOkX+6bqEmVyr1uqpIYU9khsWOBfc
DeIfHuhJiv3Sg2HyAAfktv9TNET7F5o6K64dsMoCrw96jiZrGNq6u08+RUJ3
PUj+7W9bX4l5e9vJP3DgbX2CAG53zpjxcOsqki1ZxPaQfkOfd7J1DNyrKPLU
sfK3TcSDj9EZnmydHB/TMdBPYaKvvgKVaQVyPbCw3/mtGDFrJ0TAgbyjr7yK
WavFlDg9bGNNji4xjOE3yPWBldBOF/mvzBgau6YxT8iTnYNAB+N+V1UL+Ht+
n84fYRPxGUFwjSoGabZ+ZquNCO9gYjq/BeVsiZ7iv+ZoVwACEdmAt05XqBe8
gWOmy74X3QgmxN9vU2RxcGDv0WJdNvW3MFYGQISjlBIgdygFLDJghQUAo6OI
fywXgscvZXEzxh2xG1BchjTIm9d7zERQ6Se858Q4DAtPGrQiInKR1o9Ke/jE
+gh7PjRkiXcbMqUmK5XPsQu2s1qDj70N+MjJSQK4BbA/ltVDiXtOhL8z4H1m
awYK+esSCIYPJKKxzB78BUeeQjQDzPEfiiaYA5gAMH/ZXB5P0MX2Dn++QWzK
VivmxrQhqRAiSGTzFHBLBMrSuRIOYoJYO0gwKJMVGVCBCja6CNKGkDwEGxx3
MUq+e/uT0mfy3ZpM6GlRVyTJABjfnX83RLhwKBiXJBekN4LgghWtvONFVopE
fCCOrjLaJKXplCQjvBFYNbACsBoB4EqBodHxKQC/f4vHigMgfDiLP0+wC9kq
nASFSC58mgb2AC4u+BH2WPk08XSg7WRekG/s8nZdwlV/la/wFCHuBsIxVuki
uwM1i8x7R8Pk7O0xSYsZjsXIRvYAtI3HqoKB4drCD2oHAyCvK1hOhLsA4PIy
/nK9Avkrq2Uw4kzKzAdMDqgsOIRUdV5/rwcehJiGnUcnhudHNTHdjC4VND4A
Rb/56eIS7gT63+TtO/r7+5P/+dPZ+5PX+PeL749+/NH/hd9w8I93P/0oz/Fv
4cvjd2/enLx9zR+/OfrXAZ/zwbvzy7N3b49+HCiAzjN+YrIVkAQLRktUfEkH
iRalF8l0+nK7u4zz92cfji5Pkp8uTnDik7+cn7y/TN6ffDg7+ZnAPD85Pjs9
Oz5CKJxdIPIP828ClsRo+Zj5PwhSWbrqwg48smTaIfmO4SWzQQ2CQIZiYSX7
6pfpnlqmrhPtIXR1ScBJEa5+5wVDL5iA2pgS9m747spW9zne2UheIqEwRdCL
18C6a3eFRC8xKjUKcgifGhZBYD+EUzbqEZ7p5yC70D+NOE3/fg984dNofxfF
Q2Gszp2VpOmwkNNZQkvQIcYJigmfi8wvaehAbeGbivkZgI6Yvcoe0RqEh6Ke
A0/RA2jvYhADjkFc5fMGVzZg6j5PjdUhYBYWBJcHgOUVDNI4jDKCABpdxDyB
s6ki3jyeDo70z0gwd2nr2VBYNYJfXf0dbgtgMk7GBMLgjUqNumMhUV0Hhj9B
zTe8BZA5vZPpBq6Ah5LIgoPBmIXON06O6OIa1KIVwafI6ZwK/QsWeuBSXoCc
IRcZDpThlAL0Vl3BzDkasuy9ldYOpuOBtwHKC2LleZP0wEY7GGAgGaZa49Yy
y1MVEvFPIsId3vgLVidy1JIuScRGozYN9hFd7nkLofQ2PoWbOUP7+de17Ca+
L6y3RrMBQVrj4q8rOMwPeC6m/gW8G0BuAWUdD5gCB7Q2M6/oFYmEpejs4pJZ
IKEDMS32toAIxDVRtGIAkQYz7fiZIqS1iYe2CVabL/Fei5dLc13SWRqE78yA
INWTpcaqPDD17oZFyhixzu+ZjR2YxUGWWknWk01BbXvBkpKdMqEoN2bJduxc
PEAop6zrNZpiPE8i8XdPIOXttrCK5lV3CC/Aa7AmcgNIR03GqHP7zxv6STSg
tHftRR99FcW4sAoi4oe8KJBMFlm0vJ9Jl97AqvBS0wN6lz7i562DkLqIZWDU
JZwJscqloNLW9fJ2hTLkFhAhiTJJfUsWtJqCG7dZznEgg42AUG5wDagW5vUd
sBlQbNKVmqgMz2Rzg7n/0qvqHq9HIYi0TdOsknagNwzP80KMZA4riIAFfL2C
NXSvNpHW4xvC36WCulR8EcKOarjqDXmeIhsfEnPVQQHuwEP5EEdczFEY5C1z
ypjYL/GysK8vi3UdD+1x4bp3RExgp3mJ56KXw7ZH6b/Y6MoDvp5/CsCGvSCH
LN+yJoQGv8NLthOYwCJcdw9IW0xRSbhlFSWIMPh2Brek32Q2kaQWXLOZ5lr8
r+bmXtOy7NyAfN1ilDvP+T6A7i28YUjaF88hGFRk4hErUn4Mogsq7BGhbKKy
Pt7owfuYZUsEDSSqx9aqwui9PLB3hShghCXpWZArmHUye73Dtcym47wxbFPe
+NocBGKfXiXnz+ZqEFQj9vW6GLYujSSFJ0uVbZRoVVI0Im1HjRRzrWg/yovj
o81Gf2AXjwK6CxuCQqx4VMIBg4lhGcCsW/qzt5v6363APSTbCXvIalffVuti
QYwqWK/uKjg1ugavD4jVATQo+ACj08yVgtu5runKQb4HinqJYz6g81KkR9Rv
RuiTACkMzeKuBTXQWYA33FcEMS4fF2R+hMWfrtERsUILU2yhvxV7BqgPyMXJ
eHp9zQIeLA+FzqR5XKKZ6ZrZ6Ue4OVMCubl9YBeTKPfon5LPivzmFnX/tICd
wgs2IMCRorQCrKBtoPQParpyMMK/Rjs0wLFaVcFNBP8HN82ieHSrHLhPhSjE
tbKoSyZ/tl+xxQFIcqyCVwy2/569VRidyEsIhgzxhvHBeFMtAs2/zlD4RcI9
rlC1auuYdSaxecwD0X2nypFawWDzVIfz1A8njmwhTM8l+7BWGSLGbzopBP5K
UFIbGso3Sp1451G+ZJsKZrCkdxQ9u7rKga6AiVEsCyL4AnbZiUmUFQZAJwj/
tKticqE7qCZPWV4TitCeiugbwXhDR3Hj5HXBTAa8FJEHoRaBke1GdoO16gLT
B+WnDApc++KPAwGnzIpaLARoKwWSrtNr0vPNd0hLKBP42VERqRYCHuuw0RTk
5SEfTPCIBU2ZOAlLJfg9q9iNF1Zh3gNcbTSkohaVsYBmg4+ji+OzM1wSBwuh
i4ztfV6VDzCv5O0jPKrItPq5oirBPcaAmgnOCwOjd7ifR8YTZnhuLSZREZ8i
f5ka50FHBIkullWcdfjhKWzYfor/32OJDdtYV8U9n7Y0jDEikot5HBqmC2QH
N7esmsXeenQ752gx6QEu8kbmYulNa+ANuBtyNXqLUb2+qrOmc/0YwitH4olL
0ZVCoJZeTwIigIPiopvmq+Q1srgTYdDivRGnjHAI4y4kFzJ+kPEHHc+W7ChQ
Dcj6bwm7MJr8m7HN8QnrUjaTZDcS1B5S4ADoCmT+dJXfjFBQSkvnXZ8cF1P+
8m8ff/kbOyavM69TfAT0MplfZfiaMbDRle/u02KdcVQ+qihyJBg2WO7WFgw8
gYF///vkYDv5F5xn+svftkWqCV8DPOvVk5/PdvH7LR4Af5ju6w+zeIIdnICQ
xnF7qGUS78VIthvCXutBLg+SLWuQf3N+Vm/HmPUv4h45dBxUcMUXGGobnoFY
dJvIxVqhqUud8bEnHWaZrwsmOAD3qMQJlcNShAZgNAH1eI6eux78EhF6hwFm
QTiRJHEg2u5GryI5dcihhDsKQ6RBYFL0wNOOApfC2ERZDRuE8Q7g15Fs0EPn
CUko8Nu+H1VSQKsc2mYrFMEQtqtHUXeIpppgNKIYE+CdKHnzkgCAk08pHk/U
KLYoGsDQPAB9m32C8ef5XVpss+7TWSQQ0SSZTOH/gFLYGiKQ+JmZFEVjcTIC
f/cSPz09/cynMNvedIobKaZYQOJqzWATUPmvTOr8NVE3/GXMywTKfbGdfMM0
PNO7mb+UN0BgB1oLI8QsRF4iYxLFvKCmg/uPIioxW2KfZUMs7ddsVSF5eHFU
qYZXPGNMSUgEuesWTrxthTjkgjxssQsg/1QyA8uZiAVacoPAyzgzIgnPWelN
TmTtD5jxgs7Qrs17aIhOlwXGjWDaJGKRQBJDQl4UI4YZyYP8nz7HkvkCRgme
vQY+cCR/JSmpTDKUW/sOmTiSUORzYlXqv5rfvruEo19jUih9KTMJF8lBUVYK
k4tgcFLecgIWvupd/VcZHFqzxbfwLzsWr0898J8aRDsFGpENibQJDRASJHoJ
JMELj+5BRJ7wj58uT0cHGlOAIajbiRWlfipz0izxBY2iVv9/Dms9RdokfKKN
WkiVcep5p+Hwyh6Y7aiA5SUHRE5VLoAOinRZZ+qhvMsXJW4QJl//OS3XKINN
X76YAPDHfl/x3BIgH/nvLP/OgQkKwpErlGz8qEgRf+TQLHLe4M94GbP39nKV
6lFG805qx6xRZCCOStYPNGolBTBuHB/HZMEIKNKhxlg+wq2Qs0Dox1dH9EYP
i/fQNpXTsBwO3McggVqmohUn3nyow6skSJxs1FSUy7R1Mfthm8NKYY9IjvDP
P/rntX/OdCteOJGHrdWS+WTNzH2TmfSbEINDqOET8BjGxpvnoXIcDjPE2MoV
+Y4PcVYZR6wzlPCN+R8sYHobjSrdzvzGsZLkzugDvjajK2h4LoLJlrTJrtJF
iP0qeRq1ySWqzcTARTQG7SYL2nQCr1tE+0UDoSxRZ8JzyyHWoJ2hJrhC0Znu
GrxSgGf9g8bAeTDk6vAfo85/Lkkm+BqJt/g2/DDFH1AxX8gPM/jhfTQ+/LgD
P5416p8CMMwnU2D3gLrpFMc+Z3x/c/IJlMacGGJBb4nckFJQS+RDz4J6jLHm
jVdbSHHxoEoUU86XDpm35K6T25kjvhYYQi7uKCJ+1GizTDgo7ifyTjpPOIQc
Xww5pWgH+u8dcaXJofwzmXyaTOJnU/+MzGzBGu4CxBZEc0ZaYMa2Y7wKMMgo
Ixc4W+cbMXhIWCxoAYtao+JUimiN5Lb4U/Ji8Cf6Bd99dNA4oKs9DEIdwjpB
P68oj8ub/njF9AVa3MmIS/di2YECX+Lb5hYY9YhjObeK7LpBKWRbxTEzcWAC
LDA7trf2zVywHVCmZZM0TncnyTkYKd7gVaoTOLGIspSAE7EFepFghGJWsnYZ
745olotATULHYXAcCKTXokoX6iiZDDE7aTZMxuOxWSTKOiDmURhRTuymTsVN
wF5pHZSjmyodlviW8Du8GW7QONKacip6mUzD7wPlrOjebb2MioTYWBQsZS54
QppbvMuPjC4qh0V8Y7jtORoq0XWItMWMCtkn+j4tmseOXdBEefwTDnWfcWAS
XPbk/sGYvkV+DfIcDTVkXZqoF4d0uiX+HZ7EU+Y7ncOcMwMzbj6/K3EZavb3
tCJHNSeTFprMypQ4Lu8LHQkl2+EmRjMULxlc7tknijfXrWcSXaGwQhc33OEi
rCGLC5yUWRwgrFiTOTEZ1PBwIBqFMMvooiDSJbOsN+SxRRV/J4kTiUUQYaK/
2shiFjrk2Ldi6cQUCggnfkxRiWw3fZJLTp/JJe1bdTIbveQXD1TWhlXL1eMC
ekgT+JQS9y/yj5m5HIaE8WUTHNZ5ibstugHNrmE9W6DER1o1vH1gTilN7ikE
t8VjexhpzzEKdTs33ZKtvSVLVcqTkX2mTDSZcF026sXCp0STFCSzcH1bpzwc
ZAKkZthgIRe/7Ss4pAhS8Sjmc3fNDgAEB41hckmldzg34oAi/AAk3nN48Q4z
aBcVIRRJ7LNkEdPFTuvhlxJGH2W0RvTzEQJROofrkr8aSoamUNQl8aJ1Kahd
sB2nsl+o7hGcYV5EIUvZukgP/YK/WmTXsDvJyV/OX50dXST7+sBDk/wBlPuz
stmZbU/30Ug1T/5HMt3b3kYz1Rb8649/TMicJUNsf8tQkps+kQklZ+R4KPHC
AxpQgyRB6hN/0c4MjdJODDZDTx/3UiEjGcwHqubx6gVjcmYneN8KEY/M6euX
ZujWwE0hrqP81FFokgZWVigDBjuwWpooDEdINJh0vVTItnsFr5f7dcJUwhmg
j5w/CfHxQihQCuToNgZHAz70zqDkj9JJEhGwcD6YGF1HdxbeUlZxtLceCwWo
V6+XKMj4Y8sqGbKDKG+GLlFSrcsOXKzUMXrJAq3uCoxZkMiIonmKM8nlRIZv
ZQSKd1hSXrhI29aJw37IiBaBPrSYxxHJFfHBjFg8wmwtue583hHfjADqiJwo
ACOsQaSkNexR3+PW7jlyo3p/AZtFO5JqzG+PrvlhZtQChyL3MBKD1qUIUu3Q
Adp4vFs6++2QZsN+i7oYa4s/oSa50cGDfpeaTyJF8MvhhLM3qsMNE7THIQJR
B0WkpcATvd6vi1ISozCi1jN0Fxg6iyekYxOQNn7zqGwJImLbDc4Fo6CrnQQl
Xvrgkci8qZyq4V0diawr4nYq2dtoRhTF7l0BGoVTX5emFPwdLysBJFWFx2+A
7Dta+6nsjrj5/LAUYEVCMXnW4WDOU8tj7KsPae3WpTcJCMN783oviUQOCjAT
70vbekJGip6Va9BGOIbthaAjv1qRLx3I5SrHKKqhN53GuyPxn8MwZFrIfTjb
2wFdZW+XIstme3vEi6NdXFZ1zstgT5nX1WKUugeyAFvpng9BIeHQIGSu5xJG
ol78BsFV3uUwyWaB1n5Mpn2MbuQwmbe+hsutVB4VnQM8BXqJ0FU6FvvLNQU+
RBQQbSt7BJWnhFzVGrYKU+4I1xK5LTLOYdL+zw5IjCNYjrZQt/N7vq2DAPLt
TuzAmJG3pkXBJGDaXdZxjj2heKiQgxjLRBhKohqEYkVKpYTasFLRUTsHSa4M
0XrIaZrPQfSQGAEcVFOPhqyFkp+avctXwGSwXFRMv9+ifvnm6F/RF0sxEECJ
1YKNp8akfhXCncQsRs5r3FH8aWytTREK0elH13fyIcP0aW87wehC8SuI5YHr
nljLiCBAT6YxY3oLDG05G+VgydeuUcOmcWF4mg2fkIWUP8Nf7+qsuM8CC/aG
VOTCPh+wL5o+LcWogVWpIvvriae+C7HQkJXy5OKHbU2lFAYHNxuLSGkUIcnn
VdkX5ls8tC8X9qHTK4okw9pCVALSN7JAhtTHSUmQ6V3+iYz+MfgXP9TtVAD8
TUEjeEwsocAiewQAZTnJXjKHAYvYvRl1mebo5uQcMcu0KYWOvpeTVEe2crM8
5ME+CIBiRX2k8cY4WoPjQMichMHnIfF41aMzio4OhRok57SVsPcgQ3x6MshA
s4h7wwve3WPcS/ZAF30roE2sJMzNQ+hvECABeEoW0qgJ11jHibrTZX7Mh+C/
imvmdl1Sqpdw4pSFzdQ16Y1KD+wmxgD9tOSaCF0oh8HkbyKhOJBVzVyRHSAK
VVHYKBiKjzcmv8nvDj2L6iRnmd4HDwlWtyhAiz3VQ/I4acQbLczxe3Jdm7g3
Co6jgev2mGiUo7QTQVcMvPyIZSX6DRX0+KpaPJIJM36fguaug4rofe1ACkJR
39OL7MEQs5i3ODZ948k247OBjHGZ3gzIzQXnEtPtKPGHtWtKjVdDMI9BaVQZ
19sIMzgStctGtctOCkMHkCa4jEXD4Fdgea0kB4zetK7xq9wEVLD1D3/zIVuo
Z79AAr5L648hb0Q+m3w6mLQCEoKVRP77l5aH5l/C83PAVvKPF8l+spfsJjvA
jKbJ5B/P/x4rX75IRqPkiHlYKAsmD/fxIdbOFIzJJuQYyNcIAxzvjz9xlBMn
FxcLfS0cEY4YiNK4Xai80GReH8IT1JbVybCkE5jxXRj/7NoWciBe56szSCEC
FlDK7lpqZzIlI3NBdyksuaJb2gcrCMkB6xEDeUg5jr+q80/fsh1W6olQfCmC
KIyb+U4jImWHgxdZNwhCJ5A7A/lfpMMig/kPjM1B59s+R1TAVK4LoxyVniWj
wEDYzz5JYDUslXRz151jD2B81zMG86tDF5FXneyNZkhhsiMwcOv5dDTB53w0
R2jBggPZxe/m4Set4VmxRgilLpmwHS4JK6xL7gzlFmZ2KjfSXV6OYj66/7iE
krIXStIL6olwTEZ04D0aukMVaQB90/5xQizXhnF2WuPM+scxMRUbBtprDbTT
HohvAuSozKFN6FV7LPE50b7gcMHW2IpQZ+uxsnzS/ckTYbg6jpHXwckYoPHB
GMNEsvJSjchsfZ9R7cmajVr0kPye1+JhKyjEohTNoRh2EwA4tT6oGWty9BlM
jOQeUdoQr0PQizPJeJdJ2Uggh35eYGaztxuJyYiRJgYrVJobTbK7ypqGQy8R
jjQhM3Put4MzwSxH4p2RbYLfaZTomY1PZ4c4ca/UZJHhLcaRkJlU3/aBP2wd
2UAccvrwAG84fT1nO3Bc1jYLzMV7JAr0s/L4dPwxHO/IHLpXIM3I+EqWrO/X
Sj/8MQ24XiZS5BwGejkNMXWgeNO44RB+0bhTqXCZ4E4d7Bzs2JF3aOTr/P43
ghxG3h3OXu4OX+6/gP/dS7Ymn07lP+9Gh4OiB3WLdSIK3ZRdTPw8EZuobdzw
eBth3tXs6Y7gZKVIvYK5Zkeo78VVtQhoZAR4O4M4imUwUevuLl9NNEGEra59
qbcunQ0lIQUwWmAe+0cJGdVge6FDuAaAStij4QnwmaSTmkVzZMvLqfPZEYRZ
ui7gcRENQBb2eQXy4690vrRqiJiQiFd6j0SwfwMBaToZAiVjorNTbt5w9eEL
AHTyh2RaN/9OI34r670E6u2s91kkbdcLsHTIWMujdFZG4cRGE8h9qtOKChXx
YG422/ny9W1t+RUmIxxp24d0b83KBT/Bf+HxYwyc4inroODpsxfrUJqoT29j
KLeah3nXyD4Xx093TtITK3UbVuqXo2Ht/0i2dlbmN4xsbwv+8N/WbnMbXgLU
wId7+pOo/lQwjzxRHOc4RJLgK8cgRlkO2VEosxttsVxwtuDIjprrxbM4qWes
51QTzjefdhIv9DCwEEDXn5Bi4DiO4MXcIwnu89epKG9yEgOO4Un1wGrgbMjX
7BRD8qfDyYud4Yvd6fBgtgvY1lyGnQle5PjJtqkBFIj8kegbtSYGlmmg15tk
peTZbJfx6w+4A7oRsuhDTO9BWPKLr8J5J1dxOBP/A9TL6Sk6iskk8DTGY5ql
DKxgtBQBiihW3CqbQJURbalBNOvyeF/XzsuJRyVbRWL+uOV3fhg409AQIoo0
Tpa+rYnDogzxJAIcGahbzLe0q9EqO5Sf+cRasHbW5quJ7DxEhdb8RqpmVY6u
Mc+bdqqOcamGBTpLXlAlmPtYEDvO2OUkAqYT6Mj81hKm0RqI3Lfv8BF85pRg
2HHGRuiC3IaFzb0kCbLtvGKGLpugOEZ0UuAyYh3XsTeNNZteNNaJ3QbFn/NV
mrzuhjGw4haNhMZEUz3Uni8GtRqzDR5YVCT89qjldxhtpbJFMPoor0PU6vxc
BpVnxGBW3HWSTJEByO/qR0IdUan40E0+7e8aw609ZzhQcOFz6OCGKV/Mdj43
Z4jYw0mP4R4CAfCVTt1/0pHoaOxngjHB/z4HCB5WEYYOEYbTIUXH0p9T/PNg
H/884igS2QU6CFwNwy/IxtREqZM47MmphN65ndmL/YPWCr7FN7ChBcZxBsxE
jyfyOPBv8/RUn+7v7e3s93zOCH79esindrr/cse1sBh2/e9swsqCDqO6C18E
1AyPTKvs1KeAUX21J4635yQJP2DHPt+aXFWSGy09Idwp53Etri+UcM4V64LR
CQV5UFd9umz2aVmkXHZe0oI4nKfPoNprbBWAMDKCgja6L7BN2piaL9MbMdYE
4463BD8QPxX5W5+rxIUyW23NfM4YdFTf8DYvInNv8BJhfF/iq6L6gs5+Gz5L
RQ7Av+yrkMvRYAt+YytHt4sko6VcVDAUxCALr1/1E4H7n/tPAvt92P4oaFOI
O8+GGXSqwigxdBj+b5rb9HsJz9XGMqPsAc0w9z9jdkDspPzMOLvwASpoWJy/
b8A9HDAEnvjf92No/e8vwvsX66uP9tEBPDoOzhfKxfUPX1rASdQNgEdvUm7D
G6r1Hn5D3P3I12rrbcTTJfafDD8hjn6C7cHsMv/jblhPC+7pC33/qAHgrrAX
in92wGCPDbTkaPd16c65LFdnFbje/goGCVYw8C/OcLnvjl9tQsdsaqgN/rlv
iW/r+M3FkwSw7fZJr97fCQkjKIpEOSMfyBvurFNTUmgw1+aZJAsHEM/YdJu0
ks99o6ZUZCLinLdVqjjDV/OPrHP8rxgspIGAn5tGPRu4Zd9g545nHBwv1KSP
EraSufQ5lKs1hnlNmNLoCxBF1Y+sb7eneJstJKZGXve5mlHs8bCBRJ3FubA4
uCAElGcsS3Ia5lQ9++qRAg+fu72+lJ66VynOrHKabNOPi1B3hyuUtYv0AM9H
BEdIUV0xoIRVz3xlasINo+plrg/TJTvf2hRJhTBDMlyoM+QNEJo42HUYH3Jl
16NuyPMNlxXCEVs1h2N9kSx8cCAFMSFfTe8/1pfJnMzT63DozpDKskdxjq1v
/ol5CyBo8polJVen95hTc27YuE3FtoJbYWM5LrGypljUn3DvI3Ts9FTk6Eo+
9gWYKW8H2zlUobRcC2hgaxgsz9lMn8e8CUexoVq+wPTRhsR9EcB6SwuqxMpf
MqDpRyxHsGSbXb8jXcKrxBFHBSk4h08Sf9jdUT4D7CT0GtG8yLlkChOZYLed
kH/pbSGjdtkGiWxPMF1+mwqqhw893d397nfo0F8k5bPmll57G+Y/P8Np9J2t
1/n1dZ6Nvs+KAmT7bZnx5ne/+0gzLsdf+ukdbOlj+3MP8KgX4OPX3z8JLfD6
k2PQM7CxrK8dxLWMkmyJPXBQbLG1Kf0I1q/JOXWtohFRDUNV6nyuhLdUdsoO
SnXhbL64HXkC0SLDjIrBnVb9jrMfJDDKlEtsH+e0diJZh/KAPUfe19UTt3pP
hKkLEaZ8rOLeGk/XhtUIOY3/amm6z7jctB4hV3mUKHVsDFGv78jQuaSjtzAN
Brz1keBb33m9zIe4Wiwwx+AUB05IUr7TG2TrgCrXRcXKsnIR78cgPumjbFsF
sLAV1y9fTblcVCjGdPLmZISPpqP76S//vodvSuJv8mI8G08RfK09sLv7YhtX
RpVGKJjobiD2eJ8sfmvIhAN9OecXx1h+nNfTkU49ykttqLLt2pWL6WCxllmV
pkCVxLPKYqKwIY22btnouDAIVS7Ddk0/UPQiERxKKrIXju4ZbephIhepBAtb
BUP84tWjH4/rCeD+tk2DqOfdAVMXv7Ci3yPeyz584PuNi1yrD+VZ9juHq4yC
4snyMHjIQbGeU+80eHGAJ4SK19xnA/mAne2E4LnP4Ah1C1ued44dbzChDPv4
3Kd5QZFoNqd/yMdAF5IiEeaLgCPXc9t53b9YonmfkzZXKbZkhn1Li8eaAx5M
Mn9UMEsFTtIjZqRHhGci2IS4Six6w5k8V1nzgDHw7DcJMguVy8LfjKmd4sqw
vwE2Egot7rl+VijoRi4qrUqRSnwy0rCPIrBvqzyQmvBHsf+kqogS58UqBDYq
q708ve9JqgOItdffji+U5sTLFKpghg4SxKQKM8MuQbrni5bhdfRpmXLPUClD
JS1r1lcKgT8Smj5CmpbtEgPHnguPOVusshXDxpQdWlDsGHT3lFej46Rx5v6j
PbtHUpaeDrALbzxZE8aP+GE3GgqbMugQu1oZoxcmNOVI8HTfUr5li785yxsW
zIlIfts6JSqikFi1WEoAVe2Lm8vneh1hwK9mzXDjL0uVZLhjb3FJqdKcSR5t
GtkkXRnFZt6nN2vAW10H06QHRIMBE+w4xLkCqcbhaQksrmcIo78S57UPruWm
O+zM4eKeaEHBxRF7wU5G66WmcEsRc3UX+6XnvtoQBxeWXLaVSscC90PvL5bD
ZHP4laRgaelJtjwSV2C/iAcDC89S8s09FeIy1xp6cdYoz43Cjm4Pk8Gx/h72
tR5wIXrtJeNa3ZU4FSvhEU1B2EdLnRiRgxcHqXzqjvE70LFsSsUMzD+5iBmY
lmrUbgHCpzWqS/GWVA8l2hSGIk1qqYacnITK0zLVe6QhDMVbYt1/snGR3iFZ
6T2QAD+pShTEuPLRRogEghZcz4ZIPo/hkvxuWzdY679hkt+9pCIiYPK9hJJR
7f06KTCOjpNGa00lY/vCL78/fv/HX37/4+kfefEzXTwVDyqUMlObhxXXL46v
HGScGo+DpoOHMjDmxMRiswPdLIIlyLkEEMgQ0eD32Sp2e/YQRxC1co+JKqvL
rxsWdECr4aw5CWT7sCNlklorRVxMlSSp0we2stt4M9IpCBYlp175IJ9LaJO3
C8Rj+UrCLI2VYQR4a05OG2xqzC6ZlDJnyKMJeiEHBwo1rZCK9Aig8EMR9cIT
YS+Ctq5WuFIL72ZYttW3H7WBf+waDDIAYEaPyDl98pTM8J/FjJ5TqmYTEBPV
ktZ8qyLN73qXm9e63nA+FT6fMMkrU/o/Ji78/IVFS9ID8LmF0aKIkQvT/9zi
MJqSzgnl7wC4O7oRwvb/KQCvr/DMkNPRgiqDPAEwv/DGVr1ul06lA8BGz0FU
N74eIOHLqST6ttD53Jv2eHON+cdPpyNBWfd7lgOuQQvyRWOojKQK5sReJfAA
BtkXvB81oP41Un7v4klGSVCEBBs28QkspGYjfxOruNrQdOuwvUPs3ZEgJIq0
kPVIghEseODBOo4WOTC8mBWAQaj7z6Mc4zWF242F+cz77VDGuKa/8i8ZRHoT
UlU5WNWKBffHUJEupqwt3FXamm1PJO+0DSZpOyhIgcLNy+KPIoQnbGLIpRKx
ZxMsLf7ye1Sd19gkefHLHzljj0y8d9w5N+UgjQhXMsCTM4qVzPg9MC30SYyq
jYkTJsPgtSmI2YikkFp2tS71PAPLf8b+1pJnhxUQ1vNbI5QY/SEATQU4mvRu
yeR9oFIAW69fiZZqCLxXEIC1cNXiKKi3qZZwYd9nhXbQNN4OEfyDFETykpGi
CIDe82RkB1/lTQ3LncNFziUx1VNiToVSNxGlnjFfAjFkGraxxlBese/Gr0ZM
/KRqsVhRJiegB2FRfBkhkE04gNoQTk0ArVk0rc9LQrAtL81L1KtKmEkLkmdg
gbf5pd4e4m/44Tfstcqrjx2MDHV72VyY+nL7D6XngyoPBIeHBfIz227IBGn4
IX1kaxMScPjocBN5UM05we5vIA/C4GlHV7CTpazZP7UIFbe6XyF7Z1JDmK0S
prVtWozGGkAqFfJ8urutjWxaWmGEXfdzCqEUi0uv2YSHllLV5qy/z+61rx4S
k70+pC0uxnZZWAwASlIapVeVI7oNvXSL/b5LKtPFcrI34gQS5wt0mKxS2ixf
vaVtaEs9raXyNTYHpE2dqdyPK1iFBdX2RGzUxno2VOVtLoKOI35Ene5I/6rC
KVKdV31kg8ZyFfbBUev594P7+5fGJUWTyxiIieBXKu/lR+JN1IsnyBHYyWPF
vrF80T81Y6p1T/xXIUv42EZ8eaeqbh0h7otQ5i+lDo+3rnjtcGd9uQGryjye
gdsOVs1O9eN2R6kwuuI3ojjiMIynOoCYpasCtUNlZrH8FT7cMv1ACtA45XOU
zxJtr0FyGlU6pl1rdXfaojhzW+M70HMsARPPNsimZ2w1k11u8TeS7DZju9dI
wkYqhcEbSmhurpFVWwU6lO7JG8Xi0PelTXQ/xXhQUEj/XOW7hXws/R3MkLSh
u7qhlyprfcayQjZosZldrwvDKYmA/SgiKWRSr5wm2/OTYU3PEcaIPnKTTWXl
n7HqdI4F4c4YHVWBa9v/OTDnrAmnE/0m1Q0ZLjFiAg4rNcHCXvM+nJVKfLOP
4yihOqQjtH08dsAQo7gURrTWaOyi0IQbByNIPTNFPQAOQf3YauobWYwekPTI
/rSoCO8qvNGUTF5i6Qb1Zs3mbQq18an8W9q8IU1Az/ZkQ0tRUy/WaM6yYLwU
kzDxMOHl2O+cOjZ7ExYbuLa9ZyP4YjPK9Y7Xrrb64HvpOKg46TIO/kmN4b/z
gcqjEgr0zvvBW2E/W6LE2VdCAG/wbEtFuTs8Q3mK/Za0xv9e5/vYISCPT0Mu
lT+CeCjk8YkJFAouSbbKdiboi0TpvBQXsZLHl97nzlXrNQ0MC0Bgmr2WBhAS
pzHIHR2G96GAdxvailAKRh76UwYrZZLI4dVwbZKw1CmvXW+GsaOdMnlF0b7k
zGIpYdsK+JY7lUEfxnPTTgTWGO2AKYfa9n1u7flew3j8KbJgW1mFLQ5oajMG
nPkwqryMoaHP240FsYi034ItaeTrw/+323WkaQw5U4uOjO3jo6vgiiSNg3re
UA9PKrXOg7Dg1NK2UVhdZqvgwQ/ItGa0Z8XzYAxTGN6H8/zuWcFPZl4Nflr0
Bz/1zv0ahkDB+eT49UYoOKgIn3PwEfyF51qNn/MWeRvj29z0u0k4UzFbsLbE
tZ2v2zcJUr1r9TD1Mfe+AwJd/mZocl77stGyXNOxii/47hZos9f412GgME/A
cQBUO+bCkYHt5M3FURTy0o6U0fiXl+MZ7erpcYKhL1qwVztcYaih6UFmAElN
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

-->
</rfc>
