<?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.6.26 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc4210bis-05" category="std" consensus="true" submissionType="IETF" xml:lang="en" obsoletes="4210" updates="5912" tocDepth="4" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="RFC4210bis">Internet X.509 Public Key Infrastructure -- Certificate Management Protocol (CMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc4210bis-05"/>
    <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="2023"/>
    <workgroup>LAMPS Working Group</workgroup>
    <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 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 [RFCAAAA] 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 version 3 to be used only
for changes to the ASN.1 syntax, which are: support of EnvelopedData instead
of EncryptedValue and hashAlg for indicating a hash AlgorithmIdentifier in
certConf messages.</t>
      <t>In addition to the changes specified in CMP Updates [RFCAAAA] 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>
    <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-f"/> 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>RFCXXXX --&gt; the assigned numerical RFC value for this draft</li>
        <li>
          <t>RFCAAAA --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-cmp-updates"/>  </t>
          <t>
Add this RFC number to the list of obsoleted RFCs.</t>
        </li>
        <li>RFCBBBB --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/></li>
        <li>RFCCCCC --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-cmp-algorithms"/></li>
        <li>RFCDDDD --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-lamps-rfc6712bis"/></li>
        <li>RFCEEEE --&gt; the assigned numerical RFC value for <xref target="I-D.ietf-ace-cmpv2-coap-transport"/></li>
      </ul>
      <t>]</t>
      <t>This document describes the Internet X.509 Public Key Infrastructure
(PKI) Certificate Management Protocol (CMP).  Protocol messages are
defined for certificate creation and management.  The term
"certificate" in this document refers to an X.509v3 Certificate as
defined in <xref target="ITU.X509.2000"/>.</t>
      <section anchor="sect-1.1">
        <name>Changes Since RFC 2510</name>
        <t><xref target="RFC4210">RFC 4210</xref> differs from <xref target="RFC2510">RFC 2510</xref> in the following areas:</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>The message confirmation mechanism has changed substantially.</li>
          <li>A new polling mechanism is introduced, deprecating the old polling
method at the CMP transport level.</li>
          <li>The CMP transport protocol issues are handled in a separate
document <xref target="I-D.ietf-lamps-rfc6712bis"/>, thus the Transports section is removed.</li>
          <li>A new implicit confirmation method is introduced to reduce the
number of protocol messages exchanged in a transaction.</li>
          <li>The new specification contains some less prominent protocol
enhancements and improved explanatory text on several issues.</li>
        </ul>
      </section>
      <section anchor="sect-1.2">
        <name>Changes Since RFC 4210</name>
        <t>CMP Updates [RFCAAAA] and CMP Algorithms [RFCCCCC] updated <xref target="RFC4210">RFC 4210</xref>, supporting the PKI management operations specified in the Lightweight CMP
Profile [RFCBBBB], in the following areas:</t>
        <ul spacing="normal">
          <li>Add new extended key usages for various CMP server types, e.g., registration
authority and certification authority, to express the authorization of the
certificate holder to act as the indicated type of PKI management entity.</li>
          <li>Extend the description of multiple protection to cover additional use cases,
e.g., batch processing of messages.</li>
          <li>
            <t>Use the type EnvelopedData as the preferred choice next to 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, and protection of revocation
passphrases. To properly differentiate the support of EnvelopedData instead
of EncryptedValue, the CMP version 3 is introduced in case a transaction
is supposed to use EnvelopedData.  </t>
            <t>
Note: According to <xref target="RFC4211">RFC 4211</xref> Section 2.1. point 9 the use of the EncryptedValue structure has been deprecated
in favor of the EnvelopedData structure. <xref target="RFC4211">RFC 4211</xref> offers the EncryptedKey structure, a choice of EncryptedValue and EnvelopedData
for migration to EnvelopedData.</t>
          </li>
          <li>Offer an optional hashAlg field in CertStatus supporting case 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.</li>
          <li>Add new general message types to request CA certificates, a root CA update,
a certificate request template, or CRL updates.</li>
          <li>Extend the use of polling to p10cr, certConf, rr, genm, and error messages.</li>
          <li>Incorporated the request message behavioral clarifications from former Appendix
C to <xref target="sect-5"/>. The definition of altCertTemplate was incorporated into <xref target="sect-5.2.1"/>, the clarification on POPOSigningKey was incorporated into <xref target="sect-5.2.8"/>, and the clarification on POPOPrivKey was incorporated into <xref target="sect-5.2.8.1"/>.</li>
          <li>Delete the mandatory algorithm profile in <xref target="sect-c.2"/> and refer instead to CMP Algorithms Section 7 [RFCCCCC].</li>
        </ul>
      </section>
      <section anchor="sect-1.3">
        <name>Changes Made by This Document</name>
        <t>This document obsoletes <xref target="RFC4210">RFC 4210</xref>. It includes the changes specified by CMP Updates [RFCAAAA] Section 2 and <xref target="sect-c.2"/> as described in <xref target="sect-1.2"/>.</t>
      </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>
    </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.  Typically, such central key generation
is performed by the CA itself.  The KGA knows the private key that it generated
for the end entity.  The CA may delegate its authorization for generating
key pairs on behalf of an end entity to another PKI management entity, such
as an RA or a separate entity (see Section 4.5 for respective extended key
usages).</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>PKI management must conform to the ISO/IEC 9594-8/ITU-T X.509
  standards.</li>
            <li>It must be possible to regularly update any key pair without
  affecting any other key pair.</li>
            <li>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.</li>
            <li>PKI management protocols must allow the use of different
  industry-standard cryptographic algorithms, see CMP Algorithms [RFCCCCC].
  This means that any given
  CA, RA, or end entity may, in principle, use whichever
  algorithms suit it for its own key pair(s).</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>PKI management protocols must be usable over a variety of
  "transport" mechanisms, specifically including mail, HTTP,
  TCP/IP, CoAP, and off-line file-based.</li>
            <li>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 indirect POP is completed
  (typically through use of the certConf message). In case of publication of the certificate or a precertificate in a Certificate Transparency log <xref target="RFC9162"/>, the certificate must be revoked if it was not accepted or the indirect POP could not be completed.</li>
            <li>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).</li>
            <li>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.</li>
            <li>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.</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>CA establishment: When establishing a new CA, certain steps are
  required (e.g., production of initial CRLs, export of CA public
  key).</li>
            <li>End entity initialization: this includes importing a root CA
  public key and requesting information about the options supported
  by a PKI management entity.</li>
            <li>
              <t>Certification: various operations result in the creation of new
  certificates:  </t>
              <ol spacing="normal" type="1"><li>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).</li>
                <li>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.</li>
                <li>certificate update: As certificates expire, they may be
   "refreshed" if nothing relevant in the environment has
   changed.</li>
                <li>CA key pair update: As with end entities, CA key pairs need
   to be updated regularly; however, different mechanisms are
   required.</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>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.</li>
                    <li>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.</li>
                    <li>Note 3.  Issuance of cross-certificates may be, but is
   not necessarily, mutual; that is, two CAs may issue
   cross-certificates for each other.</li>
                  </ol>
                </li>
                <li>cross-certificate update: Similar to a normal certificate
   update, but involving a cross-certificate.</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>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="RFC4510"/>, <xref target="RFC4510"/>
   (the "Operational Protocols" documents of the PKIX
   series of specifications).</li>
                <li>CRL publication: As for certificate publication.</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>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.</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>revocation request: An authorized person advises a CA of an
   abnormal situation requiring certificate revocation.</li>
              </ol>
            </li>
            <li>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.</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 [RFCDDDD], and CoAP [RFCEEEE]) 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>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.</li>
              <li>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.</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>initiation occurs at the certifying CA;</li>
              <li>no on-line message authentication is required;</li>
              <li>"key generation" occurs at the certifying CA (see <xref target="sect-4.2.1.3"/>);</li>
              <li>no confirmation message is required.</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>initiation occurs at the end entity;</li>
              <li>message authentication is <bcp14>REQUIRED</bcp14>;</li>
              <li>"key generation" occurs at the end entity (see <xref target="sect-4.2.1.3"/>);</li>
              <li>a confirmation message is <bcp14>REQUIRED</bcp14>.</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>&lt; ToDo: To be aligned with <xref target="sect-5.2.8"/> if needed. &gt;</t>
        <t>In order to prevent certain attacks and to allow a CA/RA to properly
check the validity of the binding between an end entity and a key
pair, the PKI management operations specified here make it possible
for an end entity to prove 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.  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, and key agreement 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, or can be required to decrypt a value in order to prove
possession of the private key (see <xref target="sect-5.2.8"/>).  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 keys, the end entity can be required to decrypt
a value in order to prove possession of the private key (see <xref target="sect-5.2.8"/>).
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>
        </section>
      </section>
      <section anchor="sect-4.4">
        <name>Root CA Key Update</name>
        <t>This discussion only applies to CAs that are directly trusted by some
end entities.  Self-signed CAs <bcp14>SHALL</bcp14> be considered as directly
trusted CAs.  Recognizing whether a non-self-signed CA is supposed to
be directly trusted for some end entities is a matter of CA policy
and is thus beyond the scope of this document.</t>
        <t>The basis of the procedure described here is that the CA protects its
new public key using its previous private key and vice versa.  Thus,
when a CA updates its key pair it must generate two extra
cACertificate attribute values if certificates are made available
using an X.500 directory (for a total of four: OldWithOld,
OldWithNew, NewWithOld, and NewWithNew).</t>
        <t>When a CA changes its key pair, those entities who have acquired the
old CA public key via "out-of-band" means are most affected.  It is
these end entities who will need access to the new CA public key
protected with the old CA private key.  However, they will only
require this for a limited period (until they have acquired the new
CA public key via the "out-of-band" mechanism).  This will typically
be easily achieved when these end entities' certificates expire.</t>
        <t>The data structure used to protect the new and old CA public keys is
a standard certificate (which may also contain extensions).  There
are no new data structures required.</t>
        <t>Note 1:  This scheme does not make use of any of the X.509 v3
extensions as it must be able to work even for version 1
certificates.  The presence of the KeyIdentifier extension would make
for efficiency improvements.</t>
        <t>Note 2:.  While the scheme could be generalized to cover cases where
the CA updates its key pair more than once during the validity period
of one of its end entities' certificates, this generalization seems
of dubious value.  Not having this generalization simply means that
the validity periods of certificates issued with the old CA key pair
cannot exceed the end of the OldWithNew validity period.</t>
        <t>Note 3:  This scheme ensures that end entities will acquire the new
