<?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.19 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc4210bis-14" 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.23.2 -->
  <front>
    <title abbrev="CMP">Internet X.509 Public Key Infrastructure -- Certificate Management Protocol (CMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc4210bis-14"/>
    <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"/>
    <area>sec</area>
    <workgroup>LAMPS Working Group</workgroup>
    <keyword>CMP</keyword>
    <keyword>Certificate Management</keyword>
    <keyword>PKI</keyword>
    <abstract>
      <?line 190?>

<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, hashAlg for indicating a hash AlgorithmIdentifier in
certConf messages, and RootCaKeyUpdateContent in ckuann 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 214?>

<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>
      </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="RFC5280"/>.</t>
      <section anchor="sect-1.1">
        <name>Changes Made by RFC 4210</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="RFC6712"/>, 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>Updates Made by RFC 9480</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 CMS <xref target="RFC5652"/> 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 security considerations Sections <xref format="counter" target="sect-8.6"/>, <xref format="counter" target="sect-8.7"/>, <xref format="counter" target="sect-8.9"/>, and <xref format="counter" 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"/> introducing RootCaKeyUpdateContent as alternative to using a repository to acquire new root CA certificates.</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>Deprecated CAKeyUpdAnnContent in favor of RootCaKeyUpdateContent.</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 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 security considerations Sections <xref format="counter" target="sect-8.1"/>, <xref format="counter" target="sect-8.5"/>, <xref format="counter" target="sect-8.8"/>, and <xref format="counter" 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
identity checking, token distribution, checking certificate requests
and authentication of their origin, revocation reporting,
name assignment, 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>
            <t>Note: If the CA delegates key generation to a KGA, the KGA can be collocated
with the RA.</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 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, KGA, 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,
  MQTT, 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, KGAs, 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) may also need to be able to verify certificates verifiable
  using the old public key.  End entities who directly trust the
  old CA key pair may also need to 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 verify the protection of 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 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, e.g.,
   using zero-touch methods like BRSKI <xref target="RFC8995"/> or SZTP <xref target="RFC8572"/>, 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>
                </li>
              </ol>
              <ul empty="true">
                <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>
              </ul>
              <ul empty="true">
                <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>
              </ul>
              <ul empty="true">
                <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>
              </ul>
              <ol spacing="normal" type="1"><li>
                  <t>[RFC-Editor: Please fix the enumeration and continue with '6'.] 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 may be
   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"/> or <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.  Transfer protocols for conveying these exchanges in
various environments (e.g., off-line: file-based, on-line: mail,
HTTP <xref target="I-D.ietf-lamps-rfc6712bis"/>, MQTT, and CoAP <xref target="RFC9482"/>) are
beyond the scope of this document and must be 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,
except having received the root CA certificate of that PKI by some
zero-touch method like BRSKI <xref target="RFC8995"/> and
<xref target="I-D.ietf-anima-brski-ae"/> or SZTP <xref target="RFC8572"/>.  In case 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>Further classification of mandatory and optional schemes addressing
different environments is available, e.g., in <xref target="sect-c"/> and
<xref target="sect-d"/> of this specification on managing human user certificates
as well as in the Lightweight CMP Profile <xref target="RFC9483"/> on fully
automating certificate management in a machine-to-machine and IoT
environment.  Also industry standards like <xref target="ETSI-3GPP.33.310"/> for
mobile networks and <xref target="UNISIG.Subset-137"/> for Rail Automation adopted
CMP and have specified a set of mandatory schemes for their use case.</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 or using zero touch
methods like BRSKI <xref target="RFC8995"/> or SZTP <xref target="RFC8572"/>).</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 management
entity' messages are authenticated or not.</t>
            <t>Note 1: We do not discuss the authentication of the 'PKI management
entity -&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, a KGA, or a CA.</t>
          </section>
          <section anchor="sect-4.2.1.4">
            <name>Confirmation of Successful Certification</name>
            <t>Following the creation of a 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>Initial Registration/Certification Schemes</name>
          <t>The criteria above allow for a large number of initial
registration/certification schemes.  Examples of possible initial
registration/certification schemes can be found in the following
subsections.  An entity may support other schemes specified in
profiles of PKIX-CMP, such as <xref target="sect-c"/> and <xref target="sect-d"/> or <xref target="RFC9483"/>.</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 required;</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 recommended.</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>Note: 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>MUST NOT</bcp14> be sent to the CA/RA in order to prove
possession unless archival of the private key is explicitly desired).</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, see <xref target="sect-5.2.8.2"/>.</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), see <xref target="sect-5.2.8.3.1"/>, 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 (see <xref target="sect-5.2.8.3.3"/>) or indirectly (see <xref target="sect-5.2.8.3.2"/>).</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), see <xref target="sect-5.2.8.3.1"/>, 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 (see <xref target="sect-5.2.8.3.3"/>) or indirectly (see <xref target="sect-5.2.8.3.2"/>).</t>
          <t>Note: A definition of key encapsulation mechanisms can be found in <xref section="1" sectionFormat="comma" target="RFC9629"/>.</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.  Recognizing whether a self-signed or non-self-signed
