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

<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 adds support for management of KEM certificates and use
EnvelopedData instead of EncryptedValue. This document also includes the
updates specified in Section 2 and Appendix A.2 of RFC 9480.</t>
      <t>The updates maintain backward compatibility with CMP version 2 wherever
possible. 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. CMP version 3 is
introduced for changes to the ASN.1 syntax, which are support of
EnvelopedData, certConf with hashAlg, POPOPrivKey with agreeMAC, and
RootCaKeyUpdateContent in ckuann messages.</t>
      <t>This document obsoletes RFC 4210 and together with I-D.ietf-lamps-rfc6712bis
and it also obsoletes RFC 9480. Appendix F of this document updates the
Section 9 of RFC 5912.</t>
    </abstract>
  </front>
  <middle>
    <?line 218?>

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

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

  End entity                                          RA/CA
  ==========                                      =============
       out-of-band distribution of Initial Authentication
       Key (IAK) and reference value (RA/CA -> EE)
  Key generation
  Creation of certification request
  Protect request with IAK
                -->>-- certification request -->>--
                                                 verify request
                                                 process request
                                                 create response
                --<<-- certification response --<<--
  handle response
  create confirmation
                -->>-- cert conf message      -->>--
                                                 verify confirmation
                                                 create response
                --<<-- conf ack (optional)    --<<--
  handle response
]]></artwork>
            <t>Note: Where verification of the cert confirmation message fails, the RA/CA
<bcp14>MUST</bcp14> revoke the newly issued certificate if it has been published or
otherwise made available.</t>
          </section>
        </section>
      </section>
      <section anchor="sect-4.3">
        <name>Proof-of-Possession (POP) of Private Key</name>
        <t>Proof-of-possession (POP) is where a PKI management entity (CA/RA)
verifies if an end entity has access to the private key
corresponding to a given public key. The question of whether, and in
what circumstances, POPs add value to a PKI is a debate as old as PKI
itself! See <xref target="sect-8.1"/> for a further discussion on the necessity
of proof-of-possession in PKI.</t>
        <t>The PKI management operations specified here make it possible
for an end entity to prove to a CA/RA that it has possession of (i.e., is able
to use) the private key corresponding to the public key for which a
certificate is requested (see <xref target="sect-5.2.8"/> for different POP methods).  A given CA/RA is free to choose how to
enforce POP (e.g., out-of-band procedural means versus PKIX-CMP
in-band messages) in its certification exchanges (i.e., this may be a
policy issue).  However, it is <bcp14>REQUIRED</bcp14> that CAs/RAs <bcp14>MUST</bcp14> enforce POP
by some means because there are currently many non-PKIX operational
protocols in use (various electronic mail protocols are one example)
that do not explicitly check the binding between the end entity and
the private key.  Until operational protocols that do verify the
binding (for signature, encryption, key agreement, and KEM key pairs)
exist, and are ubiquitous, this binding can only be assumed to have
been verified by the CA/RA.  Therefore, if the binding is not
verified by the CA/RA, certificates in the Internet Public-Key
Infrastructure end up being somewhat less meaningful.</t>
        <t>POP is accomplished in different ways depending upon the type of key
for which a certificate is requested.  If a key can be used for
multiple purposes (e.g., an RSA key) then any appropriate method <bcp14>MAY</bcp14>
be used (e.g., a key that may be used for signing, as well as other
purposes, <bcp14>MUST NOT</bcp14> be sent to the CA/RA in order to prove
possession unless archival of the private key is explicitly desired).</t>
        <t>This specification explicitly allows for cases where an end entity
supplies the relevant proof to an RA and the RA subsequently attests
to the CA that the required proof has been received (and validated!).
For example, an end entity wishing to have a signing key certified
could send the appropriate signature to the RA, which then simply
notifies the relevant CA that the end entity has supplied the
required proof.  Of course, such a situation may be disallowed by
some policies (e.g., CAs may be the only entities permitted to verify
POP during certification).</t>
        <section anchor="sect-4.3.1">
          <name>Signature Keys</name>
          <t>For signature keys, the end entity can sign a value to prove
possession of the private key, see <xref target="sect-5.2.8.2"/>.</t>
        </section>
        <section anchor="sect-4.3.2">
          <name>Encryption Keys</name>
          <t>For encryption keys, the end entity can provide the private key to
the CA/RA (e.g., for archiving), see <xref target="sect-5.2.8.3.1"/>, or can be required to decrypt a value in order to prove
possession of the private key.  Decrypting a
value can be achieved either directly (see <xref target="sect-5.2.8.3.3"/>) or indirectly (see <xref target="sect-5.2.8.3.2"/>).</t>
          <t>The direct method is for the RA/CA to issue a random challenge to
which an immediate response by the EE is required.</t>
          <t>The indirect method is to issue a certificate that is encrypted for
the end entity (and have the end entity demonstrate its ability to
decrypt this certificate in the confirmation message).  This allows a
CA to issue a certificate in a form that can only be used by the
intended end entity.</t>
          <t>This specification encourages use of the indirect method because it
requires no extra messages to be sent (i.e., the proof can be
demonstrated using the {request, response, confirmation} triple of
messages).</t>
        </section>
        <section anchor="sect-4.3.3">
          <name>Key Agreement Keys</name>
          <t>For key agreement keys, the end entity and the PKI management entity
(i.e., CA or RA) must establish a shared secret key in order to prove
that the end entity has possession of the private key.</t>
          <t>Note that this need not impose any restrictions on the keys that can
be certified by a given CA.  In particular, for Diffie-Hellman keys
the end entity may freely choose its algorithm parameters provided
that the CA can generate a short-term (or one-time) key pair with the
appropriate parameters when necessary.</t>
        </section>
        <section anchor="sect-4.3.4">
          <name>Key Encapsulation Mechanism Keys</name>
          <t>For key encapsulation mechanism (KEM) keys, the end entity can provide the private key to
the CA/RA (e.g., for archiving), see <xref target="sect-5.2.8.3.1"/>, or can be required to decrypt
a value in order to prove possession of the private key.
Decrypting a value can be achieved either directly (see <xref target="sect-5.2.8.3.3"/>) or indirectly (see <xref target="sect-5.2.8.3.2"/>).</t>
          <t>Note: A definition of key encapsulation mechanisms can be found in <xref section="1" sectionFormat="comma" target="RFC9629"/>.</t>
          <t>The direct method is for the RA/CA to issue a random challenge to which an
immediate response by the EE is required.</t>
          <t>The indirect method is to issue a certificate that is encrypted for the end entity using a shared secret key derived from a key encapsulated using the public key (and have the end entity demonstrate its ability to use its private key for decapsulation of the KEM ciphertext, derive the shared secret key, decrypt this certificate, and provide a hash of the certificate in the confirmation message).  This allows a CA to issue a certificate in a form that can only be used by the intended end entity.</t>
          <t>This specification encourages use of the indirect method because it requires
no extra messages to be sent (i.e., the proof can be demonstrated using the
{request, response, confirmation} triple of messages).</t>
          <t>A certification request message for a KEM certificate <bcp14>SHALL</bcp14> use POPOPrivKey by using the keyEncipherment choice of ProofOfPossession, see <xref target="sect-5.2.8"/>, in the popo field of CertReqMsg as long as no KEM-specific choice is available.</t>
        </section>
      </section>
      <section anchor="sect-4.4">
        <name>Root CA Key Update</name>
        <t>This discussion only applies to CAs that are directly trusted by some
end entities.  Recognizing whether a self-signed or non-self-signed
CA is supposed to be directly trusted for some end entities is a
matter of CA policy and end entity configuration. This is thus beyond
the scope of this document.</t>
        <t>The basis of the procedure described here is that the CA protects its
new public key using its previous private key and vice versa. Thus,
when a CA updates its key pair it may generate two link certificates
"old with new" and "new with old".</t>
        <t>Note: The usage of link certificates has been shown to be very use
case specific and no assumptions are done on this aspect.
RootCaKeyUpdateContent is updated to specify these link certificates
as optional.</t>
        <t>Note: When an LDAP directory is used to publish root CA updates, the
old and new root CA certificates together with the two link
certificates are stored as cACertificate attribute values.</t>
        <t>When a CA changes its key pair, those entities who have acquired the
old CA public key via "out-of-band" means are most affected.  These
end entities need to acquire the new CA public key in a trusted way.
This may be achieved "out-of-band", by using a repository, or by
using online messages also containing the link certificates
"new with old". Once the end entity acquired and properly verified
the new CA public key, it must load the new trust anchor information
into its trusted store.</t>
        <t>The data structure used to protect the new and old CA public keys is
typically a standard X.509 v3 self-signed certificate (which may also
contain extensions).  There are no new data structures required.</t>
        <t>Note: Sometimes root CA certificates do not make use of
X.509 v3 extensions and may be X.509 v1 certificates. Therefore, a
root CA key update must be able to work for version 1 certificates.
The use of the X.509 v3 KeyIdentifier extension is recommended for
easier path building.</t>
        <t>Note:  While the scheme could be generalized to cover cases where
the CA updates its key pair more than once during the validity period
of one of its end entities' certificates, this generalization seems
of dubious value.  Not having this generalization simply means that
the validity periods of certificates issued with the old CA key pair
cannot exceed the end of the "old with new" certificate validity
period.</t>
        <t>Note:  This scheme offers a mechanism to ensures that end entities