CA public key, at the latest by the expiry of the last certificate
they owned that was signed with the old CA private key (via the
"out-of-band" means).  Certificate and/or key update operations
occurring at other times do not necessarily require this (depending
on the end entity's equipment).</t>
        <t>Note 4:  In practice, a new root CA may have a slightly different subject
DN, e.g., indicating a generation identifier like the year of issuance or
a version number, for instance in an OU element.  How to bridge trust to
the new root CA certificate in a CA DN change or a cross-certificate scenario
is out of scope for this document.</t>
        <section anchor="sect-4.4.1">
          <name>CA Operator Actions</name>
          <t>To change the key of the CA, the CA operator does the following:</t>
          <ol spacing="normal" type="1"><li>Generate a new key pair;</li>
            <li>Create a certificate containing the old CA public key signed with
  the new private key (the "old with new" certificate);</li>
            <li>Create a certificate containing the new CA public key signed with
  the old private key (the "new with old" certificate);</li>
            <li>Create a certificate containing the new CA public key signed with
  the new private key (the "new with new" certificate);</li>
            <li>Publish these new certificates via the repository and/or other
  means (perhaps using a CAKeyUpdAnn message or RootCaKeyUpdateContent);</li>
            <li>Export the new CA public key so that end entities may acquire it
  using the "out-of-band" mechanism (if required).</li>
          </ol>
          <t>The old CA private key is then no longer required.  However, the old
CA public key will remain in use for some time.  The old CA public
key is no longer required (other than for non-repudiation) when all
end entities of this CA have securely acquired the new CA public key.</t>
          <t>The "old with new" certificate must have a validity period with the same
notBefore and notAfter time as the "old with old" certificate.</t>
          <t>The "new with old" certificate must have a validity period with the same
notBefore time as the "new with new" certificate and a notAfter time by which
all end entities of this CA will securely possess the new CA public key (at
the latest, at the notAfter time of the "old with old" certificate).</t>
          <t>The "new with new" certificate must have a validity period with a notBefore
time that is before the notAfter time of the "old with old" certificate and
a notAfter time that is after the notBefore time of the next update of this
certificate.</t>
          <t>Note:  Further operational considerations on transition from one root CA
self-signed certificate to the next is available in <xref target="RFC8649">RFC 8649 Section 5</xref>.</t>
        </section>
        <section anchor="sect-4.4.2">
          <name>Verifying Certificates</name>
          <t>Normally when verifying a signature, the verifier verifies (among
other things) the certificate containing the public key of the
signer.  However, once a CA is allowed to update its key there are a
range of new possibilities.  These are shown in the table below.</t>
          <artwork><![CDATA[
             Repository contains NEW    Repository contains only OLD
               and OLD public keys       public key (due to, e.g.,
                                           delay in publication)
                PSE      PSE Contains  PSE Contains    PSE Contains
             Contains     OLD public    NEW public      OLD public
            NEW public       key            key            key
                key

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

 Signer's   Case 2:      Case 4:       Case 6:        Case 8:
 certifi-   In this      In this case  The verifier   Although the
 cate is    case the     the verifier  thinks this    CA operator
 protected  verifier     can directly  is the         has not
 using OLD  must         verify the    situation of   updated the
 key pair   access the   certificate   case 2 and     repository the
            repository   without       will access    verifier can
            in order     using the     the            verify the
            to get the   repository    repository;    certificate
            value of                   however, the   directly -
            the OLD                    verification   this is thus
            public key                 will FAIL      the same as
                                                      case 4.
]]></artwork>
          <t>Note: Instead of using a repository, the end entity can use the root CA update
general message to request the respective certificates from a PKI management
entity, see <xref target="sect-5.3.19.15"/>, and follow the required validation steps.</t>
          <section anchor="sect-4.4.2.1">
            <name>Verification in Cases 1, 4, 5, and 8</name>
            <t>In these cases, the verifier has a local copy of the CA public key
that can be used to verify the certificate directly.  This is the
same as the situation where no key change has occurred.</t>
            <t>Note that case 8 may arise between the time when the CA operator has
generated the new key pair and the time when the CA operator stores
the updated attributes in the repository.  Case 5 can only arise if
the CA operator has issued both the signer's and verifier's
certificates during this "gap" (the CA operator <bcp14>SHOULD</bcp14> avoid this as
it leads to the failure cases described below)</t>
          </section>
          <section anchor="sect-4.4.2.2">
            <name>Verification in Case 2</name>
            <t>In case 2, the verifier must get access to the old public key of the
CA.  The verifier does the following:</t>
            <ol spacing="normal" type="1"><li>Look up the caCertificate attribute in the repository and pick
  the OldWithNew certificate (determined based on validity periods;
  note that the subject and issuer fields must match);</li>
              <li>Verify that this is correct using the new CA key (which the
  verifier has locally);</li>
              <li>If correct, check the signer's certificate using the old CA key.</li>
            </ol>
            <t>Case 2 will arise when the CA operator has issued the signer's
certificate, then changed the key, and then issued the verifier's
certificate; so it is quite a typical case.</t>
          </section>
          <section anchor="sect-4.4.2.3">
            <name>Verification in Case 3</name>
            <t>In case 3, the verifier must get access to the new public key of the
CA.  In case a repository is used, the verifier does the following:</t>
            <ol spacing="normal" type="1"><li>Look up the cACertificate attribute in the repository and pick
  the NewWithOld certificate (determined based on validity periods;
  note that the subject and issuer fields must match);</li>
              <li>Verify that this is correct using the old CA key (which the
  verifier has stored locally);</li>
              <li>If correct, check the signer's certificate using the new CA key.</li>
            </ol>
            <t>Case 3 will arise when the CA operator has issued the verifier's
certificate, then changed the key, and then issued the signer's
certificate; so it is also quite a typical case.</t>
            <t>Note: Alternatively, the verifier can use the root CA update general message
to request the respective certificates from a PKI management entity, see <xref target="sect-5.3.19.15"/>, and follow the required validation steps.</t>
          </section>
          <section anchor="sect-4.4.2.4">
            <name>Failure of Verification in Case 6</name>
            <t>In this case, the CA has issued the verifier's PSE, which contains
the new key, without updating the repository attributes.  This means
that the verifier has no means to get a trustworthy version of the
CA's old key and so verification fails.</t>
            <t>Note that the failure is the CA operator's fault.</t>
          </section>
          <section anchor="sect-4.4.2.5">
            <name>Failure of Verification in Case 7</name>
            <t>In this case, the CA has issued the signer's certificate protected
with the new key without updating the repository attributes.  This
means that the verifier has no means to get a trustworthy version of
the CA's new key and so verification fails.</t>
            <t>Note that the failure is again the CA operator's fault.</t>
          </section>
        </section>
        <section anchor="sect-4.4.3">
          <name>Revocation - Change of CA Key</name>
          <t>As we saw above, the verification of a certificate becomes more
complex once the CA is allowed to change its key.  This is also true
for revocation checks as the CA may have signed the CRL using a newer
private key than the one within the user's PSE.</t>
          <t>The analysis of the alternatives is the same as for certificate
verification.</t>
        </section>
      </section>
      <section anchor="sect-4.5">
        <name>Extended Key Usage</name>
        <t>The Extended Key Usage (EKU) extension indicates the purposes for which the
certified key pair may be used. It therefore 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 the authorization of this entity by the
delegating CA 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: <xref target="RFC6402">RFC 6402 section 2.10</xref> specifies OIDs for a CMC CA and a CMC RA.
As the functionality of a CA and
RA is not specific to using CMC or CMP as the certificate management protocol,
these EKUs are re-used 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 pvno values 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 where the recipient's KEM key is used.</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 also uses the recipient's KEM key).
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>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>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 this 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.  If the changes made by
the RA to the original PKIMessage break the POP of a certificate request,
the RA <bcp14>MUST</bcp14> set the popo field to RAVerified, see Section 5.2.8.4.  This
accommodates, for example, cases in which the CA wishes to check POP or other
information on the original EE message.</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 an ir/cr/kur/genm, the value <bcp14>MUST NOT</bcp14> contain more elements
than the number of CertReqMsg or InfoTypeAndValue elements and the certificate
profile names refer to the elements in the given order.</t>
            <t>When used in a p10cr, the value <bcp14>MUST NOT</bcp14> contain multiple certificate profile
names.</t>
          </section>
        </section>
        <section anchor="sect-5.1.2">
          <name>PKI Message Body</name>
          <sourcecode type="asn.1"><![CDATA[
  PKIBody ::= CHOICE {
     ir       [0]  CertReqMessages,       --Initialization Req
     ip       [1]  CertRepMessage,        --Initialization Resp
     cr       [2]  CertReqMessages,       --Certification Req
     cp       [3]  CertRepMessage,        --Certification Resp
     p10cr    [4]  CertificationRequest,  --PKCS #10 Cert.  Req.
     popdecc  [5]  POPODecKeyChallContent --pop Challenge
     popdecr  [6]  POPODecKeyRespContent, --pop Response
     kur      [7]  CertReqMessages,       --Key Update Request
     kup      [8]  CertRepMessage,        --Key Update Response
     krr      [9]  CertReqMessages,       --Key Recovery Req
     krp      [10] KeyRecRepContent,      --Key Recovery Resp
     rr       [11] RevReqContent,         --Revocation Request
     rp       [12] RevRepContent,         --Revocation Response
     ccr      [13] CertReqMessages,       --Cross-Cert.  Request
     ccp      [14] CertRepMessage,        --Cross-Cert.  Resp
     ckuann   [15] CAKeyUpdAnnContent,    --CA Key Update Ann.
     cann     [16] CertAnnContent,        --Certificate Ann.
     rann     [17] RevAnnContent,         --Revocation Ann.
     crlann   [18] CRLAnnContent,         --CRL Announcement
     pkiconf  [19] PKIConfirmContent,     --Confirmation
     nested   [20] NestedMessageContent,  --Nested Message
     genm     [21] GenMsgContent,         --General Message
     genp     [22] GenRepContent,         --General Response
     error    [23] ErrorMsgContent,       --Error Message
     certConf [24] CertConfirmContent,    --Certificate confirm
     pollReq  [25] PollReqContent,        --Polling request
     pollRep  [26] PollRepContent         --Polling response
  }
]]></sourcecode>
          <t>The specific types are described in <xref target="sect-5.3"/> below.</t>
        </section>
        <section anchor="sect-5.1.3">
          <name>PKI Message Protection</name>
          <t>Some PKI messages will be protected for integrity.</t>
          <t>Note If an asymmetric algorithm is used to protect a message and the relevant
public component has been certified already, then the origin of the
message can also be authenticated.  On the other hand, if the public
component is uncertified, then the message origin cannot be
automatically authenticated, but may be authenticated via out-of-band
means.</t>
          <t>When protection is applied, the following structure is used:</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIProtection ::= BIT STRING
]]></sourcecode>
          <t>The input to the calculation of PKIProtection is the DER encoding of
the following data structure:</t>
          <sourcecode type="asn.1"><![CDATA[
  ProtectedPart ::= SEQUENCE {
     header    PKIHeader,
     body      PKIBody
  }
]]></sourcecode>
          <t>There <bcp14>MAY</bcp14> be cases in which the PKIProtection BIT STRING is