CA is supposed to be directly trusted for some end entities is a
matter of CA policy and end entity configuration. This 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 may generate two link certificates
"old with new" and "new with old".</t>
        <t>Note: The usage of link certificates has been shown to be very use
case specific and no assumptions are done on this aspect.
RootCaKeyUpdateContent is updated to specify these link certificates
as optional.</t>
        <t>Note: When an LDAP directory is used to publish root CA updates, the
old and new root CA certificates together with the two link
certificates are stored as cACertificate attribute values.</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.  These
end entities need to acquire the new CA public key in a trusted way.
This may be achieved "out-of-band", by using a repository, or by
using online messages also containing the link certificates
"new with old". Once the end entity acquired and properly verified
the new CA public key, it must load the new trust anchor information
into its trusted store.</t>
        <t>The data structure used to protect the new and old CA public keys is
typically a standard X.509 v3 self-signed certificate (which may also
contain extensions).  There are no new data structures required.</t>
        <t>Note: Sometimes root CA certificates do not make use of
X.509 v3 extensions and may be X.509 v1 certificates. Therefore, a
root CA key update must be able to work for version 1 certificates.
The use of the X.509 v3 KeyIdentifier extension is recommended for
easier path building.</t>
        <t>Note:  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 "old with new" certificate validity
period.</t>
        <t>Note:  This scheme offers a mechanism to 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.  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:  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 new CA public key signed with
  the new private key (the "new with new" certificate).</t>
            </li>
            <li>
              <t>Optionally: Create a link certificate containing the new CA public
  key signed with the old private key (the "new with old"
  certificate).</t>
            </li>
            <li>
              <t>Optionally: Create a link certificate containing the old CA public
  key signed with the new private key (the "old with new"
  certificate).</t>
            </li>
            <li>
              <t>Publish these new certificates so that end entities may acquire
  it, e.g., using a repository or RootCaKeyUpdateContent.</t>
            </li>
          </ol>
          <t>The old CA private key is then no longer required when the validity
of the the "old with old" certificate ended. However, the old
CA public key will remain in use for validating the "new with old"
link certificate until the new CA public key is loaded into the
trusted store. The old CA public key is no longer required (other
than for non-repudiation) when all end entities of this CA have
securely acquired and stored the new CA public key.</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>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 "old with new" certificate must have a validity period with the same
notBefore and notAfter time as the "old with old" 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>
          <table>
            <thead>
              <tr>
                <th align="left"> </th>
                <th align="left">Verifier's PSE contains NEW public key</th>
                <th align="left">Verifier's PSE contains OLD public key</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Signer's certificate is protected using NEW key pair</td>
                <td align="left">Case 1: The verifier can directly verify the certificate.</td>
                <td align="left">Case 2: The verifier is missing the NEW public key.</td>
              </tr>
              <tr>
                <td align="left">Signer's certificate is protected using OLD key pair</td>
                <td align="left">Case 3: The verifier is missing the OLD public key.</td>
                <td align="left">Case 4: The verifier can directly verify the certificate.</td>
              </tr>
            </tbody>
          </table>
          <section anchor="sect-4.4.2.1">
            <name>Verification in Cases 1 and 4</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>
          </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 new public key of the
CA. Case 2 will arise when the CA operator has issued the verifier's
certificate, then changed the CA's key, and then issued the signer's
certificate; so it is quite a typical case.</t>
            <t>The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Get the "new with new" and "new with old" certificates. The
  location to retrieve theses certificates from, may be available in
  the authority information access extension of the "old with old"
  certificate, see caIssuers access method in Section 4.2.2.1 of
  <xref target="RFC5280"/>, or it may be locally configured.  </t>
                <ol spacing="normal" type="1"><li>
                    <t>If a repository is available, look up the certificates in the
   caCertificate attribute.</t>
                  </li>
                  <li>
                    <t>If a HTTP or FTP server is available, pick the certificates
   from the "certs-only" CMS message.</t>
                  </li>
                  <li>
                    <t>If a CMP server is available, request the certificates using
   the root CA update general message, see <xref target="sect-5.3.19.15"/>.</t>
                  </li>
                  <li>
                    <t>Otherwise, get the certificates "out-of-band" using any
   trustworthy mechanism.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>If received the certificates, check that the validity periods
  and the subject and issuer fields match. Verify the signatures
  using the old root CA key (which the verifier has locally).</t>
              </li>
              <li>
                <t>If all checks were successful, securely store the new trust anchor
  information and validate the signer's certificate.</t>
              </li>
            </ol>
          </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 old public key of the
