<?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.11 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc4210bis-10" 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.21.0 -->
  <front>
    <title abbrev="RFC4210bis">Internet X.509 Public Key Infrastructure -- Certificate Management Protocol (CMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc4210bis-10"/>
    <author initials="H." surname="Brockhaus" fullname="Hendrik Brockhaus">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>hendrik.brockhaus@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="D." surname="von Oheimb" fullname="David von Oheimb">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>david.von.oheimb@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <author initials="J." surname="Gray" fullname="John Gray">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>john.gray@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <date year="2024"/>
    <workgroup>LAMPS Working Group</workgroup>
    <abstract>
      <?line 182?>

<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 206?>

<section anchor="sect-1">
      <name>Introduction</name>
      <t>[RFC Editor: please delete:</t>
      <t>During IESG telechat the CMP Updates document was approved on condition that
LAMPS provides a RFC4210bis document.  Version -00 of this document shall
be identical to RFC 4210 and version -01 incorporates the changes specified
in CMP Updates Section 2 and Appendix A.2.</t>
      <t>A history of changes is available in <xref target="sect-g"/> of this document.</t>
      <t>The authors of this document wish to thank Carlisle Adams, Stephen Farrell,
Tomi Kause, and Tero Mononen, the original authors of RFC4210, for their
work and invite them, next to further volunteers, to join the -bis activity
as co-authors.</t>
      <t>]</t>
      <t>[RFC Editor:</t>
      <t>Please perform the following substitution.</t>
      <ul spacing="normal">
        <li>
          <t>RFCXXXX --&gt; the assigned numerical RFC value for this draft</t>
        </li>
        <li>
          <t>RFCDDDD --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-rfc6712bis"/></t>
        </li>
        <li>
          <t>RFCFFFF --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-cms-kemri"/>
]</t>
        </li>
      </ul>
      <t>This document describes the Internet X.509 Public Key Infrastructure
(PKI) Certificate Management Protocol (CMP).  Protocol messages are
defined for certificate creation and management.  The term
"certificate" in this document refers to an X.509v3 Certificate as
defined in <xref target="RFC5280"/>.</t>
      <section anchor="sect-1.1">
        <name>Changes Since RFC 2510</name>
        <t><xref target="RFC4210"/> differs from <xref target="RFC2510"/> in the following areas:</t>
        <ul spacing="normal">
          <li>
            <t>The PKI management message profile section is split to two
appendices: the required profile and the optional profile.  Some
of the formerly mandatory functionality is moved to the optional
profile.</t>
          </li>
          <li>
            <t>The message confirmation mechanism has changed substantially.</t>
          </li>
          <li>
            <t>A new polling mechanism is introduced, deprecating the old polling
method at the CMP transport level.</t>
          </li>
          <li>
            <t>The CMP transport protocol issues are handled in a separate
document <xref target="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 Since RFC 9480</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
personal authentication, 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 SCTP <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>
                  <ol spacing="normal" type="1"><li>
                      <t>Note 1.  The above definition of "cross-certificate"
   aligns with the defined term "CA-certificate" in X.509.
   Note that this term is not to be confused with the X.500
   "cACertificate" attribute type, which is unrelated.</t>
                    </li>
                    <li>
                      <t>Note 2.  In many environments, the term "cross-certificate", unless further
   qualified, will be
   understood to be synonymous with "inter-domain cross-certificate" as defined
   above.</t>
                    </li>
                    <li>
                      <t>Note 3.  Issuance of cross-certificates may be, but is
   not necessarily, mutual; that is, two CAs may issue
   cross-certificates for each other.</t>
                    </li>
                  </ol>
                </li>
                <li>
                  <t>cross-certificate update: Similar to a normal certificate
   update, but involving a cross-certificate.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Certificate/CRL discovery operations: Some PKI management
  operations result in the publication of certificates or CRLs:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>certificate publication: Having gone to the trouble of
   producing a certificate, some means for publishing 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"/>, <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 SCTP <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 SCTP <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 an initial certificate for an end entity,
additional assurance can be gained by having the end entity
explicitly confirm successful receipt of the message containing (or
indicating the creation of) the certificate.  Naturally, this
confirmation message must be protected (based on the initial
symmetric or asymmetric authentication key or other means).</t>
            <t>This gives two further possibilities: confirmed or not.</t>
          </section>
        </section>
        <section anchor="sect-4.2.2">
          <name>Initial Registration/Certification Schemes</name>
          <t>The criteria above allow for a large number of initial
registration/certification schemes.  This specification mandates that
conforming CA equipment, RA equipment, and EE equipment <bcp14>MUST</bcp14> support
the second scheme listed below (<xref target="sect-4.2.2.2"/>).  Any entity <bcp14>MAY</bcp14>
additionally support other schemes, if desired.</t>
          <t>&lt;--</t>
          <t>ToDo: PKIX-CMP was defined back in 1999. Since then, it has been profiled for different environments. Not all environments that use CMP for certificate management require an initial registration/certification scheme. Therefore, the authors propose to adapt the above requirements as follows:</t>
          <t>OLD: This specification mandates that conforming CA equipment, RA equipment, and EE equipment <bcp14>MUST</bcp14> support the second scheme listed below (Section 4.2.2.2).  Any entity <bcp14>MAY</bcp14> additionally support other schemes, if desired.</t>
          <t>NEW: Examples of possible initial registration/certification schemes can be found in the following subsections.  An entity may support other schemas specified in profiles of PKIX-CMP, such as Appendixes C and D or RFC 9483.</t>
          <t>--&gt;</t>
          <section anchor="sect-4.2.2.1">
            <name>Centralized Scheme</name>
            <t>In terms of the classification above, this scheme is, in some ways,
the simplest possible, where:</t>
            <ul spacing="normal">
              <li>
                <t>initiation occurs at the certifying CA;</t>
              </li>
              <li>
                <t>no on-line message authentication is required;</t>
              </li>
              <li>
                <t>"key generation" occurs at the certifying CA (see <xref target="sect-4.2.1.3"/>);</t>
              </li>
              <li>
                <t>no confirmation message is required.</t>
              </li>
            </ul>
            <t>In terms of message flow, this scheme means that the only message
required is sent from the CA to the end entity.  The message must
contain the entire PSE for the end entity.  Some out-of-band means
must be provided to allow the end entity to authenticate the message
received and to decrypt any encrypted values.</t>
          </section>
          <section anchor="sect-4.2.2.2">
            <name>Basic Authenticated Scheme</name>
            <t>In terms of the classification above, this scheme is where:</t>
            <ul spacing="normal">
              <li>
                <t>initiation occurs at the end entity;</t>
              </li>
              <li>
                <t>message authentication is <bcp14>REQUIRED</bcp14>;</t>
              </li>
              <li>
                <t>"key generation" occurs at the end entity (see <xref target="sect-4.2.1.3"/>);</t>
              </li>
              <li>
                <t>a confirmation message is <bcp14>REQUIRED</bcp14>.</t>
              </li>
            </ul>
            <t>&lt;--</t>
            <t>ToDo: The authors know of environments where initialization using CMP is not needed, even though CMP us used for managing certificates.</t>
            <t>For example, BRSKI <xref target="RFC8995"/> offers zero touch bootstrapping including enrollment of an initial certificate of the operational domain. If CMP is further used for managing this and further operational certificate, initialization is not needed. In such cases it does not make sense to require implementing initialization.  SZTP <xref target="RFC8572"/> uses only the certificate request message. Neither the respective certificate response message nor the certConf message are used. In <xref target="RFC9483"/> and <xref target="I-D.ietf-anima-brski-ae"/> using the certConf message is optional.</t>
            <t>Therefore, the authors propose removing the normative language here.  If the working group thinks that the basic authentication scheme should stays normative, at least the requirement for the confirmation message should be reduced from <bcp14>REQUIRED</bcp14> to <bcp14>RECOMMENDED</bcp14> or <bcp14>OPTIONAL</bcp14>.</t>
            <t>--&gt;</t>
            <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>SHOULD NOT</bcp14> be sent to the CA/RA in order to prove
possession).</t>
        <t>This specification explicitly allows for cases where an end entity