deliberately not used to protect a message (i.e., this <bcp14>OPTIONAL</bcp14> field
is omitted) because other protection, external to PKIX, will be
applied instead.  Such a choice is explicitly allowed in this
specification.  Examples of such external protection include CMS <xref target="RFC5652"/> and Security Multiparts <xref target="RFC1847"/> encapsulation of the
PKIMessage (or simply the PKIBody (omitting the CHOICE tag), if the
relevant PKIHeader information is securely carried in the external
mechanism).  It is noted, however, that many such external mechanisms
require that the end entity already possesses a public-key
certificate, and/or a unique Distinguished Name, and/or other such
infrastructure-related information.  Thus, they may not be
appropriate for initial registration, key-recovery, or any other
process with "boot-strapping" characteristics.  For those cases it
may be necessary that the PKIProtection parameter be used.  In the
future, if/when external mechanisms are modified to accommodate
boot-strapping scenarios, the use of PKIProtection may become rare or
non-existent.</t>
          <t>Depending on the circumstances, the PKIProtection bits may contain a
Message Authentication Code (MAC) or signature.  Only the following
cases can occur:</t>
          <section anchor="sect-5.1.3.1">
            <name>Pre-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 [RFCCCCC].</t>
          </section>
          <section anchor="sect-5.1.3.2">
            <name>Key Agreement</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 Algortihms [RFCCCCC] Section 2.</t>
            <t>Note: As alternative to this mechanism, the mechanism described in <xref target="sect-5.1.3.4"/> can be applies.</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 [RFCCCCC].</t>
          </section>
          <section anchor="sect-5.1.3.4">
            <name>Key Encapsulation</name>
            <t>&lt; ToDo: The WG recommended use of HPKE for establishing a shared secret key.  Today HPKE specifies only a D-H bases KEM in <xref target="RFC9180">RFC 9180 Section 4.1</xref>.  To be independent to HPKE this document could also use the approach shown in <xref target="I-D.ietf-lamps-cms-kemri">draft-ietf-lamps-cms-kemri</xref> only relying on the availability of a KeyGen, Encapsulate, and Decapsulate function.  This would ease this specification and allow further reuse of profiling KEM algorithms for use in CMS.  What do others think? &gt;</t>
            <t>In this case, an initial exchange using general messages is required to contribute to establishing a shared symmetric key as follows.  Both PKI entities require a certificate of the other side and send a symmetric key in form of a KEM encapsulated ciphertext using the secret export APIs as specified in Hybrid Public Key Encryption  <xref section="6.2" sectionFormat="comma" target="RFC9180"/> to the respective recipient.  Each sender uses the SendExportBase to get
the fixed-length symmetric key (the KEM shared secret) and a fixed-length
encapsulation of that key and provide it to the recipient using the id-it-KemCiphertext as defined below.  The respective recipient uses ReveipExportBase
to recover the ephemeral symmetric key (the KEM shared secret) from the encapsulated
representation received from the sender.  Both functions are used as specified
in <xref target="RFC9180">RFC 9180 Section 6.2</xref>.
The symmetric key resulting from the first HPKE key exchange is to be
part of the input to the second HPKE key exchange.  Doing so, a symmetric
key authenticated by both PKI entities is established and used for MAC-based
message protection.</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>In this case, an initial exchange using general messages is required to establish
a shared symmetric key using two <xref target="RFC9180">Hybrid Public Key Encryption</xref> exchanges.</t>
            <t>The object identifier used for HPKE key exchanges is id-it-KemCiphertext,
which is defined in this document as:</t>
            <sourcecode type="asn.1"><![CDATA[
  id-it-KemCiphertext OBJECT IDENTIFIER ::= { id-it TBD1 }
]]></sourcecode>
            <t>When id-it-KemCiphertext is used, the value is either absent or of type
KemCiphertext.  The syntax for KemCiphertext is as follows:</t>
            <sourcecode type="asn.1"><![CDATA[
  KemCiphertext ::= SEQUENCE {
    kem              AlgorithmIdentifier,
    -- AlgId of the Key Encapsulation Mechanism
    kdf              AlgorithmIdentifier,
    -- AlgId of the Key Derivation Function
    len              INTEGER,
    -- Defines the length of the keying material output of the KDF
    -- SHOULD be the maximum key length of the MAC function
    -- MUST NOT be bigger that 255*Nh of the KDF where Nh is output
    --   size of the KDF
    enc              OCTET STRING
    -- Encrypted symmetric key from HPKE SendExportBase
  }
]]></sourcecode>
            <t>The messages protected using the key derived from the HPKE-exchanges will contain a MAC value in PKIProtection and the protectionAlg <bcp14>MAY</bcp14> be one of the options described
in CMP Algorithms Section 6.2 [RFCCCCC].</t>
            <t>The message flow establishing a shared symmetric key consists of an additional
genm/genp with no protection and the desired request/response messages with
MAC-based protection and looks like this:</t>
            <figure anchor="KEM">
              <name>Message flow establishing a shared symmetric key for MAC-based protection</name>
              <artwork align="left"><![CDATA[
Message Flow:

Step# PKI entity                           PKI management entity
      (client role)                        (server role)
  1   format genm without
        protection
                         ->   genm    ->
  2                                        validate certificate of
                                             PKI entitiy
                                           perform HPKE
                                             SendExportBase
                                           format genp without
                                             protection
                         <-   genp    <-
  3   validate
        certificate of PKI
        management entity
      perform HPKE
        ReceiveExportBase
      perform HPKE
        SendExportBase
      format request
        with MAC-based
        protection
                         ->  request  ->
  4                                        perform HPKE
                                             ReceiveExportBase
                                           verify MAC-based
                                             protection
----------------  client authenticated by the server  ---------------
                                           format response with
                                             MAC-based protection
                         <-  response <-
  5   verify MAC-based protection
----------------  server authenticated by the client  ---------------
        Further messages can be exchanged with MAC-based
      protection using the established shared symmetric key
]]></artwork>
            </figure>
            <t>Note: The PKI entity has a kemCertC certificate and the PKI management entity has a kemCertS certificate.</t>
            <ol spacing="normal" type="1"><li>The PKI entity formats a genm message of type id-it-KemCiphertext and the
  value is absent.  The message has no protection and the extraCerts field
  contains the client (which is the PKI entity in <xref target="KEM"/>) KEM-certificate kemCertC.</li>
              <li>
                <t>The PKI management entity validates the client certificate kemCertC.  </t>
                <t>
The PKI management entity concatenates the transactionID and senderNonce
genm_senderNonce from the PKIHeader of the recieved genm message to context1.  </t>
                <sourcecode type="asn.1"><![CDATA[
  context1 = concat(transactionID, genm_senderNonce)
]]></sourcecode>
                <t>
Note: The function concat(x0, ..., xN) concatenates the byte strings as specified
in RFC 9180 Section 3 <xref target="RFC9180"/>.  </t>
                <t>
It generates a shared secret ss1 and the associated ciphertext enc1 using
the HPKE export function SendExportBase with the clients public key pkC and context1:  </t>
                <sourcecode type="asn.1"><![CDATA[
  SendExportBase(pkC, "round1", context1, len) = (enc1, ss1)
]]></sourcecode>
                <t>
Note: len <bcp14>SHOULD</bcp14> be the maximum key length of the MAC function to be used for
MAC-based message protection, but it <bcp14>MUST NOT</bcp14> be bigger that 255*Nh, where
Nh is the output size of the extract function of the used KDF.  </t>
                <t>
The genp message is of type id-it-KemCiphertext and the value is of type
KemCiphertext containing OIDs of the used KEM and KDF algorithm and the
ciphertext enc1. The message has no protection and the extraCerts field contains
the server (which is the PKI management entity in <xref target="KEM"/>) KEM-certificate kemCertS.</t>
              </li>
              <li>
                <t>The PKI entity validates the server certificate kemCertS.  </t>
                <t>
The PKI entity concatenates the transactionID and senderNonce genm_senderNonce
from the PKIHeader of the initial genm message to context1 as described above.  </t>
                <t>
It decapsulates the shared secret ss1 from the ciphertext enc1 using the
HPKE export function ReceiveExportBase and its private key skC:  </t>
                <sourcecode type="asn.1"><![CDATA[
  ReceiveExportBase(enc1, skC, "round1", context1, len) = ss1
]]></sourcecode>
                <t>
Note: If the decapsulation operation outputs an error, output a PKIFailureInfo
badMessageCheck, and terminate the PKI management operation.  </t>
                <t>
It concatenates the shared secret ss1, with the transactionID, the senderNonce
genp_senderNonce, and the recipNonce genp_recipNonce from the PKIHeader of
the received genp message to context2.  </t>
                <sourcecode type="asn.1"><![CDATA[
  context2 = concat(ss1, transactionID, genp_senderNonce,
                    genp_recipNonce)
]]></sourcecode>
                <t>
It generates a shared secret ss2 and the associated ciphertext enc2 using
the HPKE export function SendExportBase with the server's public key pkS and context2:  </t>
                <sourcecode type="asn.1"><![CDATA[
  SendExportBase(pkS, "round2", context2, len) = (enc2, ss2)
]]></sourcecode>
                <t>
Note: The shared secret ss2 is the shared symmetric key to be used for MAC-based
protection of all subsequent messages of this PKI management operation. This
construction for combining two KEM shared secrets by chaining two invocations
of HPKE is at least as strong as the KEM combiner presented in
<xref target="I-D.ounsworth-cfrg-kem-combiners"/>, also see <xref target="sect-8.8"/> for further discussion.  </t>
                <t>
The request message is of any type. The generalInfo field contains a InfoTypeAndValue
element of type id-it-KemCiphertext and the value is of type KemCiphertext
containing OIDs of the used KEM and KDF algorithm and the ciphertext enc2.
The message has a MAC-based protection using the shared secret ss2.</t>
              </li>
              <li>
                <t>PKI management entity concatenates the shared secret ss1, with the transactionID,
the senderNonce genp_senderNonce, and the recipNonce genp_recipNonce from
the PKIHeader of the received genp message to context2 as described above.  </t>
                <sourcecode type="asn.1"><![CDATA[
  context2 = concat(ss1, transactionID, genp_senderNonce,
                    genp_recipNonce)
]]></sourcecode>
                <t>
It decapsulates the shared secret ss2 from the ciphertext enc2 using the
HPKE export function ReceiveExportBase and its private key skS:  </t>
                <sourcecode type="asn.1"><![CDATA[
  ReceiveExportBase(enc2, skC, "round2", context2, len) = ss2
]]></sourcecode>
                <t>
Note: If the decapsulation operation outputs an error, output a PKIFailureInfo
badMessageCheck, and terminate the PKI management operation.  </t>
                <t>
It verifies the MAC-based protection and thus authenticates the PKI entity
as sender of the request message.  </t>
                <t>
The response message has a MAC-based protection the shared secret ss2.</t>
              </li>
              <li>The PKI entity verifies the MAC-based protection and thus authenticates the
PKI management entity as sender of the response message.</li>
            </ol>
            <t>All potential further message of this PKI management operation make use of