will acquire the new CA public key, at the latest by the expiry of
the last certificate they owned that was signed with the old CA
private key.  Certificate and/or key update operations occurring at
other times do not necessarily require this (depending on the end
entity's equipment).</t>
        <t>Note:  In practice, a new root CA may have a slightly different subject
DN, e.g., indicating a generation identifier like the year of issuance or
a version number, for instance in an OU element.  How to bridge trust to
the new root CA certificate in a CA DN change or a cross-certificate scenario
is out of scope for this document.</t>
        <section anchor="sect-4.4.1">
          <name>CA Operator Actions</name>
          <t>To change the key of the CA, the CA operator does the following:</t>
          <ol spacing="normal" type="1"><li>
              <t>Generate a new key pair.</t>
            </li>
            <li>
              <t>Create a certificate containing the new CA public key signed with
  the new private key (the "new with new" certificate).</t>
            </li>
            <li>
              <t>Optionally: Create a link certificate containing the new CA public
  key signed with the old private key (the "new with old"
  certificate).</t>
            </li>
            <li>
              <t>Optionally: Create a link certificate containing the old CA public
  key signed with the new private key (the "old with new"
  certificate).</t>
            </li>
            <li>
              <t>Publish these new certificates so that end entities may acquire
  it, e.g., using a repository or RootCaKeyUpdateContent.</t>
            </li>
          </ol>
          <t>The old CA private key is then no longer required when the validity
of the "old with old" certificate ended. However, the old
CA public key will remain in use for validating the "new with old"
link certificate until the new CA public key is loaded into the
trusted store. The old CA public key is no longer required (other
than for non-repudiation) when all end entities of this CA have
securely acquired and stored the new CA public key.</t>
          <t>The "new with new" certificate must have a validity period with a notBefore
time that is before the notAfter time of the "old with old" certificate and
a notAfter time that is after the notBefore time of the next update of this
certificate.</t>
          <t>The "new with old" certificate must have a validity period with the same
notBefore time as the "new with new" certificate and a notAfter time by which
all end entities of this CA will securely possess the new CA public key (at
the latest, at the notAfter time of the "old with old" certificate).</t>
          <t>The "old with new" certificate must have a validity period with the same
notBefore and notAfter time as the "old with old" certificate.</t>
          <t>Note:  Further operational considerations on transition from one root CA
self-signed certificate to the next is available in <xref target="RFC8649">RFC 8649 Section 5</xref>.</t>
        </section>
        <section anchor="sect-4.4.2">
          <name>Verifying Certificates</name>
          <t>Normally when verifying a signature, the verifier verifies (among
other things) the certificate containing the public key of the
signer.  However, once a CA is allowed to update its key there are a
range of new possibilities.  These are shown in the table below.</t>
          <table>
            <thead>
              <tr>
                <th align="left"> </th>
                <th align="left">Verifier's PSE contains NEW public key</th>
                <th align="left">Verifier's PSE contains OLD public key</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Signer's certificate is protected using NEW key pair</td>
                <td align="left">Case 1: The verifier can directly verify the certificate.</td>
                <td align="left">Case 2: The verifier is missing the NEW public key.</td>
              </tr>
              <tr>
                <td align="left">Signer's certificate is protected using OLD key pair</td>
                <td align="left">Case 3: The verifier is missing the OLD public key.</td>
                <td align="left">Case 4: The verifier can directly verify the certificate.</td>
              </tr>
            </tbody>
          </table>
          <section anchor="sect-4.4.2.1">
            <name>Verification in Cases 1 and 4</name>
            <t>In these cases, the verifier has a local copy of the CA public key
that can be used to verify the certificate directly.  This is the
same as the situation where no key change has occurred.</t>
          </section>
          <section anchor="sect-4.4.2.2">
            <name>Verification in Case 2</name>
            <t>In case 2, the verifier must get access to the new public key of the
CA. Case 2 will arise when the CA operator has issued the verifier's
certificate, then changed the CA's key, and then issued the signer's
certificate; so it is quite a typical case.</t>
            <t>The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Get the "new with new" and "new with old" certificates. The
  location to retrieve theses certificates from, may be available in
  the authority information access extension of the "old with old"
  certificate, see caIssuers access method in Section 4.2.2.1 of
  <xref target="RFC5280"/>, or it may be locally configured.  </t>
                <ol spacing="normal" type="1"><li>
                    <t>If a repository is available, look up the certificates in the
   caCertificate attribute.</t>
                  </li>
                  <li>
                    <t>If a HTTP or FTP server is available, pick the certificates
   from the "certs-only" CMS message.</t>
                  </li>
                  <li>
                    <t>If a CMP server is available, request the certificates using
   the root CA update general message, see <xref target="sect-5.3.19.15"/>.</t>
                  </li>
                  <li>
                    <t>Otherwise, get the certificates "out-of-band" using any
   trustworthy mechanism.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>If received the certificates, check that the validity periods
  and the subject and issuer fields match. Verify the signatures
  using the old root CA key (which the verifier has locally).</t>
              </li>
              <li>
                <t>If all checks were successful, securely store the new trust anchor
  information and validate the signer's certificate.</t>
              </li>
            </ol>
          </section>
          <section anchor="sect-4.4.2.3">
            <name>Verification in Case 3</name>
            <t>In case 3, the verifier must get access to the old public key of the
CA. Case 3 will arise when the CA operator has issued the signer's
certificate, then changed the key, and then issued the verifier's
certificate.</t>
            <t>The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>
                <t>Get the "old with new" certificate. The location to retrieve
  theses certificates from, may be available in the authority
  information access extension of the "new with new" certificate, see
  caIssuers access method in Section 4.2.2.1 of <xref target="RFC5280"/>, or it
  may be locally configured.  </t>
                <ol spacing="normal" type="1"><li>
                    <t>If a repository is available, look up the certificate in the
   caCertificate attribute.</t>
                  </li>
                  <li>
                    <t>If a HTTP or FTP server is available, pick the certificate
   from the "certs-only" CMS message.</t>
                  </li>
                  <li>
                    <t>If a CMP server and an untrusted copy of the old root CA
   certificate is available (e.g., the signer provided it in-band
   in the CMP extraCerts filed), request the certificate using the
   root CA update general message, see <xref target="sect-5.3.19.15"/>.</t>
                  </li>
                  <li>
                    <t>Otherwise, get the certificate "out-of-band" using any
   trustworthy mechanism.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>If received the certificate, check that the validity periods
  and the subject and issuer fields match. Verify the signatures
  using the new root CA key (which the verifier has locally).</t>
              </li>
              <li>
                <t>If all checks were successful, securely store the old trust anchor
  information and validate the signer's certificate.</t>
              </li>
            </ol>
          </section>
        </section>
        <section anchor="sect-4.4.3">
          <name>Revocation - Change of CA Key</name>
          <t>As we saw above, the verification of a certificate becomes more
complex once the CA is allowed to change its key.  This is also true
for revocation checks as the CA may have signed the CRL using a newer
private key than the one within the user's PSE.</t>
          <t>The analysis of the alternatives is the same as for certificate
verification.</t>
        </section>
      </section>
      <section anchor="sect-4.5">
        <name>Extended Key Usage for PKI Entities</name>
        <t>The extended key usage (EKU) extension indicates the purposes for which the
certified key pair may be used. Therefore, it restricts the use of a certificate
to specific applications.</t>
        <t>A CA may want to delegate parts of its duties to other PKI management entities.
This section provides a mechanism to both prove this delegation and enable
automated means for checking the authorization of this delegation. Such delegation
may also be expressed by other means, e.g., explicit configuration.</t>
        <t>To offer automatic validation for the delegation of a role by a CA to another
entity, the certificates used for CMP message protection or signed data for
central key generation <bcp14>MUST</bcp14> be issued by the delegating CA and <bcp14>MUST</bcp14> contain
the respective EKUs.  This proves that the delegating CA authorized this entity to act in the given role, as described below.</t>
        <t>The OIDs to be used for these EKUs are:</t>
        <sourcecode type="asn.1"><![CDATA[
  id-kp-cmcCA OBJECT IDENTIFIER ::= {
     iso(1) identified-organization(3) dod(6) internet(1)
     security(5) mechanisms(5) pkix(7) kp(3) 27 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

CAKeyUpdContent ::= CHOICE {
    cAKeyUpdAnnV2      CAKeyUpdAnnContent, -- deprecated
    cAKeyUpdAnnV3  [0] RootCaKeyUpdateContent
}
]]></sourcecode>
          <t>When using RootCaKeyUpdateContent in the ckuann message, the pvno cmp2021 <bcp14>MUST</bcp14> be used. Details on the usage of the protocol version number (pvno) are described in Section 7.</t>
          <t>In contrast to CAKeyUpdAnnContent as supported with cmp2000, RootCaKeyUpdateContent offers omitting newWithOld and oldWithNew, depending on the needs of the EE.</t>
        </section>
        <section anchor="sect-5.3.14">
          <name>Certificate Announcement</name>
          <t>This structure <bcp14>MAY</bcp14> be used to announce the existence of certificates.</t>
          <t>Note that this message is intended to be used for those cases (if
any) where there is no pre-existing method for publication of
certificates; it is not intended to be used where, for example, X.500
is the method for publication of certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertAnnContent ::= Certificate
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.15">
          <name>Revocation Announcement</name>
          <t>When a CA has revoked, or is about to revoke, a particular
certificate, it <bcp14>MAY</bcp14> issue an announcement of this (possibly upcoming)
event.</t>
          <sourcecode type="asn.1"><![CDATA[
  RevAnnContent ::= SEQUENCE {
     status              PKIStatus,
     certId              CertId,
     willBeRevokedAt     GeneralizedTime,
     badSinceDate        GeneralizedTime,
     crlDetails          Extensions  OPTIONAL
  }
]]></sourcecode>
          <t>A CA <bcp14>MAY</bcp14> use such an announcement to warn (or notify) a subject that
its certificate is about to be (or has been) revoked.  This would
typically be used where the request for revocation did not come from
the subject concerned.</t>
          <t>The willBeRevokedAt field contains the time at which a new entry will
be added to the relevant CRLs.</t>
        </section>
        <section anchor="sect-5.3.16">
          <name>CRL Announcement</name>
          <t>When a CA issues a new CRL (or set of CRLs) the following data
structure <bcp14>MAY</bcp14> be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  CRLAnnContent ::= SEQUENCE OF CertificateList
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.17">
          <name>PKI Confirmation Content</name>
          <t>This data structure is used in the protocol exchange as the final
PKIMessage.  Its content is the same in all cases -- actually there
is no content since the PKIHeader carries all the required
information.</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIConfirmContent ::= NULL
]]></sourcecode>
          <t>Use of this message for certificate confirmation is <bcp14>NOT RECOMMENDED</bcp14>;
certConf <bcp14>SHOULD</bcp14> be used instead.  Upon receiving a PKIConfirm for a
certificate response, the recipient <bcp14>MAY</bcp14> treat it as a certConf with
all certificates being accepted.</t>
        </section>
        <section anchor="sect-5.3.18">
          <name>Certificate Confirmation Content</name>
          <t>This data structure is used by the client to send a confirmation to
the CA/RA to accept or reject certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertConfirmContent ::= SEQUENCE OF CertStatus

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

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

  RootCaKeyUpdateValue ::= RootCaKeyUpdateContent

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

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

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

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

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

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

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

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

  PollRepContent ::= SEQUENCE OF SEQUENCE {
     certReqId    INTEGER,
     checkAfter   INTEGER,  -- time in seconds
     reason       PKIFreeText OPTIONAL }
]]></sourcecode>
          <t>Unless implicit confirmation has been requested and granted, in response to an ir, cr, p10cr, kur, krr, or ccr request message, polling is initiated
