<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.6 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc4210bis-08" category="std" consensus="true" submissionType="IETF" xml:lang="en" obsoletes="4210 9480" updates="5912" tocDepth="4" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.0 -->
  <front>
    <title abbrev="RFC4210bis">Internet X.509 Public Key Infrastructure -- Certificate Management Protocol (CMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc4210bis-08"/>
    <author initials="H." surname="Brockhaus" fullname="Hendrik Brockhaus">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>hendrik.brockhaus@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="D." surname="von Oheimb" fullname="David von Oheimb">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>david.von.oheimb@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <author initials="J." surname="Gray" fullname="John Gray">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>john.gray@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <date year="2024"/>
    <workgroup>LAMPS Working Group</workgroup>
    <abstract>
      <?line 164?>

<t>This document describes the Internet X.509 Public Key Infrastructure (PKI)
Certificate Management Protocol (CMP).  Protocol messages are defined for
X.509v3 certificate creation and management. CMP provides interactions between
client systems and PKI components such as a Registration Authority (RA) and
a Certification Authority (CA).</t>
      <t>This document obsoletes RFC 4210 by including the updates specified by CMP
Updates RFC 9480 Section 2 and Appendix A.2 maintaining backward compatibility
with CMP version 2 wherever possible and obsoletes both documents.  Updates
to CMP version 2 are: improving crypto agility, extending the polling mechanism,
adding new general message types, and adding extended key usages to identify
special CMP server authorizations.  Introducing CMP version 3 to be used only
for changes to the ASN.1 syntax, which are: support of EnvelopedData instead
of EncryptedValue and hashAlg for indicating a hash AlgorithmIdentifier in
certConf messages.</t>
      <t>In addition to the changes specified in CMP Updates RFC 9480 this document
adds support for management of KEM certificates.</t>
      <t>Appendix F of this document updates the 2002 ASN.1 module in RFC 5912 Section 9.</t>
    </abstract>
  </front>
  <middle>
    <?line 188?>

<section anchor="sect-1">
      <name>Introduction</name>
      <t>[RFC Editor: please delete:</t>
      <t>During IESG telechat the CMP Updates document was approved on condition that
LAMPS provides a RFC4210bis document.  Version -00 of this document shall
be identical to RFC 4210 and version -01 incorporates the changes specified
in CMP Updates Section 2 and Appendix A.2.</t>
      <t>A history of changes is available in <xref target="sect-g"/> of this document.</t>
      <t>The authors of this document wish to thank Carlisle Adams, Stephen Farrell,
Tomi Kause, and Tero Mononen, the original authors of RFC4210, for their
work and invite them, next to further volunteers, to join the -bis activity
as co-authors.</t>
      <t>]</t>
      <t>[RFC Editor:</t>
      <t>Please perform the following substitution.</t>
      <ul spacing="normal">
        <li>
          <t>RFCXXXX --&gt; the assigned numerical RFC value for this draft</t>
        </li>
        <li>
          <t>RFCDDDD --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-rfc6712bis"/></t>
        </li>
        <li>
          <t>RFCFFFF --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-cms-kemri"/>
]</t>
        </li>
      </ul>
      <t>This document describes the Internet X.509 Public Key Infrastructure
(PKI) Certificate Management Protocol (CMP).  Protocol messages are
defined for certificate creation and management.  The term
"certificate" in this document refers to an X.509v3 Certificate as
defined in <xref target="ITU.X509.2000"/>.</t>
      <section anchor="sect-1.1">
        <name>Changes Since RFC 2510</name>
        <t><xref target="RFC4210"/> differs from <xref target="RFC2510"/> in the following areas:</t>
        <ul spacing="normal">
          <li>
            <t>The PKI management message profile section is split to two
appendices: the required profile and the optional profile.  Some
of the formerly mandatory functionality is moved to the optional
profile.</t>
          </li>
          <li>
            <t>The message confirmation mechanism has changed substantially.</t>
          </li>
          <li>
            <t>A new polling mechanism is introduced, deprecating the old polling
method at the CMP transport level.</t>
          </li>
          <li>
            <t>The CMP transport protocol issues are handled in a separate
document <xref target="I-D.ietf-lamps-rfc6712bis"/>, thus the Transports section is removed.</t>
          </li>
          <li>
            <t>A new implicit confirmation method is introduced to reduce the
number of protocol messages exchanged in a transaction.</t>
          </li>
          <li>
            <t>The new specification contains some less prominent protocol
enhancements and improved explanatory text on several issues.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-1.2">
        <name>Changes Since RFC 4210</name>
        <t>CMP Updates <xref target="RFC9480"/> and CMP Algorithms <xref target="RFC9481"/> updated <xref target="RFC4210"/>, supporting the PKI management operations specified in the Lightweight CMP
Profile <xref target="RFC9483"/>, in the following areas:</t>
        <ul spacing="normal">
          <li>
            <t>Added new extended key usages for various CMP server types, e.g., registration
authority and certification authority, to express the authorization of the
certificate holder that acts as the indicated type of PKI management entity.</t>
          </li>
          <li>
            <t>Extended the description of multiple protection to cover additional use cases,
e.g., batch processing of messages.</t>
          </li>
          <li>
            <t>Use the type EnvelopedData as the preferred choice instead of EncryptedValue
to better support crypto agility in CMP.  </t>
            <t>
For reasons of completeness and consistency, the type EncryptedValue has been
exchanged in all occurrences.  This includes the protection of centrally
generated private keys, encryption of certificates, proof-of-possession methods, and protection of revocation
passphrases. To properly differentiate the support of EnvelopedData instead
of EncryptedValue, CMP version 3 is introduced in case a transaction
is supposed to use EnvelopedData.  </t>
            <t>
Note: According to <xref target="RFC4211"/>, Section 2.1, point 9, the use of the EncryptedValue structure has been deprecated
in favor of the EnvelopedData structure. <xref target="RFC4211"/> offers the EncryptedKey structure a choice of EncryptedValue and EnvelopedData
for migration to EnvelopedData.</t>
          </li>
          <li>
            <t>Offer an optional hashAlg field in CertStatus supporting cases that a certificate
needs to be confirmed that has a signature algorithm that does not indicate
a specific hash algorithm to use for computing the certHash.  This is also in
preparation for upcoming post-quantum algorithms.</t>
          </li>
          <li>
            <t>Added new general message types to request CA certificates, a root CA update,
a certificate request template, or Certificate Revocation List (CRL) updates.</t>
          </li>
          <li>
            <t>Extended the use of polling to p10cr, certConf, rr, genm, and error messages.</t>
          </li>
          <li>
            <t>Deleted the mandatory algorithm profile in <xref target="sect-c.2"/> and refer instead to Section 7 of <xref target="RFC9481"/>.</t>
          </li>
          <li>
            <t>Added <xref target="sect-8.6"/>, <xref target="sect-8.7"/>, <xref target="sect-8.9"/>, and <xref target="sect-8.10"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-1.3">
        <name>Changes Made by This Document</name>
        <t>This document obsoletes <xref target="RFC4210"/> and <xref target="RFC9480"/>. It includes the changes specified by Section 2 and Appendix C.2 of <xref target="RFC9480"/> as described in <xref target="sect-1.2"/>. Additionally this document updates the content of <xref target="RFC4210"/> in the following areas:</t>
        <ul spacing="normal">
          <li>
            <t>Added <xref target="sect-3.1.1.4"/> introducing the Key Generation Authority.</t>
          </li>
          <li>
            <t>Extended <xref target="sect-3.1.2"/> regarding use of Certificate Transparency logs.</t>
          </li>
          <li>
            <t>Updated <xref target="sect-4.4.1"/> clarifying the definition of "new with new" certificate validity period.</t>
          </li>
          <li>
            <t>Added <xref target="sect-5.1.1.3"/> containing description of origPKIMessage content moved here from <xref target="sect-5.1.3.4"/>.</t>
          </li>
          <li>
            <t>Added support for KEM keys for proof-of-possession to <xref target="sect-4.3"/> and <xref target="sect-5.2.8"/>, for message protection to <xref target="sect-5.1.1"/>, <xref target="sect-5.1.3.4"/>, and <xref target="sect-e"/>, and for usage with CMS EnvelopedData to <xref target="sect-5.2.2"/>.</t>
          </li>
          <li>
            <t>Incorporated the request message behavioral clarifications from Appendix
C of <xref target="RFC4210"/> to <xref target="sect-5"/>. The definition of altCertTemplate was incorporated into <xref target="sect-5.2.1"/> and the clarification on POPOSigningKey and on POPOPrivKey was incorporated into <xref target="sect-5.2.8"/>.</t>
          </li>
          <li>
            <t>Added support support for CMS EnvelopedData to different proof-of-possession methods for transferring encrypted private keys, certificates, and challenges to <xref target="sect-5.2.8"/>.</t>
          </li>
          <li>
            <t>Added <xref target="sect-8.1"/>, <xref target="sect-8.5"/>, <xref target="sect-8.8"/>, and <xref target="sect-8.11"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sect-2">
      <name>Requirements</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="sect-3">
      <name>PKI Management Overview</name>
      <t>The PKI must be structured to be consistent with the types of
individuals who must administer it.  Providing such administrators
with unbounded choices not only complicates the software required,
but also increases the chances that a subtle mistake by an
administrator or software developer will result in broader
compromise.  Similarly, restricting administrators with cumbersome
mechanisms will cause them not to use the PKI.</t>
      <t>Management protocols are <bcp14>REQUIRED</bcp14> to support on-line interactions
between Public Key Infrastructure (PKI) components.  For example, a
management protocol might be used between a Certification Authority
(CA) and a client system with which a key pair is associated, or
between two CAs that issue cross-certificates for each other.</t>
      <section anchor="sect-3.1">
        <name>PKI Management Model</name>
        <t>Before specifying particular message formats and procedures, we first
define the entities involved in PKI management and their interactions
(in terms of the PKI management functions required).  We then group
these functions in order to accommodate different identifiable types
of end entities.</t>
        <section anchor="sect-3.1.1">
          <name>Definitions of PKI Entities</name>
          <t>The entities involved in PKI management include the end entity (i.e.,
the entity to whom the certificate is issued) and the certification
authority (i.e., the entity that issues the certificate).  A
registration authority <bcp14>MAY</bcp14> also be involved in PKI management.</t>
          <section anchor="sect-3.1.1.1">
            <name>Subjects and End Entities</name>
            <t>The term "subject" is used here to refer to the entity to whom the
certificate is issued, typically named in the subject or
subjectAltName field of a certificate.  When we wish to distinguish
the tools and/or software used by the subject (e.g., a local
certificate management module), we will use the term "subject equipment".
In general, the term "end entity" (EE), rather than
"subject", is preferred in order to avoid confusion with the field
name.  It is important to note that the end entities here will
include not only human users of applications, but also applications
themselves (e.g., for IP security) or devices (e.g., routers or industrial
control systems).  This factor influences the
protocols that the PKI management operations use; for example,
application software is far more likely to know exactly which
certificate extensions are required than are human users.  PKI
management entities are also end entities in the sense that they are
sometimes named in the subject or subjectAltName field of a
certificate or cross-certificate.  Where appropriate, the term "end entity"
will be used to refer to end entities who are not PKI
management entities.</t>
            <t>All end entities require secure local access to some information --
at a minimum, their own name and private key, the name of a CA that
is directly trusted by this entity, and that CA's public key (or a
fingerprint of the public key where a self-certified version is
available elsewhere).  Implementations <bcp14>MAY</bcp14> use secure local storage
for more than this minimum (e.g., the end entity's own certificates or
application-specific information).  The form of storage will also
vary -- from files to tamper-resistant cryptographic tokens.  The
information stored in such local, trusted storage is referred to here
as the end entity's Personal Security Environment (PSE).</t>
            <t>Though PSE formats are beyond the scope of this document (they are
very dependent on equipment, et cetera), a generic interchange format
for PSEs is defined here: a certification response message <bcp14>MAY</bcp14> be
used.</t>
          </section>
          <section anchor="sect-3.1.1.2">
            <name>Certification Authority</name>
            <t>The certification authority (CA) may or may not actually be a real
"third party" from the end entity's point of view.  Quite often, the
CA will actually belong to the same organization as the end entities
it supports.</t>
            <t>Again, we use the term "CA" to refer to the entity named in the
issuer field of a certificate.  When it is necessary to distinguish
the software or hardware tools used by the CA, we use the term "CA equipment".</t>
            <t>The CA equipment will often include both an "off-line" component and
an "on-line" component, with the CA private key only available to the
"off-line" component.  This is, however, a matter for implementers
(though it is also relevant as a policy issue).</t>
            <t>We use the term "root CA" to indicate a CA that is directly trusted
by an end entity; that is, securely acquiring the value of a root CA
public key requires some out-of-band step(s).  This term is not meant
to imply that a root CA is necessarily at the top of any hierarchy,
simply that the CA in question is trusted directly.</t>
            <t>A "subordinate CA" is one that is not a root CA for the end entity in
question.  Often, a subordinate CA will not be a root CA for any
entity, but this is not mandatory.</t>
          </section>
          <section anchor="sect-3.1.1.3">
            <name>Registration Authority</name>
            <t>In addition to end-entities and CAs, many environments call for the
existence of a Registration Authority (RA) separate from the
Certification Authority.  The functions that the registration
authority may carry out will vary from case to case but <bcp14>MAY</bcp14> include
personal authentication, token distribution, checking certificate requests
and authentication of their origin, revocation reporting,
name assignment, key generation, archival of key pairs, et cetera.</t>
            <t>This document views the RA as an <bcp14>OPTIONAL</bcp14> component: when it is not
present, the CA is assumed to be able to carry out the RA's functions
so that the PKI management protocols are the same from the end-entity's
point of view.</t>
            <t>Again, we distinguish, where necessary, between the RA and the tools
used (the "RA equipment").</t>
            <t>Note that an RA is itself an end entity.  We further assume that all
RAs are in fact certified end entities and that RAs have private keys
that are usable for signing.  How a particular CA equipment
identifies some end entities as RAs is an implementation issue (i.e.,
this document specifies no special RA certification operation).  We
do not mandate that the RA is certified by the CA with which it is
interacting at the moment (so one RA may work with more than one CA
whilst only being certified once).</t>
            <t>In some circumstances, end entities will communicate directly with a
CA even where an RA is present.  For example, for initial
registration and/or certification, the end entity may use its RA, but
communicate directly with the CA in order to refresh its certificate.</t>
          </section>
          <section anchor="sect-3.1.1.4">
            <name>Key Generation Authority</name>
            <t>A Key Generation Authority (KGA) is a PKI management entity generating key
pairs on behalf of an end entity. As the KGA generates the key pair it
knows the public and the private part.</t>
            <t>This document views the KGA as an <bcp14>OPTIONAL</bcp14> component. When it is not present
and central key generation is needed, the CA is assumed to be able to carry
out the KGA's functions so that the PKI management protocol messages are the
same from the end-entity's point of view. If certain tasks of a CA are
delegated to other components, this delegation needs authorization, which can
be indicated by extended key usages (see <xref target="sect-4.5"/>).</t>
            <t>Note: When doing central generation of key pairs, implementers should consider
the implications of server-side retention on the overall security of the
system; in some case retention is good, for example for escrow reasons, but
in other cases the server should clear its copy after delivery to the end
entity.</t>
          </section>
        </section>
        <section anchor="sect-3.1.2">
          <name>PKI Management Requirements</name>
          <t>The protocols given here meet the following requirements on PKI
management</t>
          <ol spacing="normal" type="1"><li>
              <t>PKI management must conform to the ISO/IEC 9594-8/ITU-T X.509
  standards.</t>
            </li>
            <li>
              <t>It must be possible to regularly update any key pair without
  affecting any other key pair.</t>
            </li>
            <li>
              <t>The use of confidentiality in PKI management protocols must be
  kept to a minimum in order to ease acceptance in environments
  where strong confidentiality might cause regulatory problems.</t>
            </li>
            <li>
              <t>PKI management protocols must allow the use of different
  industry-standard cryptographic algorithms, see CMP Algorithms <xref target="RFC9481"/>.
  This means that any given
  CA, RA, or end entity may, in principle, use whichever
  algorithms suit it for its own key pair(s).</t>
            </li>
            <li>
              <t>PKI management protocols must not preclude the generation of key
  pairs by the end entity concerned, by a KGA, by an RA, or by a CA.  Key
  generation may also occur elsewhere, but for the purposes of PKI
  management we can regard key generation as occurring wherever
  the key is first present at an end entity, RA, or CA.</t>
            </li>
            <li>
              <t>PKI management protocols must support the publication of
  certificates by the end entity concerned, by an RA, or by a CA.
  Different implementations and different environments may choose
  any of the above approaches.</t>
            </li>
            <li>
              <t>PKI management protocols must support the production of
  Certificate Revocation Lists (CRLs) by allowing certified end
  entities to make requests for the revocation of certificates.
  This must be done in such a way that the denial-of-service
  attacks, which are possible, are not made simpler.</t>
            </li>
            <li>
              <t>PKI management protocols must be usable over a variety of
  "transport" mechanisms, specifically including mail, HTTP,
  TCP/IP, CoAP, and off-line file-based.</t>
            </li>
            <li>
              <t>Final authority for certification creation rests with the CA.
  No RA or end entity equipment can assume that any certificate
  issued by a CA will contain what was requested; a CA may alter
  certificate field values or may add, delete, or alter extensions
  according to its operating policy.  In other words, all PKI
  entities (end-entities, RAs, and CAs) must be capable of
  handling responses to requests for certificates in which the
  actual certificate issued is different from that requested (for
  example, a CA may shorten the validity period requested).  Note
  that policy may dictate that the CA must not publish or
  otherwise distribute the certificate until the requesting entity
  has reviewed and accepted the newly-created certificate or the
  POP is completed. In case of publication of the certificate
  (when using indirect POP, see <xref target="sect-8.11"/>) or a precertificate
  in a Certificate Transparency log <xref target="RFC9162"/>, the certificate
  must be revoked if it was not accepted by the EE or the POP could
  not be completed.</t>
            </li>
            <li>
              <t>A graceful, scheduled change-over from one non-compromised CA
  key pair to the next (CA key update) must be supported (note
  that if the CA key is compromised, re-initialization must be
  performed for all entities in the domain of that CA).  An end
  entity whose PSE contains the new CA public key (following a CA
  key update) must also be able to verify certificates verifiable
  using the old public key.  End entities who directly trust the
  old CA key pair must also be able to verify certificates signed
  using the new CA private key (required for situations where the
  old CA public key is "hardwired" into the end entity's
  cryptographic equipment).</t>
            </li>
            <li>
              <t>The functions of an RA may, in some implementations or
  environments, be carried out by the CA itself.  The protocols
  must be designed so that end entities will use the same protocol
  regardless of whether the communication is with an RA or CA.
  Naturally, the end entity must use the correct RA or CA public
  key to protect the communication.</t>
            </li>
            <li>
              <t>Where an end entity requests a certificate containing a given
  public key value, the end entity must be ready to demonstrate
  possession of the corresponding private key value.  This may be
  accomplished in various ways, depending on the type of
  certification request.  See <xref target="sect-4.3"/> for details of the in-
  band methods defined for the PKIX-CMP (i.e., Certificate
  Management Protocol) messages.</t>
            </li>
          </ol>
        </section>
        <section anchor="sect-3.1.3">
          <name>PKI Management Operations</name>
          <t>The following diagram shows the relationship between the entities
defined above in terms of the PKI management operations.  The letters
in the diagram indicate "protocols" in the sense that a defined set
of PKI management messages can be sent along each of the lettered
lines.</t>
          <figure anchor="ure-pki-entities">
            <name>PKI Entities</name>
            <artwork align="left"><![CDATA[
  +---+     cert. publish        +------------+      j
  |   |  <---------------------  | End Entity | <-------
  | C |             g            +------------+      "out-of-band"
  | e |                            | ^                loading
  | r |                            | |      initial
  | t |                          a | | b     registration/
  |   |                            | |       certification
  | / |                            | |      key pair recovery
  |   |                            | |      key pair update
  | C |                            | |      certificate update
  | R |  PKI "USERS"               V |      revocation request
  | L | -------------------+-+-----+-+------+-+-------------------
  |   |  PKI MANAGEMENT    | ^              | ^
  |   |    ENTITIES      a | | b          a | | b
  | R |                    V |              | |
  | e |             g   +------+    d       | |
  | p |   <------------ | RA   | <-----+    | |
  | o |      cert.      |      | ----+ |    | |
  | s |       publish   +------+   c | |    | |
  | i |                              | |    | |
  | t |                              V |    V |
  | o |          g                 +------------+   i
  | r |   <------------------------|     CA     |------->
  | y |          h                 +------------+  "out-of-band"
  |   |      cert. publish              | ^         publication
  |   |      CRL publish                | |
  +---+                                 | |    cross-certification
                                      e | | f  cross-certificate
                                        | |       update
                                        | |
                                        V |
                                      +------+
                                      | CA-2 |
                                      +------+
]]></artwork>
          </figure>
          <t>At a high level, the set of operations for which management