ss2 for MAC-based protection.</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>The RA confirms having validated and authorized a message and forwards the
original message unchanged.</li>
              <li>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).
This can for instance be used when bridging an off-line connection between
two PKI management entities.</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>
          </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>
        </section>
        <section anchor="sect-5.2.2">
          <name>Encrypted Values</name>
          <t>Where encrypted data (in this specification, private keys, certificates,
or revocation passphrase) are 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 <xref target="RFC4211">CRMF</xref> for EncryptedKey and EncryptedValue syntax and <xref target="RFC5652">CMS</xref> 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 pvno values is 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>It contains only one RecipientInfo structure because the content is encrypted
only for one recipient.</li>
            <li>It may contain a private key in the AsymmetricKeyPackage structure as defined
in <xref target="RFC5958">RFC 5958</xref> wrapped in a SignedData structure as specified in
<xref target="RFC5652">CMS section 5</xref> and <xref target="RFC8933"/> signed by the Key Generation Authority.</li>
            <li>It may contain a certificate or revocation passphrase directly in the encryptedContent
field.</li>
          </ul>
          <t>The content of the EnvelopedData structure, as specified in <xref target="RFC5652">CMS section 6</xref>,
<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>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 <xref target="RFC5652">CMS Section 6.2.1</xref>.</li>
            <li>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  <xref target="RFC5652">CMS Section 6.2.2</xref>. This is the preferred technique.</li>
            <li>A password or shared secret: The content-encryption key will be protected
using the password-based key management technique, as specified in
<xref target="RFC5652">CMS Section 6.2.4</xref>.</li>
            <li>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 additional key management technique for KEM keys, as specified in <xref target="I-D.ietf-lamps-cms-kemri"/>.</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>The certificate <bcp14>MUST</bcp14> be self-signed (i.e., the signature must be
verifiable using the SubjectPublicKeyInfo field);</li>
            <li>The subject and issuer fields <bcp14>MUST</bcp14> be identical;</li>
            <li>If the subject field is NULL, then both subjectAltNames and
issuerAltNames extensions <bcp14>MUST</bcp14> be present and have exactly the
same value;</li>
            <li>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).</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>&lt; ToDo: This section should be aligned with <xref target="sect-4.3"/> of this document and
RFC 4211 Section 4. It should potentially be restructured
and updated for better readability. Also some inconsistencies in Section 5.2.8.3 resulting from the update of RFC2510 to RFC4210 should be fixed. &gt;</t>
          <t>If the certification request is for a key pair that supports signing , then
the proof-of-possession of the private signing key is demonstrated through
use of the POPOSigningKey structure as defined in <xref target="RFC4211">RFC 4211</xref>.</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
  }
]]></sourcecode>
          <t>The signature (using "algorithmIdentifier") is on the DER-encoded value of
poposkInput (i.e., the "value" OCTETs of the POPOSigningKeyInput DER).</t>
          <t>If certTemplate (or the altCertTemplate control as defined in <xref target="sect-5.2.1"/>)
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
if 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 <bcp14>MUST</bcp14>
be signed.</t>
          <t>On the other hand, if the certification request is for a key pair that does
not support signing (i.e., a request for an encryption or KEM certificate),
then the proof-of-possession of the private decryption key may be demonstrated
in one of three ways, as detailed in the following subsections.</t>
          <section anchor="sect-5.2.8.1">
            <name>Inclusion of the Private Key</name>
            <t>By the inclusion of the private key (encrypted) in the CertRequest
(in the thisMessage field of POPOPrivKey or in the
PKIArchiveOptions control structure, depending upon whether or not
archival of the private key is also desired).</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
  }
]]></sourcecode>
            <t>Note: When using CMP V2 with EcryptedValue, <xref target="RFC4210">RFC 4210 Appendix C</xref> made the behavioral clarification of specifying that the contents of "thisMessage"
<bcp14>MUST</bcp14> be encoded as an EncryptedValue and then 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">RFC 4211</xref>.</t>
            <t>&lt; ToDo: Section 2.27 of CMP Updated should be updated during AUTH48 specifying
the use of encryptedKey field instead of thisMessage when EnvelopedData is
used. &gt;</t>
          </section>
          <section anchor="sect-5.2.8.2">
            <name>Indirect Method</name>
            <t>By having the CA return not the certificate, but an encrypted
certificate (i.e., the certificate encrypted under a randomly-generated
symmetric key, and the symmetric key encrypted under the
public key for which the certification request is being made) -- this
is the "indirect" method mentioned previously in <xref target="sect-4.3.2"/>. The
end entity proves knowledge of the private decryption 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
certificate, and it can only recover the certificate if it is able to
decrypt 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.</t>
          </section>
          <section anchor="sect-5.2.8.3">
            <name>Challenge-Response Protocol</name>
            <t>By having the end entity engage in a challenge-response protocol
(using the messages POPODecKeyChall and POPODecKeyResp; see below)
between CertReqMessages and CertRepMessage -- this is the "direct"
method mentioned previously in <xref target="sect-4.3.2"/>.  (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.)
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 3-way exchange given
in <xref target="sect-5.2.8.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>If the cert. request is for a key agreement key (KAK) pair, then the
POP can use any of the 3 ways described above for enc. key pairs,
with the following changes: (1) the parenthetical text of <xref target="sect-5.2.8.2"/>
is replaced with "(i.e., the certificate encrypted under the symmetric key
derived from the CA's private KAK and the public key for which the certification
request is being made)"; (2) the first
parenthetical text of the challenge field of "Challenge" below is
replaced with "(using PreferredSymmAlg (see <xref target="sect-5.3.19.4"/> and <xref target="sect-d.5"/>)
and a symmetric key derived from the CA's private KAK and the public key
for which the certification request is being made)".  Alternatively, the
POP can use the POPOSigningKey structure
given in <xref target="RFC4211"/> (where the alg field is DHBasedMAC and the signature
field is the MAC) as a fourth alternative for demonstrating POP if
the CA already has a D-H certificate that is known to the EE.</t>
            <t>The challenge-response messages for proof-of-possession of a private
decryption key are specified as follows (see <xref target="MvOV97"/>, p.404 for
details).  Note that this challenge-response exchange is associated
with the preceding cert. request message (and subsequent cert.
response and confirmation messages) by the transactionID used in the
PKIHeader and by the protection (MACing or signing) 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
  }

  Rand ::= SEQUENCE {
     int                 INTEGER,
     sender              GeneralName
  }
]]></sourcecode>
            <t>Note that the size of Rand needs to be appropriate for encryption
under the public key of the requester.  Given that "int" will
typically not be longer than 64 bits, this leaves well over 100 bytes
of room for the "sender" field when the modulus is 1024 bits.  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>
          </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",
and "KAK" for "key agreement key", the techniques may be summarized
as follows:</t>
            <artwork><![CDATA[
   RAVerified;
   SKPOP;
   EKPOPThisMessage;
   KAKPOPThisMessage;
   KAKPOPThisMessageDHMAC;
   EKPOPEncryptedCert;
   KAKPOPEncryptedCert;
   EKPOPChallengeResp; and
   KAKPOPChallengeResp.
]]></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 and KAKPOPThisMessage.  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 will determine
which of these two methods to use).</t>
            <t>KAKPOPThisMessageDHMAC.  The EE can only use this method if (1) the
CA 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, EKPOPChallengeResp,
KAKPOPChallengeResp.  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>
            <t>&lt; ToDo: Possibly add a section describing a POP mechanism for KEM keys.