with an ip, cp, kup, krp, or ccp response message containing status "waiting". For
any type of request message, polling can be initiated with an error response
messages with status "waiting". The following clauses describe how polling
messages are used.  It is assumed that multiple certConf messages can be
sent during transactions.  There will be one sent in response to each ip,
cp, kup, krp, or ccp that contains a CertStatus for an issued certificate.</t>
          <ol spacing="normal" type="%d"><li>
              <t>In response to an ip, cp, kup, krp, or ccp message, an EE will send a certConf for
  all issued certificates and expect a PKIconf for each certConf.  An EE will
  send a pollReq message in response to each CertResponse element of an ip,
  cp, or kup message with status "waiting" and in response to an error message
  with status "waiting".  Its certReqId <bcp14>MUST</bcp14> be either the index of a CertResponse
  data structure with status "waiting" or -1 referring to the complete response.</t>
            </li>
            <li>
              <t>In response to a pollReq, a CA/RA will return an ip, cp, kup, krp, or ccp if one or
  more of still pending requested certificates are ready or the final response
  to some other type of request is available; otherwise, it will return a pollRep.</t>
            </li>
            <li>
              <t>If the EE receives a pollRep, it will wait for at least the number of seconds
  given in the checkAfter field before sending another pollReq.</t>
            </li>
          </ol>
          <ul empty="true">
            <li>
              <t>[RFC-Editor: Please fix the indentation. This note belongs to 3.] Note that the checkAfter value heavily depends on the certificate management
environment. There are different reasons for a delayed delivery of response
messages possible, e.g., high load on the server's backend, offline transfer of
messages between two PKI management entities, or required RA operator
approval. Therefore, the checkAfter time can vary greatly. This should also be
considered by the transfer protocol.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>
              <t>[RFC-Editor: Please fix the enumeration and continue with '4'.] If the EE receives an ip, cp, kup, krp, or ccp, then it will be treated in the same
  way as the initial response; if it receives any other response, then this
  will be treated as the final response to the original request.</t>
            </li>
          </ol>
          <t>The following client-side state machine describes polling for individual
CertResponse elements at the example of an ir request message.</t>
          <artwork><![CDATA[
                            START
                              |
                              v
                           Send ir
                              | ip
                              v
                         Check status
                         of returned <------------------------+
                            certs                             |
                              |                               |
    +------------------------>|<------------------+           |
    |                         |                   |           |
    |        (issued)         v       (waiting)   |           |
  Add to <----------- Check CertResponse ------> Add to       |
 conf list           for each certificate      pending list   |
                             / \                              |
                            /   \                             |
               (conf list) /     \ (empty conf list)          |
                          /       \              ip           |
                         /         \        +-----------------+
   (empty pending list) /           \       |    pollRep
     END <---- Send certConf        Send pollReq---------->Wait
                      |                 ^   ^               |
                      |                 |   |               |
                      +-----------------+   +---------------+
                         (pending list)
]]></artwork>
          <t>In the following exchange, the end entity is enrolling for two certificates
in one request.</t>
          <artwork><![CDATA[
Step# End Entity                       PKI
---------------------------------------------------------------------
  1   format ir
  2                    -> ir      ->
  3                                    handle ir
  4                                    manual intervention is
                                         required for both certs
  5                    <- ip      <-
  6   process ip
  7   format pollReq
  8                    -> pollReq  ->
  9                                    check status of cert requests,
                                         certificates not ready
 10                                    format pollRep
 11                    <- pollRep  <-
 12   wait
 13   format pollReq
 14                    -> pollReq  ->
 15                                    check status of cert requests,
                                         one certificate is ready
 16                                    format ip
 17                    <- ip       <-
 18   handle ip
 19   format certConf
 20                    -> certConf ->
 21                                    handle certConf
 22                                    format ack
 23                    <- pkiConf   <-
 24   format pollReq
 25                    -> pollReq  ->
 26                                    check status of certificate,
                                         certificate is ready
 27                                    format ip
 28                    <- ip       <-
 29   handle ip
 30   format certConf
 31                    -> certConf ->
 32                                    handle certConf
 33                                    format ack
 34                    <- pkiConf  <-
]]></artwork>
          <t>The following client-side state machine describes polling for a complete
response message.</t>
          <artwork><![CDATA[
                                Start
                                  |
                                  | Send request
                                  |
             +----------- Receive response ------------+
             |                                         |
             | ip/cp/kup/krp/ccp/error with            | other
             | status "waiting"                        | response
             |                                         |
             v                                         |
 +------> Polling                                      |
 |           |                                         |
 |           | Send pollReq                            |
 |           | Receive response                        |
 |           |                                         |
 |   pollRep | other response                          |
 +-----------+------------------->+<-------------------+
                                  |
                                  v
                            Handle response
                                  |
                                  v
                                 End
]]></artwork>
          <t>In the following exchange, the end entity is sending a general message request,