CA. Case 3 will arise when the CA operator has issued the signer's
certificate, then changed the key, and then issued the verifier's
certificate.</t>
            <t>The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Get the "old with new" certificate. The location to retrieve
  theses certificates from, may be available in the authority
  information access extension of the "new with new" certificate, see
  caIssuers access method in Section 4.2.2.1 of <xref target="RFC5280"/>, or it
  may be locally configured.  </t>
                <ol spacing="normal" type="1"><li>
                    <t>If a repository is available, look up the certificate in the
   caCertificate attribute.</t>
                  </li>
                  <li>
                    <t>If a HTTP or FTP server is available, pick the certificate
   from the "certs-only" CMS message.</t>
                  </li>
                  <li>
                    <t>If a CMP server and an untrusted copy of the old root CA
   certificate is available (e.g., the signer provided it in-band
   in the CMP extraCerts filed), request the certificate using the
   root CA update general message, see <xref target="sect-5.3.19.15"/>.</t>
                  </li>
                  <li>
                    <t>Otherwise, get the certificate "out-of-band" using any
   trustworthy mechanism.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>If received the certificate, check that the validity periods
  and the subject and issuer fields match. Verify the signatures
  using the new root CA key (which the verifier has locally).</t>
              </li>
              <li>
                <t>If all checks were successful, securely store the old trust anchor
  information and validate the signer's certificate.</t>
              </li>
            </ol>
          </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 initial request 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-DN" value in the directoryName choice.
A "NULL-DN" is a SEQUENCE OF relative distinguished names of zero length and is encoded as 0x3000.
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.  If the message
contains an infoValue of type KemCiphertextInfo, the client
<bcp14>MUST</bcp14> generate a transactionID, otherwise the client <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 field 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 or RA 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 or RA 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 the message origin, the 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 of the new PKIMessage to raVerified, see <xref target="sect-5.2.8.4"/>.</t>
            <t>Unless the OrigPKIMessage infoValue is in the header of a nested message, it <bcp14>MUST</bcp14> contain exactly one PKIMessage. The contents of OrigPKIMessage infoValue in the header of a nested message <bcp14>MAY</bcp14> contain multiple PKIMessage structures, which <bcp14>MUST</bcp14> be in the same order as the PKIMessage structures in PKIBody.</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] CAKeyUpdContent,        --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 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 Section 1 of <xref target="RFC9629"/> as follows:</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 a 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 public key (pk), produce a ciphertext (ct) and a
shared secret (ss).</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).</t>
              </li>
            </ul>
            <t>To support a particular KEM algorithm, the PKI entity that possesses a KEM key pair and wishes to use it for MAC-based message protection <bcp14>MUST</bcp14> support the KEM Decapsulate() function. The PKI entity that wishes to verify the MAC-based message protection <bcp14>MUST</bcp14> support the KEM Encapsulate() function. The respective public KEM key is usually carried in a certificate <xref target="I-D.ietf-lamps-kyber-certificates"/>.</t>
            <t>Note: Both PKI entities send and receive messages in a PKI management operation. Both PKI entities may independently wish to protect messages using their KEM key pairs. For ease of explanation we use the term "Alice" to denote the PKI entity possessing the KEM key pair and who wishes to provide MAC-based message protection, and "Bob" to denote the PKI entity having Alice’s authentic public KEM key and who needs to verify the MAC-based protection provided by Alice.</t>
            <t>Assuming Bob has 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="RFC9629"/>, 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="RFC9629"/> 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.  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>When encrypted data like a private key, certificate, POP challenge, or revocation passphrase is sent in PKI messages it is <bcp14>RECOMMENDED</bcp14> to use the EnvelopedData structure.  In some cases this is accomplished by using the EncryptedKey data structure instead of EncryptedValue.</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 EnvelopedData structure is <bcp14>RECOMMENDED</bcp14> to use in CMP to transport a private key,