&gt;</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 <xref target="RFC5280">RFC 5280 Section 4.1.2.5.2</xref>.</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 [RFCBBBB] 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 [RFCBBBB] 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 [RFCBBBB] 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
[RFCBBBB] 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 comment 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 <xref target="RFC2986">PKCS#10</xref> 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 is introduced
by this document. Details on the usage of different pvno values 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 [RFCBBBB] 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 [RFCBBBB] Section 4.2 for further information).  The name of the
requester is present in the PKIHeader structure.</t>
          <sourcecode type="asn.1"><![CDATA[
  RevReqContent ::= SEQUENCE OF RevDetails

  RevDetails ::= SEQUENCE {
     certDetails         CertTemplate,
     crlEntryDetails     Extensions       OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.10">
          <name>Revocation Response Content</name>
          <t>The revocation response is the response to the above message.  If
produced, this is sent to the requester of the revocation.  (A
separate revocation announcement message <bcp14>MAY</bcp14> be sent to the subject
of the certificate for which revocation was requested.)</t>
          <sourcecode type="asn.1"><![CDATA[
  RevRepContent ::= SEQUENCE {
     status        SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
     revCerts  [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
     crls      [1] SEQUENCE SIZE (1..MAX) OF CertificateList
                   OPTIONAL
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.11">
          <name>Cross Certification Request Content</name>
          <t>Cross certification requests use the same syntax (CertReqMessages) as
normal certification requests, with the restriction that the key pair
<bcp14>MUST</bcp14> have been generated by the requesting CA and the private key
<bcp14>MUST NOT</bcp14> be sent to the responding CA (see the profiles defined in <xref target="sect-d.6"/>
for further information).  This request <bcp14>MAY</bcp14> also be used
by subordinate CAs to get their certificates signed by the parent CA.</t>
          <t>See <xref target="sect-5.2.1"/> and <xref target="RFC4211"/> for CertReqMessages syntax.</t>
        </section>
        <section anchor="sect-5.3.12">
          <name>Cross Certification Response Content</name>
          <t>Cross certification responses use the same syntax (CertRepMessage) as
normal certification responses, with the restriction that no
encrypted private key can be sent.</t>
          <t>See <xref target="sect-5.3.4"/> for CertRepMessage syntax.</t>
        </section>
        <section anchor="sect-5.3.13">
          <name>CA Key Update Announcement Content</name>
          <t>When a CA updates its own key pair, the following data structure <bcp14>MAY</bcp14>
be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  CAKeyUpdAnnContent ::= SEQUENCE {
     oldWithNew         Certificate,
     newWithOld         Certificate,
     newWithNew         Certificate
  }
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.14">
          <name>Certificate Announcement</name>
          <t>This structure <bcp14>MAY</bcp14> be used to announce the existence of certificates.</t>
          <t>Note that this message is intended to be used for those cases (if
any) where there is no pre-existing method for publication of
certificates; it is not intended to be used where, for example, X.500
is the method for publication of certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  CertAnnContent ::= Certificate
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.15">
          <name>Revocation Announcement</name>
          <t>When a CA has revoked, or is about to revoke, a particular
certificate, it <bcp14>MAY</bcp14> issue an announcement of this (possibly upcoming)
event.</t>
          <sourcecode type="asn.1"><![CDATA[
  RevAnnContent ::= SEQUENCE {
     status              PKIStatus,
     certId              CertId,
     willBeRevokedAt     GeneralizedTime,
     badSinceDate        GeneralizedTime,
     crlDetails          Extensions  OPTIONAL
  }
]]></sourcecode>
          <t>A CA <bcp14>MAY</bcp14> use such an announcement to warn (or notify) a subject that
its certificate is about to be (or has been) revoked.  This would
typically be used where the request for revocation did not come from
the subject concerned.</t>
          <t>The willBeRevokedAt field contains the time at which a new entry will
be added to the relevant CRLs.</t>
        </section>
        <section anchor="sect-5.3.16">
          <name>CRL Announcement</name>
          <t>When a CA issues a new CRL (or set of CRLs) the following data
structure <bcp14>MAY</bcp14> be used to announce this event.</t>
          <sourcecode type="asn.1"><![CDATA[
  CRLAnnContent ::= SEQUENCE OF CertificateList
]]></sourcecode>
        </section>
        <section anchor="sect-5.3.17">
          <name>PKI Confirmation Content</name>
          <t>This data structure is used in the protocol exchange as the final
PKIMessage.  Its content is the same in all cases -- actually there
is no content since the PKIHeader carries all the required
information.</t>
          <sourcecode type="asn.1"><![CDATA[
  PKIConfirmContent ::= NULL
]]></sourcecode>
          <t>Use of this message for certificate confirmation is <bcp14>NOT RECOMMENDED</bcp14>;
certConf <bcp14>SHOULD</bcp14> be used instead.  Upon receiving a PKIConfirm for a
certificate response, the recipient <bcp14>MAY</bcp14> treat it as a certConf with
all certificates being accepted.</t>
        </section>
        <section anchor="sect-5.3.18">
          <name>Certificate Confirmation Content</name>
          <t>This data structure is used by the client to send a confirmation to
the CA/RA to accept or reject certificates.</t>
          <sourcecode type="asn.1"><![CDATA[
  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 [RFCCCCC] 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"/>, item (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 EC curves are supported, several id-ecPublicKey elements
as defined in <xref target="RFC5480">RFC 5480</xref> 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 EC curves are supported, several id-ecPublicKey elements
as defined in <xref target="RFC5480">RFC 5480</xref> need to be given, one per named curve.</t>
          </section>
          <section anchor="sect-5.3.19.4">
            <name>Preferred Symmetric Algorithm</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get the CA-preferred symmetric
encryption algorithm for any confidential information that needs to
be exchanged between the EE and the CA (for example, if the EE wants
to send its private decryption key to the CA for archival purposes).</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 4}, < absent >
  GenRep:    {id-it 4}, AlgorithmIdentifier
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.5">
            <name>Updated CA Key Pair</name>
            <t>This <bcp14>MAY</bcp14> be used by the CA to announce a CA key update event.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 5}, CAKeyUpdAnnContent
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.6">
            <name>CRL</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get a copy of the latest CRL.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 6}, < absent >
  GenRep:    {id-it 6}, CertificateList
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.7">
            <name>Unsupported Object Identifiers</name>
            <t>This is used by the server to return a list of object identifiers
that it does not recognize or support from the list submitted by the
client.</t>
            <artwork><![CDATA[
  GenRep:    {id-it 7}, SEQUENCE SIZE (1..MAX) OF OBJECT IDENTIFIER
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.8">
            <name>Key Pair Parameters</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to request the domain parameters to use
for generating the key pair for certain public-key algorithms.  It
can be used, for example, to request the appropriate P, Q, and G to
generate the DH/DSA key, or to request a set of well-known elliptic
curves.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 10}, OBJECT IDENTIFIER -- (Algorithm object-id)
  GenRep:    {id-it 11}, AlgorithmIdentifier | < absent >
]]></artwork>
            <t>An absent infoValue in the GenRep indicates that the algorithm
specified in GenMsg is not supported.</t>
            <t>EEs <bcp14>MUST</bcp14> ensure that the parameters are acceptable to it and that the
GenRep message is authenticated (to avoid substitution attacks).</t>
          </section>
          <section anchor="sect-5.3.19.9">
            <name>Revocation Passphrase</name>
            <t>This <bcp14>MAY</bcp14> be used by the EE to send a passphrase to a CA/RA for the purpose
of authenticating a later revocation request (in the case that the appropriate
signing private key is no longer available to authenticate the request).
See <xref target="sect-b"/> for further details on the use of this mechanism.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 12}, EncryptedKey
  GenRep:    {id-it 12}, < absent >
]]></artwork>
            <t>The use of EncryptedKey is described in <xref target="sect-5.2.2"/>.</t>
          </section>
          <section anchor="sect-5.3.19.10">
            <name>ImplicitConfirm</name>
            <t>See <xref target="sect-5.1.1.1"/> for the definition and use of {id-it 13}.</t>
          </section>
          <section anchor="sect-5.3.19.11">
            <name>ConfirmWaitTime</name>
            <t>See <xref target="sect-5.1.1.2"/> for the definition and use of {id-it 14}.</t>
          </section>
          <section anchor="sect-5.3.19.12">
            <name>Original PKIMessage</name>
            <t>See <xref target="sect-5.1.1.3"/> for the definition and use of {id-it 15}.</t>
          </section>
          <section anchor="sect-5.3.19.13">
            <name>Supported Language Tags</name>
            <t>This <bcp14>MAY</bcp14> be used to determine the appropriate language tag to use in
subsequent messages.  The sender sends its list of supported
languages (in order, most preferred to least); the receiver returns
the one it wishes to use.  (Note: each UTF8String <bcp14>MUST</bcp14> include a
language tag.)  If none of the offered tags are supported, an error
<bcp14>MUST</bcp14> be returned.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 16}, SEQUENCE SIZE (1..MAX) OF UTF8String
  GenRep:    {id-it 16}, SEQUENCE SIZE (1) OF UTF8String
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.14">
            <name>CA Certificates</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get CA certificates.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 17}, < absent >
  GenRep:    {id-it 17}, SEQUENCE SIZE (1..MAX) OF
                           CMPCertificate | < absent >
]]></artwork>
          </section>
          <section anchor="sect-5.3.19.15">
            <name>Root CA Update</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get an update of a root CA certificate,
which is provided in the body of the request message.  In contrast to the
ckuann message this approach follows the request/response model.</t>
            <artwork><![CDATA[
  GenMsg:    {id-it 20}, RootCaCertValue | < absent >
  GenRep:    {id-it 18}, RootCaKeyUpdateContent | < absent >
]]></artwork>
            <sourcecode type="asn.1"><![CDATA[
  RootCaCertValue ::= CMPCertificate

  RootCaKeyUpdateValue ::= RootCaKeyUpdateContent

  RootCaKeyUpdateContent ::= SEQUENCE {
     newWithNew              CMPCertificate,
     newWithOld          [0] CMPCertificate OPTIONAL,
     oldWithNew          [1] CMPCertificate OPTIONAL
  }
]]></sourcecode>
            <t>Note: In contrast to CAKeyUpdAnnContent, this type offers omitting newWithOld
and oldWithNew in the GenRep message, depending on the needs of the EE.</t>
          </section>
          <section anchor="sect-5.3.19.16">
            <name>Certificate Request Template</name>
            <t>This <bcp14>MAY</bcp14> be used by the client to get a template containing requirements
for certificate request attributes and extensions. The controls id-regCtrl-algId
and id-regCtrl-rsaKeyLen <bcp14>MAY</bcp14> contain details on the types of subject public
keys the CA is willing to certify.</t>
            <t>The id-regCtrl-algId control <bcp14>MAY</bcp14> be used to identify a cryptographic algorithm,
see <xref target="RFC5280">RFC 5280 Section 4.1.2.7</xref>, 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 <xref target="RFC4211">CRMF Section 6</xref></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> provide
only 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>
        <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 info 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>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</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