messages are defined can be grouped as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>CA establishment: When establishing a new CA, certain steps are
  required (e.g., production of initial CRLs, export of CA public
  key).</t>
            </li>
            <li>
              <t>End entity initialization: this includes importing a root CA
  public key and requesting information about the options supported
  by a PKI management entity.</t>
            </li>
            <li>
              <t>Certification: various operations result in the creation of new
  certificates:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>initial registration/certification: This is the process
   whereby an end entity first makes itself known to a CA or RA,
   prior to the CA issuing a certificate or certificates for
   that end entity.  The end result of this process (when it is
   successful) is that a CA issues a certificate for an end
   entity's public key, and returns that certificate to the end
   entity and/or posts that certificate in a public repository.
   This process may, and typically will, involve multiple
   "steps", possibly including an initialization of the end
   entity's equipment.  For example, the end entity's equipment
   must be securely initialized with the public key of a CA, to
   be used in validating certificate paths.  Furthermore, an end
   entity typically needs to be initialized with its own key
   pair(s).</t>
                </li>
                <li>
                  <t>key pair update: Every key pair needs to be updated regularly
   (i.e., replaced with a new key pair), and a new certificate
   needs to be issued.</t>
                </li>
                <li>
                  <t>certificate update: As certificates expire, they may be
   "refreshed" if nothing relevant in the environment has
   changed.</t>
                </li>
                <li>
                  <t>CA key pair update: As with end entities, CA key pairs need
   to be updated regularly; however, different mechanisms are
   required.</t>
                </li>
                <li>
                  <t>cross-certification request: One CA requests issuance of a
   cross-certificate from another CA.  For the purposes of this
   standard, the following terms are defined.  A "cross-certificate" is a certificate
   in which the subject CA and the
   issuer CA are distinct and SubjectPublicKeyInfo contains a
   verification key (i.e., the certificate has been issued for
   the subject CA's signing key pair).  When it is necessary to
   distinguish more finely, the following terms may be used: a
   cross-certificate is called an "inter-domain cross-certificate" if the subject
   and issuer CAs belong to
   different administrative domains; it is called an "intra-domain cross-certificate"
   otherwise.      </t>
                  <ol spacing="normal" type="1"><li>
                      <t>Note 1.  The above definition of "cross-certificate"
   aligns with the defined term "CA-certificate" in X.509.
   Note that this term is not to be confused with the X.500
   "cACertificate" attribute type, which is unrelated.</t>
                    </li>
                    <li>
                      <t>Note 2.  In many environments, the term "cross-certificate", unless further
   qualified, will be
   understood to be synonymous with "inter-domain cross-certificate" as defined
   above.</t>
                    </li>
                    <li>
                      <t>Note 3.  Issuance of cross-certificates may be, but is
   not necessarily, mutual; that is, two CAs may issue
   cross-certificates for each other.</t>
                    </li>
                  </ol>
                </li>
                <li>
                  <t>cross-certificate update: Similar to a normal certificate
   update, but involving a cross-certificate.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Certificate/CRL discovery operations: some PKI management
  operations result in the publication of certificates or CRLs:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>certificate publication: Having gone to the trouble of
   producing a certificate, some means for publishing it is
   needed.  The "means" defined in PKIX <bcp14>MAY</bcp14> involve the messages
   specified in Sections <xref format="counter" target="sect-5.3.13"/> to <xref format="counter" target="sect-5.3.16"/>, or <bcp14>MAY</bcp14> involve other
   methods (LDAP, for example) as described in <xref target="RFC4511"/>, <xref target="RFC2585"/>
   (the "Operational Protocols" documents of the PKIX
   series of specifications).</t>
                </li>
                <li>
                  <t>CRL publication: As for certificate publication.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Recovery operations: some PKI management operations are used when
  an end entity has "lost" its PSE:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>key pair recovery: As an option, user client key materials
   (e.g., a user's private key used for decryption purposes) <bcp14>MAY</bcp14>
   be backed up by a CA, an RA, or a key backup system
   associated with a CA or RA.  If an entity needs to recover
   these backed up key materials (e.g., as a result of a
   forgotten password or a lost key chain file), a protocol
   exchange may be needed to support such recovery.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Revocation operations: some PKI management operations result in the creation
  of new CRL entries and/or new CRLs:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>revocation request: An authorized person advises a CA of an
   abnormal situation requiring certificate revocation.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>PSE operations: whilst the definition of PSE operations (e.g.,
  moving a PSE, changing a PIN, etc.) are beyond the scope of this
  specification, we do define a PKIMessage (CertRepMessage) that
  can form the basis of such operations.</t>
            </li>
          </ol>
          <t>Note that on-line protocols are not the only way of implementing the
above operations.  For all operations, there are off-line methods of
achieving the same result, and this specification does not mandate
use of on-line protocols.  For example, when hardware tokens are
used, many of the operations <bcp14>MAY</bcp14> be achieved as part of the physical
token delivery.</t>
          <t>Later sections define a set of standard messages supporting the above
operations.  Transport protocols for conveying these exchanges in
different environments (e.g., off-line: file-based, on-line: mail,
HTTP <xref target="I-D.ietf-lamps-rfc6712bis"/>, and CoAP <xref target="RFC9482"/>) are
beyond the scope of this document and are specified separately.</t>
        </section>
      </section>
    </section>
    <section anchor="sect-4">
      <name>Assumptions and Restrictions</name>
      <section anchor="sect-4.1">
        <name>End Entity Initialization</name>
        <t>The first step for an end entity in dealing with PKI management
entities is to request information about the PKI functions supported
and to securely acquire a copy of the relevant root CA public key(s).</t>
      </section>
      <section anchor="sect-4.2">
        <name>Initial Registration/Certification</name>
        <t>There are many schemes that can be used to achieve initial
registration and certification of end entities.  No one method is
suitable for all situations due to the range of policies that a CA
may implement and the variation in the types of end entity which can
occur.</t>
        <t>However, we can classify the initial registration/certification
schemes that are supported by this specification.  Note that the word
"initial", above, is crucial: we are dealing with the situation where
the end entity in question has had no previous contact with the PKI.
Where the end entity already possesses certified keys, then some
simplifications/alternatives are possible.</t>
        <t>Having classified the schemes that are supported by this
specification we can then specify some as mandatory and some as
optional.  The goal is that the mandatory schemes cover a sufficient
number of the cases that will arise in real use, whilst the optional
schemes are available for special cases that arise less frequently.
In this way, we achieve a balance between flexibility and ease of
implementation.</t>
        <t>We will now describe the classification of initial
registration/certification schemes.</t>
        <section anchor="sect-4.2.1">
          <name>Criteria Used</name>
          <section anchor="sect-4.2.1.1">
            <name>Initiation of Registration/Certification</name>
            <t>In terms of the PKI messages that are produced, we can regard the
initiation of the initial registration/certification exchanges as
occurring wherever the first PKI message relating to the end entity
is produced.  Note that the real-world initiation of the
registration/certification procedure may occur elsewhere (e.g., a
personnel department may telephone an RA operator).</t>
            <t>The possible locations are at the end entity, an RA, or a CA.</t>
          </section>
          <section anchor="sect-4.2.1.2">
            <name>End Entity Message Origin Authentication</name>
            <t>The on-line messages produced by the end entity that requires a
certificate may be authenticated or not.  The requirement here is to
authenticate the origin of any messages from the end entity to the
PKI (CA/RA).</t>
            <t>In this specification, such authentication is achieved by two different means:</t>
            <ul spacing="normal">
              <li>
                <t>symmetric: The PKI (CA/RA) issuing the end entity with a secret value (initial
authentication key) and reference value (used to identify the secret value)
via some out-of-band means.  The initial authentication key can then be used
to protect relevant PKI messages.</t>
              </li>
              <li>
                <t>asymmetric: Using a private key and certificate issued by another PKI trusted
for initial authentication, e.g., an IDevID <xref target="IEEE.802.1AR-2018">IEEE 802.1AR</xref>.
The trust establishment in this external PKI is out of scope of this document.</t>
              </li>
            </ul>
            <t>Thus, we can classify the initial registration/certification scheme
according to whether or not the on-line end entity -&gt; PKI messages
are authenticated or not.</t>
            <t>Note 1: We do not discuss the authentication of the PKI -&gt; end entity
messages here, as this is always <bcp14>REQUIRED</bcp14>.  In any case, it can be
achieved simply once the root-CA public key has been installed at the
end entity's equipment or it can be based on the initial
authentication key.</t>
            <t>Note 2: An initial registration/certification procedure can be secure
where the messages from the end entity are authenticated via some
out-of-band means (e.g., a subsequent visit).</t>
          </section>
          <section anchor="sect-4.2.1.3">
            <name>Location of Key Generation</name>
            <t>In this specification, "key generation" is regarded as occurring
wherever either the public or private component of a key pair first
occurs in a PKIMessage.  Note that this does not preclude a
centralized key generation service by a KGA; the actual key pair <bcp14>MAY</bcp14> have
been
generated elsewhere and transported to the end entity, RA, or CA
using a (proprietary or standardized) key generation request/response
protocol (outside the scope of this specification).</t>
            <t>Thus, there are three possibilities for the location of "key generation":
the end entity, an RA, or a CA.</t>
          </section>
          <section anchor="sect-4.2.1.4">
            <name>Confirmation of Successful Certification</name>
            <t>Following the creation of an initial certificate for an end entity,
additional assurance can be gained by having the end entity
explicitly confirm successful receipt of the message containing (or
indicating the creation of) the certificate.  Naturally, this
confirmation message must be protected (based on the initial
symmetric or asymmetric authentication key or other means).</t>
            <t>This gives two further possibilities: confirmed or not.</t>
          </section>
        </section>
        <section anchor="sect-4.2.2">
          <name>Mandatory Schemes</name>
          <t>The criteria above allow for a large number of initial
registration/certification schemes.  This specification mandates that
conforming CA equipment, RA equipment, and EE equipment <bcp14>MUST</bcp14> support
the second scheme listed below (<xref target="sect-4.2.2.2"/>).  Any entity <bcp14>MAY</bcp14>
additionally support other schemes, if desired.</t>
          <section anchor="sect-4.2.2.1">
            <name>Centralized Scheme</name>
            <t>In terms of the classification above, this scheme is, in some ways,
the simplest possible, where:</t>
            <ul spacing="normal">
              <li>
                <t>initiation occurs at the certifying CA;</t>
              </li>
              <li>
                <t>no on-line message authentication is required;</t>
              </li>
              <li>
                <t>"key generation" occurs at the certifying CA (see <xref target="sect-4.2.1.3"/>);</t>
              </li>
              <li>
                <t>no confirmation message is required.</t>
              </li>
            </ul>
            <t>In terms of message flow, this scheme means that the only message
required is sent from the CA to the end entity.  The message must
contain the entire PSE for the end entity.  Some out-of-band means
must be provided to allow the end entity to authenticate the message
received and to decrypt any encrypted values.</t>
          </section>
          <section anchor="sect-4.2.2.2">
            <name>Basic Authenticated Scheme</name>
            <t>In terms of the classification above, this scheme is where:</t>
            <ul spacing="normal">
              <li>
                <t>initiation occurs at the end entity;</t>
              </li>
              <li>
                <t>message authentication is <bcp14>REQUIRED</bcp14>;</t>
              </li>
              <li>
                <t>"key generation" occurs at the end entity (see <xref target="sect-4.2.1.3"/>);</t>
              </li>
              <li>
                <t>a confirmation message is <bcp14>REQUIRED</bcp14>.</t>
              </li>
            </ul>
            <t>Note: An Initial Authentication Key (IAK) can be either a symmetric key or
an asymmetric private key with a certificate issued by another PKI trusted
for this purpose.  The establishment of such trust is out of scope of this
document.</t>
            <artwork><![CDATA[
In terms of message flow, the basic authenticated scheme is as
follows:

  End entity                                          RA/CA
  ==========                                      =============
       out-of-band distribution of Initial Authentication
       Key (IAK) and reference value (RA/CA -> EE)
  Key generation
  Creation of certification request
  Protect request with IAK
                -->>-- certification request -->>--
                                                 verify request
                                                 process request
                                                 create response
                --<<-- certification response --<<--
  handle response
  create confirmation
                -->>-- cert conf message      -->>--
                                                 verify confirmation
                                                 create response
                --<<-- conf ack (optional)    --<<--
  handle response
]]></artwork>
            <t>(Where verification of the cert confirmation message fails, the RA/CA
<bcp14>MUST</bcp14> revoke the newly issued certificate if it has been published or
otherwise made available.)</t>
          </section>
        </section>
      </section>
      <section anchor="sect-4.3">
        <name>Proof-of-Possession (POP) of Private Key</name>
        <t>Proof-of-possession (POP) is where a PKI management entity (CA/RA)
verifies if an end entity has access to the private key
corresponding to a given public key. The question of whether, and in
what circumstances, POPs add value to a PKI is a debate as old as PKI
itself! See <xref target="sect-8.1"/> for a further discussion on the necessity
of proof-of-possession in PKI.</t>
        <t>The PKI management operations specified here make it possible
for an end entity to prove to a CA/RA that it has possession of (i.e., is able
to use) the private key corresponding to the public key for which a
certificate is requested (see <xref target="sect-5.2.8"/> for different POP methods).  A given CA/RA is free to choose how to
enforce POP (e.g., out-of-band procedural means versus PKIX-CMP
in-band messages) in its certification exchanges (i.e., this may be a
policy issue).  However, it is <bcp14>REQUIRED</bcp14> that CAs/RAs <bcp14>MUST</bcp14> enforce POP
by some means because there are currently many non-PKIX operational
protocols in use (various electronic mail protocols are one example)
that do not explicitly check the binding between the end entity and
the private key.  Until operational protocols that do verify the
binding (for signature, encryption, key agreement, and KEM key pairs)
exist, and are ubiquitous, this binding can only be assumed to have
been verified by the CA/RA.  Therefore, if the binding is not
verified by the CA/RA, certificates in the Internet Public-Key
Infrastructure end up being somewhat less meaningful.</t>
        <t>POP is accomplished in different ways depending upon the type of key
for which a certificate is requested.  If a key can be used for
multiple purposes (e.g., an RSA key) then any appropriate method <bcp14>MAY</bcp14>
be used (e.g., a key that may be used for signing, as well as other
purposes, <bcp14>SHOULD NOT</bcp14> be sent to the CA/RA in order to prove
possession).</t>
        <t>This specification explicitly allows for cases where an end entity
supplies the relevant proof to an RA and the RA subsequently attests
to the CA that the required proof has been received (and validated!).
For example, an end entity wishing to have a signing key certified
could send the appropriate signature to the RA, which then simply
notifies the relevant CA that the end entity has supplied the
required proof.  Of course, such a situation may be disallowed by
some policies (e.g., CAs may be the only entities permitted to verify
POP during certification).</t>
        <section anchor="sect-4.3.1">
          <name>Signature Keys</name>
          <t>For signature keys, the end entity can sign a value to prove
possession of the private key.</t>
        </section>
        <section anchor="sect-4.3.2">
          <name>Encryption Keys</name>
          <t>For encryption keys, the end entity can provide the private key to
the CA/RA (e.g., for archiving), or can be required to decrypt a value in order to prove
possession of the private key.  Decrypting a
value can be achieved either directly or indirectly.</t>
          <t>The direct method is for the RA/CA to issue a random challenge to
which an immediate response by the EE is required.</t>
          <t>The indirect method is to issue a certificate that is encrypted for
the end entity (and have the end entity demonstrate its ability to
decrypt this certificate in the confirmation message).  This allows a
CA to issue a certificate in a form that can only be used by the
intended end entity.</t>
          <t>This specification encourages use of the indirect method because it
requires no extra messages to be sent (i.e., the proof can be
demonstrated using the {request, response, confirmation} triple of
messages).</t>
        </section>
        <section anchor="sect-4.3.3">
          <name>Key Agreement Keys</name>
          <t>For key agreement keys, the end entity and the PKI management entity
(i.e., CA or RA) must establish a shared secret key in order to prove
that the end entity has possession of the private key.</t>
          <t>Note that this need not impose any restrictions on the keys that can
be certified by a given CA.  In particular, for Diffie-Hellman keys
the end entity may freely choose its algorithm parameters provided
that the CA can generate a short-term (or one-time) key pair with the
appropriate parameters when necessary.</t>
        </section>
        <section anchor="sect-4.3.4">
          <name>Key Encapsulation Mechanism Keys</name>
          <t>For key encapsulation mechanism (KEM) keys, the end entity can provide the private key to
the CA/RA (e.g., for archiving), or can be required to decrypt
a value in order to prove possession of the private key.
Decrypting a value can be achieved either directly or indirectly.</t>
          <t>Note: A definition of key encapsulation mechanisms can be found in <xref section="1" sectionFormat="comma" target="I-D.ietf-lamps-cms-kemri"/>.</t>
          <t>The direct method is for the RA/CA to issue a random challenge to which an
immediate response by the EE is required.</t>
          <t>The indirect method is to issue a certificate that is encrypted for the end entity using a shared secret key derived from a key encapsulated using the public key (and have the end entity demonstrate its ability to use its private key for decapsulation of the KEM ciphertext, derive the shared secret key, decrypt this certificate, and provide a hash of the certificate in the confirmation message).  This allows a CA to issue a certificate in a form that can only be used by the intended end entity.</t>
          <t>This specification encourages use of the indirect method because it requires
no extra messages to be sent (i.e., the proof can be demonstrated using the
{request, response, confirmation} triple of messages).</t>
          <t>A certification request message for a KEM certificate <bcp14>SHALL</bcp14> use POPOPrivKey by using the keyEncipherment choice of ProofOfPossession, see <xref target="sect-5.2.8"/>, in the popo field of CertReqMsg as long as no KEM-specific choice is available.</t>
        </section>
      </section>
      <section anchor="sect-4.4">
        <name>Root CA Key Update</name>
        <t>This discussion only applies to CAs that are directly trusted by some
end entities.  Self-signed CAs <bcp14>SHALL</bcp14> be considered as directly
trusted CAs.  Recognizing whether a non-self-signed CA is supposed to
be directly trusted for some end entities is a matter of CA policy
and is thus beyond the scope of this document.</t>
        <t>The basis of the procedure described here is that the CA protects its
new public key using its previous private key and vice versa.  Thus,
when a CA updates its key pair it must generate two extra
cACertificate attribute values if certificates are made available
using an X.500 directory (for a total of four: OldWithOld,
OldWithNew, NewWithOld, and NewWithNew).</t>
        <t>When a CA changes its key pair, those entities who have acquired the
old CA public key via "out-of-band" means are most affected.  It is
these end entities who will need access to the new CA public key
protected with the old CA private key.  However, they will only
require this for a limited period (until they have acquired the new
CA public key via the "out-of-band" mechanism).  This will typically
be easily achieved when these end entities' certificates expire.</t>
        <t>The data structure used to protect the new and old CA public keys is
a standard certificate (which may also contain extensions).  There
are no new data structures required.</t>
        <t>Note 1:  This scheme does not make use of any of the X.509 v3
extensions as it must be able to work even for version 1
certificates.  The presence of the KeyIdentifier extension would make
for efficiency improvements.</t>
        <t>Note 2:.  While the scheme could be generalized to cover cases where
the CA updates its key pair more than once during the validity period
of one of its end entities' certificates, this generalization seems
of dubious value.  Not having this generalization simply means that
the validity periods of certificates issued with the old CA key pair
cannot exceed the end of the OldWithNew validity period.</t>
        <t>Note 3:  This scheme ensures that end entities will acquire the new
CA public key, at the latest by the expiry of the last certificate
they owned that was signed with the old CA private key (via the
"out-of-band" means).  Certificate and/or key update operations
occurring at other times do not necessarily require this (depending
on the end entity's equipment).</t>
        <t>Note 4:  In practice, a new root CA may have a slightly different subject
DN, e.g., indicating a generation identifier like the year of issuance or
a version number, for instance in an OU element.  How to bridge trust to
the new root CA certificate in a CA DN change or a cross-certificate scenario
is out of scope for this document.</t>
        <section anchor="sect-4.4.1">
          <name>CA Operator Actions</name>
          <t>To change the key of the CA, the CA operator does the following:</t>
          <ol spacing="normal" type="1"><li>
              <t>Generate a new key pair;</t>
            </li>
            <li>
              <t>Create a certificate containing the old CA public key signed with
  the new private key (the "old with new" certificate);</t>
            </li>
            <li>
              <t>Create a certificate containing the new CA public key signed with
  the old private key (the "new with old" certificate);</t>
            </li>
            <li>
              <t>Create a certificate containing the new CA public key signed with
  the new private key (the "new with new" certificate);</t>
            </li>
            <li>
              <t>Publish these new certificates via the repository and/or other
  means (perhaps using a CAKeyUpdAnn message or RootCaKeyUpdateContent);</t>
            </li>
            <li>
              <t>Export the new CA public key so that end entities may acquire it
  using the "out-of-band" mechanism (if required).</t>
            </li>
          </ol>
          <t>The old CA private key is then no longer required.  However, the old
CA public key will remain in use for some time.  The old CA public
key is no longer required (other than for non-repudiation) when all
end entities of this CA have securely acquired the new CA public key.</t>
          <t>The "old with new" certificate must have a validity period with the same
notBefore and notAfter time as the "old with old" certificate.</t>
          <t>The "new with old" certificate must have a validity period with the same
notBefore time as the "new with new" certificate and a notAfter time by which
all end entities of this CA will securely possess the new CA public key (at
the latest, at the notAfter time of the "old with old" certificate).</t>
          <t>The "new with new" certificate must have a validity period with a notBefore
time that is before the notAfter time of the "old with old" certificate and
a notAfter time that is after the notBefore time of the next update of this
certificate.</t>
          <t>Note:  Further operational considerations on transition from one root CA
self-signed certificate to the next is available in <xref target="RFC8649">RFC 8649 Section 5</xref>.</t>
        </section>
        <section anchor="sect-4.4.2">
          <name>Verifying Certificates</name>
          <t>Normally when verifying a signature, the verifier verifies (among
other things) the certificate containing the public key of the
signer.  However, once a CA is allowed to update its key there are a
range of new possibilities.  These are shown in the table below.</t>
          <artwork><![CDATA[
             Repository contains NEW    Repository contains only OLD
               and OLD public keys       public key (due to, e.g.,
                                           delay in publication)
                PSE      PSE Contains  PSE Contains    PSE Contains
             Contains     OLD public    NEW public      OLD public
            NEW public       key            key            key
                key

 Signer's   Case 1:      Case 3:       Case 5:        Case 7:
 certifi-   This is      In this case  Although the   In this case
 cate is    the          the verifier  CA operator    the CA
 protected  standard     must access   has not        operator  has
 using NEW  case where   the           updated the    not updated
 key pair   the          repository in repository the the repository
            verifier     order to get  verifier can   and so the
            can          the value of  verify the     verification
            directly     the NEW       certificate    will FAIL
            verify the   public key    directly -
            certificate                this is thus
            without                    the same as
            using the                  case 1.
            repository

 Signer's   Case 2:      Case 4:       Case 6:        Case 8:
 certifi-   In this      In this case  The verifier   Although the
 cate is    case the     the verifier  thinks this    CA operator
 protected  verifier     can directly  is the         has not
 using OLD  must         verify the    situation of   updated the
 key pair   access the   certificate   case 2 and     repository the
            repository   without       will access    verifier can
            in order     using the     the            verify the
            to get the   repository    repository;    certificate
            value of                   however, the   directly -
            the OLD                    verification   this is thus
            public key                 will FAIL      the same as
                                                      case 4.
]]></artwork>
          <t>Note: Instead of using a repository, the end entity can use the root CA update
general message to request the respective certificates from a PKI management
entity, see <xref target="sect-5.3.19.15"/>, and follow the required validation steps.</t>
          <section anchor="sect-4.4.2.1">
            <name>Verification in Cases 1, 4, 5, and 8</name>
            <t>In these cases, the verifier has a local copy of the CA public key
that can be used to verify the certificate directly.  This is the
same as the situation where no key change has occurred.</t>
            <t>Note that case 8 may arise between the time when the CA operator has
generated the new key pair and the time when the CA operator stores
the updated attributes in the repository.  Case 5 can only arise if
the CA operator has issued both the signer's and verifier's
certificates during this "gap" (the CA operator <bcp14>SHOULD</bcp14> avoid this as
it leads to the failure cases described below)</t>
          </section>
          <section anchor="sect-4.4.2.2">
            <name>Verification in Case 2</name>
            <t>In case 2, the verifier must get access to the old public key of the
CA.  The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Look up the caCertificate attribute in the repository and pick
  the OldWithNew certificate (determined based on validity periods;
  note that the subject and issuer fields must match);</t>
              </li>
              <li>
                <t>Verify that this is correct using the new CA key (which the
  verifier has locally);</t>
              </li>
              <li>
                <t>If correct, check the signer's certificate using the old CA key.</t>
              </li>
            </ol>
            <t>Case 2 will arise when the CA operator has issued the signer's
certificate, then changed the key, and then issued the verifier's
certificate; so it is quite a typical case.</t>
          </section>
          <section anchor="sect-4.4.2.3">
            <name>Verification in Case 3</name>
            <t>In case 3, the verifier must get access to the new public key of the
CA.  In case a repository is used, the verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Look up the cACertificate attribute in the repository and pick
  the NewWithOld certificate (determined based on validity periods;
  note that the subject and issuer fields must match);</t>
              </li>
              <li>
                <t>Verify that this is correct using the old CA key (which the
  verifier has stored locally);</t>
              </li>
              <li>
                <t>If correct, check the signer's certificate using the new CA key.</t>
              </li>
            </ol>
            <t>Case 3 will arise when the CA operator has issued the verifier's
certificate, then changed the key, and then issued the signer's
certificate; so it is also quite a typical case.</t>
            <t>Note: Alternatively, the verifier can use the root CA update general message
to request the respective certificates from a PKI management entity, see <xref target="sect-5.3.19.15"/>, and follow the required validation steps.</t>
          </section>
          <section anchor="sect-4.4.2.4">
            <name>Failure of Verification in Case 6</name>
            <t>In this case, the CA has issued the verifier's PSE, which contains
the new key, without updating the repository attributes.  This means
that the verifier has no means to get a trustworthy version of the
CA's old key and so verification fails.</t>
            <t>Note that the failure is the CA operator's fault.</t>
          </section>
          <section anchor="sect-4.4.2.5">
            <name>Failure of Verification in Case 7</name>
            <t>In this case, the CA has issued the signer's certificate protected
with the new key without updating the repository attributes.  This
means that the verifier has no means to get a trustworthy version of
the CA's new key and so verification fails.</t>
            <t>Note that the failure is again the CA operator's fault.</t>
          </section>
        </section>
        <section anchor="sect-4.4.3">
          <name>Revocation - Change of CA Key</name>
          <t>As we saw above, the verification of a certificate becomes more
complex once the CA is allowed to change its key.  This is also true
for revocation checks as the CA may have signed the CRL using a newer
private key than the one within the user's PSE.</t>
          <t>The analysis of the alternatives is the same as for certificate
verification.</t>
        </section>
      </section>
      <section anchor="sect-4.5">
        <name>Extended Key Usage for PKI Entities</name>
        <t>The extended key usage (EKU) extension indicates the purposes for which the
certified key pair may be used. Therefore, it restricts the use of a certificate
to specific applications.</t>
        <t>A CA may want to delegate parts of its duties to other PKI management entities.
This section provides a mechanism to both prove this delegation and enable
automated means for checking the authorization of this delegation. Such delegation
may also be expressed by other means, e.g., explicit configuration.</t>
        <t>To offer automatic validation for the delegation of a role by a CA to another
entity, the certificates used for CMP message protection or signed data for
central key generation <bcp14>MUST</bcp14> be issued by the delegating CA and <bcp14>MUST</bcp14> contain
the respective EKUs.  This proves that the delegating CA authorized this entity to act in the given role, as described below.</t>
        <t>The OIDs to be used for these EKUs are:</t>
        <sourcecode type="asn.1"><![CDATA[
  id-kp-cmcCA OBJECT IDENTIFIER ::= {
     iso(1) identified-organization(3) dod(6) internet(1)
     security(5) mechanisms(5) pkix(7) kp(3) 27 }

  id-kp-cmcRA OBJECT IDENTIFIER ::= {
     iso(1) identified-organization(3) dod(6) internet(1)
     security(5) mechanisms(5) pkix(7) kp(3) 28 }

  id-kp-cmKGA OBJECT IDENTIFIER ::= {
     iso(1) identified-organization(3) dod(6) internet(1)
     security(5) mechanisms(5) pkix(7) kp(3) 32 }
]]></sourcecode>
        <t>Note: Section 2.10 of <xref target="RFC6402"/> specifies OIDs for a
Certificate Management over CMS (CMC) CA and a CMC RA.
As the functionality of a CA and
RA is not specific to any certificate management protocol (such as CMC or CMP),
these EKUs are reused by CMP.</t>
        <t>The meaning of the id-kp-cmKGA EKU is as follows:</t>
        <dl indent="10">
          <dt>CMP KGA:</dt>
          <dd>
            <t>CMP key generation authorities are CAs or are identified by the id-kp-cmKGA
extended key usage.  The CMP KGA knows the private key it generated on behalf
of the end entity.  This is a very sensitive service and needs specific authorization,
which by default is with the CA certificate itself.  The CA may delegate
its authorization by placing the id-kp-cmKGA extended key usage in the certificate
used to authenticate the origin of the generated private key. The authorization
may also be determined through local configuration of the end entity.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="sect-5">
      <name>Data Structures</name>
      <t>This section contains descriptions of the data structures required
for PKI management messages. <xref target="sect-6"/> describes constraints on
their values and the sequence of events for each of the various PKI
management operations.</t>
      <section anchor="sect-5.1">
        <name>Overall PKI Message</name>
        <t>All of the messages used in this specification for the purposes of PKI management
use the following structure:</t>
        <sourcecode type="asn.1"><![CDATA[
  PKIMessage ::= SEQUENCE {
     header           PKIHeader,
     body             PKIBody,
     protection   [0] PKIProtection OPTIONAL,
     extraCerts   [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                       OPTIONAL
  }

  PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
]]></sourcecode>
        <t>The PKIHeader contains information that is common to many PKI
messages.</t>
        <t>The PKIBody contains message-specific information.</t>
        <t>The PKIProtection, when used, contains bits that protect the PKI
message.</t>
        <t>The extraCerts field can contain certificates that may be useful to
the recipient.  For example, this can be used by a CA or RA to
present an end entity with certificates that it needs to verify its
own new certificate (if, for example, the CA that issued the end
entity's certificate is not a root CA for the end entity).  Note that
this field does not necessarily contain a certification path; the
recipient may have to sort, select from, or otherwise process the
extra certificates in order to use them.</t>
        <section anchor="sect-5.1.1">
          <name>PKI Message Header</name>
          <t>All PKI messages require some header information for addressing and
transaction identification.  Some of this information will also be
present in a transport-specific envelope.  However, if the PKI
message is protected, then this information is also protected (i.e.,
we make no assumption about secure transport).</t>
          <t>The following data structure is used to contain this information:</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIHeader ::= SEQUENCE {
     pvno                INTEGER     { cmp1999(1), cmp2000(2),
                                       cmp2021(3) },
     sender              GeneralName,
     recipient           GeneralName,
     messageTime     [0] GeneralizedTime         OPTIONAL,
     protectionAlg   [1] AlgorithmIdentifier{ALGORITHM, {...}}
                         OPTIONAL,
     senderKID       [2] KeyIdentifier           OPTIONAL,
     recipKID        [3] KeyIdentifier           OPTIONAL,
     transactionID   [4] OCTET STRING            OPTIONAL,
     senderNonce     [5] OCTET STRING            OPTIONAL,
     recipNonce      [6] OCTET STRING            OPTIONAL,
     freeText        [7] PKIFreeText             OPTIONAL,
     generalInfo     [8] SEQUENCE SIZE (1..MAX) OF
                         InfoTypeAndValue     OPTIONAL
  }

  PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
]]></sourcecode>
          <t>The usage of the protocol version number (pvno) is described in <xref target="sect-7"/>.</t>
          <t>The sender field contains the name of the sender of the PKIMessage.
This name (in conjunction with senderKID, if supplied) should be
sufficient to indicate the key to use to verify the protection on the
message.  If nothing about the sender is known to the sending entity
(e.g., in the init. req. message, where the end entity may not know
its own Distinguished Name (DN), e-mail name, IP address, etc.), then
the "sender" field <bcp14>MUST</bcp14> contain a "NULL" value; that is, the SEQUENCE
OF relative distinguished names is of zero length.  In such a case,
the senderKID field <bcp14>MUST</bcp14> hold an identifier (i.e., a reference
number) that indicates to the receiver the appropriate shared secret
information to use to verify the message.</t>
          <t>The recipient field contains the name of the recipient of the
PKIMessage.  This name (in conjunction with recipKID, if supplied)
should be usable to verify the protection on the message.</t>
          <t>The protectionAlg field specifies the algorithm used to protect the
message.  If no protection bits are supplied (note that PKIProtection
is <bcp14>OPTIONAL</bcp14>) then this field <bcp14>MUST</bcp14> be omitted; if protection bits are
supplied, then this field <bcp14>MUST</bcp14> be supplied.</t>
          <t>senderKID and recipKID are usable to indicate which keys have been
used to protect the message (recipKID will normally only be required
where protection of the message uses Diffie-Hellman (DH) or elliptic curve Diffie-Hellman (ECDH) keys).
These fields <bcp14>MUST</bcp14> be used if required to uniquely identify a key
(e.g., if more than one key is associated with a given sender name).
The senderKID <bcp14>SHOULD</bcp14> be used in any case.</t>
          <t>Note: The recommendation of using senderKID was changed since <xref target="RFC4210"/>,
where it was recommended to be omitted if not needed to identify the protection
key.</t>
          <t>The transactionID field within the message header is to be used to
allow the recipient of a message to correlate this with an ongoing
transaction.  This is needed for all transactions that consist of
more than just a single request/response pair.  For transactions that
consist of a single request/response pair, the rules are as follows.
A client <bcp14>MUST</bcp14> populate the transactionID field if the message
contains an infoValue of type KemCiphertextInfo, see <xref target="sect-5.1.3.4"/>. In all other cases
the client <bcp14>MAY</bcp14> populate the transactionID field of the request.  If a
server receives such a request that has the transactionID field set,
then it <bcp14>MUST</bcp14> set the transactionID field of the response to the same
value.  If a server receives such request with a missing
transactionID field, then it <bcp14>MUST</bcp14> populate the transactionID field if
the message contains a KemCiphertextInfo field. In all other cases
the server <bcp14>MAY</bcp14> set transactionID field of the response.</t>
          <t>For transactions that consist of more than just a single
request/response pair, the rules are as follows.  Clients <bcp14>SHOULD</bcp14>
generate a transactionID for the first request.  If a server receives
such a request that has the transactionID field set, then it <bcp14>MUST</bcp14> set
the transactionID field of the response to the same value.  If a
server receives such request with a missing transactionID field, then
it <bcp14>MUST</bcp14> populate the transactionID field of the response with a
server-generated ID.  Subsequent requests and responses <bcp14>MUST</bcp14> all set
the transactionID field to the thus established value.  In all cases
where a transactionID is being used, a given client <bcp14>MUST NOT</bcp14> have
more than one transaction with the same transactionID in progress at
any time (to a given server).  Servers are free to require uniqueness
of the transactionID or not, as long as they are able to correctly
associate messages with the corresponding transaction.  Typically,
this means that a server will require the {client, transactionID}
tuple to be unique, or even the transactionID alone to be unique, if
it cannot distinguish clients based on transport-level information.
A server receiving the first message of a transaction (which requires
more than a single request/response pair) that contains a
transactionID that does not allow it to meet the above constraints
(typically because the transactionID is already in use) <bcp14>MUST</bcp14> send
back an ErrorMsgContent with a PKIFailureInfo of transactionIdInUse.
It is <bcp14>RECOMMENDED</bcp14> that the clients fill the transactionID field with
128 bits of (pseudo-) random data for the start of a transaction to
reduce the probability of having the transactionID in use at the
server.</t>
          <t>The senderNonce and recipNonce fields protect the PKIMessage against
replay attacks.  The senderNonce will typically be 128 bits of
(pseudo-) random data generated by the sender, whereas the recipNonce
is copied from the senderNonce of the previous message in the
transaction.</t>
          <t>The messageTime field contains the time at which the sender created
the message.  This may be useful to allow end entities to
correct/check their local time for consistency with the time on a
central system.</t>
          <t>The freeText field may be used to send a human-readable message to
the recipient (in any number of languages).  The first language used
in this sequence indicates the desired language for replies.</t>
          <t>The generalInfo field may be used to send machine-processable
additional data to the recipient.  The following generalInfo
extensions are defined and <bcp14>MAY</bcp14> be supported.</t>
          <section anchor="sect-5.1.1.1">
            <name>ImplicitConfirm</name>
            <t>This is used by the EE to inform the CA that it does not wish to send
a certificate confirmation for issued certificates.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-implicitConfirm OBJECT IDENTIFIER ::= {id-it 13}
  ImplicitConfirmValue ::= NULL
]]></sourcecode>
            <t>If the CA grants the request to the EE, it <bcp14>MUST</bcp14> put the same
extension in the PKIHeader of the response.  If the EE does not find
the extension in the response, it <bcp14>MUST</bcp14> send the certificate
confirmation.</t>
          </section>
          <section anchor="sect-5.1.1.2">
            <name>ConfirmWaitTime</name>
            <t>This is used by the CA to inform the EE how long it intends to wait
for the certificate confirmation before revoking the certificate and
deleting the transaction.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-confirmWaitTime OBJECT IDENTIFIER ::= {id-it 14}
  ConfirmWaitTimeValue ::= GeneralizedTime
]]></sourcecode>
          </section>
          <section anchor="sect-5.1.1.3">
            <name>OrigPKIMessage</name>
            <t>An RA <bcp14>MAY</bcp14> include the original PKIMessage from the EE in the generalInfo
field of the PKIHeader of a PKIMessage.  This is used by the RA to inform
the CA of the original PKIMessage that it received from the EE and modified
in some way (e.g., added or modified particular field values or added new
extensions) before forwarding the new PKIMessage.  This
accommodates, for example, cases in which the CA wishes to check POP or other
information on the original EE message.</t>
            <t>Note: If the changes made by
the RA to the original PKIMessage break the POP of a certificate request,
the RA can set the popo field to raVerified, see <xref target="sect-5.2.8.4"/>.</t>
            <t>Although the infoValue is PKIMessages, it <bcp14>MUST</bcp14> contain exactly one PKIMessage.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-origPKIMessage OBJECT IDENTIFIER ::= {id-it 15}
  OrigPKIMessageValue ::= PKIMessages
]]></sourcecode>
          </section>
          <section anchor="sect-5.1.1.4">
            <name>CertProfile</name>
            <t>This is used by the EE to indicate specific certificate profiles, e.g., when
requesting a new certificate or a certificate request template; see <xref target="sect-5.3.19.16"/>.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-certProfile OBJECT IDENTIFIER ::= {id-it 21}
  CertProfileValue ::= SEQUENCE SIZE (1..MAX) OF UTF8String
]]></sourcecode>
            <t>When used in a p10cr message, the CertProfileValue sequence <bcp14>MUST NOT</bcp14> contain multiple certificate profile names. When used in an ir/cr/kur/genm message, the CertProfileValue sequence <bcp14>MUST NOT</bcp14> contain more certificate profile names than the number of CertReqMsg or GenMsgContent InfoTypeAndValue elements contained in the message body.</t>
            <t>The certificate profile names in the CertProfileValue sequence relate to the CertReqMsg or GenMsgContent InfoTypeAndValue elements in the given order. An empty string means no certificate profile name is associated with the respective CertReqMsg or GenMsgContent InfoTypeAndValue element. If the CertProfileValue sequence contains less certificate profile entries than CertReqMsg or GenMsgContent InfoTypeAndValue elements, the remaining CertReqMsg or GenMsgContent InfoTypeAndValue elements have no profile name associated with them.</t>
          </section>
          <section anchor="sect-5.1.1.5">
            <name>KemCiphertextInfo</name>
            <t>A PKI entity <bcp14>MAY</bcp14> provide the KEM ciphertext for MAC-based message protection using KEM (see Section 5.1.3.4) in the generalInfo field of a request message to a PKI management entity if it knows that the PKI management entity uses a KEM key pair and has its public key.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= { id-it TBD1 }
  KemCiphertextInfoValue ::= KemCiphertextInfo
]]></sourcecode>
            <t>For more details of KEM-based message protection see <xref target="sect-5.1.3.4"/>. See <xref target="sect-5.3.19.18"/> for the definition of {id-it TBD1}.</t>
          </section>
        </section>
        <section anchor="sect-5.1.2">
          <name>PKI Message Body</name>
          <sourcecode type="asn.1"><![CDATA[
  PKIBody ::= CHOICE {
     ir       [0]  CertReqMessages,       --Initialization Req
     ip       [1]  CertRepMessage,        --Initialization Resp
     cr       [2]  CertReqMessages,       --Certification Req
     cp       [3]  CertRepMessage,        --Certification Resp
     p10cr    [4]  CertificationRequest,  --PKCS #10 Cert.  Req.
     popdecc  [5]  POPODecKeyChallContent --pop Challenge
     popdecr  [6]  POPODecKeyRespContent, --pop Response
     kur      [7]  CertReqMessages,       --Key Update Request
     kup      [8]  CertRepMessage,        --Key Update Response
     krr      [9]  CertReqMessages,       --Key Recovery Req
     krp      [10] KeyRecRepContent,      --Key Recovery Resp
     rr       [11] RevReqContent,         --Revocation Request
     rp       [12] RevRepContent,         --Revocation Response
     ccr      [13] CertReqMessages,       --Cross-Cert.  Request
     ccp      [14] CertRepMessage,        --Cross-Cert.  Resp
     ckuann   [15] CAKeyUpdAnnContent,    --CA Key Update Ann.
     cann     [16] CertAnnContent,        --Certificate Ann.
     rann     [17] RevAnnContent,         --Revocation Ann.
     crlann   [18] CRLAnnContent,         --CRL Announcement
     pkiconf  [19] PKIConfirmContent,     --Confirmation
     nested   [20] NestedMessageContent,  --Nested Message
     genm     [21] GenMsgContent,         --General Message
     genp     [22] GenRepContent,         --General Response
     error    [23] ErrorMsgContent,       --Error Message
     certConf [24] CertConfirmContent,    --Certificate Confirm
     pollReq  [25] PollReqContent,        --Polling Request
     pollRep  [26] PollRepContent         --Polling Response
  }
]]></sourcecode>
          <t>The specific types are described in <xref target="sect-5.3"/> below.</t>
        </section>
        <section anchor="sect-5.1.3">
          <name>PKI Message Protection</name>
          <t>Some PKI messages will be protected for integrity.</t>
          <t>Note: If an asymmetric algorithm is used to protect a message and the relevant
public component has been certified already, then the origin of the
message can also be authenticated.  On the other hand, if the public
component is uncertified, then the message origin cannot be
automatically authenticated, but may be authenticated via out-of-band
means.</t>
          <t>When protection is applied, the following structure is used:</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIProtection ::= BIT STRING
]]></sourcecode>
          <t>The input to the calculation of PKIProtection is the DER encoding of
the following data structure:</t>
          <sourcecode type="asn.1"><![CDATA[
  ProtectedPart ::= SEQUENCE {
     header    PKIHeader,
     body      PKIBody
  }
]]></sourcecode>
          <t>There <bcp14>MAY</bcp14> be cases in which the PKIProtection BIT STRING is
deliberately not used to protect a message (i.e., this <bcp14>OPTIONAL</bcp14> field
is omitted) because other protection, external to PKIX, will be
applied instead.  Such a choice is explicitly allowed in this
specification.  Examples of such external protection include CMS <xref target="RFC5652"/> and Security Multiparts <xref target="RFC1847"/> encapsulation of the
PKIMessage (or simply the PKIBody (omitting the CHOICE tag), if the
relevant PKIHeader information is securely carried in the external
mechanism).  It is noted, however, that many such external mechanisms
require that the end entity already possesses a public-key
certificate, and/or a unique Distinguished Name, and/or other such
infrastructure-related information.  Thus, they may not be
appropriate for initial registration, key-recovery, or any other
process with "boot-strapping" characteristics.  For those cases it
may be necessary that the PKIProtection parameter be used.  In the
future, if/when external mechanisms are modified to accommodate
boot-strapping scenarios, the use of PKIProtection may become rare or
non-existent.</t>
          <t>Depending on the circumstances, the PKIProtection bits may contain a
Message Authentication Code (MAC) or signature.  Only the following
cases can occur:</t>
          <section anchor="sect-5.1.3.1">
            <name>Shared Secret Information</name>
            <t>In this case, the sender and recipient share secret information with sufficient
entropy (established via out-of-band means). PKIProtection will contain a
MAC value and the protectionAlg <bcp14>MAY</bcp14> be one of the options described in CMP
Algorithms Section 6.1 <xref target="RFC9481"/>.</t>
            <t>The algorithm identifier id-PasswordBasedMac is defined in Section 4.4 of <xref target="RFC4211"/> and updated by <xref target="RFC9045"/>. It is mentioned in Section 6.1.1 of <xref target="RFC9481"/> for backward compatibility. More modern alternatives are listed in Section 6.1 of <xref target="RFC9481"/>.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-PasswordBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 13}
  PBMParameter ::= SEQUENCE {
     salt                OCTET STRING,
     owf                 AlgorithmIdentifier,
     iterationCount      INTEGER,
     mac                 AlgorithmIdentifier
  }
]]></sourcecode>
            <t>The following text gives a method of key expansion to be used when the MAC-algorithm requires an input length that is larger than the size of the one-way-function.</t>
            <t>Note: Section 4.4 of <xref target="RFC4211"/> and <xref target="RFC9045"/> do not mention this key expansion method and gives an example using HMAC algorithms where key expansion is not needed. It is recognized that this omission in <xref target="RFC4211"/> can lead to confusion and possible incompatibility if <xref target="RFC4210"/> key expansion is not used when needed. Therefore, when key expansion is required (when K &gt; H) the key expansion defined in in the following text <bcp14>MUST</bcp14> be used.</t>
            <t>In the above protectionAlg, the salt value is appended to the shared