certificate, POP challenge, or revocation passphrase in encrypted form 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 (which is placed in the encryptedContentInfo field), 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 or CA.</t>
            </li>
            <li>
              <t>It may contain a certificate, POP challenge, 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 four 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="RFC9629"/>.</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 or together with the respective link certificate using an online mechanism.  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>
          <t>Note: As an alternative to out-of-band distribution of root CA public keys, the CA can provide the self-signed certificate together with link certificates, e.g., using RootCaKeyUpdateContent (<xref target="sect-5.3.19.15"/>).</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 contains a "NULL-DN", 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 the 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>
            <t>When using agreeMAC or encryptedKey choices, the pvno cmp2021(3) <bcp14>MUST</bcp14> be used. Details on the usage of the protocol version number (pvno) are described in <xref target="sect-7"/>.</t>
            <section anchor="sect-5.2.8.3.1">
              <name>Inclusion of the Private Key</name>
              <t>This method mentioned previously in <xref target="sect-4.3"/> 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. This method <bcp14>SHALL</bcp14> only be used if archival of the private key is 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>
              <t>The recipient <bcp14>SHOULD</bcp14> maintain a context of the PKI management operation, e.g., using transactionID and certReqId, to identify the private key to use when decrypting the EnvelopedData containing the newly issued certificate. The recipient may be unable to use the RecipientInfo structure as it refers to the certificate that is still encrypted. The sender <bcp14>MUST</bcp14> populate the rid field as specified by CMS and the client <bcp14>MAY</bcp14> ignore it.</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>The recipient <bcp14>SHOULD</bcp14> maintain a context of the PKI management operation, e.g., using transactionID and certReqId, to identify the private key to use when decrypting encryptedRand. The sender <bcp14>MUST</bcp14> populate the rid field in the EnvelopedData sequence using the issuerAndSerialNumber choice containing a NULL-DN as issuer and the certReqId as serialNumber. The client <bcp14>MAY</bcp14> ignore the rid field.</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 a
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.1"/>),
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 PKCS#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.</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[
  RootCaKeyUpdateContent ::= SEQUENCE {
     newWithNew              CMPCertificate,
     newWithOld          [0] CMPCertificate OPTIONAL,
     oldWithNew          [1] CMPCertificate OPTIONAL
  }

CAKeyUpdContent ::= CHOICE {
    cAKeyUpdAnnV2      CAKeyUpdAnnContent, -- deprecated
    cAKeyUpdAnnV3  [0] RootCaKeyUpdateContent
}
]]></sourcecode>
          <t>When using RootCaKeyUpdateContent in the ckuann message, the pvno cmp2021 <bcp14>MUST</bcp14> be used. Details on the usage of the protocol version number (pvno) are described in Section 7.</t>
          <t>In contrast to CAKeyUpdAnnContent as supported with cmp2000, RootCaKeyUpdateContent offers omitting newWithOld and oldWithNew, depending on the needs of the EE.</t>
        </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 no hash algorithm is specified for hashing certificates signed using the signatureAlgorithm. Note that for EdDSA a hash algorithm is specified in Section 3.3 of <xref target="RFC9481"/>, such that the hashAlg field is not needed for EdDSA. Otherwise, the certHash value
<bcp14>SHALL</bcp14> be computed using the same hash algorithm as used to create and verify
the certificate signature or as specified for hashing certificates signed using the signatureAlgorithm. 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 sha256WithRSAEncryption, 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 18}, RootCaKeyUpdateValue
]]></artwork>
            <t>See <xref target="sect-5.3.13"/> for details of CA key update announcements.</t>
          </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}, RootCaKeyUpdateValue | < 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 (which was deprecated with pvno cmp2021),
RootCaKeyUpdateContent offers omitting newWithOld and oldWithNew,
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>Unless implicit confirmation has been requested and granted, in response to an ir, cr, p10cr, kur, krr, or ccr request message, polling is initiated
with an ip, cp, kup, krp, or ccp 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, kup, krp, or ccp that contains a CertStatus for an issued certificate.</t>
          <ol spacing="normal" type="%d"><li>
              <t>In response to an ip, cp, kup, krp, or ccp 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, kup, krp, or ccp 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, kup, krp, or ccp, 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 at the example of an ir request message.</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,
                                         certificates not ready
 10                                    format pollRep
 11                    <- pollRep  <-
 12   wait
 13   format pollReq
 14                    -> pollReq  ->
 15                                    check status of cert requests,
                                         one certificate is ready
 16                                    format ip
 17                    <- ip       <-
 18   handle ip
 19   format certConf
 20                    -> certConf ->
 21                                    handle certConf
 22                                    format ack
 23                    <- pkiConf   <-
 24   format pollReq
 25                    -> pollReq  ->
 26                                    check status of certificate,
                                         certificate is ready
 27                                    format ip
 28                    <- ip       <-
 29   handle ip
 30   format certConf
 31                    -> certConf ->
 32                                    handle certConf
 33                                    format ack
 34                    <- 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/krp/ccp/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"/> 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 PKIMessage structures