and the response is delayed by the server.</t>
          <artwork><![CDATA[
Step# End Entity                       PKI
---------------------------------------------------------------------
  1   format genm
  2                  -> genm     ->
  3                                 handle genm
  4                                 delay in response is necessary
  5                                 format error message "waiting"
                                      with certReqId set to -1
  6                   <- error   <-
  7   process error
  8   format pollReq
  9                   -> pollReq ->
 10                                 check status of original request,
                                      general message response not
                                      ready
 11                                 format pollRep
 12                   <- pollRep <-
 13   wait
 14   format pollReq
 15                   -> pollReq ->
 16                                 check status of original request,
                                      general message response is
                                      ready
 17                                 format genp
 18                   <- genp    <-
 19   handle genp
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sect-6">
      <name>Mandatory PKI Management Functions</name>
      <t>Some of the PKI management functions outlined in <xref target="sect-3.1"/> are
described in this section.</t>
      <t>This section deals with functions that are "mandatory" in the sense
that all end entity and CA/RA implementations <bcp14>MUST</bcp14> be able to provide
the functionality described.  This part is effectively the profile of
the PKI management functionality that <bcp14>MUST</bcp14> be supported.  Note,
however, that the management functions described in this section do
not need to be accomplished using the PKI messages defined in <xref target="sect-5"/>
if alternate means are suitable for a given environment. See
<xref target="RFC9483"/> Section 7 and <xref target="sect-c"/> for profiles of the PKIMessage structures
that <bcp14>MUST</bcp14> be supported for specific use cases.</t>
      <section anchor="sect-6.1">
        <name>Root CA Initialization</name>
        <t>[See <xref target="sect-3.1.1.2"/> for this document's definition of "root CA".]</t>
        <t>A newly created root CA must produce a "self-certificate", which is a
Certificate structure with the profile defined for the "newWithNew"
certificate issued following a root CA key update.</t>
        <t>In order to make the CA's self certificate useful to end entities
that do not acquire the self certificate via "out-of-band" means, the
CA must also produce a fingerprint for its certificate.  End entities
that acquire this fingerprint securely via some "out-of-band" means
can then verify the CA's self-certificate and, hence, the other
attributes contained therein.</t>
        <t>The data structure used to carry the fingerprint may be the OOBCertHash, see <xref target="sect-5.2.5"/>.</t>
      </section>
      <section anchor="sect-6.2">
        <name>Root CA Key Update</name>
        <t>CA keys (as all other keys) have a finite lifetime and will have to
be updated on a periodic basis.  The certificates NewWithNew,
NewWithOld, and OldWithNew (see <xref target="sect-4.4.1"/>) <bcp14>MAY</bcp14> be issued by the
CA to aid existing end entities who hold the current self-signed CA
certificate (OldWithOld) to transition securely to the new self-signed
CA certificate (NewWithNew), and to aid new end entities who
will hold NewWithNew to acquire OldWithOld securely for verification
of existing data.</t>
      </section>
      <section anchor="sect-6.3">
        <name>Subordinate CA Initialization</name>
        <t>[See <xref target="sect-3.1.1.2"/> for this document's definition of "subordinate CA".]</t>
        <t>From the perspective of PKI management protocols, the initialization of a
subordinate CA is the same as the initialization of an end entity.  The only
difference is that the subordinate CA must also produce an initial revocation
list.</t>
      </section>
      <section anchor="sect-6.4">
        <name>CRL production</name>
        <t>Before issuing any certificates, a newly established CA (which issues
CRLs) must produce "empty" versions of each CRL which are to be
periodically produced.</t>
      </section>
      <section anchor="sect-6.5">
        <name>PKI Information Request</name>
        <t>When a PKI entity (CA, RA, or EE) wishes to acquire information about
the current status of a CA, it <bcp14>MAY</bcp14> send that CA a request for such
information.</t>
        <t>The CA <bcp14>MUST</bcp14> respond to the request by providing (at least) all of the
information requested by the requester.  If some of the information
cannot be provided, then an error must be conveyed to the requester.</t>
        <t>If PKIMessages are used to request and supply this PKI information,
then the request <bcp14>MUST</bcp14> be the GenMsg message, the response <bcp14>MUST</bcp14> be the
GenRep message, and the error <bcp14>MUST</bcp14> be the Error message.  These
messages are protected using a MAC based on shared secret information
(e.g., password-based MAC, see CMP Algorithms <xref target="RFC9481"/> Section 6.1) or using any asymmetric authentication means such as a
signature (if the end entity has an existing certificate).</t>
      </section>
      <section anchor="sect-6.6">
        <name>Cross Certification</name>
        <t>The requester CA is the CA that will become the subject of the
cross-certificate; the responder CA will become the issuer of the
cross-certificate.</t>
        <t>The requester CA must be "up and running" before initiating the
cross-certification operation.</t>
        <section anchor="sect-6.6.1">
          <name>One-Way Request-Response Scheme:</name>
          <t>The cross-certification scheme is essentially a one way operation;
that is, when successful, this operation results in the creation of
one new cross-certificate.  If the requirement is that cross-certificates
be created in "both directions", then each CA, in turn,
must initiate a cross-certification operation (or use another
scheme).</t>
          <t>This scheme is suitable where the two CAs in question can already
verify each other's signatures (they have some common points of
trust) or where there is an out-of-band verification of the origin of
the certification request.</t>
          <t>Detailed Description:</t>
          <t>Cross certification is initiated at one CA known as the responder.
The CA administrator for the responder identifies the CA it wants to
cross certify and the responder CA equipment generates an
authorization code.  The responder CA administrator passes this
authorization code by out-of-band means to the requester CA
administrator.  The requester CA administrator enters the
authorization code at the requester CA in order to initiate the
on-line exchange.</t>
          <t>The authorization code is used for authentication and integrity
purposes.  This is done by generating a symmetric key based on the
authorization code and using the symmetric key for generating Message
Authentication Codes (MACs) on all messages exchanged.
(Authentication may alternatively be done using signatures instead of
MACs, if the CAs are able to retrieve and validate the required
public keys by some means, such as an out-of-band hash comparison.)</t>
          <t>The requester CA initiates the exchange by generating a cross-certification
request (ccr) with a fresh random number (requester random number).
The requester CA then sends the ccr message to the responder CA.
The fields in this message are protected from modification with a
MAC based on the authorization code.</t>
          <t>Upon receipt of the ccr message, the responder CA validates the
message and the MAC, saves the requester random number, and generates
its own random number (responder random number).  It then generates
(and archives, if desired) a new requester certificate that contains
the requester CA public key and is signed with the responder CA
signature private key.  The responder CA responds with the cross
certification response (ccp) message.  The fields in this message are
protected from modification with a MAC based on the authorization
code.</t>
          <t>Upon receipt of the ccp message, the requester CA validates the
message (including the received random numbers) and the MAC.  The
requester CA responds with the certConf message.  The fields in this
message are protected from modification with a MAC based on the
authorization code.  The requester CA <bcp14>MAY</bcp14> write the requester
certificate to the Repository as an aid to later certificate path
construction.</t>
          <t>Upon receipt of the certConf message, the responder CA validates the
message and the MAC, and sends back an acknowledgement using the
PKIConfirm message.  It <bcp14>MAY</bcp14> also publish the requester certificate as
an aid to later path construction.</t>
          <t>Notes:</t>
          <ol spacing="normal" type="1"><li>
              <t>The ccr message must contain a "complete" certification request;
  that is, all fields except the serial number (including, e.g., a
  BasicConstraints extension) must be specified by the requester
  CA.</t>
            </li>
            <li>
              <t>The ccp message <bcp14>SHOULD</bcp14> contain the verification certificate of
  the responder CA; if present, the requester CA must then verify
  this certificate (for example, via the "out-of-band" mechanism).</t>
            </li>
          </ol>
          <t>(A simpler, non-interactive model of cross-certification may also be
envisioned, in which the issuing CA acquires the subject CA's public
key from some repository, verifies it via some out-of-band mechanism,
and creates and publishes the cross-certificate without the subject
CA's explicit involvement.  This model may be perfectly legitimate
for many environments, but since it does not require any protocol
message exchanges, its detailed description is outside the scope of
this specification.)</t>
        </section>
      </section>
      <section anchor="sect-6.7">
        <name>End Entity Initialization</name>
        <t>As with CAs, end entities must be initialized.  Initialization of end
entities requires at least two steps:</t>
        <ul spacing="normal">
          <li>
            <t>acquisition of PKI information</t>
          </li>
          <li>
            <t>out-of-band verification of one root-CA public key</t>
          </li>
        </ul>
        <t>(other possible steps include the retrieval of trust condition
information and/or out-of-band verification of other CA public keys).</t>
        <section anchor="sect-6.7.1">
          <name>Acquisition of PKI Information</name>
          <t>The information <bcp14>REQUIRED</bcp14> is:</t>
          <ul spacing="normal">
            <li>
              <t>the current root-CA public key</t>
            </li>
            <li>
              <t>(if the certifying CA is not a root-CA) the certification path
from the root CA to the certifying CA together with appropriate
revocation lists</t>
            </li>
            <li>
              <t>the algorithms and algorithm parameters that the certifying CA
supports for each relevant usage</t>
            </li>
          </ul>
          <t>Additional information could be required (e.g., supported extensions
or CA policy information) in order to produce a certification request
that will be successful.  However, for simplicity we do not mandate
that the end entity acquires this information via the PKI messages.
The end result is simply that some certification requests may fail
(e.g., if the end entity wants to generate its own encryption key,
but the CA doesn't allow that).</t>
          <t>The required information <bcp14>MAY</bcp14> be acquired as described in <xref target="sect-6.5"/>.</t>
        </section>
        <section anchor="sect-6.7.2">
          <name>Out-of-Band Verification of Root-CA Key</name>
          <t>An end entity must securely possess the public key of its root CA.
One method to achieve this is to provide the end entity with the CA's
self-certificate fingerprint via some secure "out-of-band" means.
The end entity can then securely use the CA's self-certificate.</t>
          <t>See <xref target="sect-6.1"/> for further details.</t>
        </section>
      </section>
      <section anchor="sect-6.8">
        <name>Certificate Request</name>
        <t>An initialized end entity <bcp14>MAY</bcp14> request an additional certificate at
any time (for any purpose).  This request will be made using the
certification request (cr) message.  If the end entity already
possesses a signing key pair (with a corresponding verification
certificate), then this cr message will typically be protected by the
entity's digital signature.  The CA returns the new certificate (if
the request is successful) in a CertRepMessage.</t>
      </section>
      <section anchor="sect-6.9">
        <name>Key Update</name>
        <t>When a key pair is due to expire, the relevant end entity <bcp14>MAY</bcp14> request
a key update; that is, it <bcp14>MAY</bcp14> request that the CA issue a new
certificate for a new key pair (or, in certain circumstances, a new
certificate for the same key pair).  The request is made using a key
update request (kur) message (referred to, in some environments, as a
"Certificate Update" operation).  If the end entity already possesses
a signing key pair (with a corresponding verification certificate),
then this message will typically be protected by the entity's digital
signature.  The CA returns the new certificate (if the request is
successful) in a key update response (kup) message, which is
syntactically identical to a CertRepMessage.</t>
      </section>
    </section>
    <section anchor="sect-7">
      <name>Version Negotiation</name>
      <t>This section defines the version negotiation used to support older
protocols between client and servers.</t>
      <t>If a client knows the protocol version(s) supported by the server (e.g.,
from a previous PKIMessage exchange or via some out-of-band means), then
it <bcp14>MUST</bcp14> send a PKIMessage with the highest version supported by both it and
the server.  If a client does not know what version(s) the server supports,
then it <bcp14>MUST</bcp14> send a PKIMessage using the highest version it supports with
the following exception. Version cmp2021 <bcp14>SHOULD</bcp14> only be used if cmp2021 syntax
is needed for the request being sent or for the expected response.</t>
      <t>Note: Using cmp2000 as the default pvno is done to avoid extra message exchanges
for version negotiation and to foster compatibility with cmp2000 implementations.
Version cmp2021 syntax is only needed if a message exchange uses EnvelopedData,
hashAlg (in CertStatus), POPOPrivKey with agreeMAC, or ckuann with RootCaKeyUpdateContent.</t>
      <t>If a server receives a message with a version that it supports, then
the version of the response message <bcp14>MUST</bcp14> be the same as the received
version.  If a server receives a message with a version higher or
lower than it supports, then it <bcp14>MUST</bcp14> send back an ErrorMsg with the
unsupportedVersion bit set (in the failureInfo field of the
pKIStatusInfo).  If the received version is higher than the highest
supported version, then the version in the error message <bcp14>MUST</bcp14> be the
highest version the server supports; if the received version is lower
than the lowest supported version then the version in the error
message <bcp14>MUST</bcp14> be the lowest version the server supports.</t>
      <t>If a client gets back an ErrorMsgContent with the unsupportedVersion
bit set and a version it supports, then it <bcp14>MAY</bcp14> retry the request with
that version.</t>
      <section anchor="sect-7.1">
        <name>Supporting RFC 2510 Implementations</name>
        <t>RFC 2510 did not specify the behavior of implementations receiving
versions they did not understand since there was only one version in
existence.  With the introduction of the revision in <xref target="RFC4210"/>, the following versioning behaviour is recommended.</t>
        <section anchor="sect-7.1.1">
          <name>Clients Talking to RFC 2510 Servers</name>
          <t>If, after sending a message with a protocol version number higher than cmp1999,
a client receives an ErrorMsgContent with a version of cmp1999, then it <bcp14>MUST</bcp14>
abort the current transaction.</t>
          <t>If a client receives a non-error PKIMessage with a version of
cmp1999, then it <bcp14>MAY</bcp14> decide to continue the transaction (if the
transaction hasn't finished) using RFC 2510 semantics.  If it does
not choose to do so and the transaction is not finished, then it <bcp14>MUST</bcp14>
abort the transaction and send an ErrorMsgContent with a version of
cmp1999.</t>
        </section>
        <section anchor="sect-7.1.2">
          <name>Servers Receiving Version cmp1999 PKIMessages</name>
          <t>If a server receives a version cmp1999 message it <bcp14>MAY</bcp14> revert to RFC
2510 behaviour and respond with version cmp1999 messages.  If it does
not choose to do so, then it <bcp14>MUST</bcp14> send back an ErrorMsgContent as
described above in <xref target="sect-7"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sect-8">
      <name>Security Considerations</name>
      <section anchor="sect-8.1">
        <name>On the Necessity of Proof-Of-Possession</name>
        <t>It is well established that the role of a Certification Authority is to
verify that the name and public key belong to the end entity prior to
issuing a certificate. If an entity holding a private key obtains a certificate containing the corresponding public key issued for a different entity, it can authenticate as the entity named in the certificate. This facilitates masquerading. It is not entirely clear what security guarantees are lost if an end entity is able to obtain a certificate containing a public key that they do not possess the corresponding private key for. There are some scenarios,
described as "forwarding attacks" in Appendix A of <xref target="Gueneysu"/>, in
which this can lead to protocol attacks against a naively-implemented
sign-then-encrypt protocol, but in general it merely results in the
end entity obtaining a certificate that they can not use.</t>
      </section>
      <section anchor="sect-8.2">
        <name>Proof-Of-Possession with a Decryption Key</name>
        <t>Some cryptographic considerations are worth explicitly spelling out.
In the protocols specified above, when an end entity is required to
prove possession of a decryption key, it is effectively challenged to
decrypt something (its own certificate).  This scheme (and many
others!) could be vulnerable to an attack if the possessor of the
decryption key in question could be fooled into decrypting an
arbitrary challenge and returning the cleartext to an attacker.
Although in this specification a number of other failures in security
are required in order for this attack to succeed, it is conceivable
that some future services (e.g., notary, trusted time) could
potentially be vulnerable to such attacks.  For this reason, we
reiterate the general rule that implementations should be very careful
about decrypting arbitrary "ciphertext" and revealing recovered
"plaintext" since such a practice can lead to serious security
vulnerabilities.</t>
        <t>The client <bcp14>MUST</bcp14> return the decrypted values only if they match the expected content type. In an Indirect Method, the decrypted value <bcp14>MUST</bcp14> be a valid certificate, and in the Direct Method, the decrypted value <bcp14>MUST</bcp14> be a Rand as defined in <xref target="sect-5.2.8.3.3"/>.</t>
      </section>
      <section anchor="sect-8.3">
        <name>Proof-Of-Possession by Exposing the Private Key</name>
        <t>Note also that exposing a private key to the CA/RA as a
proof-of-possession technique can carry some security risks (depending
upon whether or not the CA/RA can be trusted to handle such material
appropriately).  Implementers are advised to:</t>
        <ul spacing="normal">
          <li>
            <t>Exercise caution in selecting and using this particular POP
mechanism.</t>
          </li>
          <li>
            <t>Only use this POP mechanism if archival of the private key is desired.</t>
          </li>
          <li>
            <t>When appropriate, have the user of the application explicitly
state that they are willing to trust the CA/RA to have a copy of
their private key before proceeding to reveal the private key.</t>
          </li>
        </ul>
      </section>
      <section anchor="sect-8.4">
        <name>Attack Against Diffie-Hellman Key Exchange</name>
        <t>A small subgroup attack during a Diffie-Hellman key exchange may be
carried out as follows.  A malicious end entity may deliberately
choose D-H parameters that enable it to derive (a significant
number of bits of) the D-H private key of the CA during a key
archival or key recovery operation.  Armed with this knowledge, the
EE would then be able to retrieve the decryption private key of
another unsuspecting end entity, EE2, during EE2's legitimate key
archival or key recovery operation with that CA.  In order to avoid
the possibility of such an attack, two courses of action are
available.  (1) The CA may generate a fresh D-H key pair to be used
as a protocol encryption key pair for each EE with which it
interacts.  (2) The CA may enter into a key validation protocol (not
specified in this document) with each requesting end entity to ensure
that the EE's protocol encryption key pair will not facilitate this
attack.  Option (1) is clearly simpler (requiring no extra protocol
exchanges from either party) and is therefore <bcp14>RECOMMENDED</bcp14>.</t>
      </section>
      <section anchor="sect-8.5">
        <name>Perfect Forward Secrecy</name>
        <t>Long-term security typically requires perfect forward secrecy (pfs).
When transferring encrypted long-term confidential values such as centrally generated private keys or revocation passphrases, pfs likely is important.
Yet it is not needed for CMP message protection providing integrity and authenticity because transfer of PKI messages is usually completed in very limited time.
For the same reason it typically is not required for the indirect method of providing a POP <xref target="sect-5.2.8.3.2"/> delivering the newly issued certificate in encrypted form.</t>
        <t>Encrypted values <xref target="sect-5.2.2"/> are transferred using CMS EnvelopedData <xref target="RFC5652"/>, which does not offer pfs. In cases where long-term security is needed, CMP messages <bcp14>SHOULD</bcp14> be transferred over a mechanism that provides pfs, such as TLS with appropriate cipher suites selected.</t>
      </section>
      <section anchor="sect-8.6">
        <name>Private Keys for Certificate Signing and CMP Message Protection</name>
        <t>A CA should not reuse its certificate signing key for other purposes, such
as protecting CMP responses and TLS connections. This way, exposure to other
parts of the system and the number of uses of this particularly critical
key are reduced to a minimum.</t>
      </section>
      <section anchor="sect-8.7">
        <name>Entropy of Random Numbers, Key Pairs, and Shared Secret Information</name>
        <t>Implementations must generate nonces and private keys from random input.
The use of inadequate pseudorandom number generators (PRNGs) to generate
cryptographic keys can result in little or no security. An attacker may find
it much easier to reproduce the PRNG environment that produced the keys and
to search the resulting small set of possibilities than brute-force searching
the whole key space. As an example of predictable random numbers, see <xref target="CVE-2008-0166"/>; consequences of low-entropy random numbers are discussed in <xref target="MiningPsQs">Mining Your Ps and Qs</xref>. The generation of quality random numbers is difficult. <xref target="ISO.20543-2019">ISO/IEC 20543:2019</xref>, <xref target="NIST.SP.800_90Ar1">NIST SP 800-90A Rev.1</xref>, <xref target="AIS31">BSI AIS 31 V2.0</xref>, and other specifications offer valuable guidance in this area.</t>
        <t>If shared secret information is generated by a cryptographically secure random number
generator (CSRNG), it is safe to assume that the entropy of the shared secret
information equals its bit length. If no CSRNG is used, the entropy of
shared secret information depends on the details of the generation process
and cannot be measured securely after it has been generated. If user-generated
passwords are used as shared secret information, their entropy cannot be
measured and are typically insufficient for protected delivery of centrally
generated keys or trust anchors.</t>
        <t>If the entropy of shared secret information protecting the delivery of
a centrally generated key pair is known, it should not be less than the security
strength of that key pair; if the shared secret information is reused for
different key pairs, the security of the shared secret information should
exceed the security strength of each individual key pair.</t>
        <t>For the case of a PKI management operation that delivers a new trust anchor
(e.g., a root CA certificate) using caPubs or genp that is (a) not concluded
in a timely manner or (b) where the shared secret information is reused
for several key management operations, the entropy of the shared secret information,
if known, should not be less than the security strength of the trust anchor
being managed by the operation. The shared secret information should have
an entropy that at least matches the security strength of the key material
being managed by the operation. Certain use cases may require shared secret
information that may be of a low security strength, e.g., a human-generated
password. It is <bcp14>RECOMMENDED</bcp14> that such secret information be limited to a
single PKI management operation.</t>
        <t>Importantly for this section further information about algorithm use profiles
and their security strength is available in CMP Algorithms <xref target="RFC9481"/> Section
7.</t>
      </section>
      <section anchor="sect-8.8">
        <name>Recurring Usage of KEM Keys for Message Protection</name>
        <t>For each PKI management operation using MAC-based message protection involving KEM, see <xref target="sect-5.1.3.4"/>, the KEM Encapsulate() function, providing a fresh KEM ciphertext (ct) and shared secret (ss), <bcp14>MUST</bcp14> be invoked.</t>
        <t>It is assumed that the overall data size of the CMP messages
in a PKI management operation protected by a single shared secret key
is small enough not to introduce extra security risks.</t>
        <t>To be appropriate for use with this specification, the KEM algorithm
<bcp14>MUST</bcp14> explicitly be designed to be secure when the public key is used
many times. For example, a KEM algorithm with a single-use public
key is not appropriate because the public key is expected to be
carried in a long-lived certificate <xref target="RFC5280"/> and used over and over.
Thus, KEM algorithms that offer indistinguishability under adaptive
chosen ciphertext attack (IND-CCA2) security are appropriate. A
common design pattern for obtaining IND-CCA2 security with public key
reuse is to apply the Fujisaki-Okamoto (FO) transform <xref target="Fujisaki"/> or a
variant of the FO transform <xref target="Hofheinz"/>.</t>
        <t>Therefore, given a long-term public key using an IND-CCA2 secure KEM
algorithm, there is no limit to the number of CMP messages that can
be authenticated using KEM keys for MAC-based message protection.</t>
      </section>
      <section anchor="sect-8.9">
        <name>Trust Anchor Provisioning Using CMP Messages</name>
        <t>A provider of trust anchors, which may be an RA involved in configuration
management of its clients, <bcp14>MUST NOT</bcp14> include to-be-trusted CA certificates
in a CMP message unless the specific deployment scenario can ensure that
it is adequate that the receiving EE trusts these certificates, e.g., by
loading them into its trust store.</t>
        <t>Whenever an EE receives in a CMP message a CA certificate to be used
as a trust anchor (for example in the caPubs field of a certificate response
or in a general response), it <bcp14>MUST</bcp14> properly authenticate the message sender with
existing trust anchors without requiring new trust anchor information included in the
message.</t>
        <t>Additionally, the EE <bcp14>MUST</bcp14> verify that the sender is an authorized source
of trust anchors.  This authorization is governed by local policy and typically
indicated using shared secret information or with a signature-based message
protection using a certificate issued by a PKI that is explicitly authorized
for this purpose.</t>
      </section>
      <section anchor="sect-8.10">
        <name>Authorizing Requests for Certificates with Specific EKUs</name>
        <t>When a CA issues a certificate containing extended key usage extensions as
defined in <xref target="sect-4.5"/>, this expresses delegation of an authorization that
originally is only with the CA certificate itself.
Such delegation is a very sensitive action in a PKI and therefore
special care must be taken when approving such certificate requests to
ensure that only legitimate entities receive a certificate containing
such an EKU.</t>
      </section>
      <section anchor="sect-8.11">
        <name>Usage of Certificate Transparency Logs</name>
        <t>CAs that support indirect POP <bcp14>MUST NOT</bcp14> also publish final certificates to Certificate Transparency logs <xref target="RFC9162"/> before having received the certConf message containing the certHash of that certificate to complete the POP. The risk is that a malicious actor could fetch the final certificate from the CT log and use that to spoof a response to the implicit POP challenge via a certConf response. This risk does not apply to CT precertificates, so those are ok to publish.</t>
        <t>If a certificate or its precertificate was published in a CT log it must be revoked, if a required certConf message could not be verified, especially when the implicit POP was used.</t>
      </section>
    </section>
    <section anchor="sect-9">
      <name>IANA Considerations</name>
      <t>This document updates the ASN.1 modules of CMP Updates Appendix A.2 <xref target="RFC9480"/>. The OID TBD2 (id-mod-cmp2023-02) was registered in the "SMI Security for PKIX Module Identifier" registry to identify the updated ASN.1 module.</t>
      <t>In the SMI-numbers registry "SMI Security for PKIX CMP Information Types (1.3.6.1.5.5.7.4)" (see https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.4) as defined in <xref target="RFC7299"/> one addition has been performed.</t>
      <t>One new entry has been added:</t>
      <t>Decimal: TBD1</t>
      <t>Description: id-it-KemCiphertextInfo</t>
      <t>Reference: [RFCXXXX]</t>
      <t>The new OID 1.2.840.113533.7.66.16 was registered by Entrust for id-KemBasedMac in the arch 1.2.840.113533.7.66. Entrust registered also the OIDs for id-PasswordBasedMac and id-DHBasedMac there.</t>
      <t>All existing references to <xref target="RFC2510"/>, <xref target="RFC4210"/>, and <xref target="RFC9480"/> at https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml except those in the "SMI Security for PKIX Module Identifier" registry should be replaced with references to this document.</t>
    </section>
    <section anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors of this document wish to thank Carlisle Adams, Stephen Farrell,
Tomi Kause, and Tero Mononen, the original authors of <xref target="RFC4210"/>, for their work.</t>
      <t>We also thank all reviewers of this document for their valuable feedback.</t>
      <t>Adding KEM support to this document was partly funded by the German Federal Ministry of Education and Research in the project Quoryptan through grant number 16KIS2033.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2985">
          <front>
            <title>PKCS #9: Selected Object Classes and Attribute Types Version 2.0</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #9 v2.0 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from that specification. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2985"/>
          <seriesInfo name="DOI" value="10.17487/RFC2985"/>
        </reference>
        <reference anchor="RFC2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4211">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Certificate Request Message Format (CRMF) syntax and semantics. This syntax is used to convey a request for a certificate to a Certification Authority (CA), possibly via a Registration Authority (RA), for the purposes of X.509 certificate production. The request will typically include a public key and the associated registration information. This document does not define a certificate request protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4211"/>
          <seriesInfo name="DOI" value="10.17487/RFC4211"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5480">
          <front>
            <title>Elliptic Curve Cryptography Subject Public Key Information</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="K. Yiu" initials="K." surname="Yiu"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the syntax and semantics for the Subject Public Key Information field in certificates that support Elliptic Curve Cryptography. This document updates Sections 2.3.5 and 5, and the ASN.1 module of "Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 3279. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5480"/>
          <seriesInfo name="DOI" value="10.17487/RFC5480"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="RFC5958">
          <front>
            <title>Asymmetric Key Packages</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document defines the syntax for private-key information and a content type for it. Private-key information includes a private key for a specified public-key algorithm and a set of attributes. The Cryptographic Message Syntax (CMS), as defined in RFC 5652, can be used to digitally sign, digest, authenticate, or encrypt the asymmetric key format content type. This document obsoletes RFC 5208. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5958"/>
          <seriesInfo name="DOI" value="10.17487/RFC5958"/>
        </reference>
        <reference anchor="RFC6402">
          <front>
            <title>Certificate Management over CMS (CMC) Updates</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This document contains a set of updates to the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This document updates RFC 5272, RFC 5273, and RFC 5274.</t>
              <t>The new items in this document are: new controls for future work in doing server side key generation, definition of a Subject Information Access value to identify CMC servers, and the registration of a port number for TCP/IP for the CMC service to run on. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6402"/>
          <seriesInfo name="DOI" value="10.17487/RFC6402"/>
        </reference>
        <reference anchor="RFC8933">
          <front>
            <title>Update to the Cryptographic Message Syntax (CMS) for Algorithm Identifier Protection</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document updates the Cryptographic Message Syntax (CMS) specified in RFC 5652 to ensure that algorithm identifiers in signed-data and authenticated-data content types are adequately protected.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8933"/>
          <seriesInfo name="DOI" value="10.17487/RFC8933"/>
        </reference>
        <reference anchor="RFC9045">
          <front>
            <title>Algorithm Requirements Update to the Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document updates the cryptographic algorithm requirements for the Password-Based Message Authentication Code in the Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF) specified in RFC 4211.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9045"/>
          <seriesInfo name="DOI" value="10.17487/RFC9045"/>
        </reference>
        <reference anchor="RFC9481">
          <front>
            <title>Certificate Management Protocol (CMP) Algorithms</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="H. Aschauer" initials="H." surname="Aschauer"/>
            <author fullname="M. Ounsworth" initials="M." surname="Ounsworth"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document describes the conventions for using several
cryptographic algorithms with the Certificate Management Protocol
(CMP). CMP is used to enroll and further manage the lifecycle of
X.509 certificates. This document also updates the algorithm use
profile from Appendix D.2 of RFC 4210.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9481"/>
          <seriesInfo name="DOI" value="10.17487/RFC9481"/>
        </reference>
        <reference anchor="RFC9629">
          <front>
            <title>Using Key Encapsulation Mechanism (KEM) Algorithms in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <author fullname="T. Okubo" initials="T." surname="Okubo"/>
            <date month="August" year="2024"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) supports key transport and key agreement algorithms. In recent years, cryptographers have been specifying Key Encapsulation Mechanism (KEM) algorithms, including quantum-secure KEM algorithms. This document defines conventions for the use of KEM algorithms by the originator and recipients to encrypt and decrypt CMS content. This document updates RFC 5652.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9629"/>
          <seriesInfo name="DOI" value="10.17487/RFC9629"/>
        </reference>
        <reference anchor="MvOV97">
          <front>
            <title>Handbook of Applied Cryptography</title>
            <author initials="A." surname="Menezes" fullname="A. Menezes">
              <organization/>
            </author>
            <author initials="P." surname="van Oorschot" fullname="P. van Oorschot">
              <organization/>
            </author>
            <author initials="S." surname="Vanstone" fullname="S. Vanstone">
              <organization/>
            </author>
            <date year="1996"/>
          </front>
          <seriesInfo name="CRC" value="Press ISBN 0-8493-8523-7"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9480">
          <front>
            <title>Certificate Management Protocol (CMP) Updates</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="D. von Oheimb" initials="D." surname="von Oheimb"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document contains a set of updates to the syntax of Certificate Management Protocol (CMP) version 2 and its HTTP transfer mechanism. This document updates RFCs 4210, 5912, and 6712.</t>
              <t>The aspects of CMP updated in this document are using EnvelopedData instead of EncryptedValue, clarifying the handling of p10cr messages, improving the crypto agility, as well as adding new general message types, extended key usages to identify certificates for use with CMP, and well-known URI path segments.</t>
              <t>CMP version 3 is introduced to enable signaling support of EnvelopedData instead of EncryptedValue and signal the use of an explicit hash AlgorithmIdentifier in certConf messages, as far as needed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9480"/>
          <seriesInfo name="DOI" value="10.17487/RFC9480"/>
        </reference>
        <reference anchor="RFC9482">
          <front>
            <title>Constrained Application Protocol (CoAP) Transfer for the Certificate Management Protocol</title>
            <author fullname="M. Sahni" initials="M." role="editor" surname="Sahni"/>
            <author fullname="S. Tripathi" initials="S." role="editor" surname="Tripathi"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the use of the Constrained Application Protocol (CoAP) as a transfer mechanism for the Certificate Management Protocol (CMP). CMP defines the interaction between various PKI entities for the purpose of certificate creation and management. CoAP is an HTTP-like client-server protocol used by various constrained devices in the Internet of Things space.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9482"/>
          <seriesInfo name="DOI" value="10.17487/RFC9482"/>
        </reference>
        <reference anchor="RFC9483">
          <front>
            <title>Lightweight Certificate Management Protocol (CMP) Profile</title>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <author fullname="D. von Oheimb" initials="D." surname="von Oheimb"/>
            <author fullname="S. Fries" initials="S." surname="Fries"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document aims at simple, interoperable, and automated PKI management operations covering typical use cases of industrial and Internet of Things (IoT) scenarios. This is achieved by profiling the Certificate Management Protocol (CMP), the related Certificate Request Message Format (CRMF), and transfer based on HTTP or Constrained Application Protocol (CoAP) in a succinct but sufficiently detailed and self-contained way. To make secure certificate management for simple scenarios and constrained devices as lightweight as possible, only the most crucial types of operations and options are specified as mandatory. More specialized or complex use cases are supported with optional features.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9483"/>
          <seriesInfo name="DOI" value="10.17487/RFC9483"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc6712bis">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)</title>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <date day="9" month="October" 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-07"/>
        </reference>
        <reference anchor="RFC1847">
          <front>
            <title>Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted</title>
            <author fullname="J. Galvin" initials="J." surname="Galvin"/>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="October" year="1995"/>
            <abstract>
              <t>This document defines a framework within which security services may be applied to MIME body parts. [STANDARDS-TRACK] This memo defines a new Simple Mail Transfer Protocol (SMTP) [1] reply code, 521, which one may use to indicate that an Internet host does not accept incoming mail. This memo defines an Experimental Protocol for the Internet community. This memo defines an extension to the SMTP service whereby an interrupted SMTP transaction can be restarted at a later time without having to repeat all of the commands and message content sent prior to the interruption. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1847"/>
          <seriesInfo name="DOI" value="10.17487/RFC1847"/>
        </reference>
        <reference anchor="RFC2510">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocols</title>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <date month="March" year="1999"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocols. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2510"/>
          <seriesInfo name="DOI" value="10.17487/RFC2510"/>
        </reference>
        <reference anchor="RFC2585">
          <front>
            <title>Internet X.509 Public Key Infrastructure Operational Protocols: FTP and HTTP</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="May" year="1999"/>
            <abstract>
              <t>The protocol conventions described in this document satisfy some of the operational requirements of the Internet Public Key Infrastructure (PKI). This document specifies the conventions for using the File Transfer Protocol (FTP) and the Hypertext Transfer Protocol (HTTP) to obtain certificates and certificate revocation lists (CRLs) from PKI repositories. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2585"/>
          <seriesInfo name="DOI" value="10.17487/RFC2585"/>
        </reference>
        <reference anchor="RFC4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="T. Kause" initials="T." surname="Kause"/>
            <author fullname="T. Mononen" initials="T." surname="Mononen"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP). Protocol messages are defined for X.509v3 certificate creation and management. CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4210"/>
          <seriesInfo name="DOI" value="10.17487/RFC4210"/>
        </reference>
        <reference anchor="RFC4212">
          <front>
            <title>Alternative Certificate Formats for the Public-Key Infrastructure Using X.509 (PKIX) Certificate Management Protocols</title>
            <author fullname="M. Blinov" initials="M." surname="Blinov"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>The Public-Key Infrastructure using X.509 (PKIX) Working Group of the Internet Engineering Task Force (IETF) has defined a number of certificate management protocols. These protocols are primarily focused on X.509v3 public-key certificates. However, it is sometimes desirable to manage certificates in alternative formats as well. This document specifies how such certificates may be requested using the Certificate Request Message Format (CRMF) syntax that is used by several different protocols. It also explains how alternative certificate formats may be incorporated into such popular protocols as PKIX Certificate Management Protocol (PKIX-CMP) and Certificate Management Messages over CMS (CMC). This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4212"/>
          <seriesInfo name="DOI" value="10.17487/RFC4212"/>
        </reference>
        <reference anchor="RFC4511">
          <front>
            <title>Lightweight Directory Access Protocol (LDAP): The Protocol</title>
            <author fullname="J. Sermersheim" initials="J." role="editor" surname="Sermersheim"/>
            <date month="June" year="2006"/>
            <abstract>
              <t>This document describes the protocol elements, along with their semantics and encodings, of the Lightweight Directory Access Protocol (LDAP). LDAP provides access to distributed directory services that act in accordance with X.500 data and service models. These protocol elements are based on those described in the X.500 Directory Access Protocol (DAP). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4511"/>
          <seriesInfo name="DOI" value="10.17487/RFC4511"/>
        </reference>
        <reference anchor="RFC5912">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="RFC6268">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. There are no bits- on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="RFC6712">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)</title>
            <author fullname="T. Kause" initials="T." surname="Kause"/>
            <author fullname="M. Peylo" initials="M." surname="Peylo"/>
            <date month="September" year="2012"/>
            <abstract>
              <t>This document describes how to layer the Certificate Management Protocol (CMP) over HTTP. It is the "CMPtrans" document referenced in RFC 4210; therefore, this document updates the reference given therein. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6712"/>
          <seriesInfo name="DOI" value="10.17487/RFC6712"/>
        </reference>
        <reference anchor="RFC7296">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>This document describes version 2 of the Internet Key Exchange (IKE) protocol. IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs). This document obsoletes RFC 5996, and includes all of the errata for it. It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </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="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </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="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </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="I-D.ietf-anima-brski-ae">
          <front>
            <title>BRSKI-AE: Alternative Enrollment Protocols in BRSKI</title>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Steffen Fries" initials="S." surname="Fries">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens AG</organization>
            </author>
            <date day="17" month="September" year="2024"/>
            <abstract>
              <t>   This document defines enhancements to the Bootstrapping Remote Secure
   Key Infrastructure (BRSKI) protocol, known as BRSKI-AE (Alternative
   Enrollment).
   BRSKI-AE extends BRSKI to support certificate enrollment mechanisms
   instead of the originally specified use of EST.  It supports
   certificate enrollment protocols, such as CMP, that use authenticated
   self-contained signed objects for certification messages, allowing
   for flexibility in network device onboarding scenarios.
   The enhancements address use cases where the existing enrollment
   mechanism may not be feasible or optimal, providing a framework for
   integrating suitable alternative enrollment protocols.
   This document also updates the BRSKI reference architecture to
   accommodate these alternative methods, ensuring secure and scalable
   deployment across a range of network environments.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-kyber-certificates-06"/>
        </reference>
        <reference anchor="NIST.SP.800_90Ar1" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
          <front>
            <title>Recommendation for Random Number Generation Using Deterministic Random Bit Generators</title>
            <author fullname="Elaine B. Barker" surname="Barker">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="John M. Kelsey" surname="Kelsey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization abbrev="NIST">National Institute of Standards and Technology</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date month="June" year="2015"/>
          </front>
          <seriesInfo name="NIST Special Publications (General)" value="800-90Ar1"/>
          <seriesInfo name="DOI" value="10.6028/NIST.SP.800-90Ar1"/>
        </reference>
        <reference anchor="IEEE.802.1AR-2018">
          <front>
            <title>IEEE Standard for Local and Metropolitan Area Networks - Secure Device Identity</title>
            <author>
              <organization/>
            </author>
            <date month="July" year="2018"/>
          </front>
          <seriesInfo name="DOI" value="10.1109/ieeestd.2018.8423794"/>
          <seriesInfo name="ISBN" value="[&quot;9781504450195&quot;]"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="CVE-2008-0166" target="https://nvd.nist.gov/vuln/detail/CVE-2008-0166">
          <front>
            <title>National Vulnerability Database - CVE-2008-0166</title>
            <author>
              <organization>National Institute of Science and Technology (NIST)</organization>
            </author>
            <date year="2008" month="May"/>
          </front>
        </reference>
        <reference anchor="MiningPsQs" target="https://www.usenix.org/conference/usenixsecurity12/technical-sessions/presentation/heninger">
          <front>
            <title>Mining Your Ps and Qs: Detection of Widespread Weak Keys in Network Devices</title>
            <author>
              <organization>Security'12: Proceedings of the 21st USENIX conference on Security symposium</organization>
            </author>
            <author initials="N." surname="Heninger" fullname="Nadia Heninger">
              <organization>UC San Diego</organization>
            </author>
            <author initials="Z." surname="Durumeric" fullname="Zakir Durumeric">
              <organization>University of Michigan</organization>
            </author>
            <author initials="E." surname="Wustrow" fullname="Eric Wustrow">
              <organization>University of Michigan</organization>
            </author>
            <author initials="J. A." surname="Halderman" fullname="J. Alex Halderman">
              <organization>University of Michigan</organization>
            </author>
            <date year="2012" month="August"/>
          </front>
        </reference>
        <reference anchor="ISO.20543-2019">
          <front>
            <title>Information technology -- Security techniques -- Test and analysis methods for random bit generators within ISO/IEC 19790 and ISO/IEC 15408</title>
            <author>
              <organization>International Organization for Standardization (ISO)</organization>
            </author>
            <date year="2019" month="October"/>
          </front>
          <seriesInfo name="ISO" value="Draft Standard 20543-2019"/>
        </reference>
        <reference anchor="AIS31" target="https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Zertifizierung/Interpretationen/AIS_31_Functionality_classes_for_random_number_generators_e.pdf">
          <front>
            <title>A proposal for: Functionality classes for random number generators, version 2.0</title>
            <author>
              <organization>Federal Office for Information Security (BSI)</organization>
            </author>
            <author initials="W." surname="Killmann" fullname="Wolfgang Killmann">
              <organization>T-Systems GEI GmbH</organization>
            </author>
            <author initials="W." surname="Schindler" fullname="Werner Schindler">
              <organization>Federal Office for Information Security (BSI)</organization>
            </author>
            <date year="2011" month="September"/>
          </front>
        </reference>
        <reference anchor="Gueneysu" target="https://eprint.iacr.org/2022/703">
          <front>
            <title>Proof-of-possession for KEM certificates using verifiable generation</title>
            <author initials="T." surname="Gueneysu" fullname="Tim Gueneysu">
              <organization/>
            </author>
            <author initials="P." surname="Hodges" fullname="Philip Hodges">
              <organization/>
            </author>
            <author initials="G." surname="Land" fullname="Georg Land">
              <organization/>
            </author>
            <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
              <organization/>
            </author>
            <author initials="D." surname="Stebila" fullname="Douglas Stebila">
              <organization/>
            </author>
            <author initials="G." surname="Zaverucha" fullname="Greg Zaverucha">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="Cryptology ePrint Archive" value=""/>
        </reference>
        <reference anchor="Fujisaki">
          <front>
            <title>Secure Integration of Asymmetric and Symmetric Encryption Schemes</title>
            <author fullname="Eiichiro Fujisaki" initials="E." surname="Fujisaki">
              <organization/>
            </author>
            <author fullname="Tatsuaki Okamoto" initials="T." surname="Okamoto">
              <organization/>
            </author>
            <date month="December" year="2011"/>
          </front>
          <seriesInfo name="Journal of Cryptology" value="vol. 26, no. 1, pp. 80-101"/>
          <seriesInfo name="DOI" value="10.1007/s00145-011-9114-1"/>
          <refcontent>Springer Science and Business Media LLC</refcontent>
        </reference>
        <reference anchor="Hofheinz">
          <front>
            <title>A Modular Analysis of the Fujisaki-Okamoto Transformation</title>
            <author fullname="Dennis Hofheinz" initials="D." surname="Hofheinz">
              <organization/>
            </author>
            <author fullname="Kathrin Hövelmanns" initials="K." surname="Hövelmanns">
              <organization/>
            </author>
            <author fullname="Eike Kiltz" initials="E." surname="Kiltz">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="Lecture Notes in Computer Science" value="pp. 341-371"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-70500-2_12"/>
          <seriesInfo name="ISBN" value="[&quot;9783319704999&quot;, &quot;9783319705002&quot;]"/>
          <refcontent>Springer International Publishing</refcontent>
        </reference>
        <reference anchor="ETSI-3GPP.33.310" target="http://www.3gpp.org/ftp/Specs/html-info/33310.htm">
          <front>
            <title>Network Domain Security (NDS); Authentication Framework (AF)</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2020" month="December"/>
          </front>
          <seriesInfo name="3GPP TS" value="33.310 16.6.0"/>
        </reference>
        <reference anchor="UNISIG.Subset-137" target="https://www.era.europa.eu/system/files/2023-01/sos3_index083_-_subset-137_v100.pdf">
          <front>
            <title>ERTMS/ETCS On-line Key Management FFFIS</title>
            <author>
              <organization>UNISIG</organization>
            </author>
            <date year="2015" month="December"/>
          </front>
          <seriesInfo name="Subset-137, V1.0.0" value=""/>
        </reference>
      </references>
    </references>
    <?line 4001?>

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