[RFCBBBB] 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 [RFCCCCC] 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>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.</li>
            <li>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).</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>acquisition of PKI information</li>
          <li>out-of-band verification of one root-CA public key</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>the current root-CA public key</li>
            <li>(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</li>
            <li>the algorithms and algorithm parameters that the certifying CA
supports for each relevant usage</li>
          </ul>
          <t>Additional information could be required (e.g., supported extensions
or CA policy information) in order to produce a certification request
that will be successful.  However, for simplicity we do not mandate
that the end entity acquires this information via the PKI messages.
The end result is simply that some certification requests may fail
(e.g., if the end entity wants to generate its own encryption key,
but the CA doesn't allow that).</t>
          <t>The required information <bcp14>MAY</bcp14> be acquired as described in <xref target="sect-6.5"/>.</t>
        </section>
        <section anchor="sect-6.7.2">
          <name>Out-of-Band Verification of Root-CA Key</name>
          <t>An end entity must securely possess the public key of its root CA.
One method to achieve this is to provide the end entity with the CA's
self-certificate fingerprint via some secure "out-of-band" means.
The end entity can then securely use the CA's self-certificate.</t>
          <t>See <xref target="sect-6.1"/> for further details.</t>
        </section>
      </section>
      <section anchor="sect-6.8">
        <name>Certificate Request</name>
        <t>An initialized end entity <bcp14>MAY</bcp14> request an additional certificate at
any time (for any purpose).  This request will be made using the
certification request (cr) message.  If the end entity already
possesses a signing key pair (with a corresponding verification
certificate), then this cr message will typically be protected by the
entity's digital signature.  The CA returns the new certificate (if
the request is successful) in a CertRepMessage.</t>
      </section>
      <section anchor="sect-6.9">
        <name>Key Update</name>
        <t>When a key pair is due to expire, the relevant end entity <bcp14>MAY</bcp14> request
a key update; that is, it <bcp14>MAY</bcp14> request that the CA issue a new
certificate for a new key pair (or, in certain circumstances, a new
certificate for the same key pair).  The request is made using a key
update request (kur) message (referred to, in some environments, as a
"Certificate Update" operation).  If the end entity already possesses
a signing key pair (with a corresponding verification certificate),
then this message will typically be protected by the entity's digital
signature.  The CA returns the new certificate (if the request is
successful) in a key update response (kup) message, which is
syntactically identical to a CertRepMessage.</t>
      </section>
    </section>
    <section anchor="sect-7">
      <name>Version Negotiation</name>
      <t>This section defines the version negotiation used to support older
protocols between client and servers.</t>
      <t>If a client knows the protocol version(s) supported by the server (e.g.,
from a previous PKIMessage exchange or via some out-of-band means), then
it <bcp14>MUST</bcp14> send a PKIMessage with the highest version supported by both it and
the server.  If a client does not know what version(s) the server supports,
then it <bcp14>MUST</bcp14> send a PKIMessage using the highest version it supports, with
the following exception. Version cmp2021 <bcp14>SHOULD</bcp14> only be used if cmp2021 syntax
is needed for the request being sent or for the expected response.</t>
      <t>Note: Using cmp2000 as the default pvno is done to avoid extra message exchanges
for version negotiation and to foster compatibility with cmp2000 implementations.
Version cmp2021 syntax is only needed if a message exchange uses hashAlg
(in CertStatus) or EnvelopedData.</t>
      <t>If a server receives a message with a version that it supports, then
the version of the response message <bcp14>MUST</bcp14> be the same as the received
version.  If a server receives a message with a version higher or
lower than it supports, then it <bcp14>MUST</bcp14> send back an ErrorMsg with the
unsupportedVersion bit set (in the failureInfo field of the
pKIStatusInfo).  If the received version is higher than the highest
supported version, then the version in the error message <bcp14>MUST</bcp14> be the
highest version the server supports; if the received version is lower
than the lowest supported version then the version in the error
message <bcp14>MUST</bcp14> be the lowest version the server supports.</t>
      <t>If a client gets back an ErrorMsgContent with the unsupportedVersion
bit set and a version it supports, then it <bcp14>MAY</bcp14> retry the request with
that version.</t>
      <section anchor="sect-7.1">
        <name>Supporting RFC 2510 Implementations</name>
        <t>RFC 2510 did not specify the behaviour 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>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>
      </section>
      <section anchor="sect-8.2">
        <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>Exercise caution in selecting and using this particular POP
mechanism</li>
          <li>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.</li>
        </ul>
      </section>
      <section anchor="sect-8.3">
        <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.4">
        <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 is reduced to a minimum.</t>
      </section>
      <section anchor="sect-8.5">
        <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 pseudo-random 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 others 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 a
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 a 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 re-used 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 genm (a) that is not concluded
in a timely manner or (b) where the shared secret information is re-used
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 [RFCCCC] Section
7.</t>
      </section>
      <section anchor="sect-8.6">
        <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, e.g., in the caPubs field of a
certificate response or in a general response (genp), a CA certificate for
use as a trust anchor, it <bcp14>MUST</bcp14> properly authenticate the message sender with
existing trust anchors without requiring new trust anchors 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.7">
        <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.8">
        <name>Combiner Function for Hybrid Key Encapsulation Mechanisms</name>
        <t><xref target="I-D.ounsworth-cfrg-kem-combiners"/> presents the KEM combiner
KDF( concat( H(ss1), H(ss2) ) ) for suitable choices
of a key derivation function KDF and a cryptographic hash function H. It
argues that this construction can safely be reduced to KDF( concat(ss1, ss2)
) when the KEMs being combined already include a KDF as part of computing
their output. The dual KEM construction presented in <xref target="sect-5.1.3.2"/>
conforms to this construction in the following way. The output of the first
HPKE, ss1 is computed via ReceiveExportBase(..) (<xref target="RFC9180">RFC 9180 section 6.2</xref>),
which chains to Context.Export(..) (<xref target="RFC9180">RFC 9180 section 5.3</xref>),
which chains to LabeledExpand(..) and Expand(..) (<xref target="RFC9180">RFC 9180 section 4</xref>),
which uses a KDF to expand the KEM output prk into ss1. That matches or
exceeds the security strength of H(ss1) from <xref target="I-D.ounsworth-cfrg-kem-combiners"/>.
Next, the dual KEM construction presented in <xref target="sect-5.1.3.1"/> uses the HPKE output ss1
as part of the label context2 for the second HPKE.
This in turn is passed through ReceiveExportBase(..), Context.Export(..),
LabeledExpand(..), and Expand(..) as above where finally the label context2,
which is the info parameter for the Export(prk, info, l) function, and which
contains the output of the first HPKE ss1, is concatenated with the output
of the second KEM prk to produce the final shared secret ss2. That means
the dual KEM construction defined in <xref target="sect-5.1.3.1"/> maps to the notation of
<xref target="I-D.ounsworth-cfrg-kem-combiners"/> as KDF( concat( ss2, KDF(ss1) ),
which is cryptographically stronger than
the combiner KDF( ss1 || ss2 ) so long as the underlying KEM used in the
second HPKE uses internally a KDF for deriving its output.</t>
      </section>
      <section anchor="sect-8.9">
        <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>The IANA has already registered what is specified in CMP Updates [RFCAAAA].</t>
      <t>No further action by the IANA is necessary for this document or any anticipated
updates.</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>
        <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">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="D. Brown" initials="D." surname="Brown">
              <organization/>
            </author>
            <author fullname="K. Yiu" initials="K." surname="Yiu">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="T. Polk" initials="T." surname="Polk">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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="RFC9180">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes">
              <organization/>
            </author>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan">
              <organization/>
            </author>
            <author fullname="B. Lipp" initials="B." surname="Lipp">
              <organization/>
            </author>
            <author fullname="C. Wood" initials="C." surname="Wood">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="ITU.X509.2000">
          <front>
            <title>Information technology - Open Systems Interconnection - The Directory:
Public-key and attribute certificate frameworks</title>
            <author>
              <organization>International Telecommunications Union</organization>
            </author>
            <date month="March" year="2000"/>
          </front>
          <seriesInfo name="ITU-T" value="Recommendation X.509"/>
          <seriesInfo name="ISO" value="Standard 9594-8"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-cmp-algorithms">
          <front>
            <title>Certificate Management Protocol (CMP) Algorithms</title>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Hans Aschauer" initials="H." surname="Aschauer">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <date day="2" month="June" year="2022"/>
            <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 RFC 4210 Appendix D.2.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cmp-algorithms-15"/>
        </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="24" month="February" year="2023"/>
            <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
   CMS content.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-kemri-00"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-lamps-cmp-updates">
          <front>
            <title>Certificate Management Protocol (CMP) Updates</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="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <date day="29" month="June" year="2022"/>
            <abstract>
              <t>   This document contains a set of updates to the syntax and transfer of
   Certificate Management Protocol (CMP) version 2.  This document
   updates RFC 4210, RFC 5912, and RFC 6712.

   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.

   CMP version 3 is introduced to enable signaling support of
   EnvelopedData instead of EncryptedValue and signaling the use of an
   explicit hash AlgorithmIdentifier in certConf messages, as far as
   needed.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cmp-updates-23"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-lightweight-cmp-profile">
          <front>
            <title>Lightweight Certificate Management Protocol (CMP) Profile</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="Steffen Fries" initials="S." surname="Fries">
              <organization>Siemens AG</organization>
            </author>
            <date day="17" month="February" year="2023"/>
            <abstract>
              <t>   This document aims at simple, interoperable, and automated PKI
   management operations covering typical use cases of industrial and
   IoT scenarios.  This is achieved by profiling the Certificate
   Management Protocol (CMP), the related Certificate Request Message
   Format (CRMF), and HTTP-based or CoAP-based transfer 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="Internet-Draft" value="draft-ietf-lamps-lightweight-cmp-profile-21"/>
        </reference>
        <reference anchor="I-D.ietf-ace-cmpv2-coap-transport">
          <front>
            <title>CoAP Transfer for the Certificate Management Protocol</title>
            <author fullname="Mohit Sahni" initials="M." surname="Sahni">
              <organization>Palo Alto Networks</organization>
            </author>
            <author fullname="Saurabh Tripathi" initials="S." surname="Tripathi">
              <organization>Palo Alto Networks</organization>
            </author>
            <date day="27" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of 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 IoT space.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-cmpv2-coap-transport-07"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc6712bis">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)</title>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <date day="10" month="February" year="2023"/>
            <abstract>
              <t>   This document describes how to layer the Certificate Management
   Protocol (CMP) over HTTP.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc6712bis-03"/>
        </reference>
        <reference anchor="I-D.ounsworth-cfrg-kem-combiners">
          <front>
            <title>Combiner function for hybrid key encapsulation mechanisms (Hybrid KEMs)</title>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust Limited</organization>
            </author>
            <author fullname="Aron Wussler" initials="A." surname="Wussler">
              <organization>Proton AG</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   The migration to post-quantum cryptography often calls for performing
   multiple key encapsulations in parallel and then combining their
   outputs to derive a single shared secret.

   This document defines a flexible multi-share KEM combiner to join an
   arbitrary number of key shares, that is a multi-PRF compatible with
   NIST SP 800-56Cr2 [SP800-56C].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ounsworth-cfrg-kem-combiners-01"/>
        </reference>
        <reference anchor="RFC1847">
          <front>
            <title>Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted</title>
            <author fullname="J. Galvin" initials="J." surname="Galvin">
              <organization/>
            </author>
            <author fullname="S. Murphy" initials="S." surname="Murphy">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <author fullname="N. Freed" initials="N." surname="Freed">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <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="RFC4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="T. Kause" initials="T." surname="Kause">
              <organization/>
            </author>
            <author fullname="T. Mononen" initials="T." surname="Mononen">
              <organization/>
            </author>
            <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="RFC4510">
          <front>
            <title>Lightweight Directory Access Protocol (LDAP): Technical Specification Road Map</title>
            <author fullname="K. Zeilenga" initials="K." role="editor" surname="Zeilenga">
              <organization/>
            </author>
            <date month="June" year="2006"/>
            <abstract>
              <t>The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for accessing distributed directory services that act in accordance with X.500 data and service models.  This document provides a road map of the LDAP Technical Specification.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4510"/>
          <seriesInfo name="DOI" value="10.17487/RFC4510"/>
        </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">
              <organization/>
            </author>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <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="RFC8649">
          <front>
            <title>Hash Of Root Key Certificate Extension</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="E. Messeri" initials="E." surname="Messeri">
              <organization/>
            </author>
            <author fullname="R. Stradling" initials="R." surname="Stradling">
              <organization/>
            </author>
            <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" target="https://ieeexplore.ieee.org/document/8423794">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks - Secure Device Identity</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date year="2018" month="August"/>
          </front>
          <seriesInfo name="IEEE" value="802.1AR-2018"/>
          <seriesInfo name="DOI" value="10.1109/IEEESTD.2018.8423794"/>
        </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>
      </references>
    </references>
    <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>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).</li>
        <li>Some end entities may not have the capability to publish
certificates; again, the RA may be suitably placed for this.</li>
        <li>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).</li>
      </ul>
      <t>Some of the organizational reasons that argue for the presence of an
RA are the following.</t>
      <ul spacing="normal">
        <li>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).</li>
        <li>Establishing RAs within an organization can reduce the number of
CAs required, which is sometimes desirable.</li>
        <li>RAs may be better placed to identify people with their
"electronic" names, especially if the CA is physically remote from
the end entity.</li>
        <li>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).</li>
      </ul>
      <t>Further reasons relevant for automated machine-to-machine certificate lifecycle
management are available in the Lightweight CMP Profile [RFCBBBB].</t>
    </section>
    <section anchor="sect-b">
      <name>The Use of Revocation Passphrase</name>
      <t>&lt; ToDo: Review this Appendix and try to push the content to Section 4 or
Section 5 of this document. &gt;</t>
      <t>&lt; ToDo: Possibly add support for certificates containing KEM keys. &gt;</t>
      <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 on the
request -- <bcp14>REQUIRED</bcp14> to support within this specification 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 [RFCCCCC] 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>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.</li>
        <li>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.</li>
        <li>Either the localKeyId attribute of EnvelopedData as specified in
<xref target="RFC2985">RFC 2985</xref> 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 entity and received by the CA/RA).</li>
        <li>The revocation request message is protected by a password-based MAC, see