that <bcp14>MUST</bcp14> be supported for specific use cases.</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 may be 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
(e.g., password-based MAC, see CMP Algorithms <xref target="RFC9481"/> Section 6.1) or using any asymmetric authentication means such as 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 EnvelopedData,
hashAlg (in CertStatus), POPOPrivKey with agreeMAC, or ckuann with RootCaKeyUpdateContent.</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. If an entity holding a private key obtains a certificate containing the corresponding public key issued for a different entity, can authenticate as the entity named in the certificate. This facilitates masquerading. 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>Only use this POP mechanism if archival of the private key is desired.</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 it 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.</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>All existing references to <xref target="RFC2510"/>, <xref target="RFC4210"/>, and <xref target="RFC9480"/> at https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml except those in the "SMI Security for PKIX Module Identifier" registry should be replaced with references to this document.</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>
      <t>Adding KEM support to this document was partly funded by the German Federal Ministry of Education and Research in the project Quoryptan through grant number 16KIS2033.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-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="RFC9629">
          <front>
            <title>Using Key Encapsulation Mechanism (KEM) Algorithms in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <author fullname="T. Okubo" initials="T." surname="Okubo"/>
            <date month="August" 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="RFC" value="9629"/>
          <seriesInfo name="DOI" value="10.17487/RFC9629"/>
        </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="2" month="September" year="2024"/>
            <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 RFC 9480
   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-06"/>
        </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="RFC6268">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) 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 some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. 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="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="RFC6712">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)</title>
            <author fullname="T. Kause" initials="T." surname="Kause"/>
            <author fullname="M. Peylo" initials="M." surname="Peylo"/>
            <date month="September" year="2012"/>
            <abstract>
              <t>This document describes how to layer the Certificate Management Protocol (CMP) over HTTP. It is the "CMPtrans" document referenced in RFC 4210; therefore, this document updates the reference given therein. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6712"/>
          <seriesInfo name="DOI" value="10.17487/RFC6712"/>
        </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="RFC8572">
          <front>
            <title>Secure Zero Touch Provisioning (SZTP)</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="I. Farrer" initials="I." surname="Farrer"/>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document presents a technique to securely provision a networking device when it is booting in a factory-default state. Variations in the solution enable it to be used on both public and private networks. The provisioning steps are able to update the boot image, commit an initial configuration, and execute arbitrary scripts to address auxiliary needs. The updated device is subsequently able to establish secure connections with other systems. For instance, a device may establish NETCONF (RFC 6241) and/or RESTCONF (RFC 8040) connections with deployment-specific network management systems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8572"/>
          <seriesInfo name="DOI" value="10.17487/RFC8572"/>
        </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="RFC8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="I-D.ietf-anima-brski-ae">
          <front>
            <title>BRSKI-AE: Alternative Enrollment Protocols in BRSKI</title>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Steffen Fries" initials="S." surname="Fries">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens AG</organization>
            </author>
            <date day="17" month="September" year="2024"/>
            <abstract>
              <t>   This document defines enhancements to the Bootstrapping Remote Secure
   Key Infrastructure (BRSKI) protocol, known as BRSKI-AE (Alternative
   Enrollment).
   BRSKI-AE extends BRSKI to support certificate enrollment mechanisms
   instead of the originally specified use of EST.  It supports
   certificate enrollment protocols, such as CMP, that use authenticated
   self-contained signed objects for certification messages, allowing
   for flexibility in network device onboarding scenarios.
   The enhancements address use cases where the existing enrollment
   mechanism may not be feasible or optimal, providing a framework for
   integrating suitable alternative enrollment protocols.
   This document also updates the BRSKI reference architecture to
   accommodate these alternative methods, ensuring secure and scalable
   deployment across a range of network environments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-ae-13"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-kyber-certificates">
          <front>
            <title>Internet X.509 Public Key Infrastructure - Algorithm Identifiers for Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM)</title>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>AWS</organization>
            </author>
            <author fullname="Jake Massimo" initials="J." surname="Massimo">
              <organization>AWS</organization>
            </author>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <date day="20" month="September" year="2024"/>
            <abstract>
              <t>   Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) is a
   quantum-resistant key-encapsulation mechanism (KEM).  This document
   specifies algorithm identifiers and ASN.1 encoding format for ML-KEM
   in public key certificates.  The encoding for public and private keys
   are also provided.

   [EDNOTE: This document is not expected to be finalized before the
   NIST PQC Project has standardized PQ algorithms.  This specification
   will use object identifiers for the new algorithms that are assigned
   by NIST, and will use placeholders until these are released.]

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-kyber-certificates-04"/>
        </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>Federal Office for Information Security (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>Federal Office for Information Security (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="Lecture Notes in Computer Science" 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>
        <reference anchor="ETSI-3GPP.33.310" target="http://www.3gpp.org/ftp/Specs/html-info/33310.htm">
          <front>
            <title>Network Domain Security (NDS); Authentication Framework (AF)</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2020" month="December"/>
          </front>
          <seriesInfo name="3GPP TS" value="33.310 16.6.0"/>
        </reference>
        <reference anchor="UNISIG.Subset-137" target="https://www.era.europa.eu/system/files/2023-01/sos3_index083_-_subset-137_v100.pdf">
          <front>
            <title>ERTMS/ETCS On-line Key Management FFFIS</title>
            <author>
              <organization>UNISIG</organization>
            </author>
            <date year="2015" month="December"/>
          </front>
          <seriesInfo name="Subset-137, V1.0.0" value=""/>
        </reference>
      </references>
    </references>
    <?line 3978?>

<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. The pvno <bcp14>MUST</bcp14> be set as specified in <xref target="sect-7"/>).</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).</t>
          </li>
          <li>
            <t>Where a profile omits to specify the value for a GeneralName,
  then the NULL-DN 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(RootCaKeyUpdateContent)
 newWithNew   present                  see Appendix D.3 above
 newWithOld   optionally present       see Appendix D.3 above
 oldWithNew   optionally 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)