algorithmIdentifier MSG_SIG_ALG   only signature protection is
                                  allowed for this proof

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

-- CMPCertificate ::= Certificate

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

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

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

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

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

PKIProtection ::= BIT STRING

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

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

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

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

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

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

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

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

OOBCert ::= CMPCertificate

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

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

-- encryptedRand was added in [RFCXXXX]

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

-- Rand was added in [RFC9480]

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

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

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

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

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

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

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

RevReqContent ::= SEQUENCE OF RevDetails

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

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

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

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

CertAnnContent ::= CMPCertificate

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

CRLAnnContent ::= SEQUENCE OF CertificateList

PKIConfirmContent ::= NULL

NestedMessageContent ::= PKIMessages

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- KemCiphertextInfo and KemOtherInfo were added in [RFCXXXX]

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

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

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

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

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

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

GenMsgContent ::= SEQUENCE OF InfoTypeAndValue

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

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

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

CertConfirmContent ::= SEQUENCE OF CertStatus

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

PollReqContent ::= SEQUENCE OF SEQUENCE {
    certReqId              INTEGER }

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

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

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

END
]]></sourcecode>
    </section>
    <section anchor="sect-g">
      <name>History of Changes</name>
      <t>Note: This appendix will be deleted in the final version of the document.</t>
      <t>From version 14 -&gt; 15:</t>
      <ul spacing="normal">
        <li>
          <t>Addressed SECDIR, OPSDIR, and TSVART review comments</t>
        </li>
      </ul>
      <t>From version 13 -&gt; 14:</t>
      <ul spacing="normal">
        <li>
          <t>Implemented some editorial changes throughout the document, specifically in Sections 5.1.1, 5.1.1.3, 5.1.3.4, 5.2.2, 5.2.8.3, 5.3.18, 5.3.19.2, 5.2.22, 7, C.1, and C.4</t>
        </li>
        <li>
          <t>Aligned formatting of message flow diagrams</t>
        </li>
        <li>
          <t>Updated the page header to 'CMP'</t>
        </li>
        <li>
          <t>Removed one instruction to RFC Editors</t>
        </li>
        <li>
          <t>Fixed some nits in Section 5.2.2</t>
        </li>
        <li>
          <t>Fixed one reference to RFC 9629 in the ASN.1 Module</t>
        </li>
      </ul>
      <t>From version 12 -&gt; 13:</t>
      <ul spacing="normal">
        <li>
          <t>Updated the definition of "NULL-DN" in Section 5.1.1 and Appendix D.1 and added a specification of how the RA/CA shall generate the rid content to Section 5.2.8.3.3 to clarify direct POP (see thread "CMS RecipientInfo for EnvelopedData in CMC")</t>
        </li>
        <li>
          <t>Added one minor clarification in Section 5.2.2</t>
        </li>
        <li>
          <t>Updated reference from draft-ietf-lamps-cms-kemri to RFC 9629</t>
        </li>
      </ul>
      <t>From version 11 -&gt; 12:</t>
      <ul spacing="normal">
        <li>
          <t>Adding a paragraph to Section 5.2.8.3.2 to clarify Indirect POP (see thread "Using cms-kemri this CMP Indirect POP")</t>
        </li>
        <li>
          <t>Updated Appendix F addressing comments from Russ (see thread "WG Last Call for draft-ietf-lamps-rfc4210bis and draft-ietf-lamps-rfc6712bis")</t>
        </li>
        <li>
          <t>Extended the Acknowledgments section.</t>
        </li>
      </ul>
      <t>From version 10 -&gt; 11:</t>
      <ul spacing="normal">
        <li>
          <t>Updated Section 4.2.2 addressing the comment from Tomas Gustavsson and as presented during IETF 119 (see thread "draft-ietf-lamps-rfc4210bis-v10 Section 4.2.2 - removing normative language")</t>
        </li>
      </ul>
      <t>From version 09 -&gt; 10:</t>
      <ul spacing="normal">
        <li>
          <t>Implemented some minor editorial changes modernizing the text in Section 3, 4, and 5.2.8 as proposed during IETF 119, without changing normative language.</t>
        </li>
        <li>
          <t>Added to Section 4.2.2 two ToDos for further discussion, based on the comment from Tomas Gustavsson as presented during IETF 119.</t>
        </li>
        <li>
          <t>Addressed erratum 7888</t>
        </li>
      </ul>
      <t>From version 08 -&gt; 09:</t>
      <ul spacing="normal">
        <li>
          <t>Changed reference from ITU-T X.509 to RFC 5280 (see thread " CMP vs RFC5280").</t>
        </li>
        <li>
          <t>Deprecated CAKeyUpdAnnContent in favor of RootCaKeyUpdateContent in CMP V3 as proposed by Tomas.</t>
        </li>
        <li>
          <t>Updated Section 4.4 incorporating RootCaKeyUpdateContent as alternative to using a repository for providing root CA key updates.</t>
        </li>
        <li>
          <t>Deleting an obsolete sentence in Section 8.8.</t>
        </li>
        <li>
          <t>Added IANA considerations addressing IANA early review.</t>
        </li>
      </ul>
      <t>From version 07 -&gt; 08:</t>
      <ul spacing="normal">
        <li>
          <t>Aligned with released RFC 9480 - RFC 9483</t>
        </li>
        <li>
          <t>Updated Section 1.3</t>
        </li>
        <li>
          <t>Added text on usage of transactionID with KEM-bases message protection to Section 5.1.1</t>
        </li>
        <li>
          <t>Reverted a change to Section 5.1.3.1 from -02 and reinserting the deleted text and adding some text explaining when a key expansion is required.</t>
        </li>
        <li>
          <t>Consolidated the definition and transferal of KemCiphertextInfo. Added a new Section 5.1.1.5 introducing KemCiphertextInfo in the generalInfo filed and moving text on how to request a KEM ciphertext using genm/genp from Section 5.1.3.4 to Section 5.3.19.18</t>
        </li>
        <li>
          <t>Some editorial changes to Section 5.1.3.4 and Appendix E after discussion with David resolving #30 and discussing at IETF 117. Also introducing optional field kemContext to KemBasedMac and KemOtherInfo as CMP-specific alternative to ukm in cms-kemri.</t>
        </li>
        <li>
          <t>Added ToDo for reviewing the reduced content of KemOtherInfo to Section 5.1.3.4</t>
        </li>
        <li>
          <t>Added a cross-reference to Section 5.1.1.3 regarding use of OrigPKIMessage to Section 5.1.3.5</t>
        </li>
        <li>
          <t>Added POP for KEM keys to Section 5.2.8. Restructured the section and fixed some references which broke from RFC2510 to RFC4210. Introduced a section on the usage of raVerified.</t>
        </li>
        <li>
          <t>Fixed the issue in Section 5.3.19.15, resulting from a change made in draft-ietf-lamps-cmp-updates-14, that no plain public-key can be used in the request message in CMPCertificate.</t>
        </li>
        <li>
          <t>Updated Appendix B regarding KEM-based message protection and usage of CMS EnvelopedData</t>
        </li>
      </ul>
      <t>From version 06 -&gt; 07:</t>
      <ul spacing="normal">
        <li>
          <t>Updated section 5.1.1.4 addressing a question from Liao Lijun on how to interpret less profile names than certReqMsgs</t>
        </li>
        <li>
          <t>Updated section 5.1.3.4 specifying establishing a shares secret key for one arbitrary side of the CMP communication only</t>
        </li>
        <li>
          <t>Removed the note and the security consideration regarding combiner function for HPKE</t>
        </li>
        <li>
          <t>Added security considerations 8.1 and 8.8</t>
        </li>
        <li>
          <t>Updates IANA Considerations in section 9 to add new OID for the updates ASN.1 module and for id-it-KemCiphertextInfo</t>
        </li>
        <li>
          <t>Added new appendix E showing different variants of using KEM keys for PKI message protection</t>
        </li>
        <li>
          <t>Updates ASN.1 module in appendix F</t>
        </li>
      </ul>
      <t>From version 05 -&gt; 06:</t>
      <ul spacing="normal">
        <li>
          <t>Updated section 5.1.3.4 exchanging HPKE with plain KEM+KDF as also used in draft-ietf-lamps-cms-kemri</t>
        </li>
      </ul>
      <t>From version 04 -&gt; 05:</t>
      <ul spacing="normal">
        <li>
          <t>Updated sections 5.1.3.4, 5.2.2, and 8.9 addressing comments from Russ (see thread "I-D Action: draft-ietf-lamps-rfc4210bis-04.txt")</t>
        </li>
      </ul>
      <t>From version 03 -&gt; 04:</t>
      <ul spacing="normal">
        <li>
          <t>Added Section 4.3.4 regarding POP for KEM keys</t>
        </li>
        <li>
          <t>Added Section 5.1.3.4 on message protection using KEM keys and HPKE</t>
        </li>
        <li>
          <t>Aligned Section 5.2.2 on guidance which CMS key management technique to use with encrypted values (see thread "CMS: selection of key management technique to use for EnvelopedData") also adding support for KEM keys</t>
        </li>
        <li>
          <t>Added Section 8.9 and extended Section 3.1.2 regarding use of Certificate Transparency logs</t>
        </li>
        <li>
          <t>Deleted former Appendix C as announced in the -03</t>
        </li>
        <li>
          <t>Fixed some nits resulting from XML -&gt; MD conversion</t>
        </li>
      </ul>
      <t>From version 02 -&gt; 03:</t>
      <ul spacing="normal">
        <li>
          <t>Updated Section 4.4.1 clarifying the definition of "new with new" certificate