supplies the relevant proof to an RA and the RA subsequently attests
to the CA that the required proof has been received (and validated!).
For example, an end entity wishing to have a signing key certified
could send the appropriate signature to the RA, which then simply
notifies the relevant CA that the end entity has supplied the
required proof.  Of course, such a situation may be disallowed by
some policies (e.g., CAs may be the only entities permitted to verify
POP during certification).</t>
        <section anchor="sect-4.3.1">
          <name>Signature Keys</name>
          <t>For signature keys, the end entity can sign a value to prove
possession of the private key, 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="I-D.ietf-lamps-cms-kemri"/>.</t>
          <t>The direct method is for the RA/CA to issue a random challenge to which an
immediate response by the EE is required.</t>
          <t>The indirect method is to issue a certificate that is encrypted for the end entity using a shared secret key derived from a key encapsulated using the public key (and have the end entity demonstrate its ability to use its private key for decapsulation of the KEM ciphertext, derive the shared secret key, decrypt this certificate, and provide a hash of the certificate in the confirmation message).  This allows a CA to issue a certificate in a form that can only be used by the intended end entity.</t>
          <t>This specification encourages use of the indirect method because it requires
no extra messages to be sent (i.e., the proof can be demonstrated using the
{request, response, confirmation} triple of messages).</t>
          <t>A certification request message for a KEM certificate <bcp14>SHALL</bcp14> use POPOPrivKey by using the keyEncipherment choice of ProofOfPossession, see <xref target="sect-5.2.8"/>, in the popo field of CertReqMsg as long as no KEM-specific choice is available.</t>
        </section>
      </section>
      <section anchor="sect-4.4">
        <name>Root CA Key Update</name>
        <t>This discussion only applies to CAs that are directly trusted by some
end entities.  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 init. req. message, where the end entity may not know
its own Distinguished Name (DN), e-mail name, IP address, etc.), then
the "sender" field <bcp14>MUST</bcp14> contain a "NULL" value; that is, the SEQUENCE
OF relative distinguished names is of zero length.  In such a case,
the senderKID field <bcp14>MUST</bcp14> hold an identifier (i.e., a reference
number) that indicates to the receiver the appropriate shared secret
information to use to verify the message.</t>
          <t>The recipient field contains the name of the recipient of the
PKIMessage.  This name (in conjunction with recipKID, if supplied)
should be usable to verify the protection on the message.</t>
          <t>The protectionAlg field specifies the algorithm used to protect the
message.  If no protection bits are supplied (note that PKIProtection
is <bcp14>OPTIONAL</bcp14>) then this field <bcp14>MUST</bcp14> be omitted; if protection bits are
supplied, then this field <bcp14>MUST</bcp14> be supplied.</t>
          <t>senderKID and recipKID are usable to indicate which keys have been
used to protect the message (recipKID will normally only be required
where protection of the message uses Diffie-Hellman (DH) or elliptic curve Diffie-Hellman (ECDH) keys).
These fields <bcp14>MUST</bcp14> be used if required to uniquely identify a key
(e.g., if more than one key is associated with a given sender name).
The senderKID <bcp14>SHOULD</bcp14> be used in any case.</t>
          <t>Note: The recommendation of using senderKID was changed since <xref target="RFC4210"/>,
where it was recommended to be omitted if not needed to identify the protection
key.</t>
          <t>The transactionID field within the message header is to be used to