secret input. The OWF is then applied iterationCount times, where the
salted secret is the input to the first iteration and, for each
successive iteration, the input is set to be the output of the
previous iteration. The output of the final iteration (called
"BASEKEY" for ease of reference, with a size of "H") is what is used
to form the symmetric key. If the MAC algorithm requires a K-bit key
and K &lt;= H, then the most significant K bits of BASEKEY are used. If
K &gt; H, then all of BASEKEY is used for the most significant H bits of
the key, OWF("1" || BASEKEY) is used for the next most significant H
bits of the key, OWF("2" || BASEKEY) is used for the next most
significant H bits of the key, and so on, until all K bits have been
derived. [Here "N" is the ASCII byte encoding the number N and "||"
represents concatenation.]</t>
            <t>Note: It is <bcp14>RECOMMENDED</bcp14> that the fields of PBMParameter remain
constant throughout the messages of a single transaction (e.g.,
ir/ip/certConf/pkiConf) to reduce the overhead associated with
PasswordBasedMac computation.</t>
          </section>
          <section anchor="sect-5.1.3.2">
            <name>DH Key Pairs</name>
            <t>Where the sender and receiver possess finite-field or elliptic-curve-based
Diffie-Hellman certificates
with compatible DH parameters, in order to protect the message the
end entity must generate a symmetric key based on its private DH key
value and the DH public key of the recipient of the PKI message.
PKIProtection will contain a MAC value keyed with this derived
symmetric key and the protectionAlg will be the following:</t>
            <sourcecode type="asn.1"><![CDATA[
  id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}

  DHBMParameter ::= SEQUENCE {
     owf                 AlgorithmIdentifier,
     -- AlgId for a One-Way Function
     mac                 AlgorithmIdentifier
     -- the MAC AlgId
  }
]]></sourcecode>
            <t>In the above protectionAlg, OWF is applied to the result of the
Diffie-Hellman computation.  The OWF output (called "BASEKEY" for
ease of reference, with a size of "H") is what is used to form the
symmetric key.  If the MAC algorithm requires a K-bit key and K &lt;= H, then
the most significant K bits of BASEKEY are used.  If K &gt; H, then
all of BASEKEY is used for the most significant H bits of the key,
OWF("1" || BASEKEY) is used for the next most significant H bits of
the key, OWF("2" || BASEKEY) is used for the next most significant H
bits of the key, and so on, until all K bits have been derived.
[Here "N" is the ASCII byte encoding the number N and "||" represents concatenation.]</t>
            <t>Note: Hash algorithms that can be used as one-way functions are listed in
CMP Algorithms <xref target="RFC9481"/> Section 2.</t>
          </section>
          <section anchor="sect-5.1.3.3">
            <name>Signature</name>
            <t>In this case, the sender possesses a signature key pair and simply
signs the PKI message.  PKIProtection will contain the signature
value and the protectionAlg will be an AlgorithmIdentifier for a
digital signature <bcp14>MAY</bcp14> be one of the options described in CMP Algorithms Section
3 <xref target="RFC9481"/>.</t>
          </section>
          <section anchor="sect-5.1.3.4">
            <name>Key Encapsulation</name>
            <t>In case the sender of a message has a Key Encapsulation Mechanism (KEM) key pair, it can be used to establish a shared secret key for MAC-based message protection. This can be used for message authentication.</t>
            <t>This approach uses the definition of Key Encapsulation Mechanism (KEM) algorithm functions in <xref section="1" sectionFormat="comma" target="I-D.ietf-lamps-cms-kemri"/> which is copied here for completeness.</t>
            <t>A KEM algorithm provides three functions:</t>
            <ul spacing="normal">
              <li>
                <t>KeyGen() -&gt; (pk, sk):</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>Generate the public key (pk) and a private (secret) key (sk).</t>
              </li>
            </ul>
            <ul spacing="normal">
              <li>
                <t>Encapsulate(pk) -&gt; (ct, ss):</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>Given the recipient's public key (pk), produce a ciphertext (ct) to be
passed to the recipient and shared secret (ss) for the originator.</t>
              </li>
            </ul>
            <ul spacing="normal">
              <li>
                <t>Decapsulate(sk, ct) -&gt; ss:</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>Given the private key (sk) and the ciphertext (ct), produce the
shared secret (ss) for the recipient.</t>
              </li>
            </ul>
            <t>To support a particular KEM algorithm, the CMP originator <bcp14>MUST</bcp14> support the KEM Encapsulate() function. To support a particular KEM algorithm, the CMP recipient <bcp14>MUST</bcp14> support the KEM KeyGen() function and the KEM Decapsulate() function. The recipient's public key is usually carried in a certificate <xref target="RFC5280"/>.</t>
            <t>Note: In this section both entities in the communication need to send and receive messages. Either side of the communication may independently wish to protect messages using a MAC key derived from the KEM output. For ease of explanation we use the term "Alice" to denote the entity possessing the KEM key pair and who wishes to provide MAC-based message protection, and "Bob" to denote the entity who needs to verify it.</t>
            <t>Assuming Bob possesses Alice's KEM public key, he generates the ciphertext using KEM encapsulation and transfers it to Alice in an InfoTypeAndValue structure. Alice then retrieves the KEM shared secret from the ciphertext using KEM decapsulation and the associated KEM private key. Using a key derivation function (KDF), she derives a shared secret key from the KEM shared secret and other data sent by Bob. PKIProtection will contain a MAC value calculated using that shared secret key, and the protectionAlg will be the following:</t>
            <sourcecode type="asn.1"><![CDATA[
  id-KemBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 16}

  KemBMParameter ::= SEQUENCE {
    kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
    kemContext   [0] OCTET STRING OPTIONAL,
    len              INTEGER (1..MAX),
    mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
  }
]]></sourcecode>
            <t>Note: The OID for id-KemBasedMac was assigned on the private-use arc { iso(1) member-body(2) us(840) nortelnetworks(113533) entrust(7) }, and not assigned on an IANA-owned arc because the authors wished to placed it on the same branch as the existing OIDs for id-PasswordBasedMac and id-DHBasedMac.</t>
            <t>kdf is the algorithm identifier of the chosen KDF, and any associated parameters, used to derive the shared secret key.</t>
            <t>kemContext <bcp14>MAY</bcp14> be used to transfer additional algorithm specific context information, see also the definition of ukm in <xref target="I-D.ietf-lamps-cms-kemri"/>, Section 3.</t>
            <t>len is the output length of the KDF and <bcp14>MUST</bcp14> be the desired size of the key to be used for MAC-based message protection.</t>
            <t>mac is the algorithm identifier of the chosen MAC algorithm, and any associated parameters, used to calculate the MAC value.</t>
            <t>The KDF and MAC algorithms <bcp14>MAY</bcp14> be chosen from the options in CMP Algorithms <xref target="RFC9481"/>.</t>
            <t>The InfoTypeAndValue transferring the KEM ciphertext uses OID id-it-KemCiphertextInfo. It contains a KemCiphertextInfo structure as defined in <xref target="sect-5.3.19.18"/>.</t>
            <t>Note: This InfoTypeAndValue can be carried in a genm/genp message body as specified in <xref target="sect-5.3.19.18"/> or in the generalInfo field of PKIHeader in messages of other types, see <xref target="sect-5.1.1.5"/>.</t>
            <t>In the following, a generic message flow for MAC-based protection using KEM is specified in more detail. It is assumed that Bob possesses the public KEM key of Alice. Alice can be the initiator of a PKI management operation or the responder. For more detailed figures see <xref target="sect-e"/>.</t>
            <t>Generic Message Flow:</t>
            <figure anchor="KEM">
              <name>Generic Message Flow when Alice has a KEM key pair</name>
              <artwork align="left"><![CDATA[
Step# Alice                                Bob
  1                                        perform KEM Encapsulate
                       <- KEM Ciphertext <-
  2   perform KEM Decapsulate
      perform key derivation
      format message with
        MAC-based protection
                       ->    message     ->
  3                                        perform key derivation
                                           verify MAC-based
                                             protection
-------------------  Alice authenticated by Bob  --------------------
]]></artwork>
            </figure>
            <ol spacing="normal" type="1"><li>
                <t>Bob needs to possess the authentic public KEM key pk of Alice, for instance contained in a KEM certificate that was received and successfully validated by Bob beforehand.  </t>
                <t>
Bob generates a shared secret ss and the associated ciphertext ct using the KEM Encapsulate function with Alice's public KEM key pk. Bob <bcp14>MUST NOT</bcp14> reuse the ss and ct for other PKI management operations. From this data, Bob produces a KemCiphertextInfo structure including the KEM algorithm identifier and the ciphertext ct and sends it to Alice in an InfoTypeAndValue structure as defined in <xref target="sect-5.3.19.18"/>.  </t>
                <sourcecode type="asn.1"><![CDATA[
   Encapsulate(pk) -> (ct, ss)
]]></sourcecode>
              </li>
              <li>
                <t>Alice decapsulates the shared secret ss from the ciphertext ct using the KEM Decapsulate function and its private KEM key sk.  </t>
                <sourcecode type="asn.1"><![CDATA[
   Decapsulate(ct, sk) -> (ss)
]]></sourcecode>
                <t>
If the decapsulation operation outputs an error, any failInfo field in an error response message  <bcp14>SHALL</bcp14> contain the value badMessageCheck and the PKI management operation <bcp14>SHALL</bcp14> be terminated.  </t>
                <t>
Alice derives the shared secret key ssk using a KDF. The shared secret ss is used as input key material for the KDF, the value len is the desired output length of the KDF as required by the MAC algorithm to be used for message protection. KDF, len, and MAC will be transferred to Bob in the protectionAlg KemBMParameter. The DER-encoded KemOtherInfo structure, as defined below, is used as context for the KDF.  </t>
                <sourcecode type="asn.1"><![CDATA[
   KDF(ss, len, context)->(ssk)
]]></sourcecode>
                <t>
The shared secret key ssk is used for MAC-based protection by Alice.</t>
              </li>
              <li>
                <t>Bob derives the same shared secret key ssk using the KDF. Also here the shared secret ss is used as input key material for the KDF, the value len is the desired output length for the KDF, and the DER-encoded KemOtherInfo structure constructed in the same way as on Alice's side is used as context for the KDF.  </t>
                <sourcecode type="asn.1"><![CDATA[
   KDF(ss, len, context)->(ssk)
]]></sourcecode>
                <t>
Bob uses the shared secret key ssk for verifying the MAC-based protection of the message received and in this way authenticates Alice.</t>
              </li>
            </ol>
            <t>This shared secret key ssk can be reused by Alice for MAC-based protection of further messages sent to Bob within the current PKI management operation.</t>
            <t>This approach employs the notation of KDF(IKM, L, info) as described in <xref section="5" sectionFormat="comma" target="I-D.ietf-lamps-cms-kemri"/> with the following changes:</t>
            <ul spacing="normal">
              <li>
                <t>IKM is the input key material. It is the symmetric secret called ss resulting from the key encapsulation mechanism.¶</t>
              </li>
              <li>
                <t>L is dependent of the MAC algorithm that is used with the shared secret key for CMP message protection and is called len in this document</t>
              </li>
              <li>
                <t>info is an additional input to the KDF, is called context in this document, and contains the DER-encoded KemOtherInfo structure defined as:  </t>
                <sourcecode type="asn.1"><![CDATA[
  KemOtherInfo ::= SEQUENCE {
    staticString      PKIFreeText,
    transactionID     OCTET STRING,
    kemContext    [0] OCTET STRING OPTIONAL
  }
]]></sourcecode>
                <t>
staticString <bcp14>MUST</bcp14> be "CMP-KEM".  </t>
                <t>
transactionID <bcp14>MUST</bcp14> be the value from the message containing the ciphertext ct in KemCiphertextInfo.  </t>
                <t>
Note: The transactionID is used to ensure domain separation of the derived shared secret key between different PKI management operations. For all PKI management operations with more than one exchange the transactionID <bcp14>MUST</bcp14> be set anyway, see <xref target="sect-5.1.1"/>. In case Bob provided a infoValue of type KemCiphertextInfo to Alice in the initial request message, see <xref target="KEM-Flow2"/> of <xref target="sect-e"/>, the transactionID <bcp14>MUST</bcp14> be set by Bob.  </t>
                <t>
kemContext <bcp14>MAY</bcp14> contain additional algorithm specific context information.</t>
              </li>
              <li>
                <t>OKM is the output keying material of the KDF used for MAC-based message protection of length len and is called ssk in this document.</t>
              </li>
            </ul>
            <t>There are various ways how Alice can request, and Bob can provide the KEM ciphertext, see <xref target="sect-e"/> for details. The KemCiphertextInfo can be requested using PKI general messages as described in <xref target="sect-5.3.19.18"/>. Alternatively, the generalInfo field of the PKIHeader can be used to convey the same request and response InfoTypeAndValue structures as described in <xref target="sect-5.1.1.5"/>. The procedure works also without Alice explicitly requesting the KEM ciphertext in case Bob knows a KEM key of Alice beforehand and can expect that she is ready to use it.</t>
            <t>If both the initiator and responder in a PKI management operation have KEM key pairs, this procedure can be applied by both entities independently, establishing and using different shared secret keys for either direction.</t>
          </section>
          <section anchor="sect-5.1.3.5">
            <name>Multiple Protection</name>
            <t>When receiving a protected PKI message, a PKI management entity, such as an
RA, <bcp14>MAY</bcp14> forward that message adding its own protection (which is a MAC or
a signature, depending on the information and certificates shared between
the RA and the CA).  Additionally, multiple PKI messages <bcp14>MAY</bcp14> be aggregated.
There are several use cases for such messages.</t>
            <ul spacing="normal">
              <li>
                <t>The RA confirms having validated and authorized a message and forwards the
original message unchanged.</t>
              </li>
              <li>
                <t>A PKI management entity collects several messages that are to be forwarded
in the same direction and forwards them in a batch. Request messages can
be transferred as batch upstream (towards the CA); response or announce messages
can be transferred as batch downstream (towards an RA but not to the EE).
For instance, this can be used when bridging an off-line connection between
two PKI management entities.</t>
              </li>
            </ul>
            <t>These use cases are accomplished by nesting the messages within a new PKI
message.  The structure used is as follows:</t>
            <sourcecode type="asn.1"><![CDATA[
  NestedMessageContent ::= PKIMessages
]]></sourcecode>
            <t>In case an RA needs to modify a request message, it <bcp14>MAY</bcp14> include the original
PKIMessage in the generalInfo field of the modified message as described in
<xref target="sect-5.1.1.3"/>.</t>
          </section>
        </section>
      </section>
      <section anchor="sect-5.2">
        <name>Common Data Structures</name>
        <t>Before specifying the specific types that may be placed in a PKIBody,
we define some data structures that are used in more than one case.</t>
        <section anchor="sect-5.2.1">
          <name>Requested Certificate Contents</name>
          <t>Various PKI management messages require that the originator of the
message indicate some of the fields that are required to be present
in a certificate.  The CertTemplate structure allows an end entity or
RA to specify as much as it wishes about the certificate it requires.
CertTemplate is identical to a Certificate, but with all fields
optional.</t>
          <t>Note: Even if the originator completely specifies the contents of
a certificate it requires, a CA is free to modify fields within the
certificate actually issued.  If the modified certificate is
unacceptable to the requester, the requester <bcp14>MUST</bcp14> send back a
certConf message that either does not include this certificate (via a
CertHash), or does include this certificate (via a CertHash) along
with a status of "rejected".  See <xref target="sect-5.3.18"/> for the definition
and use of CertHash and the certConf message.</t>
          <t>Note: Before requesting a new certificate, an end entity can request a certTemplate
structure as a kind of certificate request blueprint, in order to learn which
data the CA expects to be present in the certificate request, see <xref target="sect-5.3.19.16"/>.</t>
          <t>See <xref target="RFC4211">CRMF</xref> for CertTemplate syntax.</t>
          <t>If certTemplate is an empty SEQUENCE (i.e., all fields omitted), then the
controls field in the CertRequest structure <bcp14>MAY</bcp14> contain the id-regCtrl-altCertTemplate
control, specifying a template for a certificate other than an X.509v3 public-key
certificate.  Conversely, if certTemplate is not empty (i.e., at least one
field is present), then controls <bcp14>MUST NOT</bcp14> contain id-regCtrl-altCertTemplate.
The new control is defined as follows:</t>
          <sourcecode type="asn.1"><![CDATA[
  id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= { iso(1)
     identified-organization(3) dod(6) internet(1) security(5)
     mechanisms(5) pkix(7) pkip(5) regCtrl(1) 7}

  AltCertTemplate ::= AttributeTypeAndValue
]]></sourcecode>
          <t>See also <xref target="RFC4212"/> for more details on how to manage certificates in alternative formats using CRMF <xref target="RFC4211"/> syntax.</t>
        </section>
        <section anchor="sect-5.2.2">
          <name>Encrypted Values</name>
          <t>Where encrypted data (in this specification, private keys, certificates,
or revocation passphrase) is sent in PKI messages, the EncryptedKey data
structure is used.</t>
          <sourcecode type="asn.1"><![CDATA[
  EncryptedKey ::= CHOICE {
     encryptedValue       EncryptedValue, -- deprecated
     envelopedData    [0] EnvelopedData }
]]></sourcecode>
          <t>See Certificate Request Message Format (CRMF) <xref target="RFC4211"/> for EncryptedKey and EncryptedValue syntax and Cryptographic Message
   Syntax (CMS) <xref target="RFC5652"/> for EnvelopedData syntax. Using the EncryptedKey data structure offers the
choice to either use EncryptedValue (for backward compatibility only) or
EnvelopedData.  The use of the EncryptedValue structure has been deprecated
in favor of the EnvelopedData structure.  Therefore, it is <bcp14>RECOMMENDED</bcp14> to
use EnvelopedData.</t>
          <t>Note: The EncryptedKey structure defined in <xref target="RFC4211">CRMF</xref> is used here, which makes the update backward compatible. Using the new syntax
with the untagged default choice EncryptedValue is bits-on-the-wire compatible
with the old syntax.</t>
          <t>To indicate support for EnvelopedData, the pvno cmp2021 has been introduced.
Details on the usage of the protocol version number (pvno) are described in <xref target="sect-7"/>.</t>
          <t>The EncryptedKey data structure is used in CMP to transport a private key,
certificate, or revocation passphrase in encrypted form.</t>
          <t>EnvelopedData is used as follows:</t>
          <ul spacing="normal">
            <li>
              <t>It contains only one RecipientInfo structure because the content is encrypted
only for one recipient.</t>
            </li>
            <li>
              <t>It may contain a private key in the AsymmetricKeyPackage structure, as defined
in <xref target="RFC5958"/>, that is wrapped in a SignedData structure, as specified in
Section 5 of <xref target="RFC5652"/> and <xref target="RFC8933"/>, signed by the Key Generation Authority.</t>
            </li>
            <li>
              <t>It may contain a certificate or revocation passphrase directly in the encryptedContent
field.</t>
            </li>
          </ul>
          <t>The content of the EnvelopedData structure, as specified in Section 6 of <xref target="RFC5652"/>,
<bcp14>MUST</bcp14> be encrypted using a newly generated symmetric content-encryption
key. This content-encryption key <bcp14>MUST</bcp14> be securely provided to the recipient
using one of three key management techniques.</t>
          <t>The choice of the key management technique to be used by the sender depends
on the credential available at the recipient:</t>
          <ul spacing="normal">
            <li>
              <t>recipient's certificate with an algorithm identifier and a public key that supports key transport and where any given key usage extension allows keyEncipherment:
The content-encryption key will be protected using the key transport key management technique, as specified in Section 6.2.1 of <xref target="RFC5652"/>.</t>
            </li>
            <li>
              <t>recipient's certificate with an algorithm identifier and a public key that supports key agreement and where any given key usage extension allows keyAgreement:
The content-encryption key will be protected using the key agreement key management technique, as specified in Section 6.2.2 of <xref target="RFC5652"/>.</t>
            </li>
            <li>
              <t>a password or shared secret: The content-encryption key will be protected
using the password-based key management technique, as specified in
Section 6.2.4 of <xref target="RFC5652"/>.</t>
            </li>
            <li>
              <t>recipient's certificate with an algorithm identifier and a public key that supports key encapsulation mechanism and where any given key usage extension allows keyEncipherment: The content-encryption key will be protected using the key management technique for KEM keys, as specified in <xref target="I-D.ietf-lamps-cms-kemri"/>.</t>
            </li>
          </ul>
          <t>Note: There are cases where the algorithm identifier, the type of the public key,
and the key usage extension will not be sufficient to decide on the key management
technique to use, e.g., when rsaEncryption is the algorithm identifier. In
such cases it is a matter of local policy to decide.</t>
        </section>
        <section anchor="sect-5.2.3">
          <name>Status codes and Failure Information for PKI Messages</name>
          <t>All response messages will include some status information.  The
following values are defined.</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIStatus ::= INTEGER {
     accepted               (0),
     grantedWithMods        (1),
     rejection              (2),
     waiting                (3),
     revocationWarning      (4),
     revocationNotification (5),
     keyUpdateWarning       (6)
  }
]]></sourcecode>
          <t>Responders may use the following syntax to provide more information
