<?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-06" 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-06"/>
    <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: Version -05 proposed an approach using HPKE to establish an authenticated shared symmetric key. This version offers an alternative using plain KEM and KDF functions as shown in <xref target="I-D.ietf-lamps-cms-kemri">draft-ietf-lamps-cms-kemri</xref>. &gt;</t>
            <t>&lt; ToDo: Version -05 as well as this version utilizes keys from both CMP client and server in applying Encapsulate/Decapsulate twice. Deriving a joint key from the two shared secrets result in a mutually authenticated shared symmetric key used by both parties, like when using an out-of-band established shared secret information. In contrast to this approach, each side could directly use the shared secret resulting from the Encapsulate/Decapsulate for deriving an individual shared symmetric key. Doing so the MAC-based protection generated on both sides would use a different key.  This would facilitate that only one side used a KEM key pair and the other side uses a signature key pair. This would offer some additional flexibility, but on at the price of a more complex key establishment. &gt;</t>
            <t>In this case, an initial CMP message exchange using general messages is required to contribute to establishing a shared symmetric key (ssk) as follows.  Both PKI entities require a KEM certificate of the other side.  Each sender uses the KEM Encapsulate(pk) -&gt; (ss, ct) function with the recipient's public key (pk) to produce the KEM shared secret (ss) and an encapsulation of that shared secret, the KEM ciphertext (ct) and provide the ciphertext to the recipient using the id-it-KemCiphertext as defined below.  The respective recipient uses a Decapsulate(sk, ct)-&gt;(ss) function with the private key (sk) and the ciphertext (ct) to recover the the KEM shared secret (ss) from the encapsulated representation received from the sender.  Each party uses a KDF(ikm, len, ukm)-&gt;(ssk) function with input key material (ikm), the desired length of the output keying material (len), and user key material (ukm) to derive a shares symmetric key (ssk). The concatenation of both shared secrets (ss1) and (ss2) are the first argument (ikm) for the KDF.  In addition a static string and some random data from the PKI message header also contribute to the third argument (ukm) for the KDF. Doing so, a shared symmetric key (ssk) authenticated by both PKI entities is established and can be used for MAC-based message protection.</t>
            <t>Note: This approach uses the definition of Key Encapsulation Mechanisms in <xref section="1" sectionFormat="comma" target="I-D.ietf-lamps-cms-kemri"/>.</t>
            <t>The InfoTypeAndValue transferring the KEM ciphertext is of type 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>Note: This InfoTypeAndValue can be carried in genm/genp message body or in the generalInfo field of PKIHeader.</t>
            <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 larger that 255*Nh of the KDF where Nh is the
    --   output size of the KDF
    ct               OCTET STRING
    -- Ciphertext output from the Encapsulate function
  }
]]></sourcecode>
            <t>&lt; ToDo: Update the ASN.1 module! &gt;</t>
            <t>When CMP messages protection using the shared symmetric key (ssk) derived from the two KEM shared secrets the MAC algorithm is placed in the protectionAlg header field and the MAC value is placed in the PKIProtection field. The MAC algorithm <bcp14>MAY</bcp14> be one of the options described in CMP Algorithms Section 6.2 [RFCCCCC].</t>
            <t>The message flow using KEM keys for message protection is as follows. A regular CMP transaction is preceded by a genm/genp message exchange with no protection that is needed to establish a shared symmetric key using KEM public keys from the sender's and recipient's KEM certificate. This shared symmetric key (ssk) is then used for MAC-based protection of the remaining request and response messages of the transaction.</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 entity
                                           perform KEM Encapsulate
                                           format genp without
                                             protection
                         <-   genp    <-
  3   validate
        certificate of PKI
        management entity
      perform KEM Decapsulate
      perform KEM Encapsulate
      perform key derivation
      format request with
        MAC-based protection
                         ->  request  ->
  4                                        perform KEM Decapsulate
                                           perform key derivation
                                           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>
            <ol spacing="normal" type="1"><li>The PKI entity in <xref target="KEM"/>, which is the client, formats a genm message of type id-it-KemCiphertext without a value in its body. The message has no protection, and the extraCerts field contains the KEM certificate of the client.</li>
              <li>
                <t>The server validates the client KEM certificate.  </t>
                <t>
It generates a shared secret ss1 and the associated ciphertext ct1 using
the KEM Encapsulate function with the client's public key pkC:  </t>
                <sourcecode type="asn.1"><![CDATA[
  Encapsulate(pkC) -> (ct1, ss1)
]]></sourcecode>
                <t>
The PKI management entity in <xref target="KEM"/>, which is the server, formats a genp message of type id-it-KemCiphertext with a value of type KemCiphertext containing OIDs of the used KEM and KDF algorithms, the desired output length len of the KDF, and the KEM ciphertext ct1. The message has no protection, and the extraCerts field contains the KEM certificate of the server.</t>
              </li>
              <li>
                <t>The PKI entity validates the server KEM certificate.  </t>
                <t>
It decapsulates the shared secret ss1 from the ciphertext ct1 using the
KEM Decapsulate function and its private key skC:  </t>
                <sourcecode type="asn.1"><![CDATA[
  Decapsulate(ct1, skC) -> (ss1)
]]></sourcecode>
                <t>