allow the recipient of a message to correlate this with an ongoing
transaction.  This is needed for all transactions that consist of
more than just a single request/response pair.  For transactions that
consist of a single request/response pair, the rules are as follows.
A client <bcp14>MUST</bcp14> populate the transactionID field if the message
contains an infoValue of type KemCiphertextInfo, see <xref target="sect-5.1.3.4"/>. In all other cases
the client <bcp14>MAY</bcp14> populate the transactionID field of the request.  If a
server receives such a request that has the transactionID field set,
then it <bcp14>MUST</bcp14> set the transactionID field of the response to the same
value.  If a server receives such request with a missing
transactionID field, then it <bcp14>MUST</bcp14> populate the transactionID field if
the message contains a KemCiphertextInfo field. In all other cases
the server <bcp14>MAY</bcp14> set transactionID field of the response.</t>
          <t>For transactions that consist of more than just a single
request/response pair, the rules are as follows.  Clients <bcp14>SHOULD</bcp14>
generate a transactionID for the first request.  If a server receives
such a request that has the transactionID field set, then it <bcp14>MUST</bcp14> set
the transactionID field of the response to the same value.  If a
server receives such request with a missing transactionID field, then
it <bcp14>MUST</bcp14> populate the transactionID field of the response with a
server-generated ID.  Subsequent requests and responses <bcp14>MUST</bcp14> all set
the transactionID field to the thus established value.  In all cases
where a transactionID is being used, a given client <bcp14>MUST NOT</bcp14> have
more than one transaction with the same transactionID in progress at
any time (to a given server).  Servers are free to require uniqueness
of the transactionID or not, as long as they are able to correctly
associate messages with the corresponding transaction.  Typically,
this means that a server will require the {client, transactionID}
tuple to be unique, or even the transactionID alone to be unique, if
it cannot distinguish clients based on transport-level information.
A server receiving the first message of a transaction (which requires
more than a single request/response pair) that contains a
transactionID that does not allow it to meet the above constraints
(typically because the transactionID is already in use) <bcp14>MUST</bcp14> send
back an ErrorMsgContent with a PKIFailureInfo of transactionIdInUse.
It is <bcp14>RECOMMENDED</bcp14> that the clients fill the transactionID field with
128 bits of (pseudo-) random data for the start of a transaction to
reduce the probability of having the transactionID in use at the
server.</t>
          <t>The senderNonce and recipNonce fields protect the PKIMessage against
replay attacks.  The senderNonce will typically be 128 bits of
(pseudo-) random data generated by the sender, whereas the recipNonce
is copied from the senderNonce of the previous message in the
transaction.</t>
          <t>The messageTime field contains the time at which the sender created
the message.  This may be useful to allow end entities to
correct/check their local time for consistency with the time on a
central system.</t>
          <t>The freeText field may be used to send a human-readable message to
the recipient (in any number of languages).  The first language used
in this sequence indicates the desired language for replies.</t>
          <t>The generalInfo field may be used to send machine-processable
additional data to the recipient.  The following generalInfo
extensions are defined and <bcp14>MAY</bcp14> be supported.</t>
          <section anchor="sect-5.1.1.1">
            <name>ImplicitConfirm</name>
            <t>This is used by the EE to inform the CA that it does not wish to send
a certificate confirmation for issued certificates.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-implicitConfirm OBJECT IDENTIFIER ::= {id-it 13}
  ImplicitConfirmValue ::= NULL
]]></sourcecode>
            <t>If the CA grants the request to the EE, it <bcp14>MUST</bcp14> put the same
extension in the PKIHeader of the response.  If the EE does not find
the extension in the response, it <bcp14>MUST</bcp14> send the certificate
confirmation.</t>
          </section>
          <section anchor="sect-5.1.1.2">
            <name>ConfirmWaitTime</name>
            <t>This is used by the CA to inform the EE how long it intends to wait
for the certificate confirmation before revoking the certificate and
deleting the transaction.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-confirmWaitTime OBJECT IDENTIFIER ::= {id-it 14}
  ConfirmWaitTimeValue ::= GeneralizedTime
]]></sourcecode>
          </section>
          <section anchor="sect-5.1.1.3">
            <name>OrigPKIMessage</name>
            <t>An RA <bcp14>MAY</bcp14> include the original PKIMessage from the EE in the generalInfo
field of the PKIHeader of a PKIMessage.  This is used by the RA to inform
the CA of the original PKIMessage that it received from the EE and modified
in some way (e.g., added or modified particular field values or added new
extensions) before forwarding the new PKIMessage.  This
accommodates, for example, cases in which the CA wishes to check POP or other
information on the original EE message.</t>
            <t>Note: If the changes made by
the RA to the original PKIMessage break the POP of a certificate request,
the RA can set the popo field to raVerified, see <xref target="sect-5.2.8.4"/>.</t>
            <t>Although the infoValue is PKIMessages, it <bcp14>MUST</bcp14> contain exactly one PKIMessage.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-origPKIMessage OBJECT IDENTIFIER ::= {id-it 15}
  OrigPKIMessageValue ::= PKIMessages
]]></sourcecode>
          </section>
          <section anchor="sect-5.1.1.4">
            <name>CertProfile</name>
            <t>This is used by the EE to indicate specific certificate profiles, e.g., when