CMP Algorithms [RFCCCCC] 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.</li>
      </ul>
      <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 [RFCBBBB] 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>initial registration/certification</li>
        <li>basic authenticated scheme</li>
        <li>certificate request</li>
        <li>key update</li>
      </ul>
      <section anchor="sect-c.1">
        <name>General Rules for Interpretation of These Profiles.</name>
        <ol spacing="normal" type="1"><li>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)).</li>
          <li>Where structures occur in more than one message, they are
  separately profiled as appropriate.</li>
          <li>The algorithmIdentifiers from PKIMessage structures are profiled
  separately.</li>
          <li>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).</li>
          <li>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".</li>
          <li>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.</li>
          <li>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).</li>
          <li>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).</li>
          <li>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).</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 CMP Algorithms Appendix 7.1 [RFCCCCC].</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 [RFCCCCC].</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>The end entity can authenticate the CA's signature based on
out-of-band means</li>
          <li>The end entity and the CA share a symmetric MACing key</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.5"/> 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>sender name <bcp14>SHOULD</bcp14> be present</li>
          <li>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;</li>
          <li>senderKID and recipKID are only present if required for message
verification;</li>
          <li>body is cr or cp;</li>
          <li>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);</li>
          <li>protection bits are calculated according to the protectionAlg
field.</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>sender name <bcp14>SHOULD</bcp14> be present</li>
          <li>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;</li>
          <li>senderKID and recipKID are only present if required for message
  verification;</li>
          <li>body is kur or kup;</li>
          <li>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);</li>
          <li>protection bits are calculated according to the protectionAlg
  field;</li>
          <li>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).</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>root CA key update</li>
        <li>information request/response</li>
        <li>cross-certification request/response (1-way)</li>
        <li>in-band initialization using external identity certificate</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>revocation request</li>
        <li>certificate publication</li>
        <li>CRL publication</li>
      </ul>
      <section anchor="sect-d.1">
        <name>General Rules for Interpretation of These Profiles.</name>
        <t>Identical to <xref target="sect-c.1"/>.</t>
      </section>
      <section anchor="sect-d.2">
        <name>Algorithm Use Profile</name>
        <t>Identical to <xref target="sect-c.2"/>.</t>
      </section>
      <section anchor="sect-d.3">
        <name>Self-Signed Certificates</name>
        <t>Profile of how a Certificate structure may be "self-signed".  These
structures are used for distribution of CA public keys.  This can
occur in one of three ways (see <xref target="sect-4.4"/> above for a description
of the use of these structures):</t>
        <artwork><![CDATA[
Type          Function
-----------------------------------------------------------------
newWithNew a true "self-signed" certificate; the contained
           public key MUST be usable to verify the signature
           (though this provides only integrity and no
           authentication whatsoever)
oldWithNew previous root CA public key signed with new private key
newWithOld new root CA public key signed with previous private key
]]></artwork>
        <t>Such certificates (including relevant extensions) must contain
"sensible" values for all fields.  For example, when present,
subjectAltName <bcp14>MUST</bcp14> be identical to issuerAltName, and, when present,
keyIdentifiers must contain appropriate values, et cetera.</t>
      </section>
      <section anchor="sect-d.4">
        <name>Root CA Key Update</name>
        <t>A root CA updates its key pair.  It then produces a CA key update
announcement message that can be made available (via some transport
mechanism) to the relevant end entities.  A confirmation message is
not required from the end entities.</t>
        <t>ckuann message:</t>
        <artwork><![CDATA[
 Field        Value                        Comment
--------------------------------------------------------------
 sender       CA name CA name
 body         ckuann(CAKeyUpdAnnContent)
 oldWithNew   present                  see Appendix E.3 above
 newWithOld   present                  see Appendix E.3 above
 newWithNew   present                  see Appendix E.3 above
 extraCerts   optionally present       can be used to "publish"
                                       certificates (e.g.,
                                       certificates signed using
                                       the new private key)
]]></artwork>
      </section>
      <section anchor="sect-d.5">
        <name>PKI Information Request/Response</name>
        <t>The end entity sends a general message to the PKI requesting details
that will be required for later PKI management operations.  RA/CA
responds with a general response.  If an RA generates the response,
then it will simply forward the equivalent message that it previously
received from the CA, with the possible addition of certificates to
the extraCerts fields of the PKIMessage.  A confirmation message is
not required from the end entity.</t>
        <t>Message Flows:</t>
        <artwork><![CDATA[
Step# End entity                        PKI

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

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

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

SignKeyPairTypes     present, with relevant value
  -- the set of signature algorithm identifiers that this CA will
  -- certify for subject public keys
EncKeyPairTypes      present, with relevant value
  -- the set of encryption/key agreement algorithm identifiers that
  -- this CA will certify for subject public keys
PreferredSymmAlg     present (object identifier one
                     of PROT_SYM_ALG) , with relevant
                     value
  -- the symmetric algorithm that this CA expects to be used
  -- in later PKI messages (for encryption)
CAKeyUpdateInfo      optionally present, with
                     relevant value
  -- the CA MAY provide information about a relevant root CA
  -- key pair using this field (note that this does not imply
  -- that the responding CA is the root CA in question)
CurrentCRL           optionally present, with relevant value
  -- the CA MAY provide a copy of a complete CRL (i.e.,
  -- fullest possible one)
protection           present
  -- bits calculated using MSG_MAC_ALG or MSG_SIG_ALG
extraCerts           optionally present
  -- can be used to send some certificates to the end
  -- entity. An RA MAY add its certificate here.
]]></artwork>
      </section>
      <section anchor="sect-d.6">
        <name>Cross Certification Request/Response (1-way)</name>
        <t>Creation of a single cross-certificate (i.e., not two at once).  The
requesting CA <bcp14>MAY</bcp14> choose who is responsible for publication of the
cross-certificate created by the responding CA through use of the
PKIPublicationInfo control.</t>
        <t>Preconditions:</t>
        <ol spacing="normal" type="1"><li>Responding CA can verify the origin of the request (possibly
  requiring out-of-band means) before processing the request.</li>
          <li>Requesting CA can authenticate the authenticity of the origin of
  the response (possibly requiring out-of-band means) before
  processing the response</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>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);</li>
          <li>sender name in ir <bcp14>MUST</bcp14> be present (and identical to the subject
name present in the external identity certificate);</li>
          <li>protectionAlg of MSG_SIG_ALG <bcp14>MUST</bcp14> be used in all messages;</li>
          <li>external identity cert.  <bcp14>MUST</bcp14> be carried in ir extraCerts field</li>
          <li>senderKID and recipKID are not used;</li>
          <li>body is ir or ip;</li>
          <li>protection bits are calculated according to the protectionAlg
field.</li>
        </ul>
      </section>
    </section>
    <section anchor="sect-e">
      <name>Compilable ASN.1 Definitions</name>
      <t>This section contains the updated 2002 ASN.1 module for <xref target="RFC5912"/>
as updated in [RFCAAAA].
This module replaces the module in Section 9 of <xref target="RFC5912"/>.
The module contains those changes to the normative ASN.1 module from
<xref target="RFC4210">RFC 4210 Appendix F</xref> that were specified in [RFCAAAA]
as well as changes made in this document.</t>
      <sourcecode type="asn.1"><![CDATA[
PKIXCMP-2021
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-cmp2021-02(100) }
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
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 CMP Updates [RFCAAAA]. 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 RFC 2986 with 1993 ASN.1 syntax and IMPLICIT
-- tags).  Alternatively, implementers may directly include
-- the [RFC2986] syntax 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
    -- CMP Updates [RFCAAAA]

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 [RFCAAAA]
;

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

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

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

PKIProtection ::= BIT STRING

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

id-PasswordBasedMac OBJECT IDENTIFIER ::= { iso(1) member-body(2)
    usa(840) nt(113533) nsn(7) algorithms(66) 13 }
PBMParameter ::= SEQUENCE {
    salt                OCTET STRING,
    -- note:  implementations MAY wish to limit acceptable sizes
    -- of this string to values appropriate for their environment
    -- in order to reduce the risk of denial-of-service attacks
    owf                 AlgorithmIdentifier{DIGEST-ALGORITHM, {...}},
    -- AlgId for a 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, {...}}
    -- the MAC AlgId
}

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, {...}}
    -- the MAC AlgId
}

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),
    -- not valid integrity, 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 key certification request (in the
-- same order as these requests appear in CertReqMessages).

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
    -- the encryption (under the public key for which the cert.
    -- request is being made) of Rand.
}

-- Added in CMP Updates [RFCAAAA]

Rand ::= SEQUENCE {
-- Rand is encrypted under the public key to form the challenge
-- 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 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 comment on encoding
    -- Changed from Encrypted Value to EncryptedKey as a CHOICE of
    -- EncryptedValue and EnvelopedData due to the changes made in
    -- CMP Updates [RFCAAAA]
    -- 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
    -- CMP Updates [RFCAAAA]
    -- Using the choice EncryptedValue is bit-compatible to the
    -- syntax without this change
}

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

RevReqContent ::= SEQUENCE OF RevDetails

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

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

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

CertAnnContent ::= CMPCertificate

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

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

NestedMessageContent ::= PKIMessages

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

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
-- CMP Updates [RFCAAAA]

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 }

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

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

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