RootCaKeyUpdate      optionally present, with
                     relevant value
  -- Use RootCaKeyUpdate; if backward compatibility with cmp2000 is
  -- required, use CAKeyUpdateInfo.
  -- 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 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
  2                      ->   genm    ->
  3                                        validate KEM certificate
  4                                        perform KEM Encapsulate
  5                                        format unprotected genp
                                             of type
                                             KemCiphertextInfo
                                             providing KEM ciphertext
  6                      <-   genp    <-
  7   perform KEM Decapsulate
  8   perform key derivation
        to get ssk
  9   format request with
        MAC-based protection
 10                      ->  request  ->
 11                                        perform key derivation
                                             to get ssk
 12                                        verify MAC-based
                                             protection

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

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

 16       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
  2   format request providing
        KEM ciphertext in
        generalInfo of type
        KemCiphertextInfo,
        and with protection
        depending on available
        key material
  3                      ->  request  ->
  4                                        perform KEM Decapsulate
  5                                        perform key derivation
                                             to get ssk
  6                                        format response with
                                             MAC-based protection
  7                      <-  response <-
  8   perform key derivation
        to get ssk
  9   verify MAC-based
        protection

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

 10       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
  2                      ->  request  ->
  3                                        format unprotected error
                                             with status "rejection"
                                             and failInfo
                                             "wrongIntegrity" and KEM
                                             certificate in
                                             extraCerts
  4                      <-   error   <-
  5   validate KEM certificate

  6              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-2010
    {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
    smime(16) modules(0) id-mod-cms-2009(58)}
    -- The import of EnvelopedData and SignedData from [RFC6268] is
    -- added due to the updates made in CMP Updates [RFC9480]

KEM-ALGORITHM
FROM KEMAlgorithmInformation-2023  -- [RFC9629]
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-kemAlgorithmInformation-2023(109) }
    -- The import of KEM-ALGORITHM was added due to the updates made
    -- in [RFCXXXX]
;

-- 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] CAKeyUpdContent,        --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) 16 }
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
}