validity period (see thread "RFC4210bis - notAfter time of newWithNew certificate")</t>
        </li>
        <li>
          <t>Added ToDo to Section 4.3 and 5.2.8 on required alignment regarding POP for
KEM keys.</t>
        </li>
        <li>
          <t>Updated Sections 5.2.1, 5.2.8, and 5.2.8.1 incorporating text of former Appendix
C (see thread "draft-ietf-lamps-rfc4210bis - ToDo on review of Appendix C")</t>
        </li>
        <li>
          <t>Added a ToDo to Appendix B to indicate additional review need to try pushing
the content to Sections 4 and Section 5</t>
        </li>
      </ul>
      <t>From version 01 -&gt; 02:</t>
      <ul spacing="normal">
        <li>
          <t>Added Section 3.1.1.4 introducing the Key Generation Authority</t>
        </li>
        <li>
          <t>Added Section 5.1.1.3 containing description of origPKIMessage content moved
here from Section 5.1.3.4</t>
        </li>
        <li>
          <t>Added ToDos on defining POP and message protection using KEM keys</t>
        </li>
        <li>
          <t>Added a ToDo to Section 4.4.3</t>
        </li>
        <li>
          <t>Added a ToDo to Appendix C to do a more detailed review</t>
        </li>
        <li>
          <t>Removed concrete algorithms and referred to CMP Algorithms instead</t>
        </li>
        <li>
          <t>Added references to Appendix D and E as well as the Lightweight CMP Profile