about failure cases.</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIFailureInfo ::= BIT STRING {
     badAlg                 (0),
     badMessageCheck        (1),
     badRequest             (2),
     badTime                (3),
     badCertId              (4),
     badDataFormat          (5),
     wrongAuthority         (6),
     incorrectData          (7),
     missingTimeStamp       (8),
     badPOP                 (9),
     certRevoked            (10),
     certConfirmed          (11),
     wrongIntegrity         (12),
     badRecipientNonce      (13),
     timeNotAvailable       (14),
     unacceptedPolicy       (15),
     unacceptedExtension    (16),
     addInfoNotAvailable    (17),
     badSenderNonce         (18),
     badCertTemplate        (19),
     signerNotTrusted       (20),
     transactionIdInUse     (21),
     unsupportedVersion     (22),
     notAuthorized          (23),
     systemUnavail          (24),
     systemFailure          (25),
     duplicateCertReq       (26)
  }

  PKIStatusInfo ::= SEQUENCE {
     status        PKIStatus,
     statusString  PKIFreeText     OPTIONAL,
     failInfo      PKIFailureInfo  OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.2.4">
          <name>Certificate Identification</name>
          <t>In order to identify particular certificates, the CertId data
structure is used.</t>
          <t>See <xref target="RFC4211"/> for CertId syntax.</t>
        </section>
        <section anchor="sect-5.2.5">
          <name>Out-of-band root CA Public Key</name>
          <t>Each root CA must be able to publish its current public key via some
"out-of-band" means.  While such mechanisms are beyond the scope of
this document, we define data structures that can support such
mechanisms.</t>
          <t>There are generally two methods available: either the CA directly
publishes its self-signed certificate, or this information is
available via the Directory (or equivalent) and the CA publishes a
hash of this value to allow verification of its integrity before use.</t>
          <sourcecode type="asn.1"><![CDATA[
  OOBCert ::= Certificate
]]></sourcecode>
          <t>The fields within this certificate are restricted as follows:</t>
          <ul spacing="normal">
            <li>
              <t>The certificate <bcp14>MUST</bcp14> be self-signed (i.e., the signature must be
verifiable using the SubjectPublicKeyInfo field);</t>
            </li>
            <li>
              <t>The subject and issuer fields <bcp14>MUST</bcp14> be identical;</t>
            </li>
            <li>
              <t>If the subject field is NULL, then both subjectAltNames and
issuerAltNames extensions <bcp14>MUST</bcp14> be present and have exactly the
same value;</t>
            </li>
            <li>
              <t>The values of all other extensions must be suitable for a self-signed
certificate (e.g., key identifiers for subject and issuer must be the
same).</t>
            </li>
          </ul>
          <sourcecode type="asn.1"><![CDATA[
  OOBCertHash ::= SEQUENCE {
     hashAlg     [0] AlgorithmIdentifier     OPTIONAL,
     certId      [1] CertId                  OPTIONAL,
     hashVal         BIT STRING
  }
]]></sourcecode>
          <t>The intention of the hash value is that anyone who has securely
received the hash value (via the out-of-band means) can verify a
self-signed certificate for that CA.</t>
        </section>
        <section anchor="sect-5.2.6">
          <name>Archive Options</name>
          <t>Requesters may indicate that they wish the PKI to archive a private
key value using the PKIArchiveOptions structure.</t>
          <t>See <xref target="RFC4211"/> for PKIArchiveOptions syntax.</t>
        </section>
        <section anchor="sect-5.2.7">
          <name>Publication Information</name>
          <t>Requesters may indicate that they wish the PKI to publish a
certificate using the PKIPublicationInfo structure.</t>
          <t>See <xref target="RFC4211"/> for PKIPublicationInfo syntax.</t>
        </section>
        <section anchor="sect-5.2.8">
          <name>Proof-of-Possession Structures</name>
          <t>The proof-of-possession structure used is indicated in the popo field
of type ProofOfPossession in the CertReqMsg sequence, see Section 4 of <xref target="RFC4211"/>.</t>
          <sourcecode type="asn.1"><![CDATA[
   ProofOfPossession ::= CHOICE {
      raVerified      [0] NULL,
      signature       [1] POPOSigningKey,
      keyEncipherment [2] POPOPrivKey,
      keyAgreement    [3] POPOPrivKey
   }
]]></sourcecode>
          <section anchor="sect-5.2.8.1">
            <name>raVerified</name>
            <t>An EE <bcp14>MUST NOT</bcp14> use raVerified. If an RA performs changes to a certification request breaking the provided proof-of-possession (POP), or if the RA requests a certificate on behalf of an EE and cannot provide the POP itself, the RA <bcp14>MUST</bcp14> use raVerified. Otherwise, it <bcp14>SHOULD NOT</bcp14> use raVerified.</t>
            <t>When introducing raVerified, the RA <bcp14>MUST</bcp14> check the existing POP, or it <bcp14>MUST</bcp14> ensure by other means that the EE is the holder of the private key. The RA <bcp14>MAY</bcp14> provide the original message containing the POP in the generalInfo field using the id-it-origPKIMessage, see <xref target="sect-5.1.1.3"/>, enabling the CA to verify it.</t>
          </section>
          <section anchor="sect-5.2.8.2">
            <name>POPOSigningKey Structure</name>
            <t>If the certification request is for a key pair that supports signing (i.e., a request for a verification certificate), then the proof-of-possession of the private key is demonstrated through use of the POPOSigningKey structure, for details see Section 4.1 of <xref target="RFC4211"/>.</t>
            <sourcecode type="asn.1"><![CDATA[
   POPOSigningKey ::= SEQUENCE {
      poposkInput [0] POPOSigningKeyInput OPTIONAL,
      algorithmIdentifier AlgorithmIdentifier,
      signature BIT STRING
   }

   POPOSigningKeyInput ::= SEQUENCE {
      authInfo CHOICE {
         sender [0] GeneralName,
         publicKeyMAC PKMACValue
      },
      publicKey SubjectPublicKeyInfo
   }

   PKMACValue ::= SEQUENCE {
      algId AlgorithmIdentifier,
      value BIT STRING
   }
]]></sourcecode>
            <t>Note: For the purposes of this specification, the ASN.1 comment given in Appendix C of <xref target="RFC4211"/> pertains not only to certTemplate, but also to the altCertTemplate control as defined in <xref target="sect-5.2.1"/>.</t>
            <t>If certTemplate (or the altCertTemplate control) contains the subject and publicKey values, then poposkInput <bcp14>MUST</bcp14> be omitted and the signature <bcp14>MUST</bcp14> be computed on the DER-encoded value of certReq field of the CertReqMsg (or the DER-encoded value of AltCertTemplate). If certTemplate/altCertTemplate does not contain both the subject and public key values (i.e., if it contains only one of these, or neither), then poposkInput <bcp14>MUST</bcp14> be present and the signature <bcp14>MUST</bcp14> be computed on the DER-encoded value of poposkInput (i.e., the "value" OCTETs of the POPOSigningKeyInput DER).</t>
            <t>In the special case that the CA/RA has a DH certificate that is known to the EE and the certification request is for a key agreement key pair, the EE can also use the POPOSigningKey structure (where the algorithmIdentifier field is DHBasedMAC and the signature field is the MAC) for demonstrating POP.</t>
          </section>
          <section anchor="sect-5.2.8.3">
            <name>POPOPrivKey Structure</name>
            <t>If the certification request is for a key pair that does not support signing (i.e., a request for an encryption or key agreement certificate), then the proof-of-possession of the private key is demonstrated through use of the POPOPrivKey structure in one of following three ways, for details see Section 4.2 and 4.3 of <xref target="RFC4211"/>.</t>
            <sourcecode type="asn.1"><![CDATA[
   POPOPrivKey ::= CHOICE {
      thisMessage [0] BIT STRING, -- deprecated
      subsequentMessage [1] SubsequentMessage,
      dhMAC [2] BIT STRING, -- deprecated
      agreeMAC [3] PKMACValue,
      encryptedKey [4] EnvelopedData
   }

   SubsequentMessage ::= INTEGER {
      encrCert (0),
      challengeResp (1)
   }
]]></sourcecode>
            <section anchor="sect-5.2.8.3.1">
              <name>Inclusion of the Private Key</name>
              <t>This method demonstrates proof-of-possession of the private key by including the encrypted private key in the CertRequest in the POPOPrivKey structure or in the PKIArchiveOptions control structure, depending upon whether or not archival of the private key is also desired.</t>
              <t>For a certification request message indicating cmp2021(3) in the pvno field of the PKIHeader, the encrypted private key <bcp14>MUST</bcp14> be transferred in the encryptedKey choice of POPOPrivKey (or within the PKIArchiveOptions control) in a CMS EnvelopedData structure as defined in <xref target="sect-5.2.2"/>.</t>
              <t>Note: The thisMessage choice has been deprecated in favor of encryptedKey.  When using cmp2000(2) in the certification request message header for backward compatibility, the thisMessage choice of POPOPrivKey is used containing the encrypted private key in an EncryptedValue structure wrapped in a BIT STRING.  This allows the necessary conveyance and protection of the private key while maintaining bits-on-the-wire compatibility with <xref target="RFC4211"/>.</t>
            </section>
            <section anchor="sect-5.2.8.3.2">
              <name>Indirect Method - Encrypted Certificate</name>
              <t>The "indirect" method mentioned previously in <xref target="sect-4.3"/> demonstrates proof-of-possession of the private key by having the CA return the requested certificate in encrypted form, see <xref target="sect-5.2.2"/>.  This method is indicated in the CertRequest by requesting the encrCert option in the subsequentMessage choice of POPOPrivKey.</t>
              <artwork><![CDATA[
                EE                         RA/CA
                 ----       req        ---->
                 <---  rep (enc cert)  -----
                 ---- conf (cert hash) ---->
                 <---       ack        -----
]]></artwork>
              <t>The end entity proves knowledge of the private key to the CA by providing the correct CertHash for this certificate in the certConf message. This demonstrates POP because the EE can only compute the correct CertHash if it is able to recover the encrypted certificate, and it can only recover the certificate if it is able to obtain the symmetric key using the required private key. Clearly, for this to work, the CA <bcp14>MUST NOT</bcp14> publish the certificate until the certConf message arrives (when certHash is to be used to demonstrate POP). See <xref target="sect-5.3.18"/> for further details and see <xref target="sect-8.11"/> for security considerations regarding use of Certificate Transparency logs.</t>
            </section>
            <section anchor="sect-5.2.8.3.3">
              <name>Direct Method - Challenge-Response Protocol</name>
              <t>The "direct" method mentioned previously in <xref target="sect-4.3"/> demonstrates proof-of-possession of the private key by having the end entity engage in a challenge-response protocol (using the messages popdecc of type POPODecKeyChall and popdecr of type POPODecKeyResp; see below) between CertReqMessages and CertRepMessage. This method is indicated in the CertRequest by requesting the challengeResp option in the subsequentMessage choice of POPOPrivKey.</t>
              <t>Note: This method would typically be used in an environment in which an RA verifies POP and then makes a certification request to the CA on behalf of the end entity. In such a scenario, the CA trusts the RA to have done POP correctly before the RA requests a certificate for the end entity.</t>
              <t>The complete protocol then looks as follows (note that req' does not necessarily encapsulate req as a nested message):</t>
              <artwork><![CDATA[
                EE            RA            CA
                 ---- req ---->
                 <--- chall ---
                 ---- resp --->
                               ---- req' --->
                               <--- rep -----
                               ---- conf --->
                               <--- ack -----
                 <--- rep -----
                 ---- conf --->
                 <--- ack -----
]]></artwork>
              <t>This protocol is obviously much longer than the exchange given in <xref target="sect-5.2.8.3.2"/> above, but allows a local Registration Authority to be involved and has the property that the certificate itself is not actually created until the proof-of-possession is complete. In some environments, a different order of the above messages may be required, such as the following (this may be determined by policy):</t>
              <artwork><![CDATA[
                EE            RA            CA
                 ---- req ---->
                 <--- chall ---
                 ---- resp --->
                               ---- req' --->
                               <--- rep -----
                 <--- rep -----
                 ---- conf --->
                               ---- conf --->
                               <--- ack -----
                 <--- ack -----
]]></artwork>
              <t>The challenge-response messages for proof-of-possession of a private key are specified as follows (for decryption keys see <xref target="MvOV97"/>, p.404 for details).  This challenge-response exchange is associated with the preceding certification request message (and subsequent certification response and confirmation messages) by the transactionID used in the PKIHeader and by the protection applied to the PKIMessage.</t>
              <sourcecode type="asn.1"><![CDATA[
   POPODecKeyChallContent ::= SEQUENCE OF Challenge

   Challenge ::= SEQUENCE {
      owf AlgorithmIdentifier OPTIONAL,
      witness OCTET STRING,
      challenge OCTET STRING, -- deprecated
      encryptedRand [0] EnvelopedData OPTIONAL
   }

   Rand ::= SEQUENCE {
      int INTEGER,
      sender GeneralName
   }
]]></sourcecode>
              <t>More details on the fields in this syntax is available in <xref target="sect-f"/>.</t>
              <t>For a popdecc message indicating cmp2021(3) in the pvno field of the PKIHeader, the encryption of Rand <bcp14>MUST</bcp14> be transferred in the encryptedRand field in a CMS EnvelopedData structure as defined in <xref target="sect-5.2.2"/>.  The challenge field <bcp14>MUST</bcp14> contain an empty OCTET STRING.</t>
              <t>Note: The challenge field has been deprecated in favor of encryptedRand.  When using cmp2000(2) in the popdecc message header for backward compatibility, the challenge field <bcp14>MUST</bcp14> contain the encryption (involving the public key for which the certification request is being made) of Rand and encryptedRand <bcp14>MUST</bcp14> be omitted.  Using challenge (omitting the optional encryptedRand field) is bit-compatible with <xref target="RFC4210"/>. Note that the size of Rand, when used with challenge, needs to be appropriate for encryption, involving the public key of the requester. If, in some environment, names are so long that they cannot fit (e.g., very long DNs), then whatever portion will fit should be used (as long as it includes at least the common name, and as long as the receiver is able to deal meaningfully with the abbreviation).</t>
              <sourcecode type="asn.1"><![CDATA[
   POPODecKeyRespContent ::= SEQUENCE OF INTEGER
]]></sourcecode>
              <t>On receiving the popdecc message, the end entity decrypts all included challenges
and responds with a popdecr message containing the decrypted integer values in the same order.</t>
            </section>
          </section>
          <section anchor="sect-5.2.8.4">
            <name>Summary of PoP Options</name>
            <t>The text in this section provides several options with respect to POP techniques. Using "SK" for "signing key", "EK" for "encryption key", "KAK" for "key agreement key", and "KEMK" for "key encapsulation mechanism key", the techniques may be summarized as follows:</t>
            <artwork><![CDATA[
   RAVerified;
   SKPOP;
   EKPOPThisMessage; -- deprecated
   KAKPOPThisMessage; -- deprecated
   EKPOPEncryptedKey;
   KAKPOPEncryptedKey;
   KEMKPOPEncryptedKey;
   KAKPOPThisMessageDHMAC;
   EKPOPEncryptedCert;
   KAKPOPEncryptedCert;
   KEMKPOPEncryptedCert;
   EKPOPChallengeResp;
   KAKPOPChallengeResp; and
   KEMKPOPChallengeResp.
]]></artwork>
            <t>Given this array of options, it is natural to ask how an end entity can know what is supported by the CA/RA (i.e., which options it may use when requesting certificates). The following guidelines should clarify this situation for EE implementers.</t>
            <t>RAVerified: This is not an EE decision; the RA uses this if and only if it has verified POP before forwarding the request on to the CA, so it is not possible for the EE to choose this technique.</t>
            <t>SKPOP: If the EE has a signing key pair, this is the only POP method specified for use in the request for a corresponding certificate.</t>
            <t>EKPOPThisMessage (deprecated), KAKPOPThisMessage (deprecated), EKPOPEncryptedKey, KAKPOPEncryptedKey, KEMKPOPEncryptedKey: Whether or not to give up its private key to the CA/RA is an EE decision. If the EE decides to reveal its key, then these are the only POP methods available in this specification to achieve this (and the key pair type and protocol version used will determine which of these methods to use).  The reason for deprecating EKPOPThisMessage and KAKPOPThisMessage options has been given in <xref target="sect-5.2.8.3.1"/>.</t>
            <t>KAKPOPThisMessageDHMAC: The EE can only use this method if (1) the CA/RA has a DH certificate available for this purpose, and (2) the EE already has a copy of this certificate. If both these conditions hold, then this technique is clearly supported and may be used by the EE, if desired.</t>
            <t>EKPOPEncryptedCert, KAKPOPEncryptedCert, KEMKPOPEncryptedCert, EKPOPChallengeResp, KAKPOPChallengeResp, and KEMKPOPChallengeResp: The EE picks one of these (in the subsequentMessage field) in the request message, depending upon preference and key pair type. The EE is not doing POP at this point; it is simply indicating which method it wants to use. Therefore, if the CA/RA replies with a "badPOP" error, the EE can re-request using the other POP method chosen in subsequentMessage. Note, however, that this specification encourages the use of the EncryptedCert choice and, furthermore, says that the challenge-response would typically be used when an RA is involved and doing POP verification. Thus, the EE should be able to make an intelligent decision regarding which of these POP methods to choose in the request message.</t>
          </section>
        </section>
        <section anchor="sect-5.2.9">
          <name>GeneralizedTime</name>
          <t>GeneralizedTime is a standard ASN.1 type and <bcp14>SHALL</bcp14> be used as specified in Section 4.1.2.5.2 of <xref target="RFC5280"/>.</t>
        </section>
      </section>
      <section anchor="sect-5.3">
        <name>Operation-Specific Data Structures</name>
        <section anchor="sect-5.3.1">
          <name>Initialization Request</name>
          <t>An Initialization request message contains as the PKIBody a
CertReqMessages data structure, which specifies the requested
certificate(s).  Typically, SubjectPublicKeyInfo, KeyId, and Validity
are the template fields which may be supplied for each certificate
requested (see the profiles defined in <xref target="RFC9483"/> Section 4.1.1, <xref target="sect-c.4"/>
and <xref target="sect-d.7"/> for further information).  This
message is intended to be used for entities when first initializing
into the PKI.</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
        </section>
        <section anchor="sect-5.3.2">
          <name>Initialization Response</name>
          <t>An Initialization response message contains as the PKIBody an
CertRepMessage data structure, which has for each certificate
requested a PKIStatusInfo field, a subject certificate, and possibly
a private key (normally encrypted using EnvelopedData, see <xref target="RFC9483"/> Section
4.1.6 for further information).</t>
          <t>See <xref target="sect-5.3.4"/> for CertRepMessage syntax.  Note that if the PKI
Message Protection is "shared secret information" (see <xref target="sect-5.1.3"/>),
then any certificate transported in the caPubs field may be
directly trusted as a root CA certificate by the initiator.</t>
        </section>
        <section anchor="sect-5.3.3">
          <name>Certification Request</name>
          <t>A Certification request message contains as the PKIBody a
CertReqMessages data structure, which specifies the requested
certificates (see the profiles defined in <xref target="RFC9483"/> Section 4.1.2 and <xref target="sect-c.2"/>
for further information).  This message is intended to be used for existing PKI
entities who wish to obtain additional certificates.</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
          <t>Alternatively, the PKIBody <bcp14>MAY</bcp14> be a CertificationRequest (this
structure is fully specified by the ASN.1 structure
CertificationRequest given in <xref target="RFC2986"/>, see the profiles defined in
<xref target="RFC9483"/> Section 4.1.4 for further information).
This structure may be
required for certificate requests for signing key pairs when
interoperation with legacy systems is desired, but its use is
strongly discouraged whenever not absolutely necessary.</t>
        </section>
        <section anchor="sect-5.3.4">
          <name>Certification Response</name>
          <t>A Certification response message contains as the PKIBody a
CertRepMessage data structure, which has a status value for each
certificate requested, and optionally has a CA public key, failure
information, a subject certificate, and an encrypted private key.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertRepMessage ::= SEQUENCE {
     caPubs          [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                         OPTIONAL,
     response            SEQUENCE OF CertResponse
  }

  CertResponse ::= SEQUENCE {
     certReqId           INTEGER,
     status              PKIStatusInfo,
     certifiedKeyPair    CertifiedKeyPair     OPTIONAL,
     rspInfo             OCTET STRING         OPTIONAL
     -- analogous to the id-regInfo-utf8Pairs string defined
     -- for regInfo in CertReqMsg [RFC4211]
  }

  CertifiedKeyPair ::= SEQUENCE {
     certOrEncCert       CertOrEncCert,
     privateKey      [0] EncryptedKey         OPTIONAL,
     -- See [RFC4211] for comments on encoding.
     publicationInfo [1] PKIPublicationInfo   OPTIONAL
  }

  CertOrEncCert ::= CHOICE {
     certificate     [0] CMPCertificate,
     encryptedCert   [1] EncryptedKey
  }
]]></sourcecode>
          <t>A p10cr message contains exactly one CertificationRequestInfo data structure,
as specified in PKCSNBS#10 <xref target="RFC2986"/>, but no certReqId.
Therefore, the certReqId in the corresponding Certification
Response (cp) message <bcp14>MUST</bcp14> be set to -1.</t>
          <t>Only one of the failInfo (in PKIStatusInfo) and certificate (in
CertifiedKeyPair) fields can be present in each CertResponse
(depending on the status).  For some status values (e.g., waiting),
neither of the optional fields will be present.</t>
          <t>Given an EncryptedCert and the relevant decryption key, the
certificate may be obtained.  The purpose of this is to allow a CA to
return the value of a certificate, but with the constraint that only
the intended recipient can obtain the actual certificate.  The
benefit of this approach is that a CA may reply with a certificate
even in the absence of a proof that the requester is the end entity
that can use the relevant private key (note that the proof is not
obtained until the certConf message is received by the CA).  Thus,
the CA will not have to revoke that certificate in the event that
something goes wrong with the proof-of-possession (but <bcp14>MAY</bcp14> do so
anyway, depending upon policy).</t>
          <t>The use of EncryptedKey is described in <xref target="sect-5.2.2"/>.</t>
          <t>Note: To indicate support for EnvelopedData, the pvno cmp2021 has been
introduced. Details on the usage of different protocol version
numbers (pvno) are described in <xref target="sect-7"/>.</t>
        </section>
        <section anchor="sect-5.3.5">
          <name>Key Update Request Content</name>
          <t>For key update requests the CertReqMessages syntax is used.
Typically, SubjectPublicKeyInfo, KeyId, and Validity are the template
fields that may be supplied for each key to be updated (see the profiles
defined in <xref target="RFC9483"/> Section 4.1.3 and <xref target="sect-c.6"/> for further information).
This message
is intended to be used to request updates to existing (non-revoked
and non-expired) certificates (therefore, it is sometimes referred to
as a "Certificate Update" operation).  An update is a replacement
certificate containing either a new subject public key or the current
subject public key (although the latter practice may not be
appropriate for some environments).</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
        </section>
        <section anchor="sect-5.3.6">
          <name>Key Update Response Content</name>
          <t>For key update responses, the CertRepMessage syntax is used.  The
response is identical to the initialization response.</t>
          <t>See <xref target="sect-5.3.4"/> for CertRepMessage syntax.</t>
        </section>
        <section anchor="sect-5.3.7">
          <name>Key Recovery Request Content</name>
          <t>For key recovery requests the syntax used is identical to the
initialization request CertReqMessages.  Typically,
SubjectPublicKeyInfo and KeyId are the template fields that may be
used to supply a signature public key for which a certificate is
required (see <xref target="sect-c"/> profiles for further information).</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.  Note that if a
key history is required, the requester must supply a Protocol
Encryption Key control in the request message.</t>
        </section>
        <section anchor="sect-5.3.8">
          <name>Key Recovery Response Content</name>
          <t>For key recovery responses, the following syntax is used.  For some
status values (e.g., waiting) none of the optional fields will be
present.</t>
          <sourcecode type="asn.1"><![CDATA[
  KeyRecRepContent ::= SEQUENCE {
     status            PKIStatusInfo,
     newSigCert    [0] Certificate                 OPTIONAL,
     caCerts       [1] SEQUENCE SIZE (1..MAX) OF
                                  Certificate      OPTIONAL,
     keyPairHist   [2] SEQUENCE SIZE (1..MAX) OF
                                  CertifiedKeyPair OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.9">
          <name>Revocation Request Content</name>
          <t>When requesting revocation of a certificate (or several
certificates), the following data structure is used (see the profiles defined
in <xref target="RFC9483"/> Section 4.2 for further information).  The name of the
requester is present in the PKIHeader structure.</t>
          <sourcecode type="asn.1"><![CDATA[
  RevReqContent ::= SEQUENCE OF RevDetails

  RevDetails ::= SEQUENCE {
     certDetails         CertTemplate,
     crlEntryDetails     Extensions       OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.10">
          <name>Revocation Response Content</name>
          <t>The revocation response is the response to the above message.  If
produced, this is sent to the requester of the revocation.  (A
separate revocation announcement message <bcp14>MAY</bcp14> be sent to the subject
of the certificate for which revocation was requested.)</t>
          <sourcecode type="asn.1"><![CDATA[
  RevRepContent ::= SEQUENCE {
     status        SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
     revCerts  [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
     crls      [1] SEQUENCE SIZE (1..MAX) OF CertificateList
                   OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.11">
          <name>Cross Certification Request Content</name>
          <t>Cross certification requests use the same syntax (CertReqMessages) as
normal certification requests, with the restriction that the key pair
<bcp14>MUST</bcp14> have been generated by the requesting CA and the private key
<bcp14>MUST NOT</bcp14> be sent to the responding CA (see the profiles defined in <xref target="sect-d.6"/>
for further information).  This request <bcp14>MAY</bcp14> also be used
by subordinate CAs to get their certificates signed by the parent CA.</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
        </section>
        <section anchor="sect-5.3.12">
          <name>Cross Certification Response Content</name>
          <t>Cross certification responses use the same syntax (CertRepMessage) as
normal certification responses, with the restriction that no
encrypted private key can be sent.</t>
          <t>See <xref target="sect-5.3.4"/> for CertRepMessage syntax.</t>
        </section>
        <section anchor="sect-5.3.13">
          <name>CA Key Update Announcement Content</name>
          <t>When a CA updates its own key pair, the following data structure <bcp14>MAY</bcp14>
be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  CAKeyUpdAnnContent ::= SEQUENCE {
     oldWithNew         Certificate,
     newWithOld         Certificate,
     newWithNew         Certificate
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.14">
          <name>Certificate Announcement</name>
          <t>This structure <bcp14>MAY</bcp14> be used to announce the existence of certificates.</t>
          <t>Note that this message is intended to be used for those cases (if
any) where there is no pre-existing method for publication of
certificates; it is not intended to be used where, for example, X.500
is the method for publication of certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertAnnContent ::= Certificate
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.15">
          <name>Revocation Announcement</name>
          <t>When a CA has revoked, or is about to revoke, a particular
certificate, it <bcp14>MAY</bcp14> issue an announcement of this (possibly upcoming)
event.</t>
          <sourcecode type="asn.1"><![CDATA[
  RevAnnContent ::= SEQUENCE {
     status              PKIStatus,
     certId              CertId,
     willBeRevokedAt     GeneralizedTime,
     badSinceDate        GeneralizedTime,
     crlDetails          Extensions  OPTIONAL
  }
]]></sourcecode>
          <t>A CA <bcp14>MAY</bcp14> use such an announcement to warn (or notify) a subject that
its certificate is about to be (or has been) revoked.  This would
typically be used where the request for revocation did not come from
the subject concerned.</t>
          <t>The willBeRevokedAt field contains the time at which a new entry will
be added to the relevant CRLs.</t>
        </section>
        <section anchor="sect-5.3.16">
          <name>CRL Announcement</name>
          <t>When a CA issues a new CRL (or set of CRLs) the following data
structure <bcp14>MAY</bcp14> be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  CRLAnnContent ::= SEQUENCE OF CertificateList
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.17">
          <name>PKI Confirmation Content</name>
          <t>This data structure is used in the protocol exchange as the final
PKIMessage.  Its content is the same in all cases -- actually there
is no content since the PKIHeader carries all the required
information.</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIConfirmContent ::= NULL
]]></sourcecode>
          <t>Use of this message for certificate confirmation is <bcp14>NOT RECOMMENDED</bcp14>;
certConf <bcp14>SHOULD</bcp14> be used instead.  Upon receiving a PKIConfirm for a
certificate response, the recipient <bcp14>MAY</bcp14> treat it as a certConf with
all certificates being accepted.</t>
        </section>
        <section anchor="sect-5.3.18">
          <name>Certificate Confirmation Content</name>
          <t>This data structure is used by the client to send a confirmation to
the CA/RA to accept or reject certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertConfirmContent ::= SEQUENCE OF CertStatus

  CertStatus ::= SEQUENCE {
     certHash    OCTET STRING,
     certReqId   INTEGER,
     statusInfo  PKIStatusInfo OPTIONAL,
     hashAlg [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}}
                 OPTIONAL
  }
]]></sourcecode>
          <t>The hashAlg field <bcp14>SHOULD</bcp14> be used only in exceptional cases where the signatureAlgorithm
of the certificate to be confirmed does not specify a hash algorithm in the
OID or in the parameters or does not define a hash algorithm to use with
CMP, e.g., for EdDSA in <xref target="RFC9481"/> Section 3.3). Otherwise, the certHash value
<bcp14>SHALL</bcp14> be computed using the same hash algorithm as used to create and verify
the certificate signature. If hashAlg is used, the CMP version indicated
by the certConf message header must be cmp2021(3).</t>
          <t>For any particular CertStatus, omission of the statusInfo field
indicates ACCEPTANCE of the specified certificate.  Alternatively,
explicit status details (with respect to acceptance or rejection) <bcp14>MAY</bcp14>
be provided in the statusInfo field, perhaps for auditing purposes at
the CA/RA.</t>
          <t>Within CertConfirmContent, omission of a CertStatus structure
corresponding to a certificate supplied in the previous response
message indicates REJECTION of the certificate.  Thus, an empty
CertConfirmContent (a zero-length SEQUENCE) <bcp14>MAY</bcp14> be used to indicate
rejection of all supplied certificates.  See <xref target="sect-5.2.8.3.2"/>,
for a discussion of the certHash field with respect to
proof-of-possession.</t>
        </section>
        <section anchor="sect-5.3.19">
          <name>PKI General Message Content</name>
          <sourcecode type="asn.1"><![CDATA[
  InfoTypeAndValue ::= SEQUENCE {
     infoType               OBJECT IDENTIFIER,
     infoValue              ANY DEFINED BY infoType  OPTIONAL
  }

  -- where {id-it} = {id-pkix 4} = {1 3 6 1 5 5 7 4}
  GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
]]></sourcecode>
          <section anchor="sect-5.3.19.1">
            <name>CA Protocol Encryption Certificate</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to get a certificate from the CA to use to
protect sensitive information during the protocol.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 1}, < absent >
  GenRep:    {id-it 1}, Certificate | < absent >
]]></artwork>
            <t>EEs <bcp14>MUST</bcp14> ensure that the correct certificate is used for this
purpose.</t>
          </section>
          <section anchor="sect-5.3.19.2">
            <name>Signing Key Pair Types</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to get the list of signature algorithm whose subject
public key values the CA is willing to
certify.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 2}, < absent >
  GenRep:    {id-it 2}, SEQUENCE SIZE (1..MAX) OF
                          AlgorithmIdentifier
]]></artwork>
            <t>Note: For the purposes of this exchange, rsaEncryption and rsaWithSHA1, for
example, are considered to be equivalent; the question being asked is, "Is
the CA willing to certify an RSA public key?"</t>
            <t>Note: In case several elliptic curves are supported, several id-ecPublicKey elements
as defined in <xref target="RFC5480"/> need to be given, one per named curve.</t>
          </section>
          <section anchor="sect-5.3.19.3">
            <name>Encryption/Key Agreement Key Pair Types</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get the list of encryption/key
agreement algorithms whose subject public key values the CA is
willing to certify.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 3}, < absent >
  GenRep:    {id-it 3}, SEQUENCE SIZE (1..MAX) OF
                          AlgorithmIdentifier
]]></artwork>
            <t>Note: In case several elliptic curves are supported, several id-ecPublicKey elements
as defined in <xref target="RFC5480"/> need to be given, one per named curve.</t>
          </section>
          <section anchor="sect-5.3.19.4">
            <name>Preferred Symmetric Algorithm</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get the CA-preferred symmetric
encryption algorithm for any confidential information that needs to
be exchanged between the EE and the CA (for example, if the EE wants
to send its private decryption key to the CA for archival purposes).</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 4}, < absent >
  GenRep:    {id-it 4}, AlgorithmIdentifier
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.5">
            <name>Updated CA Key Pair</name>
            <t>This <bcp14>MAY</bcp14> be used by the CA to announce a CA key update event.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 5}, CAKeyUpdAnnContent
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.6">
            <name>CRL</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get a copy of the latest CRL.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 6}, < absent >
  GenRep:    {id-it 6}, CertificateList
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.7">
            <name>Unsupported Object Identifiers</name>
            <t>This is used by the server to return a list of object identifiers
that it does not recognize or support from the list submitted by the
client.</t>
            <artwork><![CDATA[
  GenRep:    {id-it 7}, SEQUENCE SIZE (1..MAX) OF OBJECT IDENTIFIER
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.8">
            <name>Key Pair Parameters</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to request the domain parameters to use
for generating the key pair for certain public-key algorithms.  It
can be used, for example, to request the appropriate P, Q, and G to
generate the DH/DSA key, or to request a set of well-known elliptic
curves.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 10}, OBJECT IDENTIFIER -- (Algorithm object-id)
  GenRep:    {id-it 11}, AlgorithmIdentifier | < absent >
]]></artwork>
            <t>An absent infoValue in the GenRep indicates that the algorithm
specified in GenMsg is not supported.</t>
            <t>EEs <bcp14>MUST</bcp14> ensure that the parameters are acceptable to it and that the
GenRep message is authenticated (to avoid substitution attacks).</t>
          </section>
          <section anchor="sect-5.3.19.9">
            <name>Revocation Passphrase</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to send a passphrase to a CA/RA for the purpose
of authenticating a later revocation request (in the case that the appropriate
signing private key is no longer available to authenticate the request).
See <xref target="sect-b"/> for further details on the use of this mechanism.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 12}, EncryptedKey
  GenRep:    {id-it 12}, < absent >
]]></artwork>
            <t>The use of EncryptedKey is described in <xref target="sect-5.2.2"/>.</t>
          </section>
          <section anchor="sect-5.3.19.10">
            <name>ImplicitConfirm</name>
            <t>See <xref target="sect-5.1.1.1"/> for the definition and use of {id-it 13}.</t>
          </section>
          <section anchor="sect-5.3.19.11">
            <name>ConfirmWaitTime</name>
            <t>See <xref target="sect-5.1.1.2"/> for the definition and use of {id-it 14}.</t>
          </section>
          <section anchor="sect-5.3.19.12">
            <name>Original PKIMessage</name>
            <t>See <xref target="sect-5.1.1.3"/> for the definition and use of {id-it 15}.</t>
          </section>
          <section anchor="sect-5.3.19.13">
            <name>Supported Language Tags</name>
            <t>This <bcp14>MAY</bcp14> be used to determine the appropriate language tag to use in
subsequent messages.  The sender sends its list of supported
languages (in order, most preferred to least); the receiver returns
the one it wishes to use.  (Note: each UTF8String <bcp14>MUST</bcp14> include a
language tag.)  If none of the offered tags are supported, an error
<bcp14>MUST</bcp14> be returned.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 16}, SEQUENCE SIZE (1..MAX) OF UTF8String
  GenRep:    {id-it 16}, SEQUENCE SIZE (1) OF UTF8String
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.14">
            <name>CA Certificates</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get CA certificates.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 17}, < absent >
  GenRep:    {id-it 17}, SEQUENCE SIZE (1..MAX) OF
                           CMPCertificate | < absent >
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.15">
            <name>Root CA Update</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get an update of a root CA certificate,
which is provided in the body of the request message.  In contrast to the
ckuann message, this approach follows the request/response model.</t>
            <t>The EE <bcp14>SHOULD</bcp14> reference its current trust anchor in RootCaCertValue
in the request body, giving the root CA certificate if available.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 20}, RootCaCertValue | < absent >
  GenRep:    {id-it 18}, RootCaKeyUpdateContent | < absent >
]]></artwork>
            <sourcecode type="asn.1"><![CDATA[
  RootCaCertValue ::= CMPCertificate

  RootCaKeyUpdateValue ::= RootCaKeyUpdateContent

  RootCaKeyUpdateContent ::= SEQUENCE {
     newWithNew              CMPCertificate,
     newWithOld          [0] CMPCertificate OPTIONAL,
     oldWithNew          [1] CMPCertificate OPTIONAL
  }
]]></sourcecode>
            <t>Note: In contrast to CAKeyUpdAnnContent, this type offers omitting newWithOld
and oldWithNew in the GenRep message, depending on the needs of the EE.</t>
          </section>
          <section anchor="sect-5.3.19.16">
            <name>Certificate Request Template</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get a template containing requirements
for certificate request attributes and extensions. The controls id-regCtrl-algId
and id-regCtrl-rsaKeyLen <bcp14>MAY</bcp14> contain details on the types of subject public
keys the CA is willing to certify.</t>
            <t>The id-regCtrl-algId control <bcp14>MAY</bcp14> be used to identify a cryptographic algorithm
(see Section 4.1.2.7 of <xref target="RFC5280"/>) other than rsaEncryption. The algorithm
field <bcp14>SHALL</bcp14> identify a cryptographic
algorithm. The contents of the optional parameters field will vary according
to the algorithm identified. For example, when the algorithm is set to id-ecPublicKey,
the parameters identify the elliptic curve to be used; see <xref target="RFC5480"/>.</t>
            <t>Note: The client may specify a profile name in the certProfile field, see <xref target="sect-5.1.1.4"/>.</t>
            <t>The id-regCtrl-rsaKeyLen control <bcp14>SHALL</bcp14> be used for algorithm rsaEncryption
and <bcp14>SHALL</bcp14> contain the intended modulus bit length of the RSA key.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 19}, < absent >
  GenRep:    {id-it 19}, CertReqTemplateContent | < absent >
]]></artwork>
            <sourcecode type="asn.1"><![CDATA[
  CertReqTemplateValue  ::= CertReqTemplateContent

  CertReqTemplateContent ::= SEQUENCE {
     certTemplate           CertTemplate,
     keySpec                Controls OPTIONAL }

  Controls  ::= SEQUENCE SIZE (1..MAX) OF AttributeTypeAndValue

  id-regCtrl-algId OBJECT IDENTIFIER ::= { iso(1)
     identified-organization(3) dod(6) internet(1) security(5)
     mechanisms(5) pkix(7) pkip(5) regCtrl(1) 11 }

  AlgIdCtrl ::= AlgorithmIdentifier{ALGORITHM, {...}}

  id-regCtrl-rsaKeyLen OBJECT IDENTIFIER ::= { iso(1)
     identified-organization(3) dod(6) internet(1) security(5)
     mechanisms(5) pkix(7) pkip(5) regCtrl(1) 12 }

  RsaKeyLenCtrl ::= INTEGER (1..MAX)
]]></sourcecode>
            <t>The CertReqTemplateValue contains the prefilled certTemplate to be used for
a future certificate request.  The publicKey field in the certTemplate <bcp14>MUST
NOT</bcp14> be used.  In case the PKI management entity wishes to specify supported
public-key algorithms, the keySpec field <bcp14>MUST</bcp14> be used.  One AttributeTypeAndValue
per supported algorithm or RSA key length <bcp14>MUST</bcp14> be used.</t>
            <t>Note: The controls ASN.1 type is defined in Section 6 of CRMF <xref target="RFC4211"/></t>
          </section>
          <section anchor="sect-5.3.19.17">
            <name>CRL Update Retrieval</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get new CRLs, specifying the source of
the CRLs and the thisUpdate value of the latest CRL it already has, if available.
A CRL source is given either by a DistributionPointName or the GeneralNames
of the issuing CA.  The DistributionPointName should be treated as an internal
pointer to identify a CRL that the server already has and not as a way to
ask the server to fetch CRLs from external locations. The server <bcp14>SHALL</bcp14> only provide
those CRLs that are more recent than the ones indicated by the client.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 22}, SEQUENCE SIZE (1..MAX) OF CRLStatus
  GenRep:    {id-it 23}, SEQUENCE SIZE (1..MAX) OF
                           CertificateList  |  < absent >
]]></artwork>
            <sourcecode type="asn.1"><![CDATA[
  CRLSource ::= CHOICE {
     dpn          [0] DistributionPointName,
     issuer       [1] GeneralNames }

  CRLStatus ::= SEQUENCE {
     source       CRLSource,
     thisUpdate   Time OPTIONAL }
]]></sourcecode>
          </section>
          <section anchor="sect-5.3.19.18">
            <name>KEM Ciphertext</name>
            <t>This <bcp14>MAY</bcp14> be used by a PKI entity to get the KEM ciphertext for MAC-based message protection using KEM (see <xref target="sect-5.1.3.4"/>).</t>
            <t>The PKI entity which possesses a KEM key pair can request the ciphertext by sending an InfoTypeAndValue structure of type KemCiphertextInfo where the infoValue is absent. The ciphertext can be provided in the following genp message with an InfoTypeAndValue structure of the same type.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it TBD1}, < absent >
  GenRep:    {id-it TBD1}, KemCiphertextInfo
]]></artwork>
            <sourcecode type="asn.1"><![CDATA[
  KemCiphertextInfo ::= SEQUENCE {
    kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
    ct               OCTET STRING
  }
]]></sourcecode>
            <t>kem is the algorithm identifier of the KEM algorithm, and any associated parameters, used to generate the ciphertext ct.</t>
            <t>ct is the ciphertext output from the KEM Encapsulate function.</t>
            <t>NOTE: These InfoTypeAndValue structures can also be transferred in the generalInfo field of the PKIHeader in messages of other types (see <xref target="sect-5.1.1.5"/>).</t>
          </section>
        </section>
        <section anchor="sect-5.3.20">
          <name>PKI General Response Content</name>
          <sourcecode type="asn.1"><![CDATA[
  GenRepContent ::= SEQUENCE OF InfoTypeAndValue
]]></sourcecode>
          <t>Examples of GenReps that <bcp14>MAY</bcp14> be supported include those listed in the
subsections of <xref target="sect-5.3.19"/>.</t>
        </section>
        <section anchor="sect-5.3.21">
          <name>Error Message Content</name>
          <t>This data structure <bcp14>MAY</bcp14> be used by EE, CA, or RA to convey error information and
by a PKI management entity to initiate delayed delivery of responses.</t>
          <sourcecode type="asn.1"><![CDATA[
  ErrorMsgContent ::= SEQUENCE {
     pKIStatusInfo          PKIStatusInfo,
     errorCode              INTEGER           OPTIONAL,
     errorDetails           PKIFreeText       OPTIONAL
  }
]]></sourcecode>
          <t>This message <bcp14>MAY</bcp14> be generated at any time during a PKI transaction. If the
client sends this request, the server <bcp14>MUST</bcp14> respond with a PKIConfirm response,
or another ErrorMsg if any part of the header is not valid.</t>
          <t>In case a PKI management entity sends an error message to the EE with the
pKIStatusInfo field containing the status "waiting", the EE <bcp14>SHOULD</bcp14> initiate
polling as described in <xref target="sect-5.3.22"/>.
If the EE does not initiate polling, both sides <bcp14>MUST</bcp14> treat this message
as the end of the transaction (if a transaction is in progress).</t>
          <t>If protection is desired on the message, the client <bcp14>MUST</bcp14> protect it
using the same technique (i.e., signature or MAC) as the starting
message of the transaction.  The CA <bcp14>MUST</bcp14> always sign it with a
signature key.</t>
        </section>
        <section anchor="sect-5.3.22">
          <name>Polling Request and Response</name>
          <t>This pair of messages is intended to handle scenarios in which the client
needs to poll the server to determine the status of an outstanding response
(i.e., when the "waiting" PKIStatus has been received).</t>
          <sourcecode type="asn.1"><![CDATA[
  PollReqContent ::= SEQUENCE OF SEQUENCE {
     certReqId    INTEGER }

  PollRepContent ::= SEQUENCE OF SEQUENCE {
     certReqId    INTEGER,
     checkAfter   INTEGER,  -- time in seconds
     reason       PKIFreeText OPTIONAL }
]]></sourcecode>
          <t>In response to an ir, cr, p10cr, or kur request message, polling is initiated
with an ip, cp, or kup response message containing status "waiting". For
any type of request message, polling can be initiated with an error response
messages with status "waiting". The following clauses describe how polling
messages are used.  It is assumed that multiple certConf messages can be
sent during transactions.  There will be one sent in response to each ip,
cp, or kup that contains a CertStatus for an issued certificate.</t>
          <ol spacing="normal" type="%d"><li>
              <t>In response to an ip, cp, or kup message, an EE will send a certConf for
  all issued certificates and expect a PKIconf for each certConf.  An EE will
  send a pollReq message in response to each CertResponse element of an ip,
  cp, or kup message with status "waiting" and in response to an error message
  with status "waiting".  Its certReqId <bcp14>MUST</bcp14> be either the index of a CertResponse
  data structure with status "waiting" or -1 referring to the complete response.</t>
            </li>
            <li>
              <t>In response to a pollReq, a CA/RA will return an ip, cp, or kup if one or
  more of still pending requested certificates are ready or the final response
  to some other type of request is available; otherwise, it will return a pollRep.</t>
            </li>
            <li>
              <t>If the EE receives a pollRep, it will wait for at least the number of seconds
  given in the checkAfter field before sending another pollReq.</t>
            </li>
            <li>
              <t>If the EE receives an ip, cp, or kup, then it will be treated in the same
  way as the initial response; if it receives any other response, then this
  will be treated as the final response to the original request.</t>
            </li>
          </ol>
          <t>The following client-side state machine describes polling for individual