Note: If the decapsulation operation outputs an error, any PKIFailureInfo <bcp14>SHALL</bcp14> contain the value badMessageCheck and the PKI management operation <bcp14>SHALL</bcp14> be terminated.  </t>
                <t>
It generates a shared secret ss2 and the associated ciphertext ct2 using
the KEM Encapsulate function with the server's public key pkS:  </t>
                <sourcecode type="asn.1"><![CDATA[
  Encapsulate(pkS) = (ct2, ss2)
]]></sourcecode>
                <t>
It concatenates the shared secret ss1, with the shared secret ss2 to the input key material ikm.  </t>
                <sourcecode type="asn.1"><![CDATA[
  ikm = concat(ss1, ss2)
]]></sourcecode>
                <t>
It concatenates the static text "CMP-KEM", the transactionID, the senderNonce genp_senderNonce, and the recipNonce genp_recipNonce from the PKIHeader of the genp message to the user key material ukm.  </t>
                <t>
Note: The function concat(x0, ..., xN) concatenates the byte strings as specified in RFC 9180 Section 3 <xref target="RFC9180"/>.  </t>
                <sourcecode type="asn.1"><![CDATA[
  ukm = concat("CMP-KEM", transactionID, genp_senderNonce,
               genp_recipNonce)
]]></sourcecode>
                <t>
It derives the shared symmetric key ssk from the input key material ikm using the desired output length len and the user key material ukm.  </t>
                <sourcecode type="asn.1"><![CDATA[
  KDF(ikm, len, ukm)->(ssk)
]]></sourcecode>
                <t>
Note: The shared symmetric key ssk is used for MAC-based protection of all subsequent messages of this PKI management operation. This construction for combining two KEM shared secrets using a KDF 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>
&lt; ToDo: @Mike, please check the combining of the two shared secrets and if the above note is still correct and needed. &gt;  </t>
                <t>
The request message is of any type. The generalInfo field in the message header contains an element of type id-it-KemCiphertext and the value is of type KemCiphertext containing OIDs of the used KEM and KDF algorithm, the desired output length len of the KDF, and the KEM ciphertext ct2. The message has a MAC-based protection using the shared symmetric key ssk.</t>
              </li>
              <li>
                <t>The PKI management entity decapsulates the shared secret ss2 from the ciphertext ct2 using the Decapsulate function and its private key skS:  </t>
                <sourcecode type="asn.1"><![CDATA[
  Decapsulate(ct2, skS) = ss2
]]></sourcecode>
                <t>
Note: If the decapsulation operation outputs an error, The PKI management entity <bcp14>SHALL</bcp14> return a PKIFailureInfo containing the value badMessageCheck and the PKI management operation <bcp14>SHALL</bcp14> be terminated.  </t>
                <t>
It concatenates the shared secret ss1, with the shared secret ss2 to the input key material ikm.  </t>
                <sourcecode type="asn.1"><![CDATA[
  ikm = concat(ss1, ss2)
]]></sourcecode>
                <t>
It concatenates the static text "CMP-KEM", the transactionID, the senderNonce genp_senderNonce, and the recipNonce genp_recipNonce from the PKIHeader of the genp message to the user key material ukm.  </t>
                <sourcecode type="asn.1"><![CDATA[
  ukm = concat("CMP-KEM", transactionID, genp_senderNonce,
               genp_recipNonce)
]]></sourcecode>
                <t>
It derives the shared symmetric key ssk from the input key material ikm using the desired output length len and the user key material ukm.  </t>
                <sourcecode type="asn.1"><![CDATA[
  KDF(ikm, len, ukm)->(ssk)
]]></sourcecode>
                <t>
It verifies the MAC-based protection and thus authenticates the PKI entity
as the sender of the request message.  </t>
                <t>
The response message also has a MAC-based protection using the shared symmetric key ssk.</t>
              </li>
              <li>The PKI entity verifies the MAC-based protection and thus authenticates the
PKI management entity as the sender of the response message.</li>
            </ol>
            <t>All potential further message of this PKI management operation make use of the shared symmetric key ssk 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>
            <author fullname="Stavros Kousidis" initials="S." surname="Kousidis">
              <organization>BSI</organization>
            </author>
            <date day="13" 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 comprehensible and easy to implement Keccak-
   based KEM combiner to join an arbitrary number of key shares, that is
   compatible with NIST SP 800-56Cr2 [SP800-56C] when viewed as a key
   derivation function.  The combiners defined here are practical multi-
   PRFs and are CCA-secure as long as at least one of the ingredient
   KEMs is.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ounsworth-cfrg-kem-combiners-03"/>
        </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 05 -&gt; 06:</t>
      <ul spacing="normal">
        <li>Updated section 5.1.3.4 exchanging HPKE with plain KEM+KDF as also used in draft-ietf-lamps-cms-kemri</li>
      </ul>
      <t>From version 04 -&gt; 05:</t>
      <ul spacing="normal">
        <li>Updated sections 5.1.3.4, 5.2.2, and 8.9 addressing comments from Russ (see thread "I-D Action: draft-ietf-lamps-rfc4210bis-04.txt")</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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
BbTT+gNqSkGeB3QDAA==

-->

</rfc>