for further information</t>
        </li>
        <li>
          <t>Broaden the scope from human users also to devices and services</t>
        </li>
        <li>
          <t>Addressed idnits feedback, specifically changing from historic LDAP V2 to
LDAP V3 (RFC4511)</t>
        </li>
        <li>
          <t>Did some further editorial alignment to the XML</t>
        </li>
      </ul>
      <t>From version 00 -&gt; 01:</t>
      <ul spacing="normal">
        <li>
          <t>Performed all updates specified in CMP Updates Section 2 and Appendix A.2.</t>
        </li>
        <li>
          <t>Did some editorial alignment to the XML</t>
        </li>
      </ul>
      <t>Version 00:</t>
      <t>This version consists of the text of RFC4210 with the following changes:</t>
      <ul spacing="normal">
        <li>
          <t>Introduced the authors of this document and thanked the authors of RFC4210
for their work.</t>
        </li>
        <li>
          <t>Added a paragraph to the introduction explaining the background of this document.</t>
        </li>
        <li>
          <t>Added the change history to this appendix.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8y9a1vbWJYw+l2/QkN9CO6xDeaSBKq73tcFpMIkJDSQqp6p
qVOPsAWosSW3JEPo6pzn/I3zbX7L/JTzS8667r22JBOSnp53mKkO2NK+rL32
ul8Gg0F0tx9vR9mi3I/rclnVW5ube5tb0bSY5Mk83Y+nZXJVD7K0vhrMkvmi
GpRXk52t0eZlVg1Gu9Ekqffjqp5GxWVVzNI6rfbjZ/h9vLfzcvNZtFxME/5w
d2+09SyaFHmV5tUSP4H50mdRtbycZ1WVFXn9sIAJj48uXkWzJL/ej9M8WmT7
URzXxcQ9T39N00V9gzPh39XDvEyvKvNEVZS1fHSVzCr4rM7qGQ6e12mZp3X8
p+Hu5l58urycZZP4TfoA31yVSQUDTOplmcYAmDg+SMs6u8pgj2l8kuTJdTpP
8zo+LQtYQjGL1w9OTntRcnlZpgBF+CNKyjQBeKST6B7W/3Z8cnoe/1SUt1l+
Hf9QFstFdJs+3BfldD8a0AuDFZPAF6dvjqPrrL5ZXu7Hawz7++uNyXwxEKCu
AZjgHziAtZu6XlT7Gxv62JBfHGaFfWHjkcMc3tTz2VqEz+3HW5tbO1GyrG+K
EhfKmPA6zadldht/XxaT25tkWQGEihK2eZ7hkvFPBYX/BCCaprDCnxDs5eCu
yAfy5eC8BoBXaTyCxybFFGZ49nJze3sbD3CS1Q/78ckyzyY39PUyr0v45Ie0
nCf5A3yUzpNsth/f8KKGl7qo/13x8MNJMYfHlmUGDwl07u/vh/Zr3dlhcpdN
47/FsLr4/U2azS//J2xtiqsawrDDgtb0NTs7yW7T+P0yrwDn6hvd1VFOV93s
yn+iuxqNXr6IT5PyNj6dJZMUvinTa7ikMOY7v6vd3e0Xe2ZXWZ6nyaKYZZXd
2oc8q9NpfF4jEsbFVTyepyVgvN/rHNY5LHSd/zvl5azaqf1ad/ovxU0OVyx5
+J+7yT/DEofXsMQv2V+U5VcFYEad3aVICs9eHSBl9b9u+V+38dfjweEwvOHP
X4y24IbLc6OXOy/k163d0ab79eWu/IoEwf+qw+/sjkbyK1Jy+fX51vOX+usL
9+mLrb3n/tc9+fXlzo5++nL3hT778vmOe2BvT9ewN3KL3Bs93wr2leTZPBlc
ltVtNkjSji3fPlzCfZx4ukpbf3d8fjE8Px2+3Nz8dW9zXNJujo+OjuCTreFo
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

-->

</rfc>