CertResponse elements.</t>
          <artwork><![CDATA[
                            START
                              |
                              v
                           Send ir
                              | ip
                              v
                         Check status
                         of returned <------------------------+
                            certs                             |
                              |                               |
    +------------------------>|<------------------+           |
    |                         |                   |           |
    |        (issued)         v       (waiting)   |           |
  Add to <----------- Check CertResponse ------> Add to       |
 conf list           for each certificate      pending list   |
                              /                               |
                             /                                |
                (conf list) /     (empty conf list)           |
                           /                     ip           |
                          /                 +-----------------+
   (empty pending list)  /                  |    pollRep
     END <---- Send certConf        Send pollReq---------->Wait
                      |                 ^   ^               |
                      |                 |   |               |
                      +-----------------+   +---------------+
                         (pending list)
]]></artwork>
          <t>In the following exchange, the end entity is enrolling for two certificates
in one request.</t>
          <artwork><![CDATA[
 Step  End Entity                       PKI
 --------------------------------------------------------------------
 1   Format ir
 2                    -> ir      ->
 3                                    Handle ir
 4                                    Manual intervention is
                                      required for both certs
 5                    <- ip      <-
 6   Process ip
 7   Format pollReq
 8                    -> pollReq  ->
 9                                    Check status of cert requests
 10                                   Certificates not ready
 11                                   Format pollRep
 12                   <- pollRep  <-
 13  Wait
 14  Format pollReq
 15                   -> pollReq  ->
 16                                   Check status of cert requests
 17                                   One certificate is ready
 18                                   Format ip
 19                   <- ip       <-
 20  Handle ip
 21  Format certConf
 22                   -> certConf ->
 23                                   Handle certConf
 24                                   Format ack
 25                   <- pkiConf   <-
 26  Format pollReq
 27                   -> pollReq  ->
 28                                   Check status of certificate
 29                                   Certificate is ready
 30                                   Format ip
 31                   <- ip       <-
 31  Handle ip
 32  Format certConf
 33                   -> certConf ->
 34                                   Handle certConf
 35                                   Format ack
 36                   <- pkiConf  <-
]]></artwork>
          <t>The following client-side state machine describes polling for a complete
response message.</t>
          <artwork><![CDATA[
                                Start
                                  |
                                  | Send request
                                  |
             +----------- Receive response ------------+
             |                                         |
             | ip/cp/kup/error with                    | other
             | status "waiting"                        | response
             |                                         |
             v                                         |
 +------> Polling                                      |
 |           |                                         |
 |           | Send pollReq                            |
 |           | Receive response                        |
 |           |                                         |
 |   pollRep | other response                          |
 +-----------+------------------->+<-------------------+
                                  |
                                  v
                            Handle response
                                  |
                                  v
                                 End
]]></artwork>
          <t>In the following exchange, the end entity is sending a general message request,