-- Example InfoTypeAndValue contents include, but are not limited
-- to, the following (uncomment in this ASN.1 module and use as
-- appropriate for a given environment):
--
--   id-it-caProtEncCert    OBJECT IDENTIFIER ::= {id-it 1}
--      CAProtEncCertValue      ::= CMPCertificate
--   id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
--      SignKeyPairTypesValue   ::= SEQUENCE SIZE (1..MAX) OF
--                                      AlgorithmIdentifier{{...}}
--   id-it-encKeyPairTypes  OBJECT IDENTIFIER ::= {id-it 3}
--      EncKeyPairTypesValue    ::= SEQUENCE SIZE (1..MAX) OF
--                                      AlgorithmIdentifier{{...}}
--   id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
--      PreferredSymmAlgValue   ::= AlgorithmIdentifier{{...}}
--   id-it-caKeyUpdateInfo  OBJECT IDENTIFIER ::= {id-it 5}
--      CAKeyUpdateInfoValue    ::= CAKeyUpdAnnContent
--   id-it-currentCRL       OBJECT IDENTIFIER ::= {id-it 6}
--      CurrentCRLValue         ::= CertificateList
--   id-it-unsupportedOIDs  OBJECT IDENTIFIER ::= {id-it 7}
--      UnsupportedOIDsValue    ::= SEQUENCE SIZE (1..MAX) OF
--                                          OBJECT IDENTIFIER
--   id-it-keyPairParamReq  OBJECT IDENTIFIER ::= {id-it 10}
--      KeyPairParamReqValue    ::= OBJECT IDENTIFIER
--   id-it-keyPairParamRep  OBJECT IDENTIFIER ::= {id-it 11}
--      KeyPairParamRepValue    ::= AlgorithmIdentifier{{...}}
--   id-it-revPassphrase    OBJECT IDENTIFIER ::= {id-it 12}
--      RevPassphraseValue      ::= EncryptedKey
--      - Changed from Encrypted Value to EncryptedKey as a CHOICE
--      - of EncryptedValue and EnvelopedData due to the changes
--      - made in CMP Updates [RFCAAAA]
--      - 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 CMP Updates [RFCAAAA]
--   id-it-rootCaKeyUpdate  OBJECT IDENTIFIER ::= {id-it 18}
--      RootCaKeyUpdateValue    ::= RootCaKeyUpdateContent
--      - id-it-rootCaKeyUpdate added in CMP Updates [RFCAAAA]
--   id-it-certReqTemplate  OBJECT IDENTIFIER ::= {id-it 19}
--      CertReqTemplateValue    ::= CertReqTemplateContent
--      - id-it-certReqTemplate added in CMP Updates [RFCAAAA]
--   id-it-rootCaCert       OBJECT IDENTIFIER ::= {id-it 20}
--      RootCaCertValue         ::= CMPCertificate
--      - id-it-rootCaCert added in CMP Updates [RFCAAAA]
--   id-it-certProfile      OBJECT IDENTIFIER ::= {id-it 21}
--      CertProfileValue        ::= SEQUENCE SIZE (1..MAX) OF
--                                                 UTF8String
--      - id-it-certProfile added in CMP Updates [RFCAAAA]
--   id-it-crlStatusList    OBJECT IDENTIFIER ::= {id-it 22}
--   CRLStatusListValue         ::= SEQUENCE SIZE (1..MAX) OF
--                                                  CRLStatus
--      - id-it-crlStatusList added in CMP Updates [RFCAAAA]
--   id-it-crls             OBJECT IDENTIFIER ::= {id-it 23}
--   CRLsValue                  ::= SEQUENCE SIZE (1..MAX) OF
--                                            CertificateList
--      - id-it-crls added in CMP Updates [RFCAAAA]
--
-- 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 OBJECT IDs 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
-- 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
-- CMP Updates [RFCAAAA]
-- 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-f">
      <name>History of Changes</name>
      <t>Note: This appendix will be deleted in the final version of the document.</t>
      <t>From version 04 -&gt; 05:</t>
      <ul spacing="normal">
        <li>Updated sections 5.1.3.4, 5.2.2, and 8.9 adressing comments from Russ (see thread "I-D Action: draft-ietf-lamps-rfc4210bis-04.txt")</li>
      </ul>
      <t>From version 03 -&gt; 04:</t>
      <ul spacing="normal">
        <li>Added Section 4.3.4 regarding POP for KEM keys</li>
        <li>Added Section 5.1.3.4 on message protection using KEM keys and HPKE</li>
        <li>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</li>
        <li>Added Section 8.9 and extended Section 3.1.2 regarding use of Certificate Transparency logs</li>
        <li>Deleted former Appendix C as announced in the -03</li>
        <li>Fixed some nits resulting from XML -&gt; MD conversion</li>
      </ul>
      <t>From version 02 -&gt; 03:</t>
      <ul spacing="normal">
        <li>Updated Section 4.4.1 clarifying the definition of "new with new" certificate
validity period (see thread "RFC4210bis - notAfter time of newWithNew certificate")</li>
        <li>Added ToDo to Section 4.3 and 5.2.8 on required alignment regarding POP for
KEM keys.</li>
        <li>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")</li>
        <li>Added a ToDo to Appendix B to indicate additional review need to try pushing
the content to Sections 4 and Section 5</li>
      </ul>
      <t>From version 01 -&gt; 02:</t>
      <ul spacing="normal">
        <li>Added Section 3.1.1.4 introducing the Key Generation Authority</li>
        <li>Added Section 5.1.1.3 containing description of origPKIMessage content moved
here from Section 5.1.3.4</li>
        <li>Added ToDos on defining POP and message protection using KEM keys</li>
        <li>Added a ToDo to Section 4.4.3</li>
        <li>Added a ToDo to Appendix C to do a more detailed review</li>
        <li>Removed concrete algorithms and referred to CMP Algorithms instead</li>
        <li>Added references to Appendix D and E as well as the Lightweight CMP Profile
for further information</li>
        <li>Broaden the scope from human users also to devices and services</li>
        <li>Addressed idnits feedback, specifically changing from historic LDAP V2 to
LDAP V3 (RFC4510)</li>
        <li>Did some further editorial alignment to the XML</li>
      </ul>
      <t>From version 00 -&gt; 01:</t>
      <ul spacing="normal">
        <li>Performed all updates specified in CMP Updates Section 2 and Appendix A.2.</li>
        <li>Did some editorial allignment to the XML</li>
      </ul>
      <t>Version 00:</t>
      <t>This version consists of the text of RFC4210 with the following changes:</t>
      <ul spacing="normal">
        <li>Introduced the authors of this document and thanked the authors of RFC4210
for their work.</li>
        <li>Added a paragraph to the introduction explaining the background of this document.</li>
        <li>Added the change history to this appendix.</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
Pn73kjaeDr4KNvzBL5m1G6qGOLQ1A+8S7P/L/xc9tfXbf8t8u+7tzPJkvt3A
MnrREgb1YRnx/ZAQJNo2mxkgWWi2MBwfCthZCQFg4kC0CDcKMfyLZeWJ4ti3
dEwt5T9QsaNYx2o+5eOKUYHAiXcQD+6Z/X6uO3/WGWq/gHLwB2uXzXxekzoM
bT7a5vm35WyFaRdLUIhnbHZ4gCnIJ6qigfYRZPhDVzzOPf6HXT17f/BL8MT/
92zRQIELvM2eFrokTPGueJZrx6+LCOe4MM+3Gau98wTnRiHD/H7sbdOGFTYp
fN8Lmw68nQ9/oqn56Y5ye+6XiB+gNRr5TafDPnrUXZ1RbpnT1Rk92WZmD6zO
0y3aADdekjUp65PdxuQjpwGWJrejhnpwafb3ArX7d/ZH2oQwUf9lbo39Aimb
hQXa3+ZgcU+m6W2OFw+oHL/3L+Q2C/b7fc0cH2f1pLvN+7nVT7d5f5s1zm2z
gmztb3OOjrIbfLDN6TEbfJA7MOkGw0Nmgw/2Mxt8kNu7dIMPttmqzgYfZHlY
fk64wQe5g2Y32E8qBAN8vhpTqt7tUqPXNhoMfC7A0rsFk39IOsRnSEhhZvHp
jVrxAFCLQZMMuuAGweEh1WBtj6A8fTmef+mV4C/JwoJWj+zcUJtNX+/YR9b1
a00Pv8bIP6x5LPsiL+wf1fS+7YuRfvIpPcYvWtn1k17sEMFvNFS5af+W2Cw2
vmjJNad2/vGfcrryZjVZG3/ws9F0IDwsT3S/UZ/48ZLz5wjrasNiH+hUjaTi
ynShwkwAGxancZSC+Y8hy/t53GWleX8M4Tf+9zbCPG8mtfjwDYaLEpmQwUcr
5ePWSOTRh6cQu2iVx22nEiAjDZZoLZpE0n768Zcj9UYXPog5ohBQYgzK/6k4
lBNTjDSEMu+D8kgqCaXGxm2m2yVaXvlPUg220QuMWvB5WkG6Pg/qBL/p+hjN
4EHFIhyseV6R8GsDP9I/SXcIR2eusT7ud6DrTkqswwBRCm9DlMKr1YzDaH76
Hfqgn0BaXaPI8GlUw7U+36yW0wTJ+YBgkwH83EXFe8iujmxvzGCCl+ZP/2A5
Zf9h6ECjzXbuZPQ7aqCvgMnTE9Op5a3ANcnTAqXYcdAU56a+IUkclSg3ZNrc
azmFNnTcAtCJYSBgYrm+hhEDohcHrVK8OkcsrlkrapSCnKSkmiYRc/F1J8XX
Q8xfdtXXLmkxaRwcPgOKAekCkCva3kbQbThKLSvbgeN+/PPPDsI1GL4MBOxy
Jgl8NSUxkyzOIZShlA3CfWcKlT6NKhFxiqYiggdCU1Tt/FpBJIHJS4uLN0eB
FE8Iwul7kx96kKSkmrpUX7Q2V9QPZ4ez03aGPwA67Kz66Pd7zI4byVxDoDlG
9YcqRW01vd41WuWO1AoF15qzymPicrSEJNshOaw7Ie9qx8UWBvT5BmEjpNQF
qAsKT8LsUC15T9k2XwDdTCMtGPzt1yusf6PHqa4YuGHSUKzpGK1efAST9z/U
fhU8VwAssyu/4TtEOVQJTxYModvDqvnZ3lSL+QJq1aGfKkbRHZI0E48lDAJq
8JoGMKYdjiaMBH2dmeEgZgI65giYMF4Qu4FAtIPiFjCxSYIjhcgkTnEsAIYl
VIuqnrGfLnEsKyhiuVjci9dPR81IrqenXx8xUFyS+LI/fCwhjUr7AU89oXvC
kkciaIteSZiuJOPDV30C/ceFryE3ub6uCPN3xolGXMzOmdpjDbp9/Wo1k3pc
XJVtLZnKkQv6nZLqwL3TdDpCmjgN+XS2LtGj4SO4MhSaj6ma0T4Yx6WehBpj
ljKxcPRtMyUpmUt10S4yzP/RYXRmejwK/58+elohMIQOvZIOO2CxLFhoySWV
wXthrn2aIA+U8JLjMTpaVxhoeI2QHomQw7DCOOAwIIFKiU7AlJJVAPpigriI
Sh9s5okHv4gnxkUWkDW+ErQWTxyIZwiqq382uQcF2o4TIpLKWhCZ4eLGI3Tj
2AFv35qZe58JEktdSjXBcaXVKbG1uI8MO5oZN7/gVjjwx/BiQ0g+PZxZXUwF
/5oiFCQzIClRD8CVfJt4OdLfpHQ1A3STXBWAhO0I9Dq6YHbQz7YjeKh4a1Ic
jh8To3UvOF3GyVlFEGgpPMNzgL05MUhTufL1T4YWmx7eYOGqB+HP5xQCfXzc
NykxQssWxArxz110OEOIIUZSM2o9hh3hPkGxkQjsHODYExhqG4Up4b1xGR1g
ICTdYV1CiTrpEzOkGGI70BBTE5c/8ao1ohq0Rh4278FVQkX+NGGdYz5C/JKg
0WKkeJUOFHX3k+tI9inNjbEwEaNcIA1PKWyJrRHulhKSqWVSWHji3BUIaY4C
aFUhMQ+6NMdZLBA0F9vksdWU6ezZSECYA4flquhZQsAt3B50o7S3JQKlVV6u
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
l/0BPJjOMG5vAwA=

-->

</rfc>