requesting a new certificate or a certificate request template; see <xref target="sect-5.3.19.16"/>.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-certProfile OBJECT IDENTIFIER ::= {id-it 21}
  CertProfileValue ::= SEQUENCE SIZE (1..MAX) OF UTF8String
]]></sourcecode>
            <t>When used in a p10cr message, the CertProfileValue sequence <bcp14>MUST NOT</bcp14> contain multiple certificate profile names. When used in an ir/cr/kur/genm message, the CertProfileValue sequence <bcp14>MUST NOT</bcp14> contain more certificate profile names than the number of CertReqMsg or GenMsgContent InfoTypeAndValue elements contained in the message body.</t>
            <t>The certificate profile names in the CertProfileValue sequence relate to the CertReqMsg or GenMsgContent InfoTypeAndValue elements in the given order. An empty string means no certificate profile name is associated with the respective CertReqMsg or GenMsgContent InfoTypeAndValue element. If the CertProfileValue sequence contains less certificate profile entries than CertReqMsg or GenMsgContent InfoTypeAndValue elements, the remaining CertReqMsg or GenMsgContent InfoTypeAndValue elements have no profile name associated with them.</t>
          </section>
          <section anchor="sect-5.1.1.5">
            <name>KemCiphertextInfo</name>
            <t>A PKI entity <bcp14>MAY</bcp14> provide the KEM ciphertext for MAC-based message protection using KEM (see Section 5.1.3.4) in the generalInfo field of a request message to a PKI management entity if it knows that the PKI management entity uses a KEM key pair and has its public key.</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= { id-it TBD1 }
  KemCiphertextInfoValue ::= KemCiphertextInfo
]]></sourcecode>
            <t>For more details of KEM-based message protection see <xref target="sect-5.1.3.4"/>. See <xref target="sect-5.3.19.18"/> for the definition of {id-it TBD1}.</t>
          </section>
        </section>
        <section anchor="sect-5.1.2">
          <name>PKI Message Body</name>
          <sourcecode type="asn.1"><![CDATA[
  PKIBody ::= CHOICE {
     ir       [0]  CertReqMessages,        --Initialization Req
     ip       [1]  CertRepMessage,         --Initialization Resp
     cr       [2]  CertReqMessages,        --Certification Req
     cp       [3]  CertRepMessage,         --Certification Resp
     p10cr    [4]  CertificationRequest,   --PKCS #10 Cert.  Req.
     popdecc  [5]  POPODecKeyChallContent, --pop Challenge
     popdecr  [6]  POPODecKeyRespContent,  --pop Response
     kur      [7]  CertReqMessages,        --Key Update Request
     kup      [8]  CertRepMessage,         --Key Update Response
     krr      [9]  CertReqMessages,        --Key Recovery Req
     krp      [10] KeyRecRepContent,       --Key Recovery Resp
     rr       [11] RevReqContent,          --Revocation Request
     rp       [12] RevRepContent,          --Revocation Response
     ccr      [13] CertReqMessages,        --Cross-Cert.  Request
     ccp      [14] CertRepMessage,         --Cross-Cert.  Resp
     ckuann   [15] 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 in the following text <bcp14>MUST</bcp14> be used.</t>
            <t>In the above protectionAlg, the salt value is appended to the shared
secret input. The OWF is then applied iterationCount times, where the
salted secret is the input to the first iteration and, for each
successive iteration, the input is set to be the output of the
previous iteration. The output of the final iteration (called
"BASEKEY" for ease of reference, with a size of "H") is what is used
to form the symmetric key. If the MAC algorithm requires a K-bit key
and K &lt;= H, then the most significant K bits of BASEKEY are used. If
K &gt; H, then all of BASEKEY is used for the most significant H bits of
the key, OWF("1" || BASEKEY) is used for the next most significant H
bits of the key, OWF("2" || BASEKEY) is used for the next most
significant H bits of the key, and so on, until all K bits have been
derived. [Here "N" is the ASCII byte encoding the number N and "||"
represents concatenation.]</t>
            <t>Note: It is <bcp14>RECOMMENDED</bcp14> that the fields of PBMParameter remain
constant throughout the messages of a single transaction (e.g.,
ir/ip/certConf/pkiConf) to reduce the overhead associated with
PasswordBasedMac computation.</t>
          </section>
          <section anchor="sect-5.1.3.2">
            <name>DH Key Pairs</name>
            <t>Where the sender and receiver possess finite-field or elliptic-curve-based
Diffie-Hellman certificates
with compatible DH parameters, in order to protect the message the
end entity must generate a symmetric key based on its private DH key
value and the DH public key of the recipient of the PKI message.
PKIProtection will contain a MAC value keyed with this derived
symmetric key and the protectionAlg will be the following:</t>
            <sourcecode type="asn.1"><![CDATA[
  id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}

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

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

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

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

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

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

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

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

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

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

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

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

  RevDetails ::= SEQUENCE {
     certDetails         CertTemplate,
     crlEntryDetails     Extensions       OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.10">
          <name>Revocation Response Content</name>
          <t>The revocation response is the response to the above message.  If
produced, this is sent to the requester of the revocation.  (A
separate revocation announcement message <bcp14>MAY</bcp14> be sent to the subject
of the certificate for which revocation was requested.)</t>
          <sourcecode type="asn.1"><![CDATA[
  RevRepContent ::= SEQUENCE {
     status        SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
     revCerts  [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
     crls      [1] SEQUENCE SIZE (1..MAX) OF CertificateList
                   OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.11">
          <name>Cross Certification Request Content</name>
          <t>Cross certification requests use the same syntax (CertReqMessages) as
normal certification requests, with the restriction that the key pair
<bcp14>MUST</bcp14> have been generated by the requesting CA and the private key
<bcp14>MUST NOT</bcp14> be sent to the responding CA (see the profiles defined in <xref target="sect-d.6"/>
for further information).  This request <bcp14>MAY</bcp14> also be used
by subordinate CAs to get their certificates signed by the parent CA.</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
        </section>
        <section anchor="sect-5.3.12">
          <name>Cross Certification Response Content</name>
          <t>Cross certification responses use the same syntax (CertRepMessage) as
normal certification responses, with the restriction that no
encrypted private key can be sent.</t>
          <t>See <xref target="sect-5.3.4"/> for CertRepMessage syntax.</t>
        </section>
        <section anchor="sect-5.3.13">
          <name>CA Key Update Announcement Content</name>
          <t>When a CA updates its own key pair, the following data structure <bcp14>MAY</bcp14>
be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  RootCaKeyUpdateContent ::= SEQUENCE {
     newWithNew              CMPCertificate,
     newWithOld          [0] CMPCertificate OPTIONAL,
     oldWithNew          [1] CMPCertificate OPTIONAL
  }

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-kemri-08"/>
        </reference>
        <reference anchor="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="20" month="March" 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-05"/>
        </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="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="1" month="March" year="2024"/>
            <abstract>
              <t>   This document defines an enhancement of Bootstrapping Remote Secure
   Key Infrastructure (BRSKI, RFC 8995).  It supports alternative
   certificate enrollment protocols, such as CMP, that use authenticated
   self-contained signed objects for certification messages.

   This offers the following advantages.  The origin of requests and
   responses can be authenticated independently of message transfer.
   This supports end-to-end authentication (proof of origin) also over
   multiple hops, as well as asynchronous operation of certificate
   enrollment.  This in turn provides architectural flexibility where
   and when to ultimately authenticate and authorize certification
   requests while retaining full-strength integrity and authenticity of
   certification requests.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-ae-10"/>
        </reference>
        <reference anchor="RFC9162">
          <front>
            <title>Certificate Transparency Version 2.0</title>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="E. Messeri" initials="E." surname="Messeri"/>
            <author fullname="R. Stradling" initials="R." surname="Stradling"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This document describes version 2.0 of the Certificate Transparency (CT) protocol for publicly logging the existence of Transport Layer Security (TLS) server certificates as they are issued or observed, in a manner that allows anyone to audit certification authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
              <t>This document obsoletes RFC 6962. It also specifies a new TLS extension that is used to send various CT log artifacts.</t>
              <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9162"/>
          <seriesInfo name="DOI" value="10.17487/RFC9162"/>
        </reference>
        <reference anchor="NIST.SP.800_90Ar1" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
          <front>
            <title>Recommendation for Random Number Generation Using Deterministic Random Bit Generators</title>
            <author fullname="Elaine B. Barker" surname="Barker">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="John M. Kelsey" surname="Kelsey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization abbrev="NIST">National Institute of Standards and Technology</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date month="June" year="2015"/>
          </front>
          <seriesInfo name="NIST Special Publications (General)" value="800-90Ar1"/>
          <seriesInfo name="DOI" value="10.6028/NIST.SP.800-90Ar1"/>
        </reference>
        <reference anchor="IEEE.802.1AR-2018">
          <front>
            <title>IEEE Standard for Local and Metropolitan Area Networks - Secure Device Identity</title>
            <author>
              <organization/>
            </author>
            <date month="July" year="2018"/>
          </front>
          <seriesInfo name="DOI" value="10.1109/ieeestd.2018.8423794"/>
          <seriesInfo name="ISBN" value="[&quot;9781504450195&quot;]"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="CVE-2008-0166" target="https://nvd.nist.gov/vuln/detail/CVE-2008-0166">
          <front>
            <title>National Vulnerability Database - CVE-2008-0166</title>
            <author>
              <organization>National Institute of Science and Technology (NIST)</organization>
            </author>
            <date year="2008" month="May"/>
          </front>
        </reference>
        <reference anchor="MiningPsQs" target="https://www.usenix.org/conference/usenixsecurity12/technical-sessions/presentation/heninger">
          <front>
            <title>Mining Your Ps and Qs: Detection of Widespread Weak Keys in Network Devices</title>
            <author>
              <organization>Security'12: Proceedings of the 21st USENIX conference on Security symposium</organization>
            </author>
            <author initials="N." surname="Heninger" fullname="Nadia Heninger">
              <organization>UC San Diego</organization>
            </author>
            <author initials="Z." surname="Durumeric" fullname="Zakir Durumeric">
              <organization>University of Michigan</organization>
            </author>
            <author initials="E." surname="Wustrow" fullname="Eric Wustrow">
              <organization>University of Michigan</organization>
            </author>
            <author initials="J. A." surname="Halderman" fullname="J. Alex Halderman">
              <organization>University of Michigan</organization>
            </author>
            <date year="2012" month="August"/>
          </front>
        </reference>
        <reference anchor="ISO.20543-2019">
          <front>
            <title>Information technology -- Security techniques -- Test and analysis methods for random bit generators within ISO/IEC 19790 and ISO/IEC 15408</title>
            <author>
              <organization>International Organization for Standardization (ISO)</organization>
            </author>
            <date year="2019" month="October"/>
          </front>
          <seriesInfo name="ISO" value="Draft Standard 20543-2019"/>
        </reference>
        <reference anchor="AIS31" target="https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Zertifizierung/Interpretationen/AIS_31_Functionality_classes_for_random_number_generators_e.pdf">
          <front>
            <title>A proposal for: Functionality classes for random number generators, version 2.0</title>
            <author>
              <organization>Bundesamt fuer Sicherheit in der Informationstechnik (BSI)</organization>
            </author>
            <author initials="W." surname="Killmann" fullname="Wolfgang Killmann">
              <organization>T-Systems GEI GmbH</organization>
            </author>
            <author initials="W." surname="Schindler" fullname="Werner Schindler">
              <organization>Bundesamt fuer Sicherheit in der Informationstechnik (BSI)</organization>
            </author>
            <date year="2011" month="September"/>
          </front>
        </reference>
        <reference anchor="Gueneysu" target="https://eprint.iacr.org/2022/703">
          <front>
            <title>Proof-of-possession for KEM certificates using verifiable generation</title>
            <author initials="T." surname="Gueneysu" fullname="Tim Gueneysu">
              <organization/>
            </author>
            <author initials="P." surname="Hodges" fullname="Philip Hodges">
              <organization/>
            </author>
            <author initials="G." surname="Land" fullname="Georg Land">
              <organization/>
            </author>
            <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
              <organization/>
            </author>
            <author initials="D." surname="Stebila" fullname="Douglas Stebila">
              <organization/>
            </author>
            <author initials="G." surname="Zaverucha" fullname="Greg Zaverucha">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="Cryptology ePrint Archive" value=""/>
        </reference>
        <reference anchor="Fujisaki">
          <front>
            <title>Secure Integration of Asymmetric and Symmetric Encryption Schemes</title>
            <author fullname="Eiichiro Fujisaki" initials="E." surname="Fujisaki">
              <organization/>
            </author>
            <author fullname="Tatsuaki Okamoto" initials="T." surname="Okamoto">
              <organization/>
            </author>
            <date month="December" year="2011"/>
          </front>
          <seriesInfo name="Journal of Cryptology" value="vol. 26, no. 1, pp. 80-101"/>
          <seriesInfo name="DOI" value="10.1007/s00145-011-9114-1"/>
          <refcontent>Springer Science and Business Media LLC</refcontent>
        </reference>
        <reference anchor="Hofheinz">
          <front>
            <title>A Modular Analysis of the Fujisaki-Okamoto Transformation</title>
            <author fullname="Dennis Hofheinz" initials="D." surname="Hofheinz">
              <organization/>
            </author>
            <author fullname="Kathrin Hövelmanns" initials="K." surname="Hövelmanns">
              <organization/>
            </author>
            <author fullname="Eike Kiltz" initials="E." surname="Kiltz">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="Theory of Cryptography" value="pp. 341-371"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-70500-2_12"/>
          <seriesInfo name="ISBN" value="[&quot;9783319704999&quot;, &quot;9783319705002&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <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 3990?>

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

algorithmIdentifier MSG_SIG_ALG   only signature protection is
                                  allowed for this proof

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sender               present
  -- same as in ip
recipient            present
  -- sender name from certConf
transactionID        present
  -- value from certConf message
senderNonce          present
  -- 128 (pseudo-) random bits
recipNonce           present
  -- value from senderNonce from certConf message
protectionAlg        MSG_MAC_ALG
  -- only MAC protection is allowed for this message.
senderKID            referenceNum
body                 PKIConf
protection           present
  -- bits calculated using MSG_MAC_ALG
]]></artwork>
      </section>
      <section anchor="sect-c.5">
        <name>Certificate Request</name>
        <t>An (initialized) end entity requests a certificate from a CA (for any
reason).  When the CA responds with a message containing a
certificate, the end entity replies with a certificate confirmation.
The CA replies with a PKIConfirm, to close the transaction.  All
messages are authenticated.</t>
        <t>The profile for this exchange is identical to that given in <xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>sender name <bcp14>SHOULD</bcp14> be present</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be supported (MSG_MAC_ALG <bcp14>MAY</bcp14>
also be supported) in request, response, certConfirm, and
PKIConfirm messages;</t>
          </li>
          <li>
            <t>senderKID and recipKID are only present if required for message
verification;</t>
          </li>
          <li>
            <t>body is cr or cp;</t>
          </li>
          <li>
            <t>body may contain one or two CertReqMsg structures, but either
CertReqMsg may be used to request certification of a
locally-generated public key or a centrally-generated public key
(i.e., the position-dependence requirement of <xref target="sect-c.4"/> is
removed);</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
field.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-c.6">
        <name>Key Update Request</name>
        <t>An (initialized) end entity requests a certificate from a CA (to
update the key pair and/or corresponding certificate that it already
possesses).  When the CA responds with a message containing a
certificate, the end entity replies with a certificate confirmation.
The CA replies with a PKIConfirm, to close the transaction.  All
messages are authenticated.</t>
        <t>The profile for this exchange is identical to that given in<xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ol spacing="normal" type="1"><li>
            <t>sender name <bcp14>SHOULD</bcp14> be present</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be supported (MSG_MAC_ALG <bcp14>MAY</bcp14>
  also be supported) in request, response, certConfirm, and
  PKIConfirm messages;</t>
          </li>
          <li>
            <t>senderKID and recipKID are only present if required for message
  verification;</t>
          </li>
          <li>
            <t>body is kur or kup;</t>
          </li>
          <li>
            <t>body may contain one or two CertReqMsg structures, but either
  CertReqMsg may be used to request certification of a locally-generated
  public key or a centrally-generated public key (i.e.,the
  position-dependence requirement of <xref target="sect-c.4"/> is removed);</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
  field;</t>
          </li>
          <li>
            <t>regCtrl OldCertId <bcp14>SHOULD</bcp14> be used (unless it is clear to both
  sender and receiver -- by means not specified in this document --
  that it is not needed).</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="sect-d">
      <name>PKI Management Message Profiles (OPTIONAL)</name>
      <t>This appendix contains detailed profiles for those PKIMessages that
<bcp14>MAY</bcp14> be supported by implementations.</t>
      <t>Profiles for the PKIMessages used in the following PKI management
operations are provided:</t>
      <ul spacing="normal">
        <li>
          <t>root CA key update</t>
        </li>
        <li>
          <t>information request/response</t>
        </li>
        <li>
          <t>cross-certification request/response (1-way)</t>
        </li>
        <li>
          <t>in-band initialization using external identity certificate</t>
        </li>
      </ul>
      <t>Later versions of this document may extend the above to include
profiles for the operations listed below (along with other
operations, if desired).</t>
      <ul spacing="normal">
        <li>
          <t>revocation request</t>
        </li>
        <li>
          <t>certificate publication</t>
        </li>
        <li>
          <t>CRL publication</t>
        </li>
      </ul>
      <section anchor="sect-d.1">
        <name>General Rules for Interpretation of These Profiles.</name>
        <t>Identical to <xref target="sect-c.1"/>.</t>
      </section>
      <section anchor="sect-d.2">
        <name>Algorithm Use Profile</name>
        <t>Identical to <xref target="sect-c.2"/>.</t>
      </section>
      <section anchor="sect-d.3">
        <name>Self-Signed Certificates</name>
        <t>Profile of how a Certificate structure may be "self-signed".  These
structures are used for distribution of CA public keys.  This can
occur in one of three ways (see <xref target="sect-4.4"/> above for a description
of the use of these structures):</t>
        <artwork><![CDATA[
Type          Function
-----------------------------------------------------------------
newWithNew a true "self-signed" certificate; the contained
           public key MUST be usable to verify the signature
           (though this provides only integrity and no
           authentication whatsoever)
oldWithNew previous root CA public key signed with new private key
newWithOld new root CA public key signed with previous private key
]]></artwork>
        <t>Such certificates (including relevant extensions) must contain
"sensible" values for all fields.  For example, when present,
subjectAltName <bcp14>MUST</bcp14> be identical to issuerAltName, and, when present,
keyIdentifiers must contain appropriate values, et cetera.</t>
      </section>
      <section anchor="sect-d.4">
        <name>Root CA Key Update</name>
        <t>A root CA updates its key pair.  It then produces a CA key update
announcement message that can be made available (via some transport
mechanism) to the relevant end entities.  A confirmation message is
not required from the end entities.</t>
        <t>ckuann message:</t>
        <artwork><![CDATA[
 Field        Value                        Comment
--------------------------------------------------------------
 sender       CA name CA name
 body         ckuann(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</t>
        <t>certificate that can be chained to a trust anchor in the EE's PSE).</t>
        <t>The profile for this exchange is identical to that given in <xref target="sect-c.4"/>,
with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>the EE and CA-1 do not share a symmetric MACing key (i.e., there
is no out-of-band shared secret information between these
entities);</t>
          </li>
          <li>
            <t>sender name in ir <bcp14>MUST</bcp14> be present (and identical to the subject
name present in the external identity certificate);</t>
          </li>
          <li>
            <t>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be used in all messages;</t>
          </li>
          <li>
            <t>external identity cert.  <bcp14>MUST</bcp14> be carried in ir extraCerts field</t>
          </li>
          <li>
            <t>senderKID and recipKID are not used;</t>
          </li>
          <li>
            <t>body is ir or ip;</t>
          </li>
          <li>
            <t>protection bits are calculated according to the protectionAlg
field.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sect-e">
      <name>Variants of Using KEM Keys for PKI Message Protection</name>
      <t>As described in <xref target="sect-5.1.3.4"/>, any party in a PKI management operation may wish to use a KEM key pair for message protection. Below possible cases are described.</t>
      <t>For any PKI management operation started by a PKI entity with any type of request message, the following message flows describe the use of a KEM key. There are two cases to distinguish, namely whether the PKI entity or the PKI management entity owns a KEM key pair. If both sides own KEM key pairs, the flows need to be combined such that for each direction a shared secret key is established.</t>
      <t>In the following message flows Alice indicates the PKI entity that uses a KEM key pair for message authentication and Bob provides the KEM ciphertext using Alice's public KEM key, as described in <xref target="sect-5.1.3.4"/>.</t>
      <t>Message Flow when the PKI entity has a KEM key pair and certificate:</t>
      <figure anchor="KEM-Flow1">
        <name>Message Flow when PKI entity has a KEM key pair</name>
        <artwork align="left"><![CDATA[
Step# PKI entity                           PKI management entity
      (Alice)                              (Bob)
  1   format unprotected genm
        of type
        KemCiphertextInfo
        without value, and
        KEM certificate in
        extraCerts
                         ->   genm    ->
  2                                        validate KEM certificate
                                           perform KEM Encapsulate
                                           format unprotected genp
                                             of type
                                             KemCiphertextInfo
                                             providing KEM ciphertext
                         <-   genp    <-
  3   perform KEM Decapsulate
      perform key derivation
        to get ssk
      format request with
        MAC-based protection
                         ->  request  ->
  4                                        perform key derivation
                                             to get ssk
                                           verify MAC-based
                                             protection

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

-- CMPCertificate ::= Certificate

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

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

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

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

PKIBody ::= CHOICE {       -- message-specific body elements
    ir       [0]  CertReqMessages,        --Initialization Request
    ip       [1]  CertRepMessage,         --Initialization Response
    cr       [2]  CertReqMessages,        --Certification Request
    cp       [3]  CertRepMessage,         --Certification Response
    p10cr    [4]  CertificationRequest,   --imported from [RFC2986]
    popdecc  [5]  POPODecKeyChallContent, --pop Challenge
    popdecr  [6]  POPODecKeyRespContent,  --pop Response
    kur      [7]  CertReqMessages,        --Key Update Request
    kup      [8]  CertRepMessage,         --Key Update Response
    krr      [9]  CertReqMessages,        --Key Recovery Request
    krp      [10] KeyRecRepContent,       --Key Recovery Response
    rr       [11] RevReqContent,          --Revocation Request
    rp       [12] RevRepContent,          --Revocation Response
    ccr      [13] CertReqMessages,        --Cross-Cert. Request
    ccp      [14] CertRepMessage,         --Cross-Cert. Response
    ckuann   [15] 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) TBD4 }
KemBMParameter ::= SEQUENCE {
    kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
    -- AlgId of the Key Derivation Function algorithm
    kemContext   [0] OCTET STRING OPTIONAL,
    -- MAY contain additional algorithm specific context information
    len              INTEGER (1..MAX),
    -- Defines the length of the keying material output of the KDF
    -- SHOULD be the maximum key length of the MAC function
    mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
    -- AlgId of the Message Authentication Code algorithm
}

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

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

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

OOBCert ::= CMPCertificate

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

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

-- encryptedRand was added in [RFCXXXX]

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

-- Rand was added in [RFC9480]

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

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

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

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

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

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

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

RevReqContent ::= SEQUENCE OF RevDetails

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

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

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

-- 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 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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
wB9xmOz/sfO/T/3Z3sNy6OmuiFdU14Lqn2FnJUVShgwes4LKZXa+KvEezLDB
m2nCr4QiH9AIkU/yF1yhuCU6oaZ2cHduLMuxQJZZdsC0FZnh5DcIdrXuzEh0
Xbqib3NR/rCebHGXsd+HLLlp9WtI3TKU7YnSl++d78TuHrN6ctwKpSvXtre0
kJmVlakcKfoL11Ign52F9/ckYkBgadEJA/G0FbwikchQkyVeb3TYgO+IHVqY
ah0OaYGuTcioD2aCPf22ovRLeobyIfFuM13mES14vKo+sLhvwxPhXZhMOiK2
iC3zmMAIVbhqsQmc4yCVSRviko3Byqex8Bz39yidZi4WJ90znjtTGRb2XHkv
CgLTaeqEvuSykuYj9zy1UTo2laRzRedLNiO+w77WCIxLvN/kJrFSFC73XdDJ
cMsCZevkBm5ykautyvErtFGm9Yd6ui5nLndwDZ6m/+f84vDdxcYniuI/H/j7
h01/P0eQ/vKhT/jF/PSvHMGe4lPe/xQeDIJUFX/a7fn5p429mBi6yZ6BPDjQ
B/6O7/9TX/f+/J+Znv9T5/3+r+T+Yn+XvD+ga2iof/8gf1Ae0e77h1PUZG1P
eYmibcojksf1fbzVZsSyKT+5Slb0FxGh/MJD8/9o858fev+h1zPvD3Q8Q359
QCXtze+3/H7+6/Viy/e7r3f3Ge5/7qCd2mH267jyfDPQh4/fvqKFp4Ovig3/
4C9ZtJtdDUjano53N+z/zf8TPbX12/+Z+W3f25npyfx2g8gYRFMYzIfYoxzS
IcXaZjcDpErOl0bir+6aSEMANB2oFuFGIYF/vqr8pjj2LR1TS/kfqINV9Ima
j/lxxV6BxMO3kNHihf1+7nP+rHP5Gv+frjjonTbz8z2Zw9Dmk22ef1PO15h8
tgKDeM5uhweEgvxElanQP4IC3xVf557+064evT/5GXjq/+/ZsoGaUXiZPSt0
RnjDu+J5rh0/LaKb47y82Kar9soTRjDl2/TL8XibNqyuSflHXtd0gId4+Cca
mh/uXm7J/RTxAzRHe37N6azvPenOzl5umtPZ2Xu6zcgemJ1nW7QBgf4kZVzm
J7uMyY8cBpia3Iqa3YNTs/84bHb/zv6eNiEy1P8yN8d+glTKwgTtb3Ou+Eum
6W1OF3eonLz3L+QWC9b7fc0CH0f1tLvM+7nZT5d5f5s5zi2zVgTb3+YcHWUX
+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
RC5++7wFBHG4DXuxhT4kxyolYemLsKBCmVwmvsIFRNHbuHBsNm0RolCf+B9j
qGWcY3TiRFZ7I0qWwxavJh0sUbQH+8u3VoiOoBKYB7pWKwuAoMc62ac6hZrd
xrKfBTfU0XgNLDH4vIgxSK4SDq0ZT5b+Dkb+f/5vkXv5FubRL06/kMcg/tDg
czY/zHJkyLfJzCuifkVF7cp8JXQ2dFIouL6KraV8+CV8OgyvLSt2arINwvFn
MpE7AVvIYSnoWL0mg3xcc9qsS5OMmzRoib+c2d3b1kWmr/OLG2Ps47MpqZmg
C12DVhAFHwNjVzDWsbXbhFEahaLEo8l019a0If6xlIOMLT33z8yIm6cOg/DS
V4W66QWEUqMB/uYXRiqBMqXM6TA4xZPZf/qPGm3lpbwb/cNnVPVd8RzjpNSq
6vCax8a+RDe/Xw7CNeE8ro+jl7+vWVAS3FL1tNJ/2xaJnhN9g3L41rpJMzOG
xyV7L8/+8Pr8xrgjpCXAv4TJ8tAzS8PZKD20YZ/G1fQSibCOUlhBSB/8bQuq
dDpMFtMKEWRbgAM0H7zuv3277WrSdLq67jsaWL6qpIMn3qpp4Sry6eF+34Ym
XTrseC1qX2yz4rcnAQxWuZzzLlSuaTRwK70mxx6W6/iV1QVPoPvgVrUKtaUo
0z2lMCpqljIm1AMzqBPTkAbZqTy9dNPRGKpiDCTfgbGQKFQWiWlS0NiN98rI
GTGNhov1BG97Gjddlpd3bNt+iYa+Xb+M4lzSL1ZyeE4LqvFooVzdkZrlSLV0
H4HeFy5A+KO+O8hNKy5ywJ938RWTObcsho/QoiKRtBGh+npnfvTRC3OvmEib
C1zO9ENlnE2xbLFv98nU37jL417OKgKVmiVRLy4vDZ4tz+zVphf5Mgzvd0ou
XV3nTYiJcVbVuW+8yBEySinalEwGhtcNjSdL5DmzhFf3zxBoDQZP2P4hkErp
pbe+I2TPKo7Dsx13yS4snodxkJQqgpWgHDTrwyVCYJanb9sukkhpYX8kjgjI
fHp+ctHE7aHZPz9uvu+/fcfaDv3kJDxmeQwgNkoOZam8g3+XVNwqtZ/9azqq
f7k2ch6bAe3qq/hnYY0G0WP7GrEPJXV++Q/Twa+IDFoLXyhrQbY2UdXoHENJ
q4uQI3Jjau8ZG+TFbPK/UuRnQgh7y3mYY7RuEdJsMIgHws/30HRRjFpwEAwa
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

-->

</rfc>