and the response is delayed by the server.</t>
          <artwork><![CDATA[
 Step  End Entity                       PKI
 --------------------------------------------------------------------
 1   Format genm
 2                  -> genm     ->
 3                                 Handle genm
 4                                 delay in response is necessary
 5                                 Format error message "waiting"
                                     with certReqId set to -1
 6                   <- error   <-
 7   Process error
 8   Format pollReq
 9                   -> pollReq ->
 10                                Check status of original request
                                   general message response not ready
 11                                Format pollRep
 12                  <- pollRep <-
 13  Wait
 14  Format pollReq
 15                  -> pollReq ->
 16                                Check status of original request
                                   general message response is ready
 17                                Format genp
 18                  <- genp    <-
 19  Handle genp
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sect-6">
      <name>Mandatory PKI Management Functions</name>
      <t>Some of the PKI management functions outlined in <xref target="sect-3.1"/> above
are described in this section.</t>
      <t>This section deals with functions that are "mandatory" in the sense
that all end entity and CA/RA implementations <bcp14>MUST</bcp14> be able to provide
the functionality described.  This part is effectively the profile of
the PKI management functionality that <bcp14>MUST</bcp14> be supported.  Note,
however, that the management functions described in this section do
not need to be accomplished using the PKI messages defined in <xref target="sect-5"/>
if alternate means are suitable for a given environment (see
<xref target="RFC9483"/> Section 7 and <xref target="sect-c"/> for profiles of the PKIMessages that <bcp14>MUST</bcp14> be supported).</t>
      <section anchor="sect-6.1">
        <name>Root CA Initialization</name>
        <t>[See <xref target="sect-3.1.1.2"/> for this document's definition of "root CA".]</t>
        <t>A newly created root CA must produce a "self-certificate", which is a
Certificate structure with the profile defined for the "newWithNew"
certificate issued following a root CA key update.</t>
        <t>In order to make the CA's self certificate useful to end entities
that do not acquire the self certificate via "out-of-band" means, the
CA must also produce a fingerprint for its certificate.  End entities
that acquire this fingerprint securely via some "out-of-band" means
can then verify the CA's self-certificate and, hence, the other
attributes contained therein.</t>
        <t>The data structure used to carry the fingerprint is the OOBCertHash, see <xref target="sect-5.2.5"/>.</t>
      </section>
      <section anchor="sect-6.2">
        <name>Root CA Key Update</name>
        <t>CA keys (as all other keys) have a finite lifetime and will have to
be updated on a periodic basis.  The certificates NewWithNew,
NewWithOld, and OldWithNew (see <xref target="sect-4.4.1"/>) <bcp14>MAY</bcp14> be issued by the
CA to aid existing end entities who hold the current self-signed CA
certificate (OldWithOld) to transition securely to the new self-signed
CA certificate (NewWithNew), and to aid new end entities who
will hold NewWithNew to acquire OldWithOld securely for verification
of existing data.</t>
      </section>
      <section anchor="sect-6.3">
        <name>Subordinate CA Initialization</name>
        <t>[See <xref target="sect-3.1.1.2"/> for this document's definition of "subordinate CA".]</t>
        <t>From the perspective of PKI management protocols, the initialization of a
subordinate CA is the same as the initialization of an end entity.  The only
difference is that the subordinate CA must also produce an initial revocation
list.</t>
      </section>
      <section anchor="sect-6.4">
        <name>CRL production</name>
        <t>Before issuing any certificates, a newly established CA (which issues
CRLs) must produce "empty" versions of each CRL which are to be
periodically produced.</t>
      </section>
      <section anchor="sect-6.5">
        <name>PKI Information Request</name>
        <t>When a PKI entity (CA, RA, or EE) wishes to acquire information about
the current status of a CA, it <bcp14>MAY</bcp14> send that CA a request for such
information.</t>
        <t>The CA <bcp14>MUST</bcp14> respond to the request by providing (at least) all of the
information requested by the requester.  If some of the information
cannot be provided, then an error must be conveyed to the requester.</t>
        <t>If PKIMessages are used to request and supply this PKI information,
then the request <bcp14>MUST</bcp14> be the GenMsg message, the response <bcp14>MUST</bcp14> be the
GenRep message, and the error <bcp14>MUST</bcp14> be the Error message.  These
messages are protected using a MAC based on shared secret information
(i.e., password-based MAC, see CMP Algorithms <xref target="RFC9481"/> Section 6.1) or a
signature(if
the end entity has an existing certificate).</t>
      </section>
      <section anchor="sect-6.6">
        <name>Cross Certification</name>
        <t>The requester CA is the CA that will become the subject of the
cross-certificate; the responder CA will become the issuer of the
cross-certificate.</t>
        <t>The requester CA must be "up and running" before initiating the
cross-certification operation.</t>
        <section anchor="sect-6.6.1">
          <name>One-Way Request-Response Scheme:</name>
          <t>The cross-certification scheme is essentially a one way operation;
that is, when successful, this operation results in the creation of
one new cross-certificate.  If the requirement is that cross-certificates
be created in "both directions", then each CA, in turn,
must initiate a cross-certification operation (or use another
scheme).</t>
          <t>This scheme is suitable where the two CAs in question can already
verify each other's signatures (they have some common points of
trust) or where there is an out-of-band verification of the origin of
the certification request.</t>
          <t>Detailed Description:</t>
          <t>Cross certification is initiated at one CA known as the responder.
The CA administrator for the responder identifies the CA it wants to
cross certify and the responder CA equipment generates an
authorization code.  The responder CA administrator passes this
authorization code by out-of-band means to the requester CA
administrator.  The requester CA administrator enters the
authorization code at the requester CA in order to initiate the
on-line exchange.</t>
          <t>The authorization code is used for authentication and integrity
purposes.  This is done by generating a symmetric key based on the
authorization code and using the symmetric key for generating Message
Authentication Codes (MACs) on all messages exchanged.
(Authentication may alternatively be done using signatures instead of
MACs, if the CAs are able to retrieve and validate the required
public keys by some means, such as an out-of-band hash comparison.)</t>
          <t>The requester CA initiates the exchange by generating a cross-certification
request (ccr) with a fresh random number (requester random number).
The requester CA then sends the ccr message to the responder CA.
The fields in this message are protected from modification with a
MAC based on the authorization code.</t>
          <t>Upon receipt of the ccr message, the responder CA validates the
message and the MAC, saves the requester random number, and generates
its own random number (responder random number).  It then generates
(and archives, if desired) a new requester certificate that contains
the requester CA public key and is signed with the responder CA
signature private key.  The responder CA responds with the cross
certification response (ccp) message.  The fields in this message are
protected from modification with a MAC based on the authorization
code.</t>
          <t>Upon receipt of the ccp message, the requester CA validates the
message (including the received random numbers) and the MAC.  The
requester CA responds with the certConf message.  The fields in this
message are protected from modification with a MAC based on the
authorization code.  The requester CA <bcp14>MAY</bcp14> write the requester
certificate to the Repository as an aid to later certificate path
construction.</t>
          <t>Upon receipt of the certConf message, the responder CA validates the
message and the MAC, and sends back an acknowledgement using the
PKIConfirm message.  It <bcp14>MAY</bcp14> also publish the requester certificate as
an aid to later path construction.</t>
          <t>Notes:</t>
          <ol spacing="normal" type="1"><li>
              <t>The ccr message must contain a "complete" certification request;
  that is, all fields except the serial number (including, e.g., a
  BasicConstraints extension) must be specified by the requester
  CA.</t>
            </li>
            <li>
              <t>The ccp message <bcp14>SHOULD</bcp14> contain the verification certificate of
  the responder CA; if present, the requester CA must then verify
  this certificate (for example, via the "out-of-band" mechanism).</t>
            </li>
          </ol>
          <t>(A simpler, non-interactive model of cross-certification may also be
envisioned, in which the issuing CA acquires the subject CA's public
key from some repository, verifies it via some out-of-band mechanism,
and creates and publishes the cross-certificate without the subject
CA's explicit involvement.  This model may be perfectly legitimate
for many environments, but since it does not require any protocol
message exchanges, its detailed description is outside the scope of
this specification.)</t>
        </section>
      </section>
      <section anchor="sect-6.7">
        <name>End Entity Initialization</name>
        <t>As with CAs, end entities must be initialized.  Initialization of end
entities requires at least two steps:</t>
        <ul spacing="normal">
          <li>
            <t>acquisition of PKI information</t>
          </li>
          <li>
            <t>out-of-band verification of one root-CA public key</t>
          </li>
        </ul>
        <t>(other possible steps include the retrieval of trust condition
information and/or out-of-band verification of other CA public keys).</t>
        <section anchor="sect-6.7.1">
          <name>Acquisition of PKI Information</name>
          <t>The information <bcp14>REQUIRED</bcp14> is:</t>
          <ul spacing="normal">
            <li>
              <t>the current root-CA public key</t>
            </li>
            <li>
              <t>(if the certifying CA is not a root-CA) the certification path
from the root CA to the certifying CA together with appropriate
revocation lists</t>
            </li>
            <li>
              <t>the algorithms and algorithm parameters that the certifying CA
supports for each relevant usage</t>
            </li>
          </ul>
          <t>Additional information could be required (e.g., supported extensions
or CA policy information) in order to produce a certification request
that will be successful.  However, for simplicity we do not mandate
that the end entity acquires this information via the PKI messages.
The end result is simply that some certification requests may fail
(e.g., if the end entity wants to generate its own encryption key,
but the CA doesn't allow that).</t>
          <t>The required information <bcp14>MAY</bcp14> be acquired as described in <xref target="sect-6.5"/>.</t>
        </section>
        <section anchor="sect-6.7.2">
          <name>Out-of-Band Verification of Root-CA Key</name>
          <t>An end entity must securely possess the public key of its root CA.
One method to achieve this is to provide the end entity with the CA's
self-certificate fingerprint via some secure "out-of-band" means.
The end entity can then securely use the CA's self-certificate.</t>
          <t>See <xref target="sect-6.1"/> for further details.</t>
        </section>
      </section>
      <section anchor="sect-6.8">
        <name>Certificate Request</name>
        <t>An initialized end entity <bcp14>MAY</bcp14> request an additional certificate at
any time (for any purpose).  This request will be made using the
certification request (cr) message.  If the end entity already
possesses a signing key pair (with a corresponding verification
certificate), then this cr message will typically be protected by the
entity's digital signature.  The CA returns the new certificate (if
the request is successful) in a CertRepMessage.</t>
      </section>
      <section anchor="sect-6.9">
        <name>Key Update</name>
        <t>When a key pair is due to expire, the relevant end entity <bcp14>MAY</bcp14> request
a key update; that is, it <bcp14>MAY</bcp14> request that the CA issue a new
certificate for a new key pair (or, in certain circumstances, a new
certificate for the same key pair).  The request is made using a key
update request (kur) message (referred to, in some environments, as a
"Certificate Update" operation).  If the end entity already possesses
a signing key pair (with a corresponding verification certificate),
then this message will typically be protected by the entity's digital
signature.  The CA returns the new certificate (if the request is
successful) in a key update response (kup) message, which is
syntactically identical to a CertRepMessage.</t>
      </section>
    </section>
    <section anchor="sect-7">
      <name>Version Negotiation</name>
      <t>This section defines the version negotiation used to support older
protocols between client and servers.</t>
      <t>If a client knows the protocol version(s) supported by the server (e.g.,
from a previous PKIMessage exchange or via some out-of-band means), then
it <bcp14>MUST</bcp14> send a PKIMessage with the highest version supported by both it and
the server.  If a client does not know what version(s) the server supports,
then it <bcp14>MUST</bcp14> send a PKIMessage using the highest version it supports with
the following exception. Version cmp2021 <bcp14>SHOULD</bcp14> only be used if cmp2021 syntax
is needed for the request being sent or for the expected response.</t>
      <t>Note: Using cmp2000 as the default pvno is done to avoid extra message exchanges
for version negotiation and to foster compatibility with cmp2000 implementations.
Version cmp2021 syntax is only needed if a message exchange uses hashAlg
(in CertStatus) or EnvelopedData.</t>
      <t>If a server receives a message with a version that it supports, then
the version of the response message <bcp14>MUST</bcp14> be the same as the received
version.  If a server receives a message with a version higher or
lower than it supports, then it <bcp14>MUST</bcp14> send back an ErrorMsg with the
unsupportedVersion bit set (in the failureInfo field of the
pKIStatusInfo).  If the received version is higher than the highest
supported version, then the version in the error message <bcp14>MUST</bcp14> be the
highest version the server supports; if the received version is lower
than the lowest supported version then the version in the error
message <bcp14>MUST</bcp14> be the lowest version the server supports.</t>
      <t>If a client gets back an ErrorMsgContent with the unsupportedVersion
bit set and a version it supports, then it <bcp14>MAY</bcp14> retry the request with
that version.</t>
      <section anchor="sect-7.1">
        <name>Supporting RFC 2510 Implementations</name>
        <t>RFC 2510 did not specify the behavior of implementations receiving
versions they did not understand since there was only one version in
existence.  With the introduction of the revision in <xref target="RFC4210"/>, the following versioning behaviour is recommended.</t>
        <section anchor="sect-7.1.1">
          <name>Clients Talking to RFC 2510 Servers</name>
          <t>If, after sending a message with a protocol version number higher than cmp1999,
a client receives an ErrorMsgContent with a version of cmp1999, then it <bcp14>MUST</bcp14>
abort the current transaction.</t>
          <t>If a client receives a non-error PKIMessage with a version of
cmp1999, then it <bcp14>MAY</bcp14> decide to continue the transaction (if the
transaction hasn't finished) using RFC 2510 semantics.  If it does
not choose to do so and the transaction is not finished, then it <bcp14>MUST</bcp14>
abort the transaction and send an ErrorMsgContent with a version of
cmp1999.</t>
        </section>
        <section anchor="sect-7.1.2">
          <name>Servers Receiving Version cmp1999 PKIMessages</name>
          <t>If a server receives a version cmp1999 message it <bcp14>MAY</bcp14> revert to RFC
2510 behaviour and respond with version cmp1999 messages.  If it does
not choose to do so, then it <bcp14>MUST</bcp14> send back an ErrorMsgContent as
described above in <xref target="sect-7"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sect-8">
      <name>Security Considerations</name>
      <section anchor="sect-8.1">
        <name>On the Necessity of Proof-Of-Possession</name>
        <t>It is well established that the role of a Certification Authority is to
verify that the name and public key belong to the end entity prior to
issuing a certificate. On a deeper inspection however, it is not
entirely clear what security guarantees are lost if an end entity is
able to obtain a certificate containing a public key that they do not
possess the corresponding private key for. There are some scenarios,
described as "forwarding attacks" in Appendix A of <xref target="Gueneysu"/>, in
which this can lead to protocol attacks against a naively-implemented
sign-then-encrypt protocol, but in general it merely results in the
end entity obtaining a certificate that they can not use.</t>
      </section>
      <section anchor="sect-8.2">
        <name>Proof-Of-Possession with a Decryption Key</name>
        <t>Some cryptographic considerations are worth explicitly spelling out.
In the protocols specified above, when an end entity is required to
prove possession of a decryption key, it is effectively challenged to
decrypt something (its own certificate).  This scheme (and many
others!) could be vulnerable to an attack if the possessor of the
decryption key in question could be fooled into decrypting an
arbitrary challenge and returning the cleartext to an attacker.
Although in this specification a number of other failures in security
are required in order for this attack to succeed, it is conceivable
that some future services (e.g., notary, trusted time) could
potentially be vulnerable to such attacks.  For this reason, we
reiterate the general rule that implementations should be very careful
about decrypting arbitrary "ciphertext" and revealing recovered
"plaintext" since such a practice can lead to serious security
vulnerabilities.</t>
        <t>The client <bcp14>MUST</bcp14> return the decrypted values only if they match the expected content type. In an Indirect Method, the decrypted value <bcp14>MUST</bcp14> be a valid certificate, and in the Direct Method, the decrypted value <bcp14>MUST</bcp14> be a Rand as defined in <xref target="sect-5.2.8.3.3"/>.</t>
      </section>
      <section anchor="sect-8.3">
        <name>Proof-Of-Possession by Exposing the Private Key</name>
        <t>Note also that exposing a private key to the CA/RA as a
proof-of-possession technique can carry some security risks (depending
upon whether or not the CA/RA can be trusted to handle such material
appropriately).  Implementers are advised to:</t>
        <ul spacing="normal">
          <li>
            <t>Exercise caution in selecting and using this particular POP
mechanism</t>
          </li>
          <li>
            <t>When appropriate, have the user of the application explicitly
state that they are willing to trust the CA/RA to have a copy of
their private key before proceeding to reveal the private key.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-8.4">
        <name>Attack Against Diffie-Hellman Key Exchange</name>
        <t>A small subgroup attack during a Diffie-Hellman key exchange may be
carried out as follows.  A malicious end entity may deliberately
choose D-H parameters that enable him/her to derive (a significant
number of bits of) the D-H private key of the CA during a key
archival or key recovery operation.  Armed with this knowledge, the
EE would then be able to retrieve the decryption private key of
another unsuspecting end entity, EE2, during EE2's legitimate key
archival or key recovery operation with that CA.  In order to avoid
the possibility of such an attack, two courses of action are
available.  (1) The CA may generate a fresh D-H key pair to be used
as a protocol encryption key pair for each EE with which it
interacts.  (2) The CA may enter into a key validation protocol (not
specified in this document) with each requesting end entity to ensure
that the EE's protocol encryption key pair will not facilitate this
attack.  Option (1) is clearly simpler (requiring no extra protocol
exchanges from either party) and is therefore <bcp14>RECOMMENDED</bcp14>.</t>
      </section>
      <section anchor="sect-8.5">
        <name>Perfect Forward Secrecy</name>
        <t>Long-term security typically requires perfect forward secrecy (pfs).
When transferring encrypted long-term confidential values such as centrally generated private keys or revocation passphrases, pfs likely is important.
Yet it is not needed for CMP message protection providing integrity and authenticity because transfer of PKI messages is usually completed in very limited time.
For the same reason it typically is not required for the indirect method of providing a POP <xref target="sect-5.2.8.3.2"/> delivering the newly issued certificate in encrypted form.</t>
        <t>Encrypted values <xref target="sect-5.2.2"/> are transferred using CMS EnvelopedData <xref target="RFC5652"/>, which does not offer pfs. In cases where long-term security is needed, CMP messages <bcp14>SHOULD</bcp14> be transferred over a mechanism that provides pfs, such as TLS with appropriate cipher suites selected.</t>
      </section>
      <section anchor="sect-8.6">
        <name>Private Keys for Certificate Signing and CMP Message Protection</name>
        <t>A CA should not reuse its certificate signing key for other purposes, such
as protecting CMP responses and TLS connections. This way, exposure to other
parts of the system and the number of uses of this particularly critical
key are reduced to a minimum.</t>
      </section>
      <section anchor="sect-8.7">
        <name>Entropy of Random Numbers, Key Pairs, and Shared Secret Information</name>
        <t>Implementations must generate nonces and private keys from random input.
The use of inadequate pseudorandom number generators (PRNGs) to generate
cryptographic keys can result in little or no security. An attacker may find
it much easier to reproduce the PRNG environment that produced the keys and
to search the resulting small set of possibilities than brute-force searching
the whole key space. As an example of predictable random numbers, see <xref target="CVE-2008-0166"/>; consequences of low-entropy random numbers are discussed in <xref target="MiningPsQs">Mining Your Ps and Qs</xref>. The generation of quality random numbers is difficult. <xref target="ISO.20543-2019">ISO/IEC 20543:2019</xref>, <xref target="NIST.SP.800_90Ar1">NIST SP 800-90A Rev.1</xref>, <xref target="AIS31">BSI AIS 31 V2.0</xref>, and other specifications offer valuable guidance in this area.</t>
        <t>If shared secret information is generated by a cryptographically secure random number
generator (CSRNG), it is safe to assume that the entropy of the shared secret
information equals its bit length. If no CSRNG is used, the entropy of
shared secret information depends on the details of the generation process
and cannot be measured securely after it has been generated. If user-generated
passwords are used as shared secret information, their entropy cannot be
measured and are typically insufficient for protected delivery of centrally
generated keys or trust anchors.</t>
        <t>If the entropy of shared secret information protecting the delivery of
a centrally generated key pair is known, it should not be less than the security
strength of that key pair; if the shared secret information is reused for
different key pairs, the security of the shared secret information should
exceed the security strength of each individual key pair.</t>
        <t>For the case of a PKI management operation that delivers a new trust anchor
(e.g., a root CA certificate) using caPubs or genp that is (a) not concluded
in a timely manner or (b) where the shared secret information is reused
for several key management operations, the entropy of the shared secret information,
if known, should not be less than the security strength of the trust anchor
being managed by the operation. The shared secret information should have
an entropy that at least matches the security strength of the key material
being managed by the operation. Certain use cases may require shared secret
information that may be of a low security strength, e.g., a human-generated
password. It is <bcp14>RECOMMENDED</bcp14> that such secret information be limited to a
single PKI management operation.</t>
        <t>Importantly for this section further information about algorithm use profiles
and their security strength is available in CMP Algorithms <xref target="RFC9481"/> Section
7.</t>
      </section>
      <section anchor="sect-8.8">
        <name>Recurring Usage of KEM Keys for Message Protection</name>
        <t>For each PKI management operation using MAC-based message protection involving KEM, see <xref target="sect-5.1.3.4"/>, the KEM Encapsulate() function, providing a fresh KEM ciphertext (ct) and shared secret (ss), <bcp14>MUST</bcp14> be invoked. This can be enforced by using senderNonce and recipNonce header fields in all messages of the PKI management operation.</t>
        <t>It is assumed that the overall data size of the CMP messages
in a PKI management operation protected by a single shared secret key
is small enough not to introduce extra security risks.</t>
        <t>To be appropriate for use with this specification, the KEM algorithm
<bcp14>MUST</bcp14> explicitly be designed to be secure when the public key is used
many times. For example, a KEM algorithm with a single-use public
key is not appropriate because the public key is expected to be
carried in a long-lived certificate <xref target="RFC5280"/> and used over and over.
Thus, KEM algorithms that offer indistinguishability under adaptive
chosen ciphertext attack (IND-CCA2) security are appropriate. A
common design pattern for obtaining IND-CCA2 security with public key
reuse is to apply the Fujisaki-Okamoto (FO) transform <xref target="Fujisaki"/> or a
variant of the FO transform <xref target="Hofheinz"/>.</t>
        <t>Therefore, given a long-term public key using an IND-CCA2 secure KEM
algorithm, there is no limit to the number of CMP messages that can
be authenticated using KEM keys for MAC-based message protection.</t>
      </section>
      <section anchor="sect-8.9">
        <name>Trust Anchor Provisioning Using CMP Messages</name>
        <t>A provider of trust anchors, which may be an RA involved in configuration
management of its clients, <bcp14>MUST NOT</bcp14> include to-be-trusted CA certificates
in a CMP message unless the specific deployment scenario can ensure that
it is adequate that the receiving EE trusts these certificates, e.g., by
loading them into its trust store.</t>
        <t>Whenever an EE receives in a CMP message a CA certificate to be used
as a trust anchor (for example in the caPubs field of a certificate response
or in a general response), it <bcp14>MUST</bcp14> properly authenticate the message sender with
existing trust anchors without requiring new trust anchor information included in the
message.</t>
        <t>Additionally, the EE <bcp14>MUST</bcp14> verify that the sender is an authorized source
of trust anchors.  This authorization is governed by local policy and typically
indicated using shared secret information or with a signature-based message
protection using a certificate issued by a PKI that is explicitly authorized
for this purpose.</t>
      </section>
      <section anchor="sect-8.10">
        <name>Authorizing Requests for Certificates with Specific EKUs</name>
        <t>When a CA issues a certificate containing extended key usage extensions as
defined in <xref target="sect-4.5"/>, this expresses delegation of an authorization that
originally is only with the CA certificate itself.
Such delegation is a very sensitive action in a PKI and therefore
special care must be taken when approving such certificate requests to
ensure that only legitimate entities receive a certificate containing
such an EKU.</t>
      </section>
      <section anchor="sect-8.11">
        <name>Usage of Certificate Transparency Logs</name>
        <t>CAs that support indirect POP <bcp14>MUST NOT</bcp14> also publish final certificates to Certificate Transparency logs <xref target="RFC9162"/> before having received the certConf message containing the certHash of that certificate to complete the POP. The risk is that a malicious actor could fetch the final certificate from the CT log and use that to spoof a response to the implicit POP challenge via a certConf response. This risk does not apply to CT precertificates, so those are ok to publish.</t>
        <t>If a certificate or its precertificate was published in a CT log it must be revoked, if a required certConf message could not be verified, especially when the implicit POP was used.</t>
      </section>
    </section>
    <section anchor="sect-9">
      <name>IANA Considerations</name>
      <t>This document updates the ASN.1 modules of CMP Updates Appendix A.2 <xref target="RFC9480"/>. The OID TBD2 (id-mod-cmp2023-02) was registered in the SMI Security for PKIX Module Identifier registry to identify the updated ASN.1 module.</t>
      <t>In the SMI-numbers registry "SMI Security for PKIX CMP Information Types (1.3.6.1.5.5.7.4)" (see https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.4) as defined in <xref target="RFC7299"/> one addition has been performed.</t>
      <t>One new entry has been added:</t>
      <t>Decimal: TBD1</t>
      <t>Description: id-it-KemCiphertextInfo</t>
      <t>Reference: [RFCXXXX]</t>
      <t>The new OID 1.2.840.113533.7.66.16 was registered by Entrust for id-KemBasedMac in the arch 1.2.840.113533.7.66. Entrust registered also the OIDs for id-PasswordBasedMac and id-DHBasedMac there.</t>
      <t>&lt; ToDo: The new OID TBD3 for the ASN.1 module KEMAlgorithmInformation-2023 will be defined in draft-ietf-lamps-cms-kemri. &gt;</t>
    </section>
    <section anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors of this document wish to thank Carlisle Adams, Stephen Farrell,
Tomi Kause, and Tero Mononen, the original authors of <xref target="RFC4210"/>, for their work.</t>
      <t>We also thank all reviewers of this document for their valuable feedback.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2985">
          <front>
            <title>PKCS #9: Selected Object Classes and Attribute Types Version 2.0</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #9 v2.0 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from that specification. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2985"/>
          <seriesInfo name="DOI" value="10.17487/RFC2985"/>
        </reference>
        <reference anchor="RFC2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <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>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4211">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Certificate Request Message Format (CRMF) syntax and semantics. This syntax is used to convey a request for a certificate to a Certification Authority (CA), possibly via a Registration Authority (RA), for the purposes of X.509 certificate production. The request will typically include a public key and the associated registration information. This document does not define a certificate request protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4211"/>
          <seriesInfo name="DOI" value="10.17487/RFC4211"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5480">
          <front>
            <title>Elliptic Curve Cryptography Subject Public Key Information</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="K. Yiu" initials="K." surname="Yiu"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the syntax and semantics for the Subject Public Key Information field in certificates that support Elliptic Curve Cryptography. This document updates Sections 2.3.5 and 5, and the ASN.1 module of "Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 3279. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5480"/>
          <seriesInfo name="DOI" value="10.17487/RFC5480"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="RFC5958">
          <front>
            <title>Asymmetric Key Packages</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document defines the syntax for private-key information and a content type for it. Private-key information includes a private key for a specified public-key algorithm and a set of attributes. The Cryptographic Message Syntax (CMS), as defined in RFC 5652, can be used to digitally sign, digest, authenticate, or encrypt the asymmetric key format content type. This document obsoletes RFC 5208. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5958"/>
          <seriesInfo name="DOI" value="10.17487/RFC5958"/>
        </reference>
        <reference anchor="RFC6402">
          <front>
            <title>Certificate Management over CMS (CMC) Updates</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This document contains a set of updates to the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This document updates RFC 5272, RFC 5273, and RFC 5274.</t>
              <t>The new items in this document are: new controls for future work in doing server side key generation, definition of a Subject Information Access value to identify CMC servers, and the registration of a port number for TCP/IP for the CMC service to run on. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6402"/>
          <seriesInfo name="DOI" value="10.17487/RFC6402"/>
        </reference>
        <reference anchor="RFC8933">
          <front>
            <title>Update to the Cryptographic Message Syntax (CMS) for Algorithm Identifier Protection</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document updates the Cryptographic Message Syntax (CMS) specified in RFC 5652 to ensure that algorithm identifiers in signed-data and authenticated-data content types are adequately protected.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8933"/>
          <seriesInfo name="DOI" value="10.17487/RFC8933"/>
        </reference>
        <reference anchor="RFC9045">
          <front>
            <title>Algorithm Requirements Update to the Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document updates the cryptographic algorithm requirements for the Password-Based Message Authentication Code in the Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF) specified in RFC 4211.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9045"/>
          <seriesInfo name="DOI" value="10.17487/RFC9045"/>
        </reference>
        <reference anchor="RFC9481">
          <front>
            <title>Certificate Management Protocol (CMP) Algorithms</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="H. Aschauer" initials="H." surname="Aschauer"/>
            <author fullname="M. Ounsworth" initials="M." surname="Ounsworth"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document describes the conventions for using several
cryptographic algorithms with the Certificate Management Protocol
(CMP). CMP is used to enroll and further manage the lifecycle of
X.509 certificates. This document also updates the algorithm use
profile from Appendix D.2 of RFC 4210.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9481"/>
          <seriesInfo name="DOI" value="10.17487/RFC9481"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-cms-kemri">
          <front>
            <title>Using Key Encapsulation Mechanism (KEM) Algorithms in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="Russ Housley" initials="R." surname="Housley">
              <organization>Vigil Security, LLC</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <author fullname="Tomofumi Okubo" initials="T." surname="Okubo">
              <organization>DigiCert, Inc.</organization>
            </author>
            <date day="6" month="February" year="2024"/>
            <abstract>
              <t>   The Cryptographic Message Syntax (CMS) supports key transport and key
   agreement algorithms.  In recent years, cryptographers have been
   specifying Key Encapsulation Mechanism (KEM) algorithms, including
   quantum-secure KEM algorithms.  This document defines conventions for
   the use of KEM algorithms by the originator and recipients to encrypt
   and decrypt CMS content.  This document updates RFC 5652.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-kemri-08"/>
        </reference>
        <reference anchor="ITU.X509.2000">
          <front>
            <title>Information technology - Open Systems Interconnection - The Directory:
Public-key and attribute certificate frameworks</title>
            <author>
              <organization>International Telecommunications Union</organization>
            </author>
            <date month="March" year="2000"/>
          </front>
          <seriesInfo name="ITU-T" value="Recommendation X.509"/>
          <seriesInfo name="ISO" value="Standard 9594-8"/>
        </reference>
        <reference anchor="MvOV97">
          <front>
            <title>Handbook of Applied Cryptography</title>
            <author initials="A." surname="Menezes" fullname="A. Menezes">
              <organization/>
            </author>
            <author initials="P." surname="van Oorschot" fullname="P. van Oorschot">
              <organization/>
            </author>
            <author initials="S." surname="Vanstone" fullname="S. Vanstone">
              <organization/>
            </author>
            <date year="1996"/>
          </front>
          <seriesInfo name="CRC" value="Press ISBN 0-8493-8523-7"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9480">
          <front>
            <title>Certificate Management Protocol (CMP) Updates</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="D. von Oheimb" initials="D." surname="von Oheimb"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document contains a set of updates to the syntax of Certificate Management Protocol (CMP) version 2 and its HTTP transfer mechanism. This document updates RFCs 4210, 5912, and 6712.</t>
              <t>The aspects of CMP updated in this document are using EnvelopedData instead of EncryptedValue, clarifying the handling of p10cr messages, improving the crypto agility, as well as adding new general message types, extended key usages to identify certificates for use with CMP, and well-known URI path segments.</t>
              <t>CMP version 3 is introduced to enable signaling support of EnvelopedData instead of EncryptedValue and signal the use of an explicit hash AlgorithmIdentifier in certConf messages, as far as needed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9480"/>
          <seriesInfo name="DOI" value="10.17487/RFC9480"/>
        </reference>
        <reference anchor="RFC9482">
          <front>
            <title>Constrained Application Protocol (CoAP) Transfer for the Certificate Management Protocol</title>
            <author fullname="M. Sahni" initials="M." role="editor" surname="Sahni"/>
            <author fullname="S. Tripathi" initials="S." role="editor" surname="Tripathi"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the use of the Constrained Application Protocol (CoAP) as a transfer mechanism for the Certificate Management Protocol (CMP). CMP defines the interaction between various PKI entities for the purpose of certificate creation and management. CoAP is an HTTP-like client-server protocol used by various constrained devices in the Internet of Things space.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9482"/>
          <seriesInfo name="DOI" value="10.17487/RFC9482"/>
        </reference>
        <reference anchor="RFC9483">
          <front>
            <title>Lightweight Certificate Management Protocol (CMP) Profile</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="D. von Oheimb" initials="D." surname="von Oheimb"/>
            <author fullname="S. Fries" initials="S." surname="Fries"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document aims at simple, interoperable, and automated PKI management operations covering typical use cases of industrial and Internet of Things (IoT) scenarios. This is achieved by profiling the Certificate Management Protocol (CMP), the related Certificate Request Message Format (CRMF), and transfer based on HTTP or Constrained Application Protocol (CoAP) in a succinct but sufficiently detailed and self-contained way. To make secure certificate management for simple scenarios and constrained devices as lightweight as possible, only the most crucial types of operations and options are specified as mandatory. More specialized or complex use cases are supported with optional features.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9483"/>
          <seriesInfo name="DOI" value="10.17487/RFC9483"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc6712bis">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)</title>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <date day="10" month="February" year="2023"/>
            <abstract>
              <t>   This document describes how to layer the Certificate Management
   Protocol (CMP) over HTTP.

   It includes the updates on RFC 6712 specified in CMP Updates
   [RFCAAAA] Section 3 and obsoleted both documents.  These updates
   introduce CMP URIs using a Well-known prefix.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc6712bis-03"/>
        </reference>
        <reference anchor="RFC1847">
          <front>
            <title>Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted</title>
            <author fullname="J. Galvin" initials="J." surname="Galvin"/>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="October" year="1995"/>
            <abstract>
              <t>This document defines a framework within which security services may be applied to MIME body parts. [STANDARDS-TRACK] This memo defines a new Simple Mail Transfer Protocol (SMTP) [1] reply code, 521, which one may use to indicate that an Internet host does not accept incoming mail. This memo defines an Experimental Protocol for the Internet community. This memo defines an extension to the SMTP service whereby an interrupted SMTP transaction can be restarted at a later time without having to repeat all of the commands and message content sent prior to the interruption. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1847"/>
          <seriesInfo name="DOI" value="10.17487/RFC1847"/>
        </reference>
        <reference anchor="RFC2510">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocols</title>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <date month="March" year="1999"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocols. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2510"/>
          <seriesInfo name="DOI" value="10.17487/RFC2510"/>
        </reference>
        <reference anchor="RFC2585">
          <front>
            <title>Internet X.509 Public Key Infrastructure Operational Protocols: FTP and HTTP</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="May" year="1999"/>
            <abstract>
              <t>The protocol conventions described in this document satisfy some of the operational requirements of the Internet Public Key Infrastructure (PKI). This document specifies the conventions for using the File Transfer Protocol (FTP) and the Hypertext Transfer Protocol (HTTP) to obtain certificates and certificate revocation lists (CRLs) from PKI repositories. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2585"/>
          <seriesInfo name="DOI" value="10.17487/RFC2585"/>
        </reference>
        <reference anchor="RFC4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="T. Kause" initials="T." surname="Kause"/>
            <author fullname="T. Mononen" initials="T." surname="Mononen"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP). Protocol messages are defined for X.509v3 certificate creation and management. CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4210"/>
          <seriesInfo name="DOI" value="10.17487/RFC4210"/>
        </reference>
        <reference anchor="RFC4212">
          <front>
            <title>Alternative Certificate Formats for the Public-Key Infrastructure Using X.509 (PKIX) Certificate Management Protocols</title>
            <author fullname="M. Blinov" initials="M." surname="Blinov"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>The Public-Key Infrastructure using X.509 (PKIX) Working Group of the Internet Engineering Task Force (IETF) has defined a number of certificate management protocols. These protocols are primarily focused on X.509v3 public-key certificates. However, it is sometimes desirable to manage certificates in alternative formats as well. This document specifies how such certificates may be requested using the Certificate Request Message Format (CRMF) syntax that is used by several different protocols. It also explains how alternative certificate formats may be incorporated into such popular protocols as PKIX Certificate Management Protocol (PKIX-CMP) and Certificate Management Messages over CMS (CMC). This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4212"/>
          <seriesInfo name="DOI" value="10.17487/RFC4212"/>
        </reference>
        <reference anchor="RFC4511">
          <front>
            <title>Lightweight Directory Access Protocol (LDAP): The Protocol</title>
            <author fullname="J. Sermersheim" initials="J." role="editor" surname="Sermersheim"/>
            <date month="June" year="2006"/>
            <abstract>
              <t>This document describes the protocol elements, along with their semantics and encodings, of the Lightweight Directory Access Protocol (LDAP). LDAP provides access to distributed directory services that act in accordance with X.500 data and service models. These protocol elements are based on those described in the X.500 Directory Access Protocol (DAP). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4511"/>
          <seriesInfo name="DOI" value="10.17487/RFC4511"/>
        </reference>
        <reference anchor="RFC5912">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="RFC7299">
          <front>
            <title>Object Identifier Registry for the PKIX Working Group</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>When the Public-Key Infrastructure using X.509 (PKIX) Working Group was chartered, an object identifier arc was allocated by IANA for use by that working group. This document describes the object identifiers that were assigned in that arc, returns control of that arc to IANA, and establishes IANA allocation policies for any future assignments within that arc.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7299"/>
          <seriesInfo name="DOI" value="10.17487/RFC7299"/>
        </reference>
        <reference anchor="RFC8649">
          <front>
            <title>Hash Of Root Key Certificate Extension</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="August" year="2019"/>
            <abstract>
              <t>This document specifies the Hash Of Root Key certificate extension. This certificate extension is carried in the self-signed certificate for a trust anchor, which is often called a Root Certification Authority (CA) certificate. This certificate extension unambiguously identifies the next public key that will be used at some point in the future as the next Root CA certificate, eventually replacing the current one.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8649"/>
          <seriesInfo name="DOI" value="10.17487/RFC8649"/>
        </reference>
        <reference anchor="RFC9162">
          <front>
            <title>Certificate Transparency Version 2.0</title>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="E. Messeri" initials="E." surname="Messeri"/>
            <author fullname="R. Stradling" initials="R." surname="Stradling"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This document describes version 2.0 of the Certificate Transparency (CT) protocol for publicly logging the existence of Transport Layer Security (TLS) server certificates as they are issued or observed, in a manner that allows anyone to audit certification authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
              <t>This document obsoletes RFC 6962. It also specifies a new TLS extension that is used to send various CT log artifacts.</t>
              <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9162"/>
          <seriesInfo name="DOI" value="10.17487/RFC9162"/>
        </reference>
        <reference anchor="NIST.SP.800_90Ar1" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
          <front>
            <title>Recommendation for Random Number Generation Using Deterministic Random Bit Generators</title>
            <author fullname="Elaine B. Barker" surname="Barker">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="John M. Kelsey" surname="Kelsey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization abbrev="NIST">National Institute of Standards and Technology</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date month="June" year="2015"/>
          </front>
          <seriesInfo name="NIST Special Publications (General)" value="800-90Ar1"/>
          <seriesInfo name="DOI" value="10.6028/NIST.SP.800-90Ar1"/>
        </reference>
        <reference anchor="IEEE.802.1AR-2018">
          <front>
            <title>IEEE Standard for Local and Metropolitan Area Networks - Secure Device Identity</title>
            <author>
              <organization/>
            </author>
            <date month="July" year="2018"/>
          </front>
          <seriesInfo name="DOI" value="10.1109/ieeestd.2018.8423794"/>
          <seriesInfo name="ISBN" value="[&quot;9781504450195&quot;]"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="CVE-2008-0166" target="https://nvd.nist.gov/vuln/detail/CVE-2008-0166">
          <front>
            <title>National Vulnerability Database - CVE-2008-0166</title>
            <author>
              <organization>National Institute of Science and Technology (NIST)</organization>
            </author>
            <date year="2008" month="May"/>
          </front>
        </reference>
        <reference anchor="MiningPsQs" target="https://www.usenix.org/conference/usenixsecurity12/technical-sessions/presentation/heninger">
          <front>
            <title>Mining Your Ps and Qs: Detection of Widespread Weak Keys in Network Devices</title>
            <author>
              <organization>Security'12: Proceedings of the 21st USENIX conference on Security symposium</organization>
            </author>
            <author initials="N." surname="Heninger" fullname="Nadia Heninger">
              <organization>UC San Diego</organization>
            </author>
            <author initials="Z." surname="Durumeric" fullname="Zakir Durumeric">
              <organization>University of Michigan</organization>
            </author>
            <author initials="E." surname="Wustrow" fullname="Eric Wustrow">
              <organization>University of Michigan</organization>
            </author>
            <author initials="J. A." surname="Halderman" fullname="J. Alex Halderman">
              <organization>University of Michigan</organization>
            </author>
            <date year="2012" month="August"/>
          </front>
        </reference>
        <reference anchor="ISO.20543-2019">
          <front>
            <title>Information technology -- Security techniques -- Test and analysis methods for random bit generators within ISO/IEC 19790 and ISO/IEC 15408</title>
            <author>
              <organization>International Organization for Standardization (ISO)</organization>
            </author>
            <date year="2019" month="October"/>
          </front>
          <seriesInfo name="ISO" value="Draft Standard 20543-2019"/>
        </reference>
        <reference anchor="AIS31" target="https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Zertifizierung/Interpretationen/AIS_31_Functionality_classes_for_random_number_generators_e.pdf">
          <front>
            <title>A proposal for: Functionality classes for random number generators, version 2.0</title>
            <author>
              <organization>Bundesamt fuer Sicherheit in der Informationstechnik (BSI)</organization>
            </author>
            <author initials="W." surname="Killmann" fullname="Wolfgang Killmann">
              <organization>T-Systems GEI GmbH</organization>
            </author>
            <author initials="W." surname="Schindler" fullname="Werner Schindler">
              <organization>Bundesamt fuer Sicherheit in der Informationstechnik (BSI)</organization>
            </author>
            <date year="2011" month="September"/>
          </front>
        </reference>
        <reference anchor="Gueneysu" target="https://eprint.iacr.org/2022/703">
          <front>
            <title>Proof-of-possession for KEM certificates using verifiable generation</title>
            <author initials="T." surname="Gueneysu" fullname="Tim Gueneysu">
              <organization/>
            </author>
            <author initials="P." surname="Hodges" fullname="Philip Hodges">
              <organization/>
            </author>
            <author initials="G." surname="Land" fullname="Georg Land">
              <organization/>
            </author>
            <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
              <organization/>
            </author>
            <author initials="D." surname="Stebila" fullname="Douglas Stebila">
              <organization/>
            </author>
            <author initials="G." surname="Zaverucha" fullname="Greg Zaverucha">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="Cryptology ePrint Archive" value=""/>
        </reference>
        <reference anchor="Fujisaki">
          <front>
            <title>Secure Integration of Asymmetric and Symmetric Encryption Schemes</title>
            <author fullname="Eiichiro Fujisaki" initials="E." surname="Fujisaki">
              <organization/>
            </author>
            <author fullname="Tatsuaki Okamoto" initials="T." surname="Okamoto">
              <organization/>
            </author>
            <date month="December" year="2011"/>
          </front>
          <seriesInfo name="Journal of Cryptology" value="vol. 26, no. 1, pp. 80-101"/>
          <seriesInfo name="DOI" value="10.1007/s00145-011-9114-1"/>
          <refcontent>Springer Science and Business Media LLC</refcontent>
        </reference>
        <reference anchor="Hofheinz">
          <front>
            <title>A Modular Analysis of the Fujisaki-Okamoto Transformation</title>
            <author fullname="Dennis Hofheinz" initials="D." surname="Hofheinz">
              <organization/>
            </author>
            <author fullname="Kathrin Hövelmanns" initials="K." surname="Hövelmanns">
              <organization/>
            </author>
            <author fullname="Eike Kiltz" initials="E." surname="Kiltz">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="Theory of Cryptography" value="pp. 341-371"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-70500-2_12"/>
          <seriesInfo name="ISBN" value="[&quot;9783319704999&quot;, &quot;9783319705002&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
      </references>
    </references>
    <?line 3937?>

<section anchor="sect-a">
      <name>Reasons for the Presence of RAs</name>
      <t>The reasons that justify the presence of an RA can be split into
those that are due to technical factors and those which are
organizational in nature.  Technical reasons include the following.</t>
      <ul spacing="normal">
        <li>
          <t>If hardware tokens are in use, then not all end entities will have
the equipment needed to initialize these; the RA equipment can
include the necessary functionality (this may also be a matter of
policy).</t>
        </li>
        <li>
          <t>Some end entities may not have the capability to publish
certificates; again, the RA may be suitably placed for this.</t>
        </li>
        <li>
          <t>The RA will be able to issue signed revocation requests on behalf
of end entities associated with it, whereas the end entity may not
be able to do this (if the key pair is completely lost).</t>
        </li>
      </ul>
      <t>Some of the organizational reasons that argue for the presence of an
RA are the following.</t>
      <ul spacing="normal">
        <li>
          <t>It may be more cost effective to concentrate functionality in the
RA equipment than to supply functionality to all end entities
(especially if special token initialization equipment is to be
used).</t>
        </li>
        <li>
          <t>Establishing RAs within an organization can reduce the number of
CAs required, which is sometimes desirable.</t>
        </li>
        <li>
          <t>RAs may be better placed to identify people with their
"electronic" names, especially if the CA is physically remote from
the end entity.</t>
        </li>
        <li>
          <t>For many applications, there will already be in place some
administrative structure so that candidates for the role of RA are
easy to find (which may not be true of the CA).</t>
        </li>
      </ul>
      <t>Further reasons relevant for automated machine-to-machine certificate lifecycle
management are available in the Lightweight CMP Profile <xref target="RFC9483"/>.</t>
    </section>
    <section anchor="sect-b">
      <name>The Use of Revocation Passphrase</name>
      <t>A revocation request must incorporate suitable security mechanisms,
including proper authentication, in order to reduce the probability
of successful denial-of-service attacks.  A digital signature or DH/KEM-based message protection on the
request -- <bcp14>REQUIRED</bcp14> to support within this specification depending on the key type used if
revocation requests are supported -- can provide the authentication
required, but there are circumstances under which an alternative
mechanism may be desirable (e.g., when the private key is no longer
accessible and the entity wishes to request a revocation prior to
re-certification of another key pair).  In order to accommodate such
circumstances, a password-based MAC, see CMP Algorithms <xref target="RFC9481"/> Section
6.1, on the request is also <bcp14>REQUIRED</bcp14> to
support within this specification (subject to local security policy
for a given environment) if revocation requests are supported and if
shared secret information can be established between the requester
and the responder prior to the need for revocation.</t>
      <t>A mechanism that has seen use in some environments is "revocation passphrase",
in which a value of sufficient entropy (i.e., a
relatively long passphrase rather than a short password) is shared
between (only) the entity and the CA/RA at some point prior to
revocation; this value is later used to authenticate the revocation
request.</t>
      <t>In this specification, the following technique to establish shared
secret information (i.e., a revocation passphrase) is <bcp14>OPTIONAL</bcp14> to
support.  Its precise use in CMP messages is as follows.</t>
      <ul spacing="normal">
        <li>
          <t>The OID and value specified in <xref target="sect-5.3.19.9"/> <bcp14>MAY</bcp14> be sent in a GenMsg message
at any time or <bcp14>MAY</bcp14> be sent in the generalInfo
field of the PKIHeader of any PKIMessage at any time.  (In particular, the
EncryptedKey structure as described in <xref target="sect-5.2.2"/> may be sent in the header
of the certConf message that confirms acceptance
of certificates requested in an initialization request or certificate request
message.)  This conveys a revocation passphrase chosen by the entity to the
relevant CA/RA. When EnvelopedData is used, this is in the decrypted bytes
of encryptedContent field. When EncryptedValue is used, this is in the decrypted
bytes of the encValue field. Furthermore, the transfer is accomplished with
appropriate confidentiality characteristics.</t>
        </li>
        <li>
          <t>If a CA/RA receives the revocation passphrase (OID and value
specified in <xref target="sect-5.3.19.9"/>) in a GenMsg, it <bcp14>MUST</bcp14> construct and
send a GenRep message that includes the OID (with absent value)
specified in <xref target="sect-5.3.19.9"/>. If the CA/RA receives the
revocation passphrase in the generalInfo field of a PKIHeader of
any PKIMessage, it <bcp14>MUST</bcp14> include the OID (with absent value) in the
generalInfo field of the PKIHeader of the corresponding response
PKIMessage.  If the CA/RA is unable to return the appropriate
response message for any reason, it <bcp14>MUST</bcp14> send an error message
with a status of "rejection" and, optionally, a failInfo reason
set.</t>
        </li>
        <li>
          <t>Either the localKeyId attribute of EnvelopedData as specified in
<xref target="RFC2985"/> or the valueHint field of EncryptedValue <bcp14>MAY</bcp14>
contain a key identifier (chosen
by the entity, along with the passphrase itself) to assist in later retrieval
of the correct passphrase (e.g., when the revocation request is constructed
by the end entity and received by the CA/RA).</t>
        </li>
        <li>
          <t>The revocation request message is protected by a password-based MAC, see
CMP Algorithms <xref target="RFC9481"/> Section 6.1,
with the revocation passphrase as the key.  If appropriate, the
senderKID field in the PKIHeader <bcp14>MAY</bcp14> contain the value previously
transmitted in localKeyId or valueHint.</t>
        </li>
      </ul>
      <t>Note: For a message transferring a revocation passphrase indicating cmp2021(3) in the pvno field of the PKIHeader, the encrypted passphrase <bcp14>MUST</bcp14> be transferred in the envelopedData choice of EncryptedKey as defined in Section 5.2.2.  When using cmp2000(2) in the message header for backward compatibility, the encryptedValue is used. This allows the necessary conveyance and protection of the passphrase while maintaining bits-on-the-wire compatibility with <xref target="RFC4210"/>. The encryaptedValue choice has been deprecated in favor of encryptedData.</t>
      <t>Using the technique specified above, the revocation passphrase may be
initially established and updated at any time without requiring extra
messages or out-of-band exchanges.  For example, the revocation
request message itself (protected and authenticated through a MAC
that uses the revocation passphrase as a key) may contain, in the
PKIHeader, a new revocation passphrase to be used for authenticating
future revocation requests for any of the entity's other
certificates.  In some environments this may be preferable to
mechanisms that reveal the passphrase in the revocation request
message, since this can allow a denial-of-service attack in which the
revealed passphrase is used by an unauthorized third party to
authenticate revocation requests on the entity's other certificates.
However, because the passphrase is not revealed in the request
message, there is no requirement that the passphrase must always be
updated when a revocation request is made (that is, the same
passphrase <bcp14>MAY</bcp14> be used by an entity to authenticate revocation
requests for different certificates at different times).</t>
      <t>Furthermore, the above technique can provide strong cryptographic
protection over the entire revocation request message even when a
digital signature is not used.  Techniques that do authentication of
the revocation request by simply revealing the revocation passphrase
typically do not provide cryptographic protection over the fields of
the request message (so that a request for revocation of one
certificate may be modified by an unauthorized third party to a
request for revocation of another certificate for that entity).</t>
    </section>
    <section anchor="sect-c">
      <name>PKI Management Message Profiles (REQUIRED)</name>
      <t>This appendix contains detailed profiles for those PKIMessages that
<bcp14>MUST</bcp14> be supported by conforming implementations (see <xref target="sect-6"/>).</t>
      <t>Note: <xref target="sect-c"/> and <xref format="counter" target="sect-d"/> focus on PKI management operations
managing certificates for human end entities.
In contrast, the Lightweight CMP Profile <xref target="RFC9483"/> focuses on typical use
cases of industrial and IoT scenarios supporting highly automated certificate
lifecycle management scenarios.</t>
      <t>Profiles for the PKIMessages used in the following PKI management
operations are provided:</t>
      <ul spacing="normal">
        <li>
          <t>initial registration/certification</t>
        </li>
        <li>
          <t>basic authenticated scheme</t>
        </li>
        <li>
          <t>certificate request</t>
        </li>
        <li>
          <t>key update</t>
        </li>
      </ul>
      <section anchor="sect-c.1">
        <name>General Rules for Interpretation of These Profiles.</name>
        <ol spacing="normal" type="1"><li>
            <t>Where <bcp14>OPTIONAL</bcp14> or DEFAULT fields are not mentioned in individual
  profiles, they <bcp14>SHOULD</bcp14> be absent from the relevant message (i.e.,
  a receiver can validly reject a message containing such fields as
  being syntactically incorrect).  Mandatory fields are not
  mentioned if they have an obvious value (e.g., if not explicitly stated,
  pvno is cmp2000(2)).</t>
          </li>
          <li>
            <t>Where structures occur in more than one message, they are
  separately profiled as appropriate.</t>
          </li>
          <li>
            <t>The algorithmIdentifiers from PKIMessage structures are profiled
  separately.</t>
          </li>
          <li>
            <t>A "special" X.500 DN is called the "NULL-DN"; this means a DN
  containing a zero-length SEQUENCE OF RelativeDistinguishedNames
  (its DER encoding is then '3000'H).</t>
          </li>
          <li>
            <t>Where a GeneralName is required for a field, but no suitable
  value is available (e.g., an end entity produces a request before
  knowing its name), then the GeneralName is to be an X.500 NULL-DN
  (i.e., the Name field of the CHOICE is to contain a NULL-DN).
  This special value can be called a "NULL-GeneralName".</t>
          </li>
          <li>
            <t>Where a profile omits to specify the value for a GeneralName,
  then the NULL-GeneralName value is to be present in the relevant
  PKIMessage field.  This occurs with the sender field of the
  PKIHeader for some messages.</t>
          </li>
          <li>
            <t>Where any ambiguity arises due to naming of fields, the profile
  names these using a "dot" notation (e.g., "certTemplate.subject"
  means the subject field within a field called certTemplate).</t>
          </li>
          <li>
            <t>Where a "SEQUENCE OF types" is part of a message, a zero-based
  array notation is used to describe fields within the SEQUENCE OF
  (e.g., crm[0].certReq.certTemplate.subject refers to a subfield
  of the first CertReqMsg contained in a request message).</t>
          </li>
          <li>
            <t>All PKI message exchanges in <xref target="sect-c.4"/> to <xref format="counter" target="sect-c.6"/> require a
  certConf message to be sent by the initiating entity and a
  PKIConfirm to be sent by the responding entity.  The PKIConfirm
  is not included in some of the profiles given since its body is
  NULL and its header contents are clear from the context.  Any
  authenticated means can be used for the protectionAlg (e.g.,
  password-based MAC, if shared secret information is known, or
  signature).</t>
          </li>
        </ol>
      </section>
      <section anchor="sect-c.2">
        <name>Algorithm Use Profile</name>
        <t>For specifications of algorithm identifiers and respective conventions for
conforming implementations, please refer to Section 7.1 of CMP Algorithms <xref target="RFC9481"/>.</t>
      </section>
      <section anchor="sect-c.3">
        <name>Proof-of-Possession Profile</name>
        <t>POP fields for use (in signature field of pop field of
ProofOfPossession structure) when proving possession of a private
signing key that corresponds to a public verification key for which a
certificate has been requested.</t>
        <artwork><![CDATA[
Field               Value         Comment

algorithmIdentifier MSG_SIG_ALG   only signature protection is
                                  allowed for this proof

signature           present       bits calculated using MSG_SIG_ALG
]]></artwork>
        <t>Note: For examples of MSG_SIG_ALG OIDs see CMP Algorithms Section 3 <xref target="RFC9481"/>.</t>
        <t>Proof-of-possession of a private decryption key that corresponds to a
public encryption key for which a certificate has been requested does
not use this profile; the CertHash field of the certConf message is
used instead.</t>
        <t>Not every CA/RA will do Proof-of-Possession (of signing key,
decryption key, or key agreement key) in the PKIX-CMP in-band
certification request protocol (how POP is done <bcp14>MAY</bcp14> ultimately be a
policy issue that is made explicit for any given CA in its publicized
Policy OID and Certification Practice Statement).  However, this
specification mandates that CA/RA entities <bcp14>MUST</bcp14> do POP (by some
means) as part of the certification process.  All end entities <bcp14>MUST</bcp14>
be prepared to provide POP (i.e., these components of the PKIX-CMP
protocol <bcp14>MUST</bcp14> be supported).</t>
      </section>
      <section anchor="sect-c.4">
        <name>Initial Registration/Certification (Basic Authenticated Scheme)</name>
        <t>An (uninitialized) end entity requests a (first) certificate from a
CA.  When the CA responds with a message containing a certificate,
the end entity replies with a certificate confirmation.  The CA sends
a PKIConfirm back, closing the transaction.  All messages are
authenticated.</t>
        <t>This scheme allows the end entity to request certification of a
locally-generated public key (typically a signature key).  The end
entity <bcp14>MAY</bcp14> also choose to request the centralized generation and
certification of another key pair (typically an encryption key pair).</t>
        <t>Certification may only be requested for one locally generated public
key (for more, use separate PKIMessages).</t>
        <t>The end entity <bcp14>MUST</bcp14> support proof-of-possession of the private key
associated with the locally-generated public key.</t>
        <t>Preconditions:</t>
        <ol spacing="normal" type="1"><li>
            <t>The end entity can authenticate the CA's signature based on
out-of-band means</t>
          </li>
          <li>
            <t>The end entity and the CA share a symmetric MACing key</t>
          </li>
        </ol>
        <t>Message flow:</t>
        <artwork><![CDATA[
 Step# End entity                           PKI
   1   format ir
   2                      ->   ir      ->
   3                                        handle ir
   4                                        format ip
   5                      <-   ip      <-
   6   handle ip
   7   format certConf
   8                      ->   certConf ->
   9                                        handle certConf
  10                                        format PKIConf
  11                      <-   PKIConf  <-
  12   handle PKIConf
]]></artwork>
        <t>For this profile, we mandate that the end entity <bcp14>MUST</bcp14> include all
(i.e., one or two) CertReqMsg in a single PKIMessage, and that the
PKI (CA) <bcp14>MUST</bcp14> produce a single response PKIMessage that contains the
complete response (i.e., including the <bcp14>OPTIONAL</bcp14> second key pair, if
it was requested and if centralized key generation is supported).
For simplicity, we also mandate that this message <bcp14>MUST</bcp14> be the final
one (i.e., no use of "waiting" status value).</t>
        <t>The end entity has an out-of-band interaction with the CA/RA.  This
transaction established the shared secret, the referenceNumber and
OPTIONALLY the distinguished name used for both sender and subject
name in the certificate template. See <xref target="sect-8.7"/> for security
considerations on quality of shared secret information.</t>
        <t>Initialization Request -- ir</t>
        <artwork><![CDATA[
Field                Value

recipient            CA name
  -- the name of the CA who is being asked to produce a certificate
protectionAlg        MSG_MAC_ALG
  -- only MAC protection is allowed for this request, based
  -- on initial authentication key
senderKID            referenceNum
  -- the reference number which the CA has previously issued
  -- to the end entity (together with the MACing key)
transactionID        present
  -- implementation-specific value, meaningful to end
  -- entity.
  -- [If already in use at the CA, then a rejection message MUST
  -- be produced by the CA]

senderNonce          present
  -- 128 (pseudo-)random bits
freeText             any valid value
body                 ir (CertReqMessages)
                     only one or two CertReqMsg
                     are allowed
  -- if more certificates are required, requests MUST be
  -- packaged in separate PKIMessages

CertReqMsg           one or two present
  -- see below for details, note: crm[0] means the first
  -- (which MUST be present), crm[1] means the second (which
  -- is OPTIONAL, and used to ask for a centrally-generated key)

crm[0].certReq.      fixed value of zero
   certReqId
  -- this is the index of the template within the message
crm[0].certReq       present
   certTemplate
  -- MUST include subject public key value, otherwise unconstrained
crm[0].pop...        optionally present if public key
   POPOSigningKey    from crm[0].certReq.certTemplate is
                     a signing key
  -- proof-of-possession MAY be required in this exchange
  -- (see Appendix D.3 for details)
crm[0].certReq.      optionally present
   controls.archiveOptions
  -- the end entity MAY request that the locally-generated
  -- private key be archived

crm[0].certReq.      optionally present
   controls.publicationInfo
  -- the end entity MAY ask for publication of resulting cert.

crm[1].certReq       fixed value of one
      certReqId
     -- the index of the template within the message
   crm[1].certReq       present
      certTemplate
      -- MUST NOT include actual public key bits, otherwise
      -- unconstrained (e.g., the names need not be the same as in
      -- crm[0]).  Note that subjectPublicKeyInfo MAY be present
      -- and contain an AlgorithmIdentifier followed by a
      -- zero-length BIT STRING for the subjectPublicKey if it is
      -- desired to inform the CA/RA of algorithm and parameter
      -- preferences regarding the to-be-generated key pair.

   crm[1].certReq.      present [object identifier MUST be
                                 PROT_ENC_ALG]

      controls.protocolEncrKey
     -- if centralized key generation is supported by this CA,
     -- this short-term asymmetric encryption key (generated by
     -- the end entity) will be used by the CA to encrypt (a
     -- symmetric key used to encrypt) a private key generated by
     -- the CA on behalf of the end entity

crm[1].certReq.      optionally present
   controls.archiveOptions
crm[1].certReq.      optionally present
   controls.publicationInfo
protection           present
  -- bits calculated using MSG_MAC_ALG
]]></artwork>
        <t>Initialization Response -- ip</t>
        <artwork><![CDATA[
Field                Value

sender               CA name
  -- the name of the CA who produced the message
messageTime          present
  -- time at which CA produced message
protectionAlg        MSG_MAC_ALG
  -- only MAC protection is allowed for this response
senderKID             referenceNum
  -- the reference number that the CA has previously issued to the
  -- end entity (together with the MACing key)
transactionID        present
  -- value from corresponding ir message
senderNonce          present
  -- 128 (pseudo-)random bits
recipNonce           present
  -- value from senderNonce in corresponding ir message
freeText             any valid value
body                 ip (CertRepMessage)
                     contains exactly one response
                     for each request
  -- The PKI (CA) responds to either one or two requests as
  -- appropriate.  crc[0] denotes the first (always present);
  -- crc[1] denotes the second (only present if the ir message
  -- contained two requests and if the CA supports centralized
  -- key generation).
crc[0].              fixed value of zero
   certReqId
  -- MUST contain the response to the first request in the
  -- corresponding ir message
crc[0].status.       present, positive values allowed:
   status               "accepted", "grantedWithMods"
                     negative values allowed:
                        "rejection"
crc[0].status.       present if and only if
   failInfo          crc[0].status.status is "rejection"
crc[0].              present if and only if
   certifiedKeyPair  crc[0].status.status is
                        "accepted" or "grantedWithMods"
certificate          present unless end entity's public
                     key is an encryption key and POP
                     is done in this in-band exchange
encryptedCert        present if and only if end entity's
                     public key is an encryption key and
                     POP done in this in-band exchange
publicationInfo      optionally present

  -- indicates where certificate has been published (present
  -- at discretion of CA)

crc[1].              fixed value of one
   certReqId
  -- MUST contain the response to the second request in the
  -- corresponding ir message
crc[1].status.       present, positive values allowed:
   status               "accepted", "grantedWithMods"
                     negative values allowed:
                        "rejection"
crc[1].status.       present if and only if
   failInfo          crc[0].status.status is "rejection"
crc[1].              present if and only if
   certifiedKeyPair  crc[0].status.status is "accepted"
                     or "grantedWithMods"
certificate          present
privateKey           present
  -- Use EnvelopedData; if backward compatibility is required,
  -- use EncryptedValue, see Section 5.2.2
publicationInfo      optionally present
  -- indicates where certificate has been published (present
  -- at discretion of CA)

protection           present
  -- bits calculated using MSG_MAC_ALG
extraCerts           optionally present
  -- the CA MAY provide additional certificates to the end
  -- entity
]]></artwork>
        <t>Certificate confirm -- certConf</t>
        <artwork><![CDATA[
Field                Value

sender               present
  -- same as in ir
recipient            CA name
  -- the name of the CA who was asked to produce a certificate
transactionID        present
  -- value from corresponding ir and ip messages
senderNonce          present
  -- 128 (pseudo-) random bits
recipNonce           present
  -- value from senderNonce in corresponding ip message
protectionAlg        MSG_MAC_ALG
  -- only MAC protection is allowed for this message.  The
  -- MAC is based on the initial authentication key shared
  -- between the EE and the CA.

senderKID            referenceNum
  -- the reference number which the CA has previously issued
  -- to the end entity (together with the MACing key)

body                 certConf
  -- see Section 5.3.18, "PKI Confirmation Content", for the
  -- contents of the certConf fields.
  -- Note: two CertStatus structures are required if both an
  -- encryption and a signing certificate were sent.

protection           present
  -- bits calculated using MSG_MAC_ALG
]]></artwork>
        <t>Confirmation -- PKIConf</t>
        <artwork><![CDATA[
Field                Value

sender               present
  -- same as in ip
recipient            present
  -- sender name from certConf
transactionID        present
  -- value from certConf message
senderNonce          present
  -- 128 (pseudo-) random bits
recipNonce           present
  -- value from senderNonce from certConf message
protectionAlg        MSG_MAC_ALG
  -- only MAC protection is allowed for this message.
senderKID            referenceNum
body                 PKIConf
protection           present
  -- bits calculated using MSG_MAC_ALG
]]></artwork>
      </section>
      <section anchor="sect-c.5">
        <name>Certificate Request</name>
        <t>An (initialized) end entity requests a certificate from a CA (for any
reason).  When the CA responds with a message containing a
certificate, the end entity replies with a certificate confirmation.
The CA replies with a PKIConfirm, to close the transaction.  All
messages are authenticated.</t>
        <t>The profile for this exchange is identical to that given in <xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>sender name <bcp14>SHOULD</bcp14> be present</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be supported (MSG_MAC_ALG <bcp14>MAY</bcp14>
also be supported) in request, response, certConfirm, and
PKIConfirm messages;</t>
          </li>
          <li>
            <t>senderKID and recipKID are only present if required for message
verification;</t>
          </li>
          <li>
            <t>body is cr or cp;</t>
          </li>
          <li>
            <t>body may contain one or two CertReqMsg structures, but either
CertReqMsg may be used to request certification of a
locally-generated public key or a centrally-generated public key
(i.e., the position-dependence requirement of <xref target="sect-c.4"/> is
removed);</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
field.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-c.6">
        <name>Key Update Request</name>
        <t>An (initialized) end entity requests a certificate from a CA (to
update the key pair and/or corresponding certificate that it already
possesses).  When the CA responds with a message containing a
certificate, the end entity replies with a certificate confirmation.
The CA replies with a PKIConfirm, to close the transaction.  All
messages are authenticated.</t>
        <t>The profile for this exchange is identical to that given in<xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ol spacing="normal" type="1"><li>
            <t>sender name <bcp14>SHOULD</bcp14> be present</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be supported (MSG_MAC_ALG <bcp14>MAY</bcp14>
  also be supported) in request, response, certConfirm, and
  PKIConfirm messages;</t>
          </li>
          <li>
            <t>senderKID and recipKID are only present if required for message
  verification;</t>
          </li>
          <li>
            <t>body is kur or kup;</t>
          </li>
          <li>
            <t>body may contain one or two CertReqMsg structures, but either
  CertReqMsg may be used to request certification of a locally-generated
  public key or a centrally-generated public key (i.e.,the
  position-dependence requirement of <xref target="sect-c.4"/> is removed);</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
  field;</t>
          </li>
          <li>
            <t>regCtrl OldCertId <bcp14>SHOULD</bcp14> be used (unless it is clear to both
  sender and receiver -- by means not specified in this document --
  that it is not needed).</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="sect-d">
      <name>PKI Management Message Profiles (OPTIONAL)</name>
      <t>This appendix contains detailed profiles for those PKIMessages that
<bcp14>MAY</bcp14> be supported by implementations.</t>
      <t>Profiles for the PKIMessages used in the following PKI management
operations are provided:</t>
      <ul spacing="normal">
        <li>
          <t>root CA key update</t>
        </li>
        <li>
          <t>information request/response</t>
        </li>
        <li>
          <t>cross-certification request/response (1-way)</t>
        </li>
        <li>
          <t>in-band initialization using external identity certificate</t>
        </li>
      </ul>
      <t>Later versions of this document may extend the above to include
profiles for the operations listed below (along with other
operations, if desired).</t>
      <ul spacing="normal">
        <li>
          <t>revocation request</t>
        </li>
        <li>
          <t>certificate publication</t>
        </li>
        <li>
          <t>CRL publication</t>
        </li>
      </ul>
      <section anchor="sect-d.1">
        <name>General Rules for Interpretation of These Profiles.</name>
        <t>Identical to <xref target="sect-c.1"/>.</t>
      </section>
      <section anchor="sect-d.2">
        <name>Algorithm Use Profile</name>
        <t>Identical to <xref target="sect-c.2"/>.</t>
      </section>
      <section anchor="sect-d.3">
        <name>Self-Signed Certificates</name>
        <t>Profile of how a Certificate structure may be "self-signed".  These
structures are used for distribution of CA public keys.  This can
occur in one of three ways (see <xref target="sect-4.4"/> above for a description
of the use of these structures):</t>
        <artwork><![CDATA[
Type          Function
-----------------------------------------------------------------
newWithNew a true "self-signed" certificate; the contained
           public key MUST be usable to verify the signature
           (though this provides only integrity and no
           authentication whatsoever)
oldWithNew previous root CA public key signed with new private key
newWithOld new root CA public key signed with previous private key
]]></artwork>
        <t>Such certificates (including relevant extensions) must contain
"sensible" values for all fields.  For example, when present,
subjectAltName <bcp14>MUST</bcp14> be identical to issuerAltName, and, when present,
keyIdentifiers must contain appropriate values, et cetera.</t>
      </section>
      <section anchor="sect-d.4">
        <name>Root CA Key Update</name>
        <t>A root CA updates its key pair.  It then produces a CA key update
announcement message that can be made available (via some transport
mechanism) to the relevant end entities.  A confirmation message is
not required from the end entities.</t>
        <t>ckuann message:</t>
        <artwork><![CDATA[
 Field        Value                        Comment
--------------------------------------------------------------
 sender       CA name CA name
 body         ckuann(CAKeyUpdAnnContent)
 oldWithNew   present                  see Appendix D.3 above
 newWithOld   present                  see Appendix D.3 above
 newWithNew   present                  see Appendix D.3 above
 extraCerts   optionally present       can be used to "publish"
                                       certificates (e.g.,
                                       certificates signed using
                                       the new private key)
]]></artwork>
      </section>
      <section anchor="sect-d.5">
        <name>PKI Information Request/Response</name>
        <t>The end entity sends a general message to the PKI requesting details
that will be required for later PKI management operations.  RA/CA
responds with a general response.  If an RA generates the response,
then it will simply forward the equivalent message that it previously
received from the CA, with the possible addition of certificates to
the extraCerts fields of the PKIMessage.  A confirmation message is
not required from the end entity.</t>
        <t>Message Flows:</t>
        <artwork><![CDATA[
Step# End entity                        PKI

   1  format genm
   2                ->   genm   ->
   3                                    handle genm
   4                                    produce genp
   5                <-   genp   <-
   6  handle genp
]]></artwork>
        <t>genM:</t>
        <artwork><![CDATA[
Field               Value

recipient           CA name
  -- the name of the CA as contained in issuerAltName
  -- extensions or issuer fields within certificates
protectionAlg       MSG_MAC_ALG or MSG_SIG_ALG
  -- any authenticated protection alg.
SenderKID           present if required
  -- must be present if required for verification of message
  -- protection
freeText            any valid value
body                genr (GenReqContent)
GenMsgContent       empty SEQUENCE
  -- all relevant information requested
protection          present
  -- bits calculated using MSG_MAC_ALG or MSG_SIG_ALG
]]></artwork>
        <t>genP:</t>
        <artwork><![CDATA[
Field                Value

sender               CA name
  -- name of the CA which produced the message
protectionAlg        MSG_MAC_ALG or MSG_SIG_ALG
  -- any authenticated protection alg.
senderKID            present if required
  -- must be present if required for verification of message
  -- protection
body                 genp (GenRepContent)
CAProtEncCert        present (object identifier one
                     of PROT_ENC_ALG), with relevant
                     value
  -- to be used if end entity needs to encrypt information for
  -- the CA (e.g., private key for recovery purposes)

SignKeyPairTypes     present, with relevant value
  -- the set of signature algorithm identifiers that this CA will
  -- certify for subject public keys
EncKeyPairTypes      present, with relevant value
  -- the set of encryption/key agreement algorithm identifiers that
  -- this CA will certify for subject public keys
PreferredSymmAlg     present (object identifier one
                     of PROT_SYM_ALG) , with relevant
                     value
  -- the symmetric algorithm that this CA expects to be used
  -- in later PKI messages (for encryption)
CAKeyUpdateInfo      optionally present, with
                     relevant value
  -- the CA MAY provide information about a relevant root CA
  -- key pair using this field (note that this does not imply
  -- that the responding CA is the root CA in question)
CurrentCRL           optionally present, with relevant value
  -- the CA MAY provide a copy of a complete CRL (i.e.,
  -- fullest possible one)
protection           present
  -- bits calculated using MSG_MAC_ALG or MSG_SIG_ALG
extraCerts           optionally present
  -- can be used to send some certificates to the end
  -- entity. An RA MAY add its certificate here.
]]></artwork>
      </section>
      <section anchor="sect-d.6">
        <name>Cross Certification Request/Response (1-way)</name>
        <t>Creation of a single cross-certificate (i.e., not two at once).  The
requesting CA <bcp14>MAY</bcp14> choose who is responsible for publication of the
cross-certificate created by the responding CA through use of the
PKIPublicationInfo control.</t>
        <t>Preconditions:</t>
        <ol spacing="normal" type="1"><li>
            <t>Responding CA can verify the origin of the request (possibly
  requiring out-of-band means) before processing the request.</t>
          </li>
          <li>
            <t>Requesting CA can authenticate the authenticity of the origin of
  the response (possibly requiring out-of-band means) before
  processing the response</t>
          </li>
        </ol>
        <t>The use of certificate confirmation and the corresponding server
confirmation is determined by the generalInfo field in the PKIHeader
(see <xref target="sect-5.1.1"/>).  The following profile does not mandate support
for either confirmation.</t>
        <t>Message Flows:</t>
        <artwork><![CDATA[
Step# Requesting CA                       Responding CA
  1   format ccr
  2                   ->    ccr    ->
  3                                       handle ccr
  4                                       produce ccp
  5                   <-    ccp    <-
  6   handle ccp
]]></artwork>
        <t>ccr:</t>
        <artwork><![CDATA[
Field                 Value

sender                Requesting CA name
  -- the name of the CA who produced the message
recipient             Responding CA name
  -- the name of the CA who is being asked to produce a certificate
messageTime           time of production of message
  -- current time at requesting CA
protectionAlg         MSG_SIG_ALG
  -- only signature protection is allowed for this request
senderKID             present if required
  -- must be present if required for verification of message
  -- protection
recipKID             present if required
  -- must be present if required for verification of message
  -- protection
transactionID         present
  -- implementation-specific value, meaningful to requesting CA.
  -- [If already in use at responding CA then a rejection message
  -- MUST be produced by responding CA]
senderNonce           present
  -- 128 (pseudo-)random bits
freeText              any valid value
body                  ccr (CertReqMessages)
                      only one CertReqMsg
                      allowed
  -- if multiple cross certificates are required, they MUST be
  -- packaged in separate PKIMessages
certTemplate          present
  -- details follow
version               v1 or v3
  -- v3 STRONGLY RECOMMENDED
signingAlg            present
  -- the requesting CA must know in advance with which algorithm it
  -- wishes the certificate to be signed

subject               present
  -- may be NULL-DN only if subjectAltNames extension value proposed
validity              present
  -- MUST be completely specified (i.e., both fields present)
issuer                present
  -- may be NULL-DN only if issuerAltNames extension value proposed
publicKey             present
  -- the key to be certified (which must be for a signing algorithm)
extensions            optionally present
  -- a requesting CA must propose values for all extensions
  -- that it requires to be in the cross-certificate
POPOSigningKey        present
  -- see Section D3: Proof-of-possession profile
protection            present
  -- bits calculated using MSG_SIG_ALG
extraCerts            optionally present
  -- MAY contain any additional certificates that requester wishes
  -- to include
]]></artwork>
        <t>ccp:</t>
        <artwork><![CDATA[
Field                 Value

sender                Responding CA name
  -- the name of the CA who produced the message
recipient             Requesting CA name
  -- the name of the CA who asked for production of a certificate
messageTime           time of production of message
  -- current time at responding CA
protectionAlg         MSG_SIG_ALG
  -- only signature protection is allowed for this message
senderKID             present if required
  -- must be present if required for verification of message
  -- protection
recipKID              present if required
transactionID         present
  -- value from corresponding ccr message
senderNonce           present
  -- 128 (pseudo-)random bits
recipNonce            present
-- senderNonce from corresponding ccr message
freeText              any valid value
body                  ccp (CertRepMessage)
                      only one CertResponse allowed
  -- if multiple cross certificates are required they MUST be
  -- packaged in separate PKIMessages
response              present
status                present

PKIStatusInfo.status  present
  -- if PKIStatusInfo.status is one of:
  --   accepted, or
  --   grantedWithMods,
  -- then certifiedKeyPair MUST be present and failInfo MUST
  -- be absent

failInfo              present depending on
                      PKIStatusInfo.status
  -- if PKIStatusInfo.status is:
  --   rejection
  -- then certifiedKeyPair MUST be absent and failInfo MUST be
  -- present and contain appropriate bit settings

certifiedKeyPair      present depending on
                      PKIStatusInfo.status
certificate           present depending on
                      certifiedKeyPair
  -- content of actual certificate must be examined by requesting CA
  -- before publication
protection            present
  -- bits calculated using MSG_SIG_ALG
extraCerts            optionally present
  -- MAY contain any additional certificates that responder wishes
  -- to include
]]></artwork>
      </section>
      <section anchor="sect-d.7">
        <name>In-Band Initialization Using External Identity Certificate</name>
        <t>An (uninitialized) end entity wishes to initialize into the PKI with
a CA, CA-1.  It uses, for authentication purposes, a pre-existing
identity certificate issued by another (external) CA, CA-X.  A trust
relationship must already have been established between CA-1 and CA-X
so that CA-1 can validate the EE identity certificate signed by CA-X.
Furthermore, some mechanism must already have been established within
the Personal Security Environment (PSE) of the EE that would allow it
to authenticate and verify PKIMessages signed by CA-1 (as one
example, the PSE may contain a certificate issued for the public key
of CA-1, signed by another CA that the EE trusts on the basis of
out-of-band authentication techniques).</t>
        <t>The EE sends an initialization request to start the transaction.
When CA-1 responds with a message containing the new certificate, the
end entity replies with a certificate confirmation.  CA-1 replies
with a PKIConfirm to close the transaction.  All messages are signed
(the EE messages are signed using the private key that corresponds to
the public key in its external identity certificate; the CA-1
messages are signed using the private key that corresponds to the
public key in a</t>
        <t>certificate that can be chained to a trust anchor in the EE's PSE).</t>
        <t>The profile for this exchange is identical to that given in <xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>the EE and CA-1 do not share a symmetric MACing key (i.e., there
is no out-of-band shared secret information between these
entities);</t>
          </li>
          <li>
            <t>sender name in ir <bcp14>MUST</bcp14> be present (and identical to the subject
name present in the external identity certificate);</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be used in all messages;</t>
          </li>
          <li>
            <t>external identity cert.  <bcp14>MUST</bcp14> be carried in ir extraCerts field</t>
          </li>
          <li>
            <t>senderKID and recipKID are not used;</t>
          </li>
          <li>
            <t>body is ir or ip;</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
field.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sect-e">
      <name>Variants of Using KEM Keys for PKI Message Protection</name>
      <t>As described in <xref target="sect-5.1.3.4"/>, any party in a PKI management operation may wish to use a KEM key pair for message protection. Below possible cases are described.</t>
      <t>For any PKI management operation started by a PKI entity with any type of request message, the following message flows describe the use of a KEM key. There are two cases to distinguish, namely whether the PKI entity or the PKI management entity owns a KEM key pair. If both sides own KEM key pairs, the flows need to be combined such that for each direction a shared secret key is established.</t>
      <t>In the following message flows Alice indicates the PKI entity that uses a KEM key pair for message authentication and Bob provides the KEM ciphertext using Alice's public KEM key, as described in <xref target="sect-5.1.3.4"/>.</t>
      <t>Message Flow when the PKI entity has a KEM key pair and certificate:</t>
      <figure anchor="KEM-Flow1">
        <name>Message Flow when PKI entity has a KEM key pair</name>
        <artwork align="left"><![CDATA[
Step# PKI entity                           PKI management entity
      (Alice)                              (Bob)
  1   format unprotected genm
        of type
        KemCiphertextInfo
        without value, and
        KEM certificate in
        extraCerts
                         ->   genm    ->
  2                                        validate KEM certificate
                                           perform KEM Encapsulate
                                           format unprotected genp
                                             of type
                                             KemCiphertextInfo
                                             providing KEM ciphertext
                         <-   genp    <-
  3   perform KEM Decapsulate
      perform key derivation
        to get ssk
      format request with
        MAC-based protection
                         ->  request  ->
  4                                        perform key derivation
                                             to get ssk
                                           verify MAC-based
                                             protection

--------  PKI entity authenticated by PKI management entity  --------

                                           format response with
                                             protection depending on
                                             available key material
                         <-  response <-
  5   verify protection
        provided by the
        PKI management entity

          Further messages of this PKI management operation
        can be exchanged with MAC-based protection by the PKI
         entity using the established shared secret key (ssk)
]]></artwork>
      </figure>
      <t>Message Flow when the PKI entity knows that the PKI management entity uses a KEM key pair and has the authentic public key:</t>
      <figure anchor="KEM-Flow2">
        <name>Message Flow when the PKI entity knows that the PKI management entity uses a KEM key pair and has the authentic public key</name>
        <artwork align="left"><![CDATA[
Step# PKI entity                           PKI management entity
      (Bob)                                (Alice)
  1   perform KEM Encapsulate
      format request providing
        KEM ciphertext in
        generalInfo of type
        KemCiphertextInfo,
        and with protection
        depending on available
        key material
                         ->  request  ->
  2                                        perform KEM Decapsulate
                                           perform key derivation
                                             to get ssk
                                           format response with
                                             MAC-based protection
                         <-  response <-
  3   perform key derivation
        to get ssk
      verify MAC-based
        protection

--------  PKI management entity authenticated by PKI entity  --------

          Further messages of this PKI management operation
          can be exchanged with MAC-based protection by the
             PKI management entity using the established
                        shared secret key (ssk)
]]></artwork>
      </figure>
      <t>Note: <xref target="KEM-Flow2"/> describes the situation where KEM-based message protection may not require more that one message exchange.  In this case, the transactionID <bcp14>MUST</bcp14> also be used by the PKI entity (Bob) to ensure domain separation between different PKI management operations.</t>
      <t>Message Flow when the PKI entity does not know that the PKI management entity uses a KEM key pair:</t>
      <figure anchor="KEM-Flow3">
        <name>Message Flow when the PKI entity does not know that the PKI management entity uses a KEM key pair</name>
        <artwork align="left"><![CDATA[
Step# PKI entity                           PKI management entity
      (Bob)                                (Alice)
  1   format request with
        protection depending
        on available key
        material
                         ->  request  ->
  2                                        format unprotected error
                                             with status "rejection"
                                             and failInfo
                                             "wrongIntegrity" and KEM
                                             certificate in
                                             extraCerts
                         <-   error   <-
  3   validate KEM certificate

                 proceed as shown in the Figure before
]]></artwork>
      </figure>
    </section>
    <section anchor="sect-f">
      <name>Compilable ASN.1 Definitions</name>
      <t>This section contains the updated 2002 ASN.1 module for <xref target="RFC5912"/>
as updated in <xref target="RFC9480"/>.
This module replaces the module in Section 9 of <xref target="RFC5912"/>.
The module contains those changes to the normative ASN.1 module from
Appendix F of <xref target="RFC4210"/> that were specified in <xref target="RFC9480"/>,
as well as changes made in this document.</t>
      <sourcecode type="asn.1"><![CDATA[
PKIXCMP-2023
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-cmp2023-02(TBD2) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS

AttributeSet{}, SingleAttribute{}, Extensions{}, EXTENSION, ATTRIBUTE
FROM PKIX-CommonTypes-2009
    {iso(1) identified-organization(3) dod(6) internet(1) security(5)
    mechanisms(5) pkix(7) id-mod(0) id-mod-pkixCommon-02(57)}

AlgorithmIdentifier{}, SIGNATURE-ALGORITHM, ALGORITHM,
    DIGEST-ALGORITHM, MAC-ALGORITHM, KEY-DERIVATION
FROM AlgorithmInformation-2009
    {iso(1) identified-organization(3) dod(6) internet(1) security(5)
    mechanisms(5) pkix(7) id-mod(0)
    id-mod-algorithmInformation-02(58)}

Certificate, CertificateList, Time, id-kp
FROM PKIX1Explicit-2009
    {iso(1) identified-organization(3) dod(6) internet(1) security(5)
    mechanisms(5) pkix(7) id-mod(0) id-mod-pkix1-explicit-02(51)}

DistributionPointName, GeneralNames, GeneralName, KeyIdentifier
FROM PKIX1Implicit-2009
    {iso(1) identified-organization(3) dod(6) internet(1) security(5)
    mechanisms(5) pkix(7) id-mod(0) id-mod-pkix1-implicit-02(59)}

CertTemplate, PKIPublicationInfo, EncryptedKey, CertId,
    CertReqMessages, Controls, RegControlSet, id-regCtrl
FROM PKIXCRMF-2009
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-crmf2005-02(55) }
    -- The import of EncryptedKey is added due to the updates made
    -- in [RFC9480]. EncryptedValue does not need to be imported
    -- anymore and is therefore removed here.

CertificationRequest
FROM PKCS-10
    {iso(1) identified-organization(3) dod(6) internet(1) security(5)
    mechanisms(5) pkix(7) id-mod(0) id-mod-pkcs10-2009(69)}
-- (specified in [RFC2986] with 1993 ASN.1 syntax and IMPLICIT
-- tags).  Alternatively, implementers may directly include
-- the syntax of [RFC2986] in this module.

localKeyId
FROM PKCS-9
    {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
    modules(0) pkcs-9(1)}
    -- The import of localKeyId is added due to the updates made in
    -- [RFC9480]

EnvelopedData, SignedData
FROM CryptographicMessageSyntax-2009
    {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
    smime(16) modules(0) id-mod-cms-2004-02(41)}
    -- The import of EnvelopedData and SignedData is added due to
    -- the updates made in CMP Updates [RFC9480]

KEM-ALGORITHM
FROM KEMAlgorithmInformation-2023  -- [RFCFFFF]
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-kemAlgorithmInformation-2023(TBD3) }
    -- The import of KEM-ALGORITHM was added due to the updates made
    -- in [RFCXXXX]
-- RFC-Editor: Please set the new OID defined in
-- draft-ietf-lamps-cms-kemri as TBD3.
;

-- History of the PKIXCMP ASN.1 modules
-- [RFC2510]
--    1988 Syntax, PKIXCMP, 1.3.6.1.5.5.7.0.9 (id-mod-cmp)
--    Obsoleted by RFC 4210 PKIXCMP, 1.3.6.1.5.5.7.0.16
--                                   (id-mod-cmp2000)
-- [RFC4210]
--    1988 Syntax, PKIXCMP, 1.3.6.1.5.5.7.0.16 (id-mod-cmp2000)
--    Replaced by RFC 9480 PKIXCMP, 1.3.6.1.5.5.7.0.99
--                                  (id-mod-cmp2021-88)
-- [RFC5912]
--    2002 Syntax, PKIXCMP-2009, 1.3.6.1.5.5.7.0.50
--                               (id-mod-cmp2000-02)
--    Replaced by RFC 9480 PKIXCMP-2021, 1.3.6.1.5.5.7.0.100
--                                       (id-mod-cmp2021-02)
-- [RFC9480]
--    1988 Syntax, PKIXCMP, 1.3.6.1.5.5.7.0.99 (id-mod-cmp2021-88)
--    2002 Syntax, PKIXCMP-2021, 1.3.6.1.5.5.7.0.100
--                               (id-mod-cmp2021-02)
--    Obsoleted by [RFCXXXX] PKIXCMP-2023, 1.3.6.1.5.5.7.0.TBD2
--                                         (id-mod-cmp2023-02)
-- [RFCXXXX]
--    2002 Syntax, PKIXCMP-2023, 1.3.6.1.5.5.7.0.TBD2
--                               (id-mod-cmp2023-02)


-- The rest of the module contains locally defined OIDs and
-- constructs:

CMPCertificate ::= CHOICE { x509v3PKCert Certificate, ... }
-- This syntax, while bits-on-the-wire compatible with the
-- standard X.509 definition of "Certificate", allows the
-- possibility of future certificate types (such as X.509
-- attribute certificates, card-verifiable certificates, or other
-- kinds of certificates) within this Certificate Management
-- Protocol, should a need ever arise to support such generality.
-- Those implementations that do not foresee a need to ever support
-- other certificate types MAY, if they wish, comment out the
-- above structure and "uncomment" the following one prior to
-- compiling this ASN.1 module.  (Note that interoperability
-- with implementations that don't do this will be unaffected by
-- this change.)

-- CMPCertificate ::= Certificate

PKIMessage ::= SEQUENCE {
    header           PKIHeader,
    body             PKIBody,
    protection   [0] PKIProtection OPTIONAL,
    extraCerts   [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                  OPTIONAL }

PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage

PKIHeader ::= SEQUENCE {
    pvno                INTEGER     { cmp1999(1), cmp2000(2),
                                      cmp2021(3) },
    sender              GeneralName,
    -- identifies the sender
    recipient           GeneralName,
    -- identifies the intended recipient
    messageTime     [0] GeneralizedTime         OPTIONAL,
    -- time of production of this message (used when sender
    -- believes that the transport will be "suitable", i.e.,
    -- that the time will still be meaningful upon receipt)
    protectionAlg   [1] AlgorithmIdentifier{ALGORITHM, {...}}
                            OPTIONAL,
    -- algorithm used for calculation of protection bits
    senderKID       [2] KeyIdentifier           OPTIONAL,
    recipKID        [3] KeyIdentifier           OPTIONAL,
    -- to identify specific keys used for protection
    transactionID   [4] OCTET STRING            OPTIONAL,
    -- identifies the transaction, i.e., this will be the same in
    -- corresponding request, response, certConf, and PKIConf
    -- messages
    senderNonce     [5] OCTET STRING            OPTIONAL,
    recipNonce      [6] OCTET STRING            OPTIONAL,
    -- nonces used to provide replay protection, senderNonce
    -- is inserted by the creator of this message; recipNonce
    -- is a nonce previously inserted in a related message by
    -- the intended recipient of this message.
    freeText        [7] PKIFreeText             OPTIONAL,
    -- this may be used to indicate context-specific instructions
    -- (this field is intended for human consumption)
    generalInfo     [8] SEQUENCE SIZE (1..MAX) OF
                        InfoTypeAndValue     OPTIONAL
    -- this may be used to convey context-specific information
    -- (this field not primarily intended for human consumption)
}

PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
    -- text encoded as UTF-8 string [RFC3629]

PKIBody ::= CHOICE {       -- message-specific body elements
    ir       [0]  CertReqMessages,        --Initialization Request
    ip       [1]  CertRepMessage,         --Initialization Response
    cr       [2]  CertReqMessages,        --Certification Request
    cp       [3]  CertRepMessage,         --Certification Response
    p10cr    [4]  CertificationRequest,   --imported from [RFC2986]
    popdecc  [5]  POPODecKeyChallContent, --pop Challenge
    popdecr  [6]  POPODecKeyRespContent,  --pop Response
    kur      [7]  CertReqMessages,        --Key Update Request
    kup      [8]  CertRepMessage,         --Key Update Response
    krr      [9]  CertReqMessages,        --Key Recovery Request
    krp      [10] KeyRecRepContent,       --Key Recovery Response
    rr       [11] RevReqContent,          --Revocation Request
    rp       [12] RevRepContent,          --Revocation Response
    ccr      [13] CertReqMessages,        --Cross-Cert. Request
    ccp      [14] CertRepMessage,         --Cross-Cert. Response
    ckuann   [15] CAKeyUpdAnnContent,     --CA Key Update Ann.
    cann     [16] CertAnnContent,         --Certificate Ann.
    rann     [17] RevAnnContent,          --Revocation Ann.
    crlann   [18] CRLAnnContent,          --CRL Announcement
    pkiconf  [19] PKIConfirmContent,      --Confirmation
    nested   [20] NestedMessageContent,   --Nested Message
    genm     [21] GenMsgContent,          --General Message
    genp     [22] GenRepContent,          --General Response
    error    [23] ErrorMsgContent,        --Error Message
    certConf [24] CertConfirmContent,     --Certificate Confirm
    pollReq  [25] PollReqContent,         --Polling Request
    pollRep  [26] PollRepContent          --Polling Response
}

PKIProtection ::= BIT STRING

ProtectedPart ::= SEQUENCE {
    header    PKIHeader,
    body      PKIBody }

id-PasswordBasedMac OBJECT IDENTIFIER ::= { iso(1) member-body(2)
    usa(840) nt(113533) nsn(7) algorithms(66) 13 }
PBMParameter ::= SEQUENCE {
    salt                OCTET STRING,
    -- Note:  Implementations MAY wish to limit acceptable sizes
    -- of this string to values appropriate for their environment
    -- in order to reduce the risk of denial-of-service attacks.
    owf                 AlgorithmIdentifier{DIGEST-ALGORITHM, {...}},
    -- AlgId for the One-Way Function
    iterationCount      INTEGER,
    -- number of times the OWF is applied
    -- Note:  Implementations MAY wish to limit acceptable sizes
    -- of this integer to values appropriate for their environment
    -- in order to reduce the risk of denial-of-service attacks.
    mac                 AlgorithmIdentifier{MAC-ALGORITHM, {...}}
    -- AlgId of the Message Authentication Code algorithm
}

id-DHBasedMac OBJECT IDENTIFIER ::= { iso(1) member-body(2)
    usa(840) nt(113533) nsn(7) algorithms(66) 30 }
DHBMParameter ::= SEQUENCE {
    owf                 AlgorithmIdentifier{DIGEST-ALGORITHM, {...}},
    -- AlgId for a One-Way Function
    mac                 AlgorithmIdentifier{MAC-ALGORITHM, {...}}
    -- AlgId of the Message Authentication Code algorithm
}

-- id-KemBasedMac and KemBMParameter were added in [RFCXXXX]

id-KemBasedMac OBJECT IDENTIFIER ::= { iso(1) member-body(2)
    usa(840) nt(113533) nsn(7) algorithms(66) TBD4 }
KemBMParameter ::= SEQUENCE {
    kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
    -- AlgId of the Key Derivation Function algorithm
    kemContext   [0] OCTET STRING OPTIONAL,
    -- MAY contain additional algorithm specific context information
    len              INTEGER (1..MAX),
    -- Defines the length of the keying material output of the KDF
    -- SHOULD be the maximum key length of the MAC function
    mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
    -- AlgId of the Message Authentication Code algorithm
}

PKIStatus ::= INTEGER {
    accepted               (0),
    -- you got exactly what you asked for
    grantedWithMods        (1),
    -- you got something like what you asked for; the
    -- requester is responsible for ascertaining the differences
    rejection              (2),
    -- you don't get it, more information elsewhere in the message
    waiting                (3),
    -- the request body part has not yet been processed; expect to
    -- hear more later (note: proper handling of this status
    -- response MAY use the polling req/rep PKIMessages specified
    -- in Section 5.3.22; alternatively, polling in the underlying
    -- transport layer MAY have some utility in this regard)
    revocationWarning      (4),
    -- this message contains a warning that a revocation is
    -- imminent
    revocationNotification (5),
    -- notification that a revocation has occurred
    keyUpdateWarning       (6)
    -- update already done for the oldCertId specified in
    -- CertReqMsg
}

PKIFailureInfo ::= BIT STRING {
-- since we can fail in more than one way!
-- More codes may be added in the future if/when required.
    badAlg              (0),
    -- unrecognized or unsupported algorithm identifier
    badMessageCheck     (1),
    -- integrity check failed (e.g., signature did not verify)
    badRequest          (2),
    -- transaction not permitted or supported
    badTime             (3),
    -- messageTime was not sufficiently close to the system time,
    -- as defined by local policy
    badCertId           (4),
    -- no certificate could be found matching the provided criteria
    badDataFormat       (5),
    -- the data submitted has the wrong format
    wrongAuthority      (6),
    -- the authority indicated in the request is different from the
    -- one creating the response token
    incorrectData       (7),
    -- the requester's data is incorrect (for notary services)
    missingTimeStamp    (8),
    -- when the timestamp is missing but should be there
    -- (by policy)
    badPOP              (9),
    -- the proof-of-possession failed
    certRevoked         (10),
    -- the certificate has already been revoked
    certConfirmed       (11),
    -- the certificate has already been confirmed
    wrongIntegrity      (12),
    -- KEM ciphertext missing for MAC-based protection of response,
    -- or not valid integrity of message received (password based
    -- instead of signature or vice versa)
    badRecipientNonce   (13),
    -- not valid recipient nonce, either missing or wrong value
    timeNotAvailable    (14),
    -- the TSA's time source is not available
    unacceptedPolicy    (15),
    -- the requested TSA policy is not supported by the TSA
    unacceptedExtension (16),
    -- the requested extension is not supported by the TSA
    addInfoNotAvailable (17),
    -- the additional information requested could not be
    -- understood or is not available
    badSenderNonce      (18),
    -- not valid sender nonce, either missing or wrong size
    badCertTemplate     (19),
    -- not valid cert. template or missing mandatory information
    signerNotTrusted    (20),
    -- signer of the message unknown or not trusted
    transactionIdInUse  (21),
    -- the transaction identifier is already in use
    unsupportedVersion  (22),
    -- the version of the message is not supported
    notAuthorized       (23),
    -- the sender was not authorized to make the preceding
    -- request or perform the preceding action
    systemUnavail       (24),
    -- the request cannot be handled due to system unavailability
    systemFailure       (25),
    -- the request cannot be handled due to system failure
    duplicateCertReq    (26)
    -- certificate cannot be issued because a duplicate
    -- certificate already exists
}

PKIStatusInfo ::= SEQUENCE {
    status        PKIStatus,
    statusString  PKIFreeText     OPTIONAL,
    failInfo      PKIFailureInfo  OPTIONAL }

OOBCert ::= CMPCertificate

OOBCertHash ::= SEQUENCE {
    hashAlg     [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}}
                        OPTIONAL,
    certId      [1] CertId                  OPTIONAL,
    hashVal         BIT STRING
    -- hashVal is calculated over the DER encoding of the
    -- self-signed certificate with the identifier certID.
}

POPODecKeyChallContent ::= SEQUENCE OF Challenge
-- One Challenge per encryption or key agreement key certification
-- request (in the same order as these requests appear in
-- CertReqMessages).

-- encryptedRand was added in [RFCXXXX]

Challenge ::= SEQUENCE {
   owf                 AlgorithmIdentifier{DIGEST-ALGORITHM, {...}}
                            OPTIONAL,
   -- MUST be present in the first Challenge; MAY be omitted in
   -- any subsequent Challenge in POPODecKeyChallContent (if
   -- omitted, then the owf used in the immediately preceding
   -- Challenge is to be used).
   witness             OCTET STRING,
   -- the result of applying the one-way function (owf) to a
   -- randomly-generated INTEGER, A. (Note that a different
   -- INTEGER MUST be used for each Challenge.)
   challenge           OCTET STRING
   -- MUST be used for cmp2000(2) popdecc messages and MUST be
   -- the encryption of Rand (using a mechanism depending on the
   -- private key type).
   -- MUST be an empty OCTET STRING for cmp2021(3) popdecc messages.
   -- Note: Using challenge omitting the optional encryptedRand is
   -- bit-compatible to the syntax without adding this optional
   -- field.
   encryptedRand   [0] EnvelopedData OPTIONAL
   -- MUST be omitted for cmp2000(2) popdecc messages.
   -- MUST be used for cmp2021(3) popdecc messages and MUST contain
   -- the encrypted value of Rand using CMS EnvelopedData using the
   -- key management technique depending on the private key type as
   -- defined in Section 5.2.2.
}

-- Rand was added in [RFC9480]

Rand ::= SEQUENCE {
-- Rand is encrypted involving the public key to form the content of
-- challenge or encryptedRand in POPODecKeyChallContent
   int                  INTEGER,
   -- the randomly generated INTEGER A (above)
   sender               GeneralName
   -- the sender's name (as included in PKIHeader)
}

POPODecKeyRespContent ::= SEQUENCE OF INTEGER
-- One INTEGER per encryption or key agreement key certification
-- request (in the same order as these requests appear in
-- CertReqMessages). The retrieved INTEGER A (above) is returned to
-- the sender of the corresponding Challenge.

CertRepMessage ::= SEQUENCE {
    caPubs       [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                  OPTIONAL,
    response         SEQUENCE OF CertResponse }

CertResponse ::= SEQUENCE {
    certReqId           INTEGER,
    -- to match this response with the corresponding request (a value
    -- of -1 is to be used if certReqId is not specified in the
    -- corresponding request, which can only be a p10cr)
    status              PKIStatusInfo,
    certifiedKeyPair    CertifiedKeyPair    OPTIONAL,
    rspInfo             OCTET STRING        OPTIONAL
    -- analogous to the id-regInfo-utf8Pairs string defined
    -- for regInfo in CertReqMsg [RFC4211]
}

CertifiedKeyPair ::= SEQUENCE {
    certOrEncCert       CertOrEncCert,
    privateKey      [0] EncryptedKey      OPTIONAL,
    -- See [RFC4211] for comments on encoding.
    -- Changed from EncryptedValue to EncryptedKey as a CHOICE of
    -- EncryptedValue and EnvelopedData due to the changes made in
    -- [RFC9480].
    -- Using the choice EncryptedValue is bit-compatible to the
    -- syntax without this change.
    publicationInfo [1] PKIPublicationInfo  OPTIONAL }

CertOrEncCert ::= CHOICE {
    certificate     [0] CMPCertificate,
    encryptedCert   [1] EncryptedKey
    -- Changed from Encrypted Value to EncryptedKey as a CHOICE of
    -- EncryptedValue and EnvelopedData due to the changes made in
    -- [RFC9480].
    -- Using the choice EncryptedValue is bit-compatible to the
    -- syntax without this change.
}

KeyRecRepContent ::= SEQUENCE {
    status                  PKIStatusInfo,
    newSigCert          [0] CMPCertificate OPTIONAL,
    caCerts             [1] SEQUENCE SIZE (1..MAX) OF
                                     CMPCertificate OPTIONAL,
    keyPairHist         [2] SEQUENCE SIZE (1..MAX) OF
                                     CertifiedKeyPair OPTIONAL }

RevReqContent ::= SEQUENCE OF RevDetails

RevDetails ::= SEQUENCE {
    certDetails         CertTemplate,
    -- allows requester to specify as much as they can about
    -- the cert. for which revocation is requested
    -- (e.g., for cases in which serialNumber is not available)
    crlEntryDetails     Extensions{{...}}    OPTIONAL
    -- requested crlEntryExtensions
}

RevRepContent ::= SEQUENCE {
    status       SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
    -- in same order as was sent in RevReqContent
    revCerts [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
    -- IDs for which revocation was requested
    -- (same order as status)
    crls     [1] SEQUENCE SIZE (1..MAX) OF CertificateList OPTIONAL
    -- the resulting CRLs (there may be more than one)
}

CAKeyUpdAnnContent ::= SEQUENCE {
    oldWithNew   CMPCertificate, -- old pub signed with new priv
    newWithOld   CMPCertificate, -- new pub signed with old priv
    newWithNew   CMPCertificate  -- new pub signed with new priv
}

CertAnnContent ::= CMPCertificate

RevAnnContent ::= SEQUENCE {
    status              PKIStatus,
    certId              CertId,
    willBeRevokedAt     GeneralizedTime,
    badSinceDate        GeneralizedTime,
    crlDetails          Extensions{{...}}  OPTIONAL
    -- extra CRL details (e.g., crl number, reason, location, etc.)
}

CRLAnnContent ::= SEQUENCE OF CertificateList
PKIConfirmContent ::= NULL

NestedMessageContent ::= PKIMessages

-- CertReqTemplateContent, AttributeTypeAndValue,
-- ExpandedRegControlSet, id-regCtrl-altCertTemplate,
-- AltCertTemplate, regCtrl-algId, id-regCtrl-algId, AlgIdCtrl,
-- regCtrl-rsaKeyLen, id-regCtrl-rsaKeyLen, and RsaKeyLenCtrl
-- were added in [RFC9480]

CertReqTemplateContent ::= SEQUENCE {
   certTemplate           CertTemplate,
   -- prefilled certTemplate structure elements
   -- The SubjectPublicKeyInfo field in the certTemplate MUST NOT
   -- be used.
   keySpec                Controls OPTIONAL
   -- MAY be used to specify supported algorithms
   -- Controls  ::= SEQUENCE SIZE (1..MAX) OF AttributeTypeAndValue
   -- as specified in CRMF [RFC4211]
   }

AttributeTypeAndValue ::= SingleAttribute{{ ... }}

ExpandedRegControlSet ATTRIBUTE ::= { RegControlSet |
   regCtrl-altCertTemplate | regCtrl-algId | regCtrl-rsaKeyLen, ... }

regCtrl-altCertTemplate ATTRIBUTE ::=
   { TYPE AltCertTemplate IDENTIFIED BY id-regCtrl-altCertTemplate }

id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= { id-regCtrl 7 }

AltCertTemplate ::= AttributeTypeAndValue
   -- specifies a template for a certificate other than an X.509v3
   -- public key certificate

regCtrl-algId ATTRIBUTE ::=
   { TYPE AlgIdCtrl IDENTIFIED BY id-regCtrl-algId }

id-regCtrl-algId OBJECT IDENTIFIER ::= { id-regCtrl 11 }

AlgIdCtrl ::= AlgorithmIdentifier{ALGORITHM, {...}}
   -- SHALL be used to specify supported algorithms other than RSA

regCtrl-rsaKeyLen ATTRIBUTE ::=
   { TYPE RsaKeyLenCtrl IDENTIFIED BY id-regCtrl-rsaKeyLen }

id-regCtrl-rsaKeyLen OBJECT IDENTIFIER ::= { id-regCtrl 12 }

RsaKeyLenCtrl ::= INTEGER (1..MAX)
   -- SHALL be used to specify supported RSA key lengths

-- RootCaKeyUpdateContent, CRLSource, and CRLStatus were added in
-- [RFC9480]

RootCaKeyUpdateContent ::= SEQUENCE {
   newWithNew       CMPCertificate,
   -- new root CA certificate
   newWithOld   [0] CMPCertificate OPTIONAL,
   -- X.509 certificate containing the new public root CA key
   -- signed with the old private root CA key
   oldWithNew   [1] CMPCertificate OPTIONAL
   -- X.509 certificate containing the old public root CA key
   -- signed with the new private root CA key
   }

CRLSource ::= CHOICE {
   dpn          [0] DistributionPointName,
   issuer       [1] GeneralNames }

CRLStatus ::= SEQUENCE {
   source       CRLSource,
   thisUpdate   Time OPTIONAL }

-- KemCiphertextInfo and KemOtherInfo were added in [RFCXXXX]

KemCiphertextInfo ::= SEQUENCE {
   kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
   -- AlgId of the Key Encapsulation Mechanism algorithm
   ct               OCTET STRING
   -- Ciphertext output from the Encapsulate function
   }

KemOtherInfo ::= SEQUENCE {
   staticString     PKIFreeText,
   -- MUST be "CMP-KEM"
   transactionID    OCTET STRING,
   -- MUST contain the values from the message previously received
   -- containing the ciphertext (ct) in KemCiphertextInfo
   kemContext   [0] OCTET STRING OPTIONAL
   -- MAY contain additional algorithm specific context information
  }

INFO-TYPE-AND-VALUE ::= TYPE-IDENTIFIER

InfoTypeAndValue ::= SEQUENCE {
    infoType    INFO-TYPE-AND-VALUE.
                    &id({SupportedInfoSet}),
    infoValue   INFO-TYPE-AND-VALUE.
                    &Type({SupportedInfoSet}{@infoType}) }

SupportedInfoSet INFO-TYPE-AND-VALUE ::= { ... }

-- Example InfoTypeAndValue contents include, but are not limited
-- to, the following (uncomment in this ASN.1 module and use as
-- appropriate for a given environment):
--
--   id-it-caProtEncCert    OBJECT IDENTIFIER ::= {id-it 1}
--      CAProtEncCertValue      ::= CMPCertificate
--   id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
--      SignKeyPairTypesValue   ::= SEQUENCE SIZE (1..MAX) OF
--                                      AlgorithmIdentifier{{...}}
--   id-it-encKeyPairTypes  OBJECT IDENTIFIER ::= {id-it 3}
--      EncKeyPairTypesValue    ::= SEQUENCE SIZE (1..MAX) OF
--                                      AlgorithmIdentifier{{...}}
--   id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
--      PreferredSymmAlgValue   ::= AlgorithmIdentifier{{...}}
--   id-it-caKeyUpdateInfo  OBJECT IDENTIFIER ::= {id-it 5}
--      CAKeyUpdateInfoValue    ::= CAKeyUpdAnnContent
--   id-it-currentCRL       OBJECT IDENTIFIER ::= {id-it 6}
--      CurrentCRLValue         ::= CertificateList
--   id-it-unsupportedOIDs  OBJECT IDENTIFIER ::= {id-it 7}
--      UnsupportedOIDsValue    ::= SEQUENCE SIZE (1..MAX) OF
--                                          OBJECT IDENTIFIER
--   id-it-keyPairParamReq  OBJECT IDENTIFIER ::= {id-it 10}
--      KeyPairParamReqValue    ::= OBJECT IDENTIFIER
--   id-it-keyPairParamRep  OBJECT IDENTIFIER ::= {id-it 11}
--      KeyPairParamRepValue    ::= AlgorithmIdentifier{{...}}
--   id-it-revPassphrase    OBJECT IDENTIFIER ::= {id-it 12}
--      RevPassphraseValue      ::= EncryptedKey
--      - Changed from Encrypted Value to EncryptedKey as a CHOICE
--      - of EncryptedValue and EnvelopedData due to the changes
--      - made in [RFC9480]
--      - Using the choice EncryptedValue is bit-compatible to
--      - the syntax without this change
--   id-it-implicitConfirm  OBJECT IDENTIFIER ::= {id-it 13}
--      ImplicitConfirmValue    ::= NULL
--   id-it-confirmWaitTime  OBJECT IDENTIFIER ::= {id-it 14}
--      ConfirmWaitTimeValue    ::= GeneralizedTime
--   id-it-origPKIMessage   OBJECT IDENTIFIER ::= {id-it 15}
--      OrigPKIMessageValue     ::= PKIMessages
--   id-it-suppLangTags     OBJECT IDENTIFIER ::= {id-it 16}
--      SuppLangTagsValue       ::= SEQUENCE OF UTF8String
--   id-it-caCerts          OBJECT IDENTIFIER ::= {id-it 17}
--      CaCertsValue            ::= SEQUENCE SIZE (1..MAX) OF
--                                             CMPCertificate
--      - id-it-caCerts added in [RFC9480]
--   id-it-rootCaKeyUpdate  OBJECT IDENTIFIER ::= {id-it 18}
--      RootCaKeyUpdateValue    ::= RootCaKeyUpdateContent
--      - id-it-rootCaKeyUpdate added in [RFC9480]
--   id-it-certReqTemplate  OBJECT IDENTIFIER ::= {id-it 19}
--      CertReqTemplateValue    ::= CertReqTemplateContent
--      - id-it-certReqTemplate added in [RFC9480]
--   id-it-rootCaCert       OBJECT IDENTIFIER ::= {id-it 20}
--      RootCaCertValue         ::= CMPCertificate
--      - id-it-rootCaCert added in [RFC9480]
--   id-it-certProfile      OBJECT IDENTIFIER ::= {id-it 21}
--      CertProfileValue        ::= SEQUENCE SIZE (1..MAX) OF
--                                                 UTF8String
--      - id-it-certProfile added in [RFC9480]
--   id-it-crlStatusList    OBJECT IDENTIFIER ::= {id-it 22}
--      CRLStatusListValue      ::= SEQUENCE SIZE (1..MAX) OF
--                                                  CRLStatus
--      - id-it-crlStatusList added in [RFC9480]
--   id-it-crls             OBJECT IDENTIFIER ::= {id-it 23}
--      CRLsValue               ::= SEQUENCE SIZE (1..MAX) OF
--                                            CertificateList
--      - id-it-crls added in [RFC9480]
--   id-it-KemCiphertextInfo    OBJECT IDENTIFIER ::= {id-it TBD1}
--      KemCiphertextInfoValue  ::= KemCiphertextInfo
--      - id-it-KemCiphertextInfo was added in [RFCXXXX]
--
-- where
--
--   id-pkix OBJECT IDENTIFIER ::= {
--      iso(1) identified-organization(3)
--      dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
-- and
--   id-it   OBJECT IDENTIFIER ::= {id-pkix 4}
--
--
-- This construct MAY also be used to define new PKIX Certificate
-- Management Protocol request and response messages or
-- general-purpose (e.g., announcement) messages for future needs
-- or for specific environments.

GenMsgContent ::= SEQUENCE OF InfoTypeAndValue

-- May be sent by EE, RA, or CA (depending on message content).
-- The OPTIONAL infoValue parameter of InfoTypeAndValue will
-- typically be omitted for some of the examples given above.
-- The receiver is free to ignore any contained OIDs that it
-- does not recognize.  If sent from EE to CA, the empty set
-- indicates that the CA may send
-- any/all information that it wishes.

GenRepContent ::= SEQUENCE OF InfoTypeAndValue
-- The receiver MAY ignore any contained OIDs that it does not
-- recognize.

ErrorMsgContent ::= SEQUENCE {
    pKIStatusInfo          PKIStatusInfo,
    errorCode              INTEGER           OPTIONAL,
    -- implementation-specific error codes
    errorDetails           PKIFreeText       OPTIONAL
    -- implementation-specific error details
}

CertConfirmContent ::= SEQUENCE OF CertStatus

CertStatus ::= SEQUENCE {
    certHash    OCTET STRING,
    -- the hash of the certificate, using the same hash algorithm
    -- as is used to create and verify the certificate signature
    certReqId   INTEGER,
    -- to match this confirmation with the corresponding req/rep
    statusInfo  PKIStatusInfo OPTIONAL,
    hashAlg [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}} OPTIONAL
    -- the hash algorithm to use for calculating certHash
    -- SHOULD NOT be used in all cases where the AlgorithmIdentifier
    -- of the certificate signature specifies a hash algorithm
   }

PollReqContent ::= SEQUENCE OF SEQUENCE {
    certReqId              INTEGER }

PollRepContent ::= SEQUENCE OF SEQUENCE {
    certReqId              INTEGER,
    checkAfter             INTEGER,  -- time in seconds
    reason                 PKIFreeText OPTIONAL }

--
-- Extended key usage extension for PKI entities used in CMP
-- operations, added due to the changes made in [RFC9480]
-- The EKUs for the CA and RA are reused from CMC, as defined in
-- [RFC6402]
--

-- id-kp-cmcCA OBJECT IDENTIFIER ::= { id-kp 27 }
-- id-kp-cmcRA OBJECT IDENTIFIER ::= { id-kp 28 }
id-kp-cmKGA OBJECT IDENTIFIER ::= { id-kp 32 }

END
]]></sourcecode>
    </section>
    <section anchor="sect-g">
      <name>History of Changes</name>
      <t>Note: This appendix will be deleted in the final version of the document.</t>
      <t>From version 07 -&gt; 08:</t>
      <ul spacing="normal">
        <li>
          <t>Aligned with released RFC 9480 - RFC 9483</t>
        </li>
        <li>
          <t>Updated Section 1.3</t>
        </li>
        <li>
          <t>Added text on usage of transactionID with KEM-bases message protection to Section 5.1.1</t>
        </li>
        <li>
          <t>Reverted a change to Section 5.1.3.1 from -02 and reinserting the deleted text and adding some text explaining when a key expansion is required.</t>
        </li>
        <li>
          <t>Consolidated the definition and transferal of KemCiphertextInfo. Added a new Section 5.1.1.5 introducing KemCiphertextInfo in the generalInfo filed and moving text on how to request a KEM ciphertext using genm/genp from Section 5.1.3.4 to Section 5.3.19.18</t>
        </li>
        <li>
          <t>Some editorial changes to Section 5.1.3.4 and Appendix E after discussion with David resolving #30 and discussing at IETF 117. Also introducing optional field kemContext to KemBasedMac and KemOtherInfo as CMP-specific alternative to ukm in cms-kemri.</t>
        </li>
        <li>
          <t>Added ToDo for reviewing the reduced content of KemOtherInfo to Section 5.1.3.4</t>
        </li>
        <li>
          <t>Added a cross-reference to Section 5.1.1.3 regarding use of OrigPKIMessage to Section 5.1.3.5</t>
        </li>
        <li>
          <t>Added POP for KEM keys to Section 5.2.8. Restructured the section and fixed some references which broke from RFC2510 to RFC4210. Introduced a section on the usage of raVerified.</t>
        </li>
        <li>
          <t>Fixed the issue in Section 5.3.19.15, resulting from a change made in draft-ietf-lamps-cmp-updates-14, that no plain public-key can be used in the request message in CMPCertificate.</t>
        </li>
        <li>
          <t>Updated Appendix B regarding KEM-based message protection and usage of CMS EnvelopedData</t>
        </li>
      </ul>
      <t>From version 06 -&gt; 07:</t>
      <ul spacing="normal">
        <li>
          <t>Updated section 5.1.1.4 addressing a question from Liao Lijun on how to interpret less profile names than certReqMsgs</t>
        </li>
        <li>
          <t>Updated section 5.1.3.4 specifying establishing a shares secret key for one arbitrary side of the CMP communication only</t>
        </li>
        <li>
          <t>Removed the note and the security consideration regarding combiner function for HPKE</t>
        </li>
        <li>
          <t>Added security considerations 8.1 and 8.8</t>
        </li>
        <li>
          <t>Updates IANA Considerations in section 9 to add new OID for the updates ASN.1 module and for id-it-KemCiphertextInfo</t>
        </li>
        <li>
          <t>Added new appendix E showing different variants of using KEM keys for PKI message protection</t>
        </li>
        <li>
          <t>Updates ASN.1 module in appendix F</t>
        </li>
      </ul>
      <t>From version 05 -&gt; 06:</t>
      <ul spacing="normal">
        <li>
          <t>Updated section 5.1.3.4 exchanging HPKE with plain KEM+KDF as also used in draft-ietf-lamps-cms-kemri</t>
        </li>
      </ul>
      <t>From version 04 -&gt; 05:</t>
      <ul spacing="normal">
        <li>
          <t>Updated sections 5.1.3.4, 5.2.2, and 8.9 addressing comments from Russ (see thread "I-D Action: draft-ietf-lamps-rfc4210bis-04.txt")</t>
        </li>
      </ul>
      <t>From version 03 -&gt; 04:</t>
      <ul spacing="normal">
        <li>
          <t>Added Section 4.3.4 regarding POP for KEM keys</t>
        </li>
        <li>
          <t>Added Section 5.1.3.4 on message protection using KEM keys and HPKE</t>
        </li>
        <li>
          <t>Aligned Section 5.2.2 on guidance which CMS key management technique to use with encrypted values (see thread "CMS: selection of key management technique to use for EnvelopedData") also adding support for KEM keys</t>
        </li>
        <li>
          <t>Added Section 8.9 and extended Section 3.1.2 regarding use of Certificate Transparency logs</t>
        </li>
        <li>
          <t>Deleted former Appendix C as announced in the -03</t>
        </li>
        <li>
          <t>Fixed some nits resulting from XML -&gt; MD conversion</t>
        </li>
      </ul>
      <t>From version 02 -&gt; 03:</t>
      <ul spacing="normal">
        <li>
          <t>Updated Section 4.4.1 clarifying the definition of "new with new" certificate
validity period (see thread "RFC4210bis - notAfter time of newWithNew certificate")</t>
        </li>
        <li>
          <t>Added ToDo to Section 4.3 and 5.2.8 on required alignment regarding POP for
KEM keys.</t>
        </li>
        <li>
          <t>Updated Sections 5.2.1, 5.2.8, and 5.2.8.1 incorporating text of former Appendix
C (see thread "draft-ietf-lamps-rfc4210bis - ToDo on review of Appendix C")</t>
        </li>
        <li>
          <t>Added a ToDo to Appendix B to indicate additional review need to try pushing
the content to Sections 4 and Section 5</t>
        </li>
      </ul>
      <t>From version 01 -&gt; 02:</t>
      <ul spacing="normal">
        <li>
          <t>Added Section 3.1.1.4 introducing the Key Generation Authority</t>
        </li>
        <li>
          <t>Added Section 5.1.1.3 containing description of origPKIMessage content moved
here from Section 5.1.3.4</t>
        </li>
        <li>
          <t>Added ToDos on defining POP and message protection using KEM keys</t>
        </li>
        <li>
          <t>Added a ToDo to Section 4.4.3</t>
        </li>
        <li>
          <t>Added a ToDo to Appendix C to do a more detailed review</t>
        </li>
        <li>
          <t>Removed concrete algorithms and referred to CMP Algorithms instead</t>
        </li>
        <li>
          <t>Added references to Appendix D and E as well as the Lightweight CMP Profile
for further information</t>
        </li>
        <li>
          <t>Broaden the scope from human users also to devices and services</t>
        </li>
        <li>
          <t>Addressed idnits feedback, specifically changing from historic LDAP V2 to
LDAP V3 (RFC4511)</t>
        </li>
        <li>
          <t>Did some further editorial alignment to the XML</t>
        </li>
      </ul>
      <t>From version 00 -&gt; 01:</t>
      <ul spacing="normal">
        <li>
          <t>Performed all updates specified in CMP Updates Section 2 and Appendix A.2.</t>
        </li>
        <li>
          <t>Did some editorial alignment to the XML</t>
        </li>
      </ul>
      <t>Version 00:</t>
      <t>This version consists of the text of RFC4210 with the following changes:</t>
      <ul spacing="normal">
        <li>
          <t>Introduced the authors of this document and thanked the authors of RFC4210
for their work.</t>
        </li>
        <li>
          <t>Added a paragraph to the introduction explaining the background of this document.</t>
        </li>
        <li>
          <t>Added the change history to this appendix.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8y963rbRpYo+h9PgVF+mJwhaVGSb0p39mZkOdbYsjWSkvRM
Jqc/kAQltEiADYBS1GmfZ5mnOA/QT3bWtWoVAMpyem78ZjoWCdRl1ap1vwyH
w+j2MN6PsnV5GNflpqr3dndf7e5F82KWJ6v0MJ6XyaIeZmm9GC6T1boalovZ
wd54d5pVw92X0SypD+OqnkfFtCqWaZ1Wh/ET/D1+dfBy90m0Wc8T/vLZq/He
k2hW5FWaVxv8BuZLn0TVZrrKqior8vp+DROeHF++iZZJfnUYp3m0zg6jOK6L
mXue/pqn6/oaZ8K/q/tVmS4q80RVlLV8tUiWFXxXZ/USB8/rtMzTOv7D6Nnu
q/hsM11ms/hdeg+/LMqkggFm9aZMYwBMHB+lZZ0tMthjGp8meXKVrtK8js/K
ApZQLOPe0elZP0qm0zIFKJ6/ORLARHew+PeT07OL+MeivMnyq/i7stisI4TF
Yby3u3cQJZv6uigPo2HMcH6b5vMyu4m/LYvZzXWyqWD+ooRxLjKcFf/Uifw3
sN40hQP4ETdVDm+LfCg/Di9q2E6VxmN4bFbMYYYnL3f39/cRPLOsvj+MTzd5
Nrumnzd5XcI336XlKsnv4at0lWTLw/iaFzWa6qL+b8XDj2bFCh7blBk8VNfr
6vDp07u7u5H9WXf2OrnN5vFfY1hd/PE6zVbT/w1bm+OqRjDsqKA1/ZadnWY3
afxxk1d3gG/XuqvjnC6S2ZX/Rnc1Hr98EZ8l5U18tkxmKfxSpldwBWDMD35X
z57tv3hldpXleZqsi2VW2a19n2d1Oo8varxocbGIJ6u0BKT1e13BOkeFrvP/
prycbTu1P+tO/7m4zgGHk/v/vZv8EyxxdAVL/JL9RVm+KAAz6uw2RUIDdxjp
lv/nnv/nPv7zZPh6FBLD5y/Ge3Dn5bnxy4MX8s+9Z+Nd98+Xz+SfSCL8P3X4
g2fjsfwT6aT888Xeq1fyz5fPD/Sfr8bP6YEPJxeXo4uz0cvd3T++2p2UNMDJ
8fExfLM3Gk/Oh3u745dw/z6ejMa7o/F499VT/Pni8vUIfxm9PNgD0B8gofvh
GB7efTncHT9/jsMAkU3KKzxEhVx+Ox/lGYDtqrh9ertZ5k/naQ2Afxq8y68y
rf0AUC3yZBn/AE+nZTLNlnDCQA7qZJrA9R3G7VeVKuK/h4xpbpiTvIKRN0CL
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
FbqoGDMoOjayis6pqY+B8YtHpxdx7+j0qK8YDpfv9Ah77EQTUaKkZUJCeSPS
kpP8z1xNAl0ujnTSrb0P3eN+Rl+OkvOJK5qL729/EIWIC1dLkzTgZ8F3ycx3
qRfmmOA9rv0U+9pPyIVyPJrf74x3gQchnYBnD6NDIhkNIiDXksg4LgBj9ykN
KzXn65JG/NRR3MHXxLoiM1J3XG2va+JgfEQ66YvT9DpZLrh1T2hYtTJFTE2k
qpS87hR7wgVKKQyEWiF5VmbpP7pcmYVOMTGI5CqqQ6NiZDM6jsq26EaYByrv
wzuC6UQBf4FhsX2pMh97Oh2MX5N8Atu7a3SxvVA3EUcHtSBm/LLJ8jCEyjA0
o6PX1yX5b9QyaxhYB/S5Dcpr5CIXPjZaOp8800QSZerOXc5EWxqnyKjbAqwj
laHMhXFFsFUjfA53XDkBNYzA9KCM+pgRPwI5SPIW1OzKBQ84VBqDq2vbiI9X
pHVNsFRPZ/0czqj5eIvKLhewltq6gZj3jK3hk+WyUeu0cj17OzoKqTBgm6I2
bP2qffv2nQ58Te5m2jQhkb44/pfvjz8cHSu1vk4TdSjxB55/S99JOMK0mIdu
FnjgW/hOfjayRRz/tPsz/nzmv/t4dnny8cPkvTxN+SVIfNHP9dP4Z7+ci5N/
O45749HodPKHfvzxDZKJoy0+KPPR8eF34lJ+t1W43db4/klhJXhT3OY9wtrO
ORpOBOrPqqDO3lQsh7DEF2eXgRBIfhj53adpmXH9Ox5y0h+KbXlulGmmLbJt
MoSZf+SUCoUzZ49RyXRJdwgExkaxEyzPKxHCJSx0naVdXa2zKvDMqIBKWd/4
Oicj1K2qH0BU25Nnte9WJw4ezIHCiJ28aRrPFkEHRGckkINxVgJsbe0CuxvV
ZZA7u1b2HYmofVseO+KUGoKhy+uwEeYKVKs7kRaT1NdUFjtycPQKLapWRVmj
ZQsLJ5H5a+BKCVPpNa3ihyNwnmSzqI8LtxBisJI4a0OMYkbmJk3yVCloN6LB
8hQ3KnTBYj+JTvM56j+c3TWPKNAtmQVh7KIZa3FVUbDsQGwNZQbkcIVg6IqB
+3uS5rcg3a/ToPLVoon3MWsYbAUSQ2lrXrU+mPLPlGca3UkBtLzg+kxrLZ26
qSW20q9Mwx896W2kK4kFnhNitBRtuJIOGi1kp4tEr29hXY3PyYfL4+9A7sbP
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
KxRO4RBaco4ZjcjaB1h3S2HhUv4CNr+w6XK1Vf7eoB0azSauIEZ3uUMNrwxV
gUOwOThiAW+St8L85cKCy9UcVmamENOOXma39c0trJvMRtQ1jItRkSYXuklb
WoeqFhSM2S9kubJDNaMTDZF3an/ngvc+7V29Cnom1vaGhyIQf8W08LIruN61
+AWQTFXI4vzWlT/jtvvJIRa9mhpEnwIUsCgoks+YYBORtlRTSyxCrL/f4xiw
+cePJYblt18Jet7iw7zRaIfWtPJa7rIsOianY2xRZ7Myjum6IbcQ+PNX9VU9
U2VFvp6Aa8cunRwaPVqwMD88BUgDlnanQD4grkvuBlwim4h1MJx4Mv9Qzbz8
mx4T6gm3Cu8AQzsSE23q+KQ4nu4V2sj2vGr1k4RHyaIdLA5JfKWOG5Dtu3Wf
cBMugebFbzOpQtDpY7yfxfunFHVKHLcOdQdlGYDTHlIQpCAY6PVeAHfYJGPS
uaGNerM7WM9JK71WQmA+Si4ccH5YlZzKVJWn3R2lWFjcSXouM6f8ZVH3dw4n
0mnf4J+tKShn2+3vmcutPDe1oWOJpPZmcttZLmEpUzHZXTUnq4amck5CmX2B
atFqGbkxRYAFeTlmiCC+jhx0r46K/S/3HmOlM3OCI9WOXRP67LQmKmqhRodP
XlW3pb9LEH6SQu1pfYDQS6FqKwAPSDtrcIwivRx7zVbEyVWytAAZFpbHIToH
oHx+e/5Vpq8G+nNG4YUDTP5KLWb7ZH/v8S+/kAoaZDo3Df/Jo1gvKTMDMA1I
r8cOnSNc0La4LGfvmfxJJ+WCbul04mjqTq+9LofMRSHTK5EF6S0u3m17yrw0
3Xvx4sXI6d6ypEbZrVVaqSbvR+LElVegiFi/kqU5jPeykWXgRqbzm9769puu
+02/Vad+40wrpk71G3HNkJSEIxIEgf2dvxTAdQAgVEBJDvke1zVoq7sStLmW
BBc7XzERYnLbNESoNAXiq0A0H5NQwqPSfO802XckHLPVAshkiKOC9wznecJQ
zL0JD1oUYGdn7dPOyl40H5J2lLpNRMUH4DWg/etw7sLWL+eibXAMtaexh2d5
m3tLJqtsXXDsYNKQce88I+cOKOMXXMwCaHyx3HoZJSw9/wVF3BkJ5reY9gdP
g/912Xgd9ux695yMotQH+5zPKtpyUHo1QuSqsblsZlXgjwum0iFFICmhc9UI
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

-->

</rfc>