-- CAKeyUpdContent was added in [RFCXXXX]
CAKeyUpdContent ::= CHOICE {
    cAKeyUpdAnnV2      CAKeyUpdAnnContent, -- deprecated
    cAKeyUpdAnnV3  [0] RootCaKeyUpdateContent
}
-- With cmp2021 the use of CAKeyUpdAnnContent is deprecated , use
-- RootCaKeyUpdateContent instead.

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-caKeyUpdateInfo was deprecated with cmp2021
--   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 13 -&gt; 14:</t>
      <ul spacing="normal">
        <li>
          <t>Implemented some editorial changes throughout the document, specifically in Sections 5.1.1, 5.1.1.3, 5.1.3.4, 5.2.2, 5.2.8.3, 5.3.18, 5.3.19.2, 5.2.22, 7, C.1, and C.4</t>
        </li>
        <li>
          <t>Aligned formatting of message flow diagrams</t>
        </li>
        <li>
          <t>Updated the the page header to 'CMP'</t>
        </li>
        <li>
          <t>Removed one instruction to RFC Editors</t>
        </li>
        <li>
          <t>Fixed some nits in Section 5.2.2</t>
        </li>
        <li>
          <t>Fixed one reference to RFC 9629 in the ASN.1 Module</t>
        </li>
      </ul>
      <t>From version 12 -&gt; 13:</t>
      <ul spacing="normal">
        <li>
          <t>Updated the definition of "NULL-DN" in Section 5.1.1 and Appendix D.1 and added a specification of how the RA/CA shall generate the rid content to Section 5.2.8.3.3 to clarify direct POP (see thread "CMS RecipientInfo for EnvelopedData in CMC")</t>
        </li>
        <li>
          <t>Added one minor clarification in Section 5.2.2</t>
        </li>
        <li>
          <t>Updated reference from draft-ietf-lamps-cms-kemri to RFC 9629</t>
        </li>
      </ul>
      <t>From version 11 -&gt; 12:</t>
      <ul spacing="normal">
        <li>
          <t>Adding a paragraph to Section 5.2.8.3.2 to clarify Indirect POP (see thread "Using cms-kemri this CMP Indirect POP")</t>
        </li>
        <li>
          <t>Updated Appendix F addressing comments from Russ (see thread "WG Last Call for draft-ietf-lamps-rfc4210bis and draft-ietf-lamps-rfc6712bis")</t>
        </li>
        <li>
          <t>Extended the Acknowledgments section.</t>
        </li>
      </ul>
      <t>From version 10 -&gt; 11:</t>
      <ul spacing="normal">
        <li>
          <t>Updated Section 4.2.2 addressing the comment from Tomas Gustavsson and as presented during IETF 119 (see thread "draft-ietf-lamps-rfc4210bis-v10 Section 4.2.2 - removing normative language")</t>
        </li>
      </ul>
      <t>From version 09 -&gt; 10:</t>
      <ul spacing="normal">
        <li>
          <t>Implemented some minor editorial changes modernizing the text in Section 3, 4, and 5.2.8 as proposed during IETF 119, without changing normative language.</t>
        </li>
        <li>
          <t>Added to Section 4.2.2 two ToDos for further discussion, based on the comment from Tomas Gustavsson as presented during IETF 119.</t>
        </li>
        <li>
          <t>Addressed erratum 7888</t>
        </li>
      </ul>
      <t>From version 08 -&gt; 09:</t>
      <ul spacing="normal">
        <li>
          <t>Changed reference from ITU-T X.509 to RFC 5280 (see thread " CMP vs RFC5280").</t>
        </li>
        <li>
          <t>Deprecated CAKeyUpdAnnContent in favor of RootCaKeyUpdateContent in CMP V3 as proposed by Tomas.</t>
        </li>
        <li>
          <t>Updated Section 4.4 incorporating RootCaKeyUpdateContent as alternative to using a repository for providing root CA key updates.</t>
        </li>
        <li>
          <t>Deleting an obsolete sentence in Section 8.8.</t>
        </li>
        <li>
          <t>Added IANA considerations addressing IANA early review.</t>
        </li>
      </ul>
      <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:
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
4VecAFYgNig4wWXrhqUfFcS0btoiS71u6zi7kH0RVWEJKCHCigE3AFCgIMDI
iwxFYDcHOnpyGHtCyMrCMot1MFn6cTkHRCb8qZFcwqgVyo+JwhSJGNwxZS/2
jqHY0Lhju3jHLDsiYOODcK1wZvzOCUD+6yF8zULCNDZXtKciiKJN4+aBMMaC
fUPAwUffZlfXoC3g/5PsfSZXTKfcw+EfuumjKQqkCPUu6RTJ4G1SZgXgj5FK
RbRNB1eDHnntVPWIVGPFy4mQmARah/uOWBMcC6l7tWO2avrl6w+DWRJ8XaDx
nIQU5GMVKj74qsieiIqwLHy3AT8UQWq+x8e6R3yR2cxSZ1ys5nUGohXhlFwO
WOWkIDlcJE7AGGDk8QR4Y9VDpCMQjJMaJOklujcqMuwVMyux/i7+UKVy6S+E
sj/bh5vJKw4lbtnVkvgFUk3QxtGoKZI4DI3GrUAWZ9G/Bi7khNlQkRFxGJYS
x6/QXAzHj+iE8hHoWihG5ngSdGLwBZxnmk/uWTqRNQYTIrUco44aN+70fB4X
k8mqJDdOReyRyAUqjqnurDAupgn6W5HOwlBiAyVOkd3imQMqIp7x5O4NL5H3
cLSWxVUcGSxuhdOB2lhMFFWXIKUsr0s8y0F8WZC1ndgN80zEm4TlrM8rSHHc
oSKFClpIN1G3QQkrIIMwTCYaScW0FbEtmJEO8V2B1pTRBORm1k4LR1CGeOOd
fDwYAogKtL++5NPE8YS7Ns7U20X0dB0/S3F/sOBZcluU/nULB/f2wK4EnmWp
x06HopufLFEEb8GPji+YBVZBWlp2JZYO2HcTOHjd3uOsKGc5CcMpq1k6Z+0Q
sAjDBVaVpb50r4XEWERDvpam00qUbOGKREfg0WsywaDAm/CWlPTz19MCxsyL
2lEqpJKOybG6bF7hMycBFO7mynEFXM5reNZdKph0XhWoVaO0wzKAOhxWywmy
yCu0kNT9P4MOXa8WfhamSp72d9oumLWjvxB4y6hx75IYLh59zhytR5uy9Fpf
rVOgMPgE6DmBwHvu7iKwMXhw8/D87ZZq0W1yLZirQhgsbjncmZS9WG0KwIrg
L9jKgm8+kE9EFkuHj0hl5vG8TOmBrxKqVxAng11h6kSQHRmG6fWSPcdlGR5v
YKtOeqaqU8fH5VUUDX5P07wYPMN76/98Hv75Ev/EVfiPhqwadOkGhB9HauUI
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
UAU4HIAkmco0gFuuoIKhne9LUAlTevD6m/ArocwJNEL8m/wFVyg4isSAqWLd
nS9L9Cy4aBZQMJUFDgzo/NaJnZVuGuxq9zxFd7Ir+jYcZWCr+BCfHDuXyFyc
Vr+EXDFDWZ9olvne+U5s7zCxKQfHUIQ3oDGb9GW/5Jk1lqkcKcQM11JwpRu2
gL+WEXICi4w+HwjfreBlCXwG0RSvPPqHwFXF/jNMWw9HuEBPKrATBKvEyoba
lAd8Rc9QXidepabzPLYFj1y1Fb5d2vBEeBemlY6NLejLnDAwQpXlWnYDZztc
AqR8cfnK4FSgsfBs9/eof8K5hJ501LgMTb1c2IflnWgmzDKqU/uKi22az93x
JEdJ7lSozxWdL1megQ6NXSP4MXG7k3/GSlvQKrZBGcRtDEy2k2tQIUT+tirv
L9E4mtYf6+m6nLncYW4LdoBySFMOd+cqC66Q/p+z8/3T841PFMV/3vP3j5v+
foZZBMv7PuGX//O/cgC7kCVE/1N4lAjzVfxhu+fnnzb2YmL4PXsGcu9A7/k7
vv9Pfd37439mev5Pnff7v5L7i/1d8v6ArrCh/v2j/EGJW7vv709R1bY95SWK
tjOPSB7X9/FGnBGtqfzk6oDRX0To8gv3zP+j4l82/v2e9x/5/9ncQOf9gQ5n
iK9DAwPMRS7MXx70/Uf8f5Me1IuH9f+R/pc20N1nuP+5f3Zqh+b10ACuPN8l
9OHD969p4engq1LEP/hLvgzMrgaob0/Huxv2/+H/iZ568Nv/mflt39uZ6cn8
doPIGERTyPbNUeryDrmb4g5gPwjkdc6X5mZY3TaRTgFwP1BGws2DnzhbVQtI
YZz6/8GG8j9QQqxP0HzSj5+AnQIP6Q2k3ICw38190B92rv3j/9M/tNc7ceaH
LXZs9clDXrgp52tMkFuB0T5n18g9ctn8RLW90I2DYt838DT3+B+29QT+AWbi
WQHFfZoJ2rBwKp4XOjW88/0vX+Sa8vMjGj5N0MuH9Hdibj+hZgtcpw8fd6Ss
Ur6UV1ZdsfP4IW9HI/TD3tnJPeUni5+g2dqBfXKLp39nL23Fz9NOdsXTedrJ
LkxnfF9pnuDAJYnvMlPPHvK+HBOYpOe5B8yOokmCzSLHAN56GVoRAeuK3ewy
+alSGQxTtZtdlvSHP2Yaz57nnpGVkw/+jezhhvX/UPONAGPbfVJ0V303u57p
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
YUe0YdNeLQo3PHHd6u6sVfsfYhvd+VfmAwA=

-->

</rfc>
