<?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.8 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc4210bis-09" category="std" consensus="true" submissionType="IETF" xml:lang="en" obsoletes="4210 9480" updates="5912" tocDepth="4" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.1 -->
  <front>
    <title abbrev="RFC4210bis">Internet X.509 Public Key Infrastructure -- Certificate Management Protocol (CMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc4210bis-09"/>
    <author initials="H." surname="Brockhaus" fullname="Hendrik Brockhaus">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>hendrik.brockhaus@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="D." surname="von Oheimb" fullname="David von Oheimb">
      <organization abbrev="Siemens">Siemens</organization>
      <address>
        <postal>
          <street>Werner-von-Siemens-Strasse 1</street>
          <city>Munich</city>
          <code>80333</code>
          <country>Germany</country>
        </postal>
        <email>david.von.oheimb@siemens.com</email>
        <uri>https://www.siemens.com</uri>
      </address>
    </author>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <author initials="J." surname="Gray" fullname="John Gray">
      <organization abbrev="Entrust">Entrust</organization>
      <address>
        <postal>
          <street>1187 Park Place</street>
          <city>Minneapolis</city>
          <region>MN</region>
          <code>55379</code>
          <country>United States of America</country>
        </postal>
        <email>john.gray@entrust.com</email>
        <uri>https://www.entrust.com</uri>
      </address>
    </author>
    <date year="2024"/>
    <workgroup>LAMPS Working Group</workgroup>
    <abstract>
      <?line 163?>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  RootCaKeyUpdateValue ::= RootCaKeyUpdateContent

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

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

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

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

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

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

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

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

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

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

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

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

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

algorithmIdentifier MSG_SIG_ALG   only signature protection is
                                  allowed for this proof

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

-- CMPCertificate ::= Certificate

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

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

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

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

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

PKIProtection ::= BIT STRING

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

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

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

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

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

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

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

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

OOBCert ::= CMPCertificate

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

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

-- encryptedRand was added in [RFCXXXX]

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

-- Rand was added in [RFC9480]

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

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

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

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

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

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

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

RevReqContent ::= SEQUENCE OF RevDetails

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

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

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

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

CertAnnContent ::= CMPCertificate

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

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

NestedMessageContent ::= PKIMessages

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- KemCiphertextInfo and KemOtherInfo were added in [RFCXXXX]

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

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

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

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

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

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

GenMsgContent ::= SEQUENCE OF InfoTypeAndValue

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

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

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

CertConfirmContent ::= SEQUENCE OF CertStatus

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

PollReqContent ::= SEQUENCE OF SEQUENCE {
    certReqId              INTEGER }

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

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

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

END
]]></sourcecode>
    </section>
    <section anchor="sect-g">
      <name>History of Changes</name>
      <t>Note: This appendix will be deleted in the final version of the document.</t>
      <t>From version 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:
H4sIAAAAAAAAA8x963rbSHbgfzwFov5hMiFpUfJVPdO7bFluK7ZsRZLbk3R6
5wNJUMKIBDgAKLWmx/sseZY82Z5r1SkAlOWeTLL6pscSCdTl1KlzvwyHw+jm
IN6PsnV5ENflpqr3dndf7u5F82KWJ6v0IJ6XyaIeZmm9GC6T1boalovZk73x
7jSrhrsvo1lSH8RVPY+KaVUs0zqtDuJH+H388smL3UfRZj1P+MOnL8d7j6JZ
kVdpXm3wE5gvfRRVm+kqq6qsyOu7NUx4fHTxOlom+eVBnObROjuI4rguZu55
+muerusrnAn/ru5WZbqozBNVUdby0SJZVvBZndVLHDyv0zJP6/gPo6e7L+PT
zXSZzeK36R18syiTCgaY1ZsyjQEwcXyYlnW2yGCPaXyS5MllukrzOj4tC1hC
sYx7hyen/SiZTssUoHj2+lAAE93C4t9NTk7P409FeZ3ll/EPZbFZRwiLg3hv
d+9JlGzqq6I8iIYxw/lNms/L7Dr+vixm11fJpoL5ixLGOc9wVvxTJ/KfwHrT
FA7gE26qHN4U+VC+HJ7XsJ0qjcfw2KyYwwyPXuzu7+8jeGZZfXcQn2zybHZF
X2/yuoRPfkjLVZLfwUfpKsmWB/EVL2o01UX974qHH82KFTy2KTN4qK7X1cHj
x7e3tyP7te7sVXKTzeO/xrC6+MNVmq2m/z9sbY6rGsGwo4LW9Ft2dpJdp/GH
TV7dAr5d6a6OcrpIZlf+E93VePzieXyalNfx6TKZpfBNmV7CFYAx3/tdPX26
//yl2VWW52myLpZZZbf2Mc/qdB6f13jR4mIRT1ZpCUjr97qCdY4KXef/Tnk5
23Zqv9ad/nNxlQMOJ3f//27yT7DE0SUs8Wv2F2X5ogDMqLObFAkN3GGkW/7X
Pf/rPv56PHw1Conhs+fjPbjz8tz4xZPn8uve0/Gu+/XFU/kVSYT/VYd/8nQ8
ll+RTsqvz/devpRfXzx7or++HD+jB94fn1+Mzk9HL3Z3//hyd1LSAMdHR0fw
yd5oPDkb7u2OX8D9+3A8Gu+OxuPdl4/x6/OLVyP8ZvTiyR6A/gkSuh+P4OHd
F8Pd8bNnOAwQ2aS8xENUyOU381GeAdgui5vHN5tl/nie1gD4x8G7/CrT2vcA
1SJPlvGP8HRaJtNsCScM5KBOpglc32HcflWpIv4+ZExzwxznFYy8AVoMx38+
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
/kb97m26+k2G+Wek4OHb92t41/PFF1WxX0HqHr46Ojv+cYLOcK0Tx0ofMGaK
faFCZhhrGVRFC+uZLdM8nExL8WkEPz/W0hC71oSXsqt0XVjdmvQ4qZ7QgCaW
eQEs5IruRcDOhpSBW84wupYrcq9SFPCHGJzQ2+vDifcA4n0s2VOnyzzF5hzX
VY9PoE/x25uqxqrbnwfaxTKYDC/f5P1kyF28cSqbL81FhysmRRyksExmZNLV
lVKW/7TEDhja9oEcmNSfT4t1d3l3qMGHtRsAKUIkyJqFnIxvTAk9en/zGG7f
QDq53Nl7bG05Kpfy/TS2a3M1cGKPPCKj64tKtmKTDerX5jNb5G3jrOTMIG6V
0RJKN9er+0VMbNmjQuY+rHCZuogYsQWI80ZgAsDwpfzlPmt2rPXjSNU4K17f
K5FH0YodkA88lMBi8ODjcUTMWR24bkXErjC3udD3owE4PLMjs6pTtTWptgu2
xXn0vEvLmwN+wlXot4XHk7vp3jIxPpIqCdy67ZB1U1cKDqC1VFGTAmEM4ygf
UzykTZfBmbRO2pa5qD/UPfkJNj4msCtLT1eMHWzVKBqPuPfQccMjNYglXR9u
jq5zgZntITp2plZkja2YhAF19VH9V/XzhVKNUZpU6II9kIyhooaAlf1HGMuC
grwmfMZdlcRjpzNQnRBMA2qkMuBNoy5blQVRSsD5QQChcRqvARDCgKPzOl1/
I+v6wg/sE7jO+EuP6Q+snYx/DYVkW+3O3w3pSY/K8Ak8u9cYyagVUThPKENp
By+ilQ4FyJmgM3ahwbbVgUYYuxq18gk8u/+1wOhc5IN+RKB2i/6ad22J3Kij
e28sCBCGdLKYiJbp9g8jz68H8Td4KCD+L9PfP+rCM3Y68/Bi/jGqyCMQCEii
GCZLkBh+v7NMFzWaksYjmtupE7a1t1tl856tr91VG0ikGAcyhal+vISgzTVe
YymGx4nRZENwzbmwRa/02XJg4VxmDL7l1mf4mVdbmlJ6VXXpA4bqz+p4E2hr
5sp4fYCM7qo3tXbPMHP5lNQHhAUSnn3GGWadbZZM04L4NfM59OOAzjBgAsdG
jS8xHA7BtPvo5OgdthPpyFZRmYGvUeAewuTgfAJ1A3/usVLp84SHvAqv2wmN
b51vl27YOlVDvkKziXXe6YlW11uWbm0rtGRZfrD02PlYQr3UMBUS8zgEBlMP
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
/fm1cfbx3ZTMTLCFrsAqSIIfA2NXcdaxt9ukURqDIhLRZMi1PW3Jf4xKkPGl
l/6dGXHz1GUQvvRNoW56CaE0aIC/+ZWRSqBNVDgdBqdEMvuf/rNBR3lUdpN/
+oKqflcyxzgpjbo+vOFxsK/J9d8vTsI94SKuj5NXf9+woSS5pe7T2vht2yR5
SfwN2uG3Ni2aWTG8Ltl3eY6H1/c3xh0hKwH+S5gsD32zNZyP0kMb9nlczy/R
CJs4hR2E/MG/PYMr3S6zxYxCDHkuwAG6D14P3r597m7SfLq8GjgeWLmq5YOn
3up54Try+eH+/hye9Oiy442oY7HNjn8+C2CyKuScT6G4pdHCo/SKAntYr+Ov
bC54Ct0Ht2rUmC1Vne4ZhUnVspQ5oR1YQJ9YhjSoTuXZpduuxtAVYyD5AYyV
QqGyScyQgsZuolfGzolpLFzsJ/i2Z3HTY3mcsOfSJRb68+gyhnOELjZyeE0r
pvF4qULdkZtxpFp6j8DoC5cg/Fm/HZRmFJc54K+7xIrJmlsRw4/QoyKZtAmh
+np3fozRC2uvmEybc9zO9IfaPJtq2ypt99nMP7jjeS/vahKV2pGsF1eXBu+W
7+zTppf5MgrfdyKPro54k2JiglV17Rsvc4ScUoo3kcXA9LqRiWRJvGCW8On+
BQKtweQJ2z8EUok+eus3Qo6s4jw8S7grdmHxPEyApHQR7AQVoNkcrRACM16+
7XmZRMoK+y15RMDms/en5208HtqD98ftj4O3H9jaoT85DY9VHgOIjcilLJfv
4L8jHXei/rP/yMfNr1dGz+MwYF19k/gs7NEgejy/R6Qh0ufX/zIEfkNk0Eb4
hdgIcrSJqUb3GCpaXYUckRdT+87YoihmU/+VMj8zQthbLcIao02LkGaTQTwQ
fn6HpoditIKDZNBUigerdNCdH+GLDCAIhzK6hlPMklYPIDVnOH076X6z4IPD
gWrosFVil3Y1HKp28X4SXP3m4XpuuKugoRlx453h2ViNMaUoppgiPpuPPNo3
E993xJ/4DS23/kji8RaZYR7O1dMM0XE3E7/niL8IGmrOP2/okTOe5CVn09D7
Wsa8hh7fqm4n26xdM+5j6vmlHpVDyyMX05XmK3S78M9Gcg8Uubah2g+G3MDZ
osZTEbyEt7l5vJduvA9+w99ZrKIz13TLKwml3VKY62bVsesIf+O39Aj/jiGX
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
l6mgecwDAA==

-->

</rfc>
