<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.4 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-mandel-lamps-rfc5272bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="5272, 6402" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.0 -->
  <front>
    <title abbrev="CMC: Structures">Certificate Management over CMS (CMC)</title>
    <seriesInfo name="Internet-Draft" value="draft-mandel-lamps-rfc5272bis-01"/>
    <author initials="J." surname="Mandel, Ed" fullname="Joseph Mandel (editor)">
      <organization>AKAYLA, Inc.</organization>
      <address>
        <email>joe@akayla.com</email>
      </address>
    </author>
    <author initials="S." surname="Turner, Ed" fullname="Sean Turner (editor)">
      <organization>sn3rd</organization>
      <address>
        <email>sean@sn3rd.com</email>
      </address>
    </author>
    <date year="2024" month="January" day="08"/>
    <area>Security</area>
    <workgroup>Limited Additional Mechanisms for PKIX and SMIME</workgroup>
    <keyword>Public Key Infrastructure</keyword>
    <keyword>Certificate Management</keyword>
    <keyword>Cryptographic Message Syntax</keyword>
    <abstract>
      <?line 93?>

<t>This document defines the base syntax for CMC, a Certificate
Management protocol using the Cryptographic Message Syntax (CMS).
This protocol addresses two immediate needs within the Internet
Public Key Infrastructure (PKI) community:</t>
      <ol spacing="normal" type="1"><li>
          <t>The need for an interface to public key certification products
and services based on CMS and PKCS #10 (Public Key Cryptography
Standard), and</t>
        </li>
        <li>
          <t>The need for a PKI enrollment protocol for encryption only keys
due to algorithm or hardware design.</t>
        </li>
      </ol>
      <t>CMC also requires the use of the transport document and the
requirements usage document along with this document for a full
definition.</t>
      <t>This document obsoletes RFCs 5272 and 6402.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-mandel-lamps-rfc5272bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Limited Additional Mechanisms for PKIX and SMIME Working Group mailing list (<eref target="mailto:spasm@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spasm/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spasm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/seanturner/cmcbis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 113?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines the base syntax for CMC, a Certificate
Management protocol using the Cryptographic Message Syntax (CMS).
This protocol addresses two immediate needs within the Internet PKI
community:</t>
      <ol spacing="normal" type="1"><li>
          <t>The need for an interface to public key certification products
and services based on CMS and PKCS #10, and</t>
        </li>
        <li>
          <t>The need for a PKI enrollment protocol for encryption only keys
due to algorithm or hardware design.</t>
        </li>
      </ol>
      <t>A small number of additional services are defined to supplement the
core certification request service.</t>
      <t>This document obsoletes <xref target="CMC-PROTv1"/> and <xref target="CMC-Updates"/>.</t>
      <section anchor="protocol-requirements">
        <name>Protocol Requirements</name>
        <t>The protocol must be based as much as possible on the existing CMS,
PKCS #10 <xref target="PKCS10"/> and CRMF (Certificate Request Message Format)
<xref target="CRMF"/> specifications.</t>
        <t>The protocol must support the current industry practice of a PKCS #10
certification request followed by a PKCS#7 "certs-only" response as a
subset of the protocol.</t>
        <t>The protocol must easily support the multi-key enrollment protocols
required by S/MIME and other groups.</t>
        <t>The protocol must supply a way of doing all enrollment operations in
a single round-trip.  When this is not possible the number of
round-trips is to be minimized.</t>
        <t>The protocol must be designed such that all key generation can occur
on the client.</t>
        <t>Support must exist for the mandatory algorithms used by S/MIME.
Support should exist for all other algorithms cited by the S/MIME
core documents.</t>
        <t>The protocol must contain Proof-of-Possession (POP) methods.
Optional provisions for multiple-round-trip POP will be made if
necessary.</t>
        <t>The protocol must support deferred and pending responses to
enrollment requests for cases where external procedures are required
to issue a certificate.</t>
      </section>
      <section anchor="requirements-terminology">
        <name>Requirements Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="changes-from-rfc-2797">
        <name>Changes from RFC 2797</name>
        <t>We have done a major overhaul on the layout of the document. This
included two different steps.  Firstly we removed some sections from
the document and moved them to two other documents. Information on
how to transport our messages are now found in <xref target="CMC-TRANS"/>.
Information on which controls and sections of this document must be
implemented along with which algorithms are required can now be found
in <xref target="CMC-COMPL"/>.</t>
        <t>A number of new controls have been added in this version:</t>
        <ul empty="true">
          <li>
            <t>Extended CMC Status Info Section 6.1.1</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Publish Trust Anchors Section 6.15</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Authenticate Data Section 6.16</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Batch Request and Response Processing Section 6.17</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Publication Information Section 6.18</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Modify Certification Request Section 6.5.1</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Control Processed Section 6.19</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Identity Proof Section 6.2.2</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Identity POP Link Witness V2 Section 6.3.1.1</t>
          </li>
        </ul>
      </section>
      <section anchor="updates-made-by-rfc-6402">
        <name>Updates Made by RFC 6402</name>
        <t>Two new controls have been added:</t>
        <ul empty="true">
          <li>
            <t>RA Identity Witness  allows for an RA to perform identity checking
  using the identity and shared-secret, and then tell any
  following servers that the identity check was successfully
  performed.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Response Body  allows for an RA to identify a nested response for
  an EE to process.</t>
          </li>
        </ul>
        <t>Created a new attribute, Change Subject Name, that allows a client
to request a change in the subject name and subject alternate name
fields in a certificate.</t>
        <t>Added Extended Key Usages for CMC to distinguish server types.</t>
        <t>Defined a new Subject Information Access type to hold locations to
contact the CMC server.</t>
        <t>Clarified that the use of a pre-existing certificate is not limited
to just renewal and rekey messages and is required for support.
This formalizes a requirement for the ability to do renewal and
rekey that previously was implicit.</t>
      </section>
      <section anchor="changes-since-rfc-6402">
        <name>Changes Since RFC 6402</name>
        <aside>
          <t>Note: For now, this section will be list of the changes introduced
  by each version. After WGLC, this section will be finalized.</t>
        </aside>
        <t>--02 todo:</t>
        <ul spacing="normal">
          <li>
            <t>Address management of KEM certificate</t>
          </li>
          <li>
            <t>Add module to support PBKDF2</t>
          </li>
        </ul>
        <t>--01 version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Changed RFC 5273 references to draft-mandel-lamps-rfc5273bis</t>
          </li>
          <li>
            <t>Changed RFC 5274 references to draft-mandel-lamps-rfc5274bis</t>
          </li>
          <li>
            <t>Added missing "OBJECT IDENTIFIER" to declarations throughout mainbody
to match ASN.1 module</t>
          </li>
          <li>
            <t>Rework Section 1.3</t>
          </li>
          <li>
            <t>Update CMC Control Attribute Table</t>
          </li>
          <li>
            <t>Updates ASN.1 to use 2002 ASN.1 module baseed on <xref target="CMC-Updates"/></t>
          </li>
          <li>
            <t>To support adopting SHA-256 and HMAC-SHA256:
            </t>
            <ul spacing="normal">
              <li>
                <t>Add maca-hMAC-SHA256 to POPAlgs</t>
              </li>
              <li>
                <t>Add mda-sha256 to WitnessAlgs</t>
              </li>
              <li>
                <t>Add maca-hMAC-SHA256 and mda-sha256 to example in Appendix B</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Merged <xref target="erratum2731"/></t>
          </li>
          <li>
            <t>Merged <xref target="erratum4775"/></t>
          </li>
          <li>
            <t>Mereged <xref target="erratum7379"/></t>
          </li>
          <li>
            <t>Merged <xref target="erratum7628"/></t>
          </li>
          <li>
            <t>Merged <xref target="erratum7629"/></t>
          </li>
        </ul>
        <t>--00 version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Added "Updates Made by RFC 6402" section</t>
          </li>
          <li>
            <t>Merged <xref target="CMC-Updates"/> text</t>
          </li>
          <li>
            <t>Merged <xref target="erratum2063"/></t>
          </li>
          <li>
            <t>Merged <xref target="erratum7627"/></t>
          </li>
          <li>
            <t>Updated and moved Acknowledgments</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>A PKI enrollment transaction in this specification is generally
composed of a single round-trip of messages. In the simplest case a
PKI enrollment request, henceforth referred to as a PKI Request, is
sent from the client to the server and a PKI enrollment response,
henceforth referred to as a PKI Response, is then returned from the
server to the client. In more complicated cases, such as delayed
certificate issuance, more than one round-trip is required.</t>
      <t>This specification defines two PKI Request types and two PKI Response
types.</t>
      <t>PKI Requests are formed using either the PKCS #10 or CRMF structure.
The two PKI Requests are:</t>
      <ul empty="true">
        <li>
          <dl>
            <dt>Simple PKI Request:</dt>
            <dd>
              <t>the bare PKCS #10 (in the event that no other services are needed),
and</t>
            </dd>
          </dl>
        </li>
      </ul>
      <ul empty="true">
        <li>
          <dl>
            <dt>Full PKI Request:</dt>
            <dd>
              <t>one or more PKCS #10, CRMF or Other Request Messages structures
wrapped in a CMS encapsulation as part of a PKIData.</t>
            </dd>
          </dl>
        </li>
      </ul>
      <t>PKI Responses are based on SignedData or AuthenticatedData <xref target="CMS"/>.
The two PKI Responses are</t>
      <ul empty="true">
        <li>
          <dl>
            <dt>Simple PKI Response:</dt>
            <dd>
              <t>a "certs-only" SignedData (in the event no other services are needed),
or</t>
            </dd>
          </dl>
        </li>
      </ul>
      <ul empty="true">
        <li>
          <dl>
            <dt>Full PKI Response:</dt>
            <dd>
              <t>a PKIResponse content type wrapped in a SignedData.</t>
            </dd>
          </dl>
        </li>
      </ul>
      <t>No special services are provided for either renewal (i.e., a new
certificate with the same key) or rekey (i.e., a new certificate with
a new key) of client certificates. Instead renewal and rekey
requests look the same as any certification request, except that the
identity proof is supplied by existing certificates from a trusted
CA. (This is usually the same CA, but could be a different CA in the
same organization where naming is shared.)</t>
      <t>No special services are provided to distinguish between a rekey
request and a new certification request (generally for a new
purpose). A control to unpublish a certificate would normally be
included in a rekey request, and be omitted in a new certification
request. CAs or other publishing agents are also expected to have
policies for removing certificates from publication either based on
new certificates being added or the expiration or revocation of a
certificate.</t>
      <t>A provision exists for RAs to participate in the protocol by taking
PKI Requests, wrapping them in a second layer of PKI Request with
additional requirements or statements from the RA and then passing
this new expanded PKI Request on to the CA.</t>
      <t>This specification makes no assumptions about the underlying
transport mechanism. The use of CMS does not imply an email-based
transport. Several different possible transport methods are defined
in <xref target="CMC-TRANS"/>.</t>
      <t>Optional services available through this specification are
transaction management, replay detection (through nonces), deferred
certificate issuance, certificate revocation requests and
certificate/certificate revocation list (CRL) retrieval.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>There are several different terms, abbreviations, and acronyms used
in this document. These are defined here, in no particular order,
for convenience and consistency of usage:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>End-Entity (EE) refers to the entity that owns a key pair and for
   whom a certificate is issued.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Registration Authority (RA) or Local RA (LRA) refers to an entity
   that acts as an intermediary between the EE and the CA. Multiple
   RAs can exist between the end-entity and the Certification
   Authority. RAs may perform additional services such as key
   generation or key archival. This document uses the term RA for
   both RA and LRA.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Certification Authority (CA) refers to the entity that issues
   certificates.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Client refers to an entity that creates a PKI Request. In this
   document, both RAs and EEs can be clients.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Server refers to the entities that process PKI Requests and create
    PKI Responses. In this document, both CAs and RAs can be servers.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>PKCS #10 refers to the Public Key Cryptography Standard #10
   <xref target="PKCS10"/> which defines a certification request syntax.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>CRMF refers to the Certificate Request Message Format RFC <xref target="CRMF"/>.
   CMC uses this certification request syntax defined in this
   document as part of the protocol.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>CMS refers to the Cryptographic Message Syntax RFC <xref target="CMS"/>. This
   document provides for basic cryptographic services including
   encryption and signing with and without key management.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>PKI Request/Response refers to the requests/responses described in
   this document. PKI Requests include certification requests,
   revocation requests, etc. PKI Responses include certs-only
   messages, failure messages, etc.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Proof-of-Identity refers to the client proving they are who they say
   that they are to the server.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Enrollment or certification request refers to the process of a
   client requesting a certificate. A certification request is a
   subset of the PKI Requests.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Proof-of-Possession (POP) refers to a value that can be used to
   prove that the private key corresponding to a public key is in the
   possession and can be used by an end-entity. The different types
   of POP are:</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Signature provides the required POP by a signature operation over
   some data.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Direct provides the required POP operation by an encrypted
   challenge/response mechanism.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Indirect provides the required POP operation by returning the
   issued certificate in an encrypted state.  (This method is not
   used by CMC.)</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Publish provides the required POP operation by providing the
   private key to the certificate issuer. (This method is not
   currently used by CMC. It would be used by Key Generation or
   Key Escrow extensions.)</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Attested provides the required POP operation by allowing a
   trusted entity to assert that the POP has been proven by one of
   the above methods.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Object IDentifier (OID) is a primitive type in Abstract Syntax
   Notation One (ASN.1).</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ProtocolRequestsResponses">
        <name>Protocol Requests/Responses</name>
        <t>Figure 1 shows the Simple PKI Requests and Responses. The contents
of Simple PKI Request and Response are detailed in <xref target="SimplePKIRequest"/> and
<xref target="SimplePKIResponse"/>.</t>
        <artwork><![CDATA[
Simple PKI Request                      Simple PKI Response
-------------------------               --------------------------

 +----------+                            +------------------+
 | PKCS #10 |                            | CMS ContentInfo  |
 +----------+--------------+             +------------------+------+
 | Certification Request   |             | CMS Signed Data,        |
 |                         |             |   no SignerInfo         |
 | Subject Name            |             |                         |
 | Subject Public Key Info |             | SignedData contains one |
 |   (K_PUB)               |             | or more certificates in |
 | Attributes              |             | the certificates field  |
 |                         |             | Relevant CA certs and   |
 +-----------+-------------+             | CRLs can be included    |
             | signed with |             | as well.                |
             | matching    |             |                         |
             | K_PRIV      |             | encapsulatedContentInfo |
             +-------------+             | is absent.              |
                                         +--------------+----------+
                                                        | unsigned |
                                                        +----------+

             Figure 1: Simple PKI Requests and Responses
]]></artwork>
        <t>Figure 2 shows the Full PKI Requests and Responses. The contents of
the Full PKI Request and Response are detailed in <xref target="FullPKIRequest"/> and
<xref target="FullPKIResponse"/>.</t>
        <artwork><![CDATA[
Full PKI Request                        Full PKI Response
-----------------------                 ------------------------
 +----------------+                      +----------------+
 | CMS ContentInfo|                      | CMS ContentInfo|
 | CMS SignedData |                      | CMS SignedData |
 |   or Auth Data |                      |   or Auth Data |
 |     object     |                      |     object     |
 +----------------+--------+             +----------------+--------+
 |                         |             |                         |
 | PKIData                 |             | PKIResponse             |
 |                         |             |                         |
 | Sequence of:            |             | Sequence of:            |
 | <enrollment control>*   |             | <enrollment control>*   |
 | <certification request>*|             | <CMS object>*           |
 | <CMS object>*           |             | <other message>*        |
 | <other message>*        |             |                         |
 |                         |             | where * == zero or more |
 | where * == zero or more |             |                         |
 |                         |             | All certificates issued |
 | Certification requests  |             | as part of the response |
 | are CRMF, PKCS #10, or  |             | are included in the     |
 | Other.                  |             | "certificates" field    |
 |                         |             | of the SignedData.      |
 +-------+-----------------+             | Relevant CA certs and   |
         | signed (keypair |             | CRLs can be included as |
         | used may be pre-|             | well.                   |
         | existing or     |             |                         |
         | identified in   |             +---------+---------------+
         | the request)    |                       | signed by the |
         +-----------------+                       | CA or an LRA  |
                                                   +---------------+

          Figure 2: Full PKI Requests and Responses
]]></artwork>
      </section>
    </section>
    <section anchor="PKIRequests">
      <name>PKI Requests</name>
      <t>Two types of PKI Requests exist. This section gives the details for
both types.</t>
      <section anchor="SimplePKIRequest">
        <name>Simple PKI Request</name>
        <t>A Simple PKI Request uses the PKCS #10 syntax CertificationRequest
<xref target="PKCS10"/>.</t>
        <t>When a server processes a Simple PKI Request, the PKI Response
returned is:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Simple PKI Response on success.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Full PKI Response on failure. The server <bcp14>MAY</bcp14> choose not to return a
   PKI Response in this case.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>The Simple PKI Request <bcp14>MUST NOT</bcp14> be used if a proof-of-identity needs
to be included.</t>
        <t>The Simple PKI Request cannot be used if the private key is not
capable of producing some type of signature (i.e., Diffie-Hellman
(DH) keys can use the signature algorithms in <xref target="DH-POP"/> for production
of the signature).</t>
        <t>The Simple PKI Request cannot be used for any of the advanced
services specified in this document.</t>
        <t>The client <bcp14>MAY</bcp14> incorporate one or more X.509v3 extensions in any
certification request based on PKCS #10 as an ExtensionReq attribute.
The ExtensionReq attribute is defined as:</t>
        <artwork><![CDATA[
  ExtensionReq ::= SEQUENCE SIZE (1..MAX) OF Extension
]]></artwork>
        <t>where Extension is imported from <xref target="PKIXCERT"/> and ExtensionReq is
identified by:</t>
        <artwork><![CDATA[
  id-ExtensionReq OBJECT IDENTIFIER ::= { iso(1) member-body(2)
    us(840) rsadsi(113549) pkcs(1) pkcs-9(9) 14 }
]]></artwork>
        <t>Servers <bcp14>MUST</bcp14> be able to process all extensions defined, but not
prohibited, in <xref target="PKIXCERT"/>. Servers are not required to be able to
process other X.509v3 extensions transmitted using this protocol, nor
are they required to be able to process private extensions. Servers
are not required to put all client-requested extensions into a
certificate. Servers are permitted to modify client-requested
extensions. Servers <bcp14>MUST NOT</bcp14> alter an extension so as to invalidate
the original intent of a client-requested extension. (For example,
changing key usage from keyAgreement to digitalSignature.) If a
certification request is denied due to the inability to handle a
requested extension and a PKI Response is returned, the server <bcp14>MUST</bcp14>
return a PKI Response with a CMCFailInfo value with the value
unsupportedExt.</t>
      </section>
      <section anchor="FullPKIRequest">
        <name>Full PKI Request</name>
        <t>The Full PKI Request provides the most functionality and flexibility.</t>
        <t>The Full PKI Request is encapsulated in either a SignedData or an
AuthenticatedData with an encapsulated content type of 'id-cct-PKIData'
(<xref target="PKIDataContentType"/>).</t>
        <t>When a server processes a Full PKI Request, a PKI Response <bcp14>MUST</bcp14> be
returned. The PKI Response returned is:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Simple PKI Response if the enrollment was successful and only
   certificates are returned. (A CMCStatusInfoV2 control with
   success is implied.)</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>Full PKI Response if the enrollment was successful and information
   is returned in addition to certificates, if the enrollment is
   pending, or if the enrollment failed.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>If <tt>SignedData</tt> is used, the signature can be generated using either
the private key material of an embedded signature certification
request (i.e., included in the TaggedRequest tcr or crm fields) or a
previously certified signature key. If the private key of a
signature certification request is used, then:</t>
        <ol spacing="normal" type="1"><li>
            <t>The certification request containing the corresponding public key
<bcp14>MUST</bcp14> include a Subject Key Identifier extension.</t>
          </li>
          <li>
            <t>The subjectKeyIdentifier form of the signerIdentifier in
SignerInfo <bcp14>MUST</bcp14> be used.</t>
          </li>
          <li>
            <t>The value of the subjectKeyIdentifier form of SignerInfo <bcp14>MUST</bcp14> be
the Subject Key Identifier specified in the corresponding
certification request. (The subjectKeyIdentifier form of
SignerInfo is used here because no certificates have yet been
issued for the signing key.) If the request key is used for
signing, there <bcp14>MUST</bcp14> be only one SignerInfo in the SignedData.</t>
          </li>
        </ol>
        <t>If <tt>AuthenticatedData</tt> is used, then:</t>
        <ol spacing="normal" type="1"><li>
            <t>The Password Recipient Info option of RecipientInfo <bcp14>MUST</bcp14> be used.</t>
          </li>
          <li>
            <t>A randomly generated key is used to compute the Message
Authentication Code (MAC) value on the encapsulated content.</t>
          </li>
          <li>
            <t>The input for the key derivation algorithm is a concatenation of
the identifier (encoded as UTF8) and the shared-secret.</t>
          </li>
        </ol>
        <t>When creating a PKI Request to renew or rekey a certificate:</t>
        <ol spacing="normal" type="1"><li>
            <t>The Identification and Identity Proof controls are absent. The
same information is provided by the use of an existing
certificate from a CA when signing the PKI Request. In this
case, the CA that issued the original certificate and the CA the
request is made to will usually be the same, but could have a
common operator.</t>
          </li>
          <li>
            <t>CAs and RAs can impose additional restrictions on the signing
certificate used. They may require that the most recently issued
signing certificate for a client be used.</t>
          </li>
          <li>
            <t>Some CAs may prevent renewal operations (i.e., reuse of the same
keys). In this case the CA <bcp14>MUST</bcp14> return a PKI Response with
noKeyReuse as the CMCFailInfo failure code.</t>
          </li>
        </ol>
        <section anchor="PKIDataContentType">
          <name>PKIData Content Type</name>
          <t>The PKIData content type is used for the Full PKI Request. A PKIData
content type is identified by:</t>
          <artwork><![CDATA[
  id-cct-PKIData OBJECT IDENTIFIER ::= { id-pkix id-cct(12) 2 }
]]></artwork>
          <t>The ASN.1 structure corresponding to the PKIData content type is:</t>
          <artwork><![CDATA[
  PKIData ::= SEQUENCE {
    controlSequence    SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
    reqSequence        SEQUENCE SIZE(0..MAX) OF TaggedRequest,
    cmsSequence        SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
    otherMsgSequence   SEQUENCE SIZE(0..MAX) OF OtherMsg
  }
]]></artwork>
          <t>The fields in PKIData have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t><tt>controlSequence</tt> is a sequence of controls. The controls defined in
   this document are found in <xref target="Controls"/>. Controls can be defined by
   other parties. Details on the TaggedAttribute structure can be
   found in <xref target="ControlSyntax"/>.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t><tt>reqSequence</tt> is a sequence of certification requests. The
   certification requests can be a CertificationRequest (PKCS #10), a
   CertReqMsg (CRMF), or an externally defined PKI request. Full
   details are found in <xref target="CertificationRequestFormats"/>. If an externally defined
   certification request is present, but the server does not
   understand the certification request (or will not process it), a
   CMCStatus of noSupport <bcp14>MUST</bcp14> be returned for the certification
   request item and no other certification requests are processed.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t><tt>cmsSequence</tt> is a sequence of <xref target="CMS"/> message objects. See
   <xref target="ContentInfoObjects"/> for more details.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t><tt>otherMsgSequence</tt> is a sequence of arbitrary data objects. Data
   objects placed here are referred to by one or more controls. This
   allows for controls to use large amounts of data without the data
   being embedded in the control. See <xref target="OtherMessageBodies"/> for more
   details.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>All certification requests encoded into a single PKIData <bcp14>SHOULD</bcp14> be
for the same identity. RAs that batch process (see <xref target="BatchRequestandResponseControls"/>) are
expected to place the PKI Requests received into the cmsSequence of a
PKIData.</t>
          <t>Processing of the PKIData by a recipient is as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>All controls should be examined and processed in an appropriate
manner. The appropriate processing is to complete processing at
this time, to ignore the control, or to place the control on a
to-do list for later processing. Controls can be processed in
any order; the order in the sequence is not significant.</t>
            </li>
            <li>
              <t>Items in the reqSequence are not referenced by a control. These
items, which are certification requests, also need to be
processed. As with controls, the appropriate processing can be
either immediate processing or addition to a to-do list for later
processing.</t>
            </li>
            <li>
              <t>Finally, the to-do list is processed. In many cases, the to-do
list will be ordered by grouping specific tasks together.</t>
            </li>
          </ol>
          <t>No processing is required for cmsSequence or otherMsgSequence members
of PKIData if they are present and are not referenced by a control.
In this case, the cmsSequence and otherMsgSequence members are
ignored.</t>
          <section anchor="ControlSyntax">
            <name>Control Syntax</name>
            <t>The actions to be performed for a PKI Request/Response are based on
the included controls. Each control consists of an object identifier
and a value based on the object identifier.</t>
            <t>The syntax of a control is:</t>
            <artwork><![CDATA[
  TaggedAttribute ::= SEQUENCE {
    bodyPartID         BodyPartID,
    attrType           OBJECT IDENTIFIER,
    attrValues         SET OF AttributeValue
  }

  AttributeValue ::= ANY
]]></artwork>
            <t>The fields in TaggedAttribute have the following meaning:</t>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>bodyPartID is a unique integer that identifies this control.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>attrType is the OID that identifies the control.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>attrValues is the data values used in processing the control. The
   structure of the data is dependent on the specific
   control.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>The final server <bcp14>MUST</bcp14> fail the processing of an entire PKIData if any
included control is not recognized, that control is not already
marked as processed by a Control Processed control (see <xref target="ControlProcessedControl"/>)
and no other error is generated. The PKI Response <bcp14>MUST</bcp14> include a
CMCFailInfo value with the value badRequest and the bodyList <bcp14>MUST</bcp14>
contain the bodyPartID of the invalid or unrecognized control(s). A
server is the final server if and only if it is not passing the PKI
Request on to another server. A server is not considered to be the
final server if the server would have passed the PKI Request on, but
instead it returned a processing error.</t>
            <t>The controls defined by this document are found in Section 6.</t>
          </section>
          <section anchor="CertificationRequestFormats">
            <name>Certification Request Formats</name>
            <t>Certification Requests are based on PKCS #10, CRMF, or Other Request
formats. <xref target="PKCS10CertificationSyntax"/> specifies the requirements for clients
and servers dealing with PKCS #10. <xref target="CRMFCertificationSyntax"/> specifies the
requirements for clients and servers dealing with CRMF.
<xref target="OtherCertificationRequest"/> specifies the requirements for clients and servers
dealing with Other Request.</t>
            <artwork><![CDATA[
  TaggedRequest ::= CHOICE {
    tcr               [0] TaggedCertificationRequest,
    crm               [1] CertReqMsg,
    orm               [2] SEQUENCE {
      bodyPartID            BodyPartID,
      requestMessageType    OBJECT IDENTIFIER,
      requestMessageValue   ANY DEFINED BY requestMessageType
    }
  }
]]></artwork>
            <t>The fields in TaggedRequest have the following meaning:</t>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t><tt>tcr</tt> is a certification request that uses the PKCS #10 syntax.
   Details on PKCS #10 are found in <xref target="PKCS10CertificationSyntax"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t><tt>crm</tt> is a certification request that uses the CRMF syntax. Details
   on CRMF are found in <xref target="CRMFCertificationSyntax"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t><tt>orm</tt> is an externally defined certification request. One example is
    an attribute certification request.  The fields of this structure
    are:</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t><tt>bodyPartID</tt> is the identifier number for this certification
    request. Details on body part identifiers are found in
    <xref target="BodyPartIdentification"/>.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t><tt>requestMessageType</tt> identifies the other request type. These
   values are defined outside of this document.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t><tt>requestMessageValue</tt> is the data associated with the other request
   type.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
            <section anchor="PKCS10CertificationSyntax">
              <name>PKCS #10 Certification Syntax</name>
              <t>A certification request based on PKCS #10 uses the following ASN.1
structure:</t>
              <artwork><![CDATA[
  TaggedCertificationRequest ::= SEQUENCE {
    bodyPartID            BodyPartID,
    certificationRequest  CertificationRequest
  }
]]></artwork>
              <t>The fields in TaggedCertificationRequest have the following meaning:</t>
              <ul empty="true">
                <li>
                  <ul empty="true">
                    <li>
                      <t><tt>bodyPartID</tt> is the identifier number for this certification request.
   Details on body part identifiers are found in <xref target="BodyPartIdentification"/>.</t>
                    </li>
                  </ul>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <ul empty="true">
                    <li>
                      <t><tt>certificationRequest</tt> contains the PKCS-#10-based certification
   request.  Its fields are described in <xref target="PKCS10"/>.</t>
                    </li>
                  </ul>
                </li>
              </ul>
              <t>When producing a certification request based on PKCS #10, clients
<bcp14>MUST</bcp14> produce the certification request with a subject name and public
key. Some PKI products are operated using a central repository of
information to assign subject names upon receipt of a certification
request. To accommodate this mode of operation, the subject field in
a CertificationRequest <bcp14>MAY</bcp14> be NULL, but <bcp14>MUST</bcp14> be present. CAs that
receive a CertificationRequest with a NULL subject field <bcp14>MAY</bcp14> reject
such certification requests. If rejected and a PKI Response is
returned, the CA <bcp14>MUST</bcp14> return a PKI Response with the CMCFailInfo
value with the value badRequest.</t>
            </section>
            <section anchor="CRMFCertificationSyntax">
              <name>CRMF Certification Syntax</name>
              <t>A CRMF message uses the following ASN.1 structure (defined in <xref target="CRMF"/>
and included here for convenience):</t>
              <artwork><![CDATA[
  CertReqMsg ::= SEQUENCE {
    certReq   CertRequest,
    popo      ProofOfPossession  OPTIONAL,
    -- content depends upon key type
    regInfo   SEQUENCE SIZE(1..MAX) OF
                AttributeTypeAndValue OPTIONAL }

  CertRequest ::= SEQUENCE {
    certReqId     INTEGER,
                    -- ID for matching request and reply
    certTemplate  CertTemplate,
                    -- Selected fields of cert to be issued
    controls      Controls OPTIONAL }
                    -- Attributes affecting issuance

  CertTemplate ::= SEQUENCE {
    version      [0] Version               OPTIONAL,
    serialNumber [1] INTEGER               OPTIONAL,
    signingAlg   [2] AlgorithmIdentifier   OPTIONAL,
    issuer       [3] Name                  OPTIONAL,
    validity     [4] OptionalValidity      OPTIONAL,
    subject      [5] Name                  OPTIONAL,
    publicKey    [6] SubjectPublicKeyInfo  OPTIONAL,
    issuerUID    [7] UniqueIdentifier      OPTIONAL,
    subjectUID   [8] UniqueIdentifier      OPTIONAL,
    extensions   [9] Extensions            OPTIONAL }
]]></artwork>
              <t>The fields in CertReqMsg are explained in <xref target="CRMF"/>.</t>
              <t>This document imposes the following additional restrictions on the
construction and processing of CRMF certification requests:</t>
              <ul empty="true">
                <li>
                  <t>When a Full PKI Request includes a CRMF certification request,
  both the subject and publicKey fields in the CertTemplate <bcp14>MUST</bcp14> be
  defined. The subject field can be encoded as NULL, but <bcp14>MUST</bcp14> be
  present.</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>When both CRMF and CMC controls exist with equivalent
  functionality, the CMC control <bcp14>SHOULD</bcp14> be used. The CMC control
  <bcp14>MUST</bcp14> override the CRMF control.</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>The regInfo field <bcp14>MUST NOT</bcp14> be used on a CRMF certification
  request. Equivalent functionality is provided in the CMC regInfo
  control (<xref target="RegistrationandResponseInformationControls"/>).</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>The indirect method of proving POP is not supported in this
  protocol. One of the other methods (including the direct method
  described in this document) <bcp14>MUST</bcp14> be used. The value of encrCert
  in SubsequentMessage <bcp14>MUST NOT</bcp14> be used.</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>Since the subject and publicKeyValues are always present, the
  POPOSigningKeyInput <bcp14>MUST NOT</bcp14> be used when computing the value for
  POPSigningKey.</t>
                </li>
              </ul>
              <t>A server is not required to use all of the values suggested by the
client in the CRMF certification request. Servers <bcp14>MUST</bcp14> be able to
process all extensions defined, but not prohibited in <xref target="PKIXCERT"/>.
Servers are not required to be able to process other X.509v3
extensions transmitted using this protocol, nor are they required to
be able to process private extensions. Servers are permitted to
modify client-requested extensions. Servers <bcp14>MUST NOT</bcp14> alter an
extension so as to invalidate the original intent of a client-
requested extension. (For example, change key usage from
keyAgreement to digitalSignature.) If a certification request is
denied due to the inability to handle a requested extension, the
server <bcp14>MUST</bcp14> respond with a Full PKI Response with a CMCFailInfo value
with the value of unsupportedExt.</t>
            </section>
            <section anchor="OtherCertificationRequest">
              <name>Other Certification Request</name>
              <t>This document allows for other certification request formats to be
defined and used as well. An example of an other certification
request format is one for Attribute Certificates. These other
certification request formats are defined by specifying an OID for
identification and the structure to contain the data to be passed.</t>
            </section>
          </section>
          <section anchor="ContentInfoObjects">
            <name>Content Info Objects</name>
            <t>The <tt>cmsSequence</tt> field of the <tt>PKIData</tt> and <tt>PKIResponse</tt> messages
contains zero or more tagged content info objects. The syntax for
this structure is:</t>
            <artwork><![CDATA[
  TaggedContentInfo ::= SEQUENCE {
    bodyPartID              BodyPartID,
    contentInfo             ContentInfo
  }
]]></artwork>
            <t>The fields in <tt>TaggedContentInfo</tt> have the following meaning:</t>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t><tt>bodyPartID</tt> is a unique integer that identifies this content info
   object.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t><tt>contentInfo</tt> is a ContentInfo object (defined in <xref target="CMS"/>).</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>The four content types used in <tt>cmsSequence</tt> are <tt>AuthenticatedData</tt>,
<tt>Data</tt>, <tt>EnvelopedData</tt>, and <tt>SignedData</tt>. All of these content types are
defined in <xref target="CMS"/>.</t>
            <section anchor="AuthenticatedData">
              <name>Authenticated Data</name>
              <t>The <tt>AuthenticatedData</tt> content type provides a method of doing pre-
shared-secret-based validation of data being sent between two
parties. Unlike <tt>SignedData</tt>, it does not specify which party actually
generated the information.</t>
              <t><tt>AuthenticatedData</tt> provides origination authentication in those
circumstances where a shared-secret exists, but a PKI-based trust has
not yet been established. No PKI-based trust may have been
established because a trust anchor has not been installed on the
client or no certificate exists for a signing key.</t>
              <t><tt>AuthenticatedData</tt> content type is used by this document for:</t>
              <ul empty="true">
                <li>
                  <t>The id-cmc-authData control (<xref target="AuthenticatedDataControl"/>), and</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>The top-level wrapper in environments where an encryption-only key
  is being certified or where a shared-secret exists, but a PKI-based
  trust (needed for SignedData) has not yet been established.</t>
                </li>
              </ul>
              <t>This content type can include both PKIData and PKIResponse as the
encapsulated content types. These embedded content types can contain
additional controls that need to be processed.</t>
            </section>
            <section anchor="Data">
              <name>Data</name>
              <t>The Data content type allows for general transport of unstructured
data.</t>
              <t>The Data content type is used by this document for:</t>
              <ul empty="true">
                <li>
                  <t>Holding the encrypted random value y for POP proof in the
  encrypted POP control (see <xref target="EncryptedandDecryptedPOPControls"/>).</t>
                </li>
              </ul>
            </section>
            <section anchor="EnvelopedData">
              <name>Enveloped Data</name>
              <t>The <tt>EnvelopedData</tt> content type provides for shrouding of data.</t>
              <t>The <tt>EnvelopedData</tt> content type is the primary confidentiality method
for sensitive information in this protocol. <tt>EnvelopedData</tt> can
provide encryption of an entire PKI Request (see <xref target="ApplicationofEncryptiontoaPKIRequestResponse"/>).
<tt>EnvelopedData</tt> can also be used to wrap private key material for key
archival. If the decryption on an EnvelopedData fails, a Full PKI
Response is returned with a <tt>CMCFailInfo</tt> value of <tt>badMessageCheck</tt> and
a <tt>bodyPartID</tt> of 0.</t>
            </section>
            <section anchor="SignedData">
              <name>Signed Data</name>
              <t>The <tt>SignedData</tt> content type provides for authentication and
integrity.</t>
              <t>The <tt>SignedData</tt> content type is used by this document for:</t>
              <ul empty="true">
                <li>
                  <t>The outer wrapper for a PKI Request.</t>
                </li>
              </ul>
              <ul empty="true">
                <li>
                  <t>The outer wrapper for a PKI Response.</t>
                </li>
              </ul>
              <t>As part of processing a PKI Request/Response, the signature(s) <bcp14>MUST</bcp14>
be verified. If the signature does not verify and the PKI Request/
Response contains anything other than a CMC Status Info control, a
Full PKI Response containing a CMC Status Info control <bcp14>MUST</bcp14> be
returned using a <tt>CMCFailInfo</tt> with a value of <tt>badMessageCheck</tt> and a
<tt>bodyPartID</tt> of 0.</t>
              <t>For the PKI Response, <tt>SignedData</tt> allows the server to sign the
returning data, if any exists, and to carry the certificates and CRLs
corresponding to the PKI Request. If no data is being returned
beyond the certificates and CRLs, there is no 'eContent' field in the
'EncapsulatedContentInfo' and no 'SignerInfo'.</t>
              <t>Only if the server is unable to sign the response (and unable to use
any <tt>RecipientInfo</tt> options of the <tt>AuthenticatedData</tt> content type),
and at the same time it should send a negative response,
Full PKI Response <tt>SignedData</tt> type containing a CMC Status Info control
<bcp14>MUST</bcp14> be returned using a <tt>CMCFailInfo</tt> with a value of internalCAError and
a <tt>bodyPartID</tt> of 0, and the eContent field in the <tt>EncapsulatedContentInfo</tt>
as well as <tt>SignerInfo</tt> fields <bcp14>MUST</bcp14> not be populated.</t>
            </section>
          </section>
          <section anchor="OtherMessageBodies">
            <name>Other Message Bodies</name>
            <t>The otherMsgSequence field of the PKI Request/Response allows for
arbitrary data objects to be carried as part of a PKI Request/
Response. This is intended to contain a data object that is not
already wrapped in a cmsSequence field <xref target="ContentInfoObjects"/>. The data
object is ignored unless a control references the data object by
bodyPartID.</t>
            <artwork><![CDATA[
  OtherMsg ::= SEQUENCE {
    bodyPartID        BodyPartID,
    otherMsgType      OBJECT IDENTIFIER,
    otherMsgValue     ANY DEFINED BY otherMsgType }
]]></artwork>
            <t>The fields in OtherMsg have the following meaning:</t>
            <ul empty="true">
              <li>
                <t>bodyPartID is the unique id identifying this data object.</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>otherMsgType is the OID that defines the type of message body.</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>otherMsgValue is the data.</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="BodyPartIdentification">
          <name>Body Part Identification</name>
          <t>Each element of a PKIData or PKIResponse has an associated body part
identifier. The body part identifier is a 4-octet integer using the
ASN.1 of:</t>
          <artwork><![CDATA[
  bodyIdMax INTEGER ::= 4294967295

  BodyPartID ::= INTEGER(0..bodyIdMax)
]]></artwork>
          <t>Body part identifiers are encoded in the certReqIds field for
CertReqMsg objects (in a TaggedRequest) or in the bodyPartID field of
the other objects. The body part identifier <bcp14>MUST</bcp14> be unique within a
single PKIData or PKIResponse. Body part identifiers can be
duplicated in different layers (for example, a PKIData embedded
within another).</t>
          <t>The bodyPartID value of 0 is reserved for use as the reference to the
current PKIData object.</t>
          <t>Some controls, such as the Add Extensions control <xref target="AddExtensionsControl"/>,
use the body part identifier in the pkiDataReference field to refer
to a PKI Request in the current PKIData. Some controls, such as the
Extended CMC Status Info control <xref target="extCMCStatusInfo"/>, will also use body
part identifiers to refer to elements in the previous PKI Request/
Response. This allows an error to be explicit about the control or
PKI Request to which the error applies.</t>
          <t>A BodyPartList contains a list of body parts in a PKI Request/
Response (i.e., the Batch Request control in <xref target="BatchRequestandResponseControls"/>). The
ASN.1 type BodyPartList is defined as:</t>
          <artwork><![CDATA[
  BodyPartList ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
]]></artwork>
          <t>A BodyPartPath contains a path of body part identifiers moving
through nesting (i.e., the Modify Certification Request control in
<xref target="ModifyCertificationRequestControl"/>). The ASN.1 type BodyPartPath is defined as:</t>
          <artwork><![CDATA[
  BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
]]></artwork>
        </section>
        <section anchor="CMCUnsignedDataAttribute">
          <name>CMC Unsigned Data Attribute</name>
          <t>There is sometimes a need to include data in a PKI Request designed
to be removed by an RA during processing. An example of this is the
inclusion of an encrypted private key, where a Key Archive Agent
removes the encrypted private key before sending it on to the CA.
One side effect of this desire is that every RA that encapsulates
this information needs to move the data so that it is not covered by
that RA's signature. (A client PKI Request encapsulated by an RA
cannot have a signed control removed by the Key Archive Agent without
breaking the RA's signature.) The CMC Unsigned Data attribute
addresses this problem.</t>
          <t>The CMC Unsigned Data attribute contains information that is not
directly signed by a client. When an RA encounters this attribute in
the unsigned or unauthenticated attribute field of a request it is
aggregating, the CMC Unsigned Data attribute is removed from the
request prior to placing the request in a cmsSequence and placed in
the unsigned or unauthenticated attributes of the RA's signed or
authenticated data wrapper.</t>
          <t>The CMC Unsigned Data attribute is identified by:</t>
          <artwork><![CDATA[
  id-aa-cmc-unsignedData OBJECT IDENTIFIER ::= { id-aa 34 }
]]></artwork>
          <t>The CMC Unsigned Data attribute has the ASN.1 definition:</t>
          <artwork><![CDATA[
  CMCUnsignedData ::= SEQUENCE {
    bodyPartPath        BodyPartPath,
    identifier          OBJECT IDENTIFIER,
    content             ANY DEFINED BY identifier
  }
]]></artwork>
          <t>The fields in CMCUnsignedData have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>bodyPartPath is the path pointing to the control associated with
   this data. When an RA moves the control in an unsigned or
   unauthenticated attribute up one level as part of wrapping the
   data in a new SignedData or AuthenticatedData, the body part
   identifier of the embedded item in the PKIData is prepended to the
   bodyPartPath sequence.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>identifier is the OID that defines the associated data.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>content is the data.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>There <bcp14>MUST</bcp14> be at most one CMC Unsigned Data attribute in the
UnsignedAttribute sequence of a SignerInfo or in the
UnauthenticatedAttribute sequence of an AuthenticatedData.
UnsignedAttribute consists of a set of values; the attribute can have
any number of values greater than zero in that set. If the CMC
Unsigned Data attribute is in one SignerInfo or AuthenticatedData, it
<bcp14>MUST</bcp14> appear with the same values(s) in all SignerInfo and
AuthenticatedData items.</t>
        </section>
      </section>
    </section>
    <section anchor="PKIResponses">
      <name>PKI Responses</name>
      <t>Two types of PKI Responses exist. This section gives the details on
both types.</t>
      <section anchor="SimplePKIResponse">
        <name>Simple PKI Response</name>
        <t>Clients <bcp14>MUST</bcp14> be able to process the Simple PKI Response. The Simple
PKI Response consists of a SignedData with no EncapsulatedContentInfo
and no SignerInfo. The certificates requested in the PKI Response
are returned in the certificate field of the SignedData.</t>
        <t>Clients <bcp14>MUST NOT</bcp14> assume the certificates are in any order. Servers
<bcp14>SHOULD</bcp14> include all intermediate certificates needed to form complete
certification paths to one or more trust anchors, not just the newly
issued certificate(s). The server <bcp14>MAY</bcp14> additionally return CRLs in
the CRL bag. Servers <bcp14>MAY</bcp14> include the self-signed certificates.
Clients <bcp14>MUST NOT</bcp14> implicitly trust included self-signed certificate(s)
merely due to its presence in the certificate bag. In the event
clients receive a new self-signed certificate from the server,
clients <bcp14>SHOULD</bcp14> provide a mechanism to enable the user to use the
certificate as a trust anchor. (The Publish Trust Anchors control
(<xref target="PublishTrustAnchorsControl"/>) should be used in the event that the server intends
the client to accept one or more certificates as trust anchors. This
requires the use of the Full PKI Response message.)</t>
      </section>
      <section anchor="FullPKIResponse">
        <name>Full PKI Response</name>
        <t>Clients <bcp14>MUST</bcp14> be able to process a Full PKI Response.</t>
        <t>The Full PKI Response consists of a SignedData or AuthenticatedData
encapsulating a PKIResponse content type. The certificates issued in
a PKI Response are returned in the certificates field of the
immediately encapsulating SignedData.</t>
        <t>Clients <bcp14>MUST NOT</bcp14> assume the certificates are in any order. Servers
<bcp14>SHOULD</bcp14> include all intermediate certificates needed to form complete
chains to one or more trust anchors, not just the newly issued
certificate(s). The server <bcp14>MAY</bcp14> additionally return CRLs in the CRL
bag. Servers <bcp14>MAY</bcp14> include self-signed certificates. Clients <bcp14>MUST NOT</bcp14>
implicitly trust included self-signed certificate(s) merely due to
its presence in the certificate bag. In the event clients receive a
new self-signed certificate from the server, clients <bcp14>MAY</bcp14> provide a
mechanism to enable the user to explicitly use the certificate as a
trust anchor. (The Publish Trust Anchors control (<xref target="PublishTrustAnchorsControl"/>)
exists for the purpose of allowing for distribution of trust anchor
certificates. If a trusted anchor publishes a new trusted anchor,
this is one case where automated trust of the new trust anchor could
be allowed.)</t>
        <section anchor="PKIResponseContentType">
          <name>PKIResponse Content Type</name>
          <t>The PKIResponse content type is used for the Full PKI Response. The
PKIResponse content type is identified by:</t>
          <artwork><![CDATA[
  id-cct-PKIResponse OBJECT IDENTIFIER ::= { id-pkix id-cct(12) 3  }
]]></artwork>
          <t>The ASN.1 structure corresponding to the PKIResponse content type is:</t>
          <artwork><![CDATA[
  PKIResponse ::= SEQUENCE {
    controlSequence   SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
    cmsSequence       SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
    otherMsgSequence  SEQUENCE SIZE(0..MAX) OF OtherMsg
    }

    ReponseBody ::= PKIResponse
]]></artwork>
          <t>Note: In <xref target="RFC2797"/>, this ASN.1 type was named ResponseBody. It has
been renamed to PKIResponse for clarity and the old name kept as a
synonym.</t>
          <t>The fields in PKIResponse have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>controlSequence is a sequence of controls. The controls defined in
   this document are found in Section 6. Controls can be defined by
   other parties. Details on the TaggedAttribute structure are found
  in <xref target="ControlSyntax"/>.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>cmsSequence is a sequence of <xref target="CMS"/> message objects. See
   <xref target="ContentInfoObjects"/> for more details.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>otherMsgSequence is a sequence of arbitrary data objects. Data
   objects placed here are referred to by one or more controls. This
   allows for controls to use large amounts of data without the data
   being embedded in the control. See <xref target="OtherMessageBodies"/> for more
   details.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Processing of PKIResponse by a recipient is as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>All controls should be examined and processed in an appropriate
manner. The appropriate processing is to complete processing at
this time, to ignore the control, or to place the control on a
to-do list for later processing.</t>
            </li>
            <li>
              <t>Additional processing of non-element items includes the saving of
certificates and CRLs present in wrapping layers. This type of
processing is based on the consumer of the element and should not
be relied on by generators.</t>
            </li>
          </ol>
          <t>No processing is required for cmsSequence or otherMsgSequence members
of the PKIResponse, if items are present and are not referenced by a
control. In this case, the cmsSequence and otherMsgSequence members
are to be ignored.</t>
        </section>
      </section>
    </section>
    <section anchor="ApplicationofEncryptiontoaPKIRequestResponse">
      <name>Application of Encryption to a PKI Request/Response</name>
      <t>There are occasions when a PKI Request or Response must be encrypted
in order to prevent disclosure of information in the PKI Request/
Response from being accessible to unauthorized entities. This
section describes the means to encrypt Full PKI Requests and
Responses (Simple PKI Requests cannot be encrypted). Data portions
of PKI Requests and Responses that are placed in the cmsSequence
field can be encrypted separately.</t>
      <t>Confidentiality is provided by wrapping the PKI Request/Response (a
SignedData) in an EnvelopedData. The nested content type in the
EnvelopedData is id-SignedData. Note that this is different from
S/MIME where there is a MIME layer placed between the encrypted and
signed data. It is recommended that if an EnvelopedData layer is
applied to a PKI Request/Response, a second signature layer be placed
outside of the EnvelopedData layer. The following figure shows how
this nesting would be done:</t>
      <artwork><![CDATA[
  Normal              Option 1                  Option 2
  ------              --------                  --------
   SignedData          EnvelopedData             SignedData
     PKIData             SignedData                EnvelopedData
                           PKIData                   SignedData
                                                       PKIData
]]></artwork>
      <t>Note: PKIResponse can be substituted for PKIData in the above figure.</t>
      <t>Options 1 and 2 prevent leakage of sensitive data by encrypting the
Full PKI Request/Response. An RA that receives a PKI Request that it
cannot decrypt <bcp14>MAY</bcp14> reject the PKI Request unless it can process the
PKI Request without knowledge of the contents (i.e., all it does is
amalgamate multiple PKI Requests and forward them to a server).</t>
      <t>After the RA removes the envelope and completes processing, it may
then apply a new EnvelopedData layer to protect PKI Requests for
transmission to the next processing agent. Section 7 contains more
information about RA processing.</t>
      <t>Full PKI Requests/Responses can be encrypted or transmitted in the
clear. Servers <bcp14>MUST</bcp14> provide support for all three options.</t>
      <t>Alternatively, an authenticated, secure channel could exist between
the parties that require confidentiality. Clients and servers <bcp14>MAY</bcp14>
use such channels instead of the technique described above to provide
secure, private communication of Simple and Full PKI Requests/
Responses.</t>
    </section>
    <section anchor="Controls">
      <name>Controls</name>
      <t>Controls are carried as part of both Full PKI Requests and Responses.
Each control is encoded as a unique OID followed by the data for the
control (see syntax in <xref target="ControlSyntax"/>). The encoding of the data is
based on the control. Processing systems would first detect the OID
(TaggedAttribute attrType) and process the corresponding control
value (TaggedAttribute attrValues) prior to processing the message
body.</t>
      <t>The OIDs are all defined under the following arc:</t>
      <artwork><![CDATA[
  id-pkix OBJECT IDENTIFIER  ::= { iso(1) identified-organization(3)
    dod(6) internet(1) security(5) mechanisms(5) pkix(7) }

  id-cmc OBJECT IDENTIFIER ::= { id-pkix 7 }
]]></artwork>
      <t>The following table lists the names, OID, and syntactic structure for
each of the controls described in this document.</t>
      <table anchor="ctrl-attrs">
        <name>CMC Control Attributes</name>
        <thead>
          <tr>
            <th align="left">Identifier Description</th>
            <th align="left">OID</th>
            <th align="left">ASN.1 Structure</th>
            <th align="left">Section</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">id-cmc-statusInfo</td>
            <td align="left">id-cmc 1</td>
            <td align="left">CMCStatusInfo</td>
            <td align="left">6.1.2</td>
          </tr>
          <tr>
            <td align="left">id-cmc-identification</td>
            <td align="left">id-cmc 2</td>
            <td align="left">UTF8String</td>
            <td align="left">6.2.3</td>
          </tr>
          <tr>
            <td align="left">id-cmc-identityProof</td>
            <td align="left">id-cmc 3</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.2.2</td>
          </tr>
          <tr>
            <td align="left">id-cmc-dataReturn</td>
            <td align="left">id-cmc 4</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.4</td>
          </tr>
          <tr>
            <td align="left">id-cmc-transactionId</td>
            <td align="left">id-cmc 5</td>
            <td align="left">INTEGER</td>
            <td align="left">6.6</td>
          </tr>
          <tr>
            <td align="left">id-cmc-senderNonce</td>
            <td align="left">id-cmc 6</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.6</td>
          </tr>
          <tr>
            <td align="left">id-cmc-recipientNonce</td>
            <td align="left">id-cmc 7</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.6</td>
          </tr>
          <tr>
            <td align="left">id-cmc-addExtensions</td>
            <td align="left">id-cmc 8</td>
            <td align="left">AddExtensions</td>
            <td align="left">6.5.2</td>
          </tr>
          <tr>
            <td align="left">id-cmc-encryptedPOP</td>
            <td align="left">id-cmc 9</td>
            <td align="left">EncryptedPOP</td>
            <td align="left">6.7</td>
          </tr>
          <tr>
            <td align="left">id-cmc-decryptedPOP</td>
            <td align="left">id-cmc 10</td>
            <td align="left">DecryptedPOP</td>
            <td align="left">6.7</td>
          </tr>
          <tr>
            <td align="left">id-cmc-lraPOPWitness</td>
            <td align="left">id-cmc 11</td>
            <td align="left">LraPOPWitness</td>
            <td align="left">6.8</td>
          </tr>
          <tr>
            <td align="left">id-cmc-getCert</td>
            <td align="left">id-cmc 15</td>
            <td align="left">GetCert</td>
            <td align="left">6.9</td>
          </tr>
          <tr>
            <td align="left">id-cmc-getCRL</td>
            <td align="left">id-cmc 16</td>
            <td align="left">GetCRL</td>
            <td align="left">6.10</td>
          </tr>
          <tr>
            <td align="left">id-cmc-revokeRequest</td>
            <td align="left">id-cmc 17</td>
            <td align="left">RevokeRequest</td>
            <td align="left">6.11</td>
          </tr>
          <tr>
            <td align="left">id-cmc-regInfo</td>
            <td align="left">id-cmc 18</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.12</td>
          </tr>
          <tr>
            <td align="left">id-cmc-responseInfo</td>
            <td align="left">id-cmc 19</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.12</td>
          </tr>
          <tr>
            <td align="left">id-cmc-queryPending</td>
            <td align="left">id-cmc 21</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.13</td>
          </tr>
          <tr>
            <td align="left">id-cmc-popLinkRandom</td>
            <td align="left">id-cmc 22</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.3.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-popLinkWitness</td>
            <td align="left">id-cmc 23</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.3.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-popLinkWitnessV2</td>
            <td align="left">id-cmc 33</td>
            <td align="left">OCTET STRING</td>
            <td align="left">6.3.1.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-confirmCertAcceptance</td>
            <td align="left">id-cmc 24</td>
            <td align="left">CMCCertId</td>
            <td align="left">6.14</td>
          </tr>
          <tr>
            <td align="left">id-cmc-statusInfoV2</td>
            <td align="left">id-cmc 25</td>
            <td align="left">CMCStatusInfoV2</td>
            <td align="left">6.1.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-trustedAnchors</td>
            <td align="left">id-cmc 26</td>
            <td align="left">PublishTrustAnchors</td>
            <td align="left">6.15</td>
          </tr>
          <tr>
            <td align="left">id-cmc-authData</td>
            <td align="left">id-cmc 27</td>
            <td align="left">AuthPublish</td>
            <td align="left">6.16</td>
          </tr>
          <tr>
            <td align="left">id-cmc-batchRequests</td>
            <td align="left">id-cmc 28</td>
            <td align="left">BodyPartList</td>
            <td align="left">6.17</td>
          </tr>
          <tr>
            <td align="left">id-cmc-batchResponses</td>
            <td align="left">id-cmc 29</td>
            <td align="left">BodyPartList</td>
            <td align="left">6.17</td>
          </tr>
          <tr>
            <td align="left">id-cmc-publishCert</td>
            <td align="left">id-cmc 30</td>
            <td align="left">CMCPublicationInfo</td>
            <td align="left">6.18</td>
          </tr>
          <tr>
            <td align="left">id-cmc-modCertTemplate</td>
            <td align="left">id-cmc 31</td>
            <td align="left">ModCertTemplate</td>
            <td align="left">6.5.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-controlProcessed</td>
            <td align="left">id-cmc 32</td>
            <td align="left">ControlsProcessed</td>
            <td align="left">6.19</td>
          </tr>
          <tr>
            <td align="left">id-cmc-identityProofV2</td>
            <td align="left">id-cmc 34</td>
            <td align="left">IdentityProofV2</td>
            <td align="left">6.2.1</td>
          </tr>
          <tr>
            <td align="left">id-cmc-raIdentityWitness</td>
            <td align="left">id-cmc 35</td>
            <td align="left">BodyPartPath</td>
            <td align="left">6.20</td>
          </tr>
          <tr>
            <td align="left">id-cmc-responseBody</td>
            <td align="left">id-cmc 37</td>
            <td align="left">BodyPartPath</td>
            <td align="left">6.21</td>
          </tr>
        </tbody>
      </table>
      <section anchor="xtCMCStatusInfo">
        <name>CMC Status Info Controls</name>
        <t>The CMC Status Info controls return information about the status of a
client/server request/response. Two controls are described in this
section. The Extended CMC Status Info control is the preferred
control; the CMC Status Info control is included for backwards
compatibility with RFC 2797.</t>
        <t>Servers <bcp14>MAY</bcp14> emit multiple CMC status info controls referring to a
single body part. Clients <bcp14>MUST</bcp14> be able to deal with multiple CMC
status info controls in a PKI Response. Servers <bcp14>MUST</bcp14> use the
Extended CMC Status Info control, but <bcp14>MAY</bcp14> additionally use the CMC
Status Info control. Clients <bcp14>MUST</bcp14> be able to process the Extended</t>
        <t>CMC Status Info control.</t>
        <section anchor="extCMCStatusInfo">
          <name>Extended CMC Status Info Control</name>
          <t>The Extended CMC Status Info control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-statusInfoV2 OBJECT IDENTIFIER ::= { id-cmc 25 }
]]></artwork>
          <t>The Extended CMC Status Info control has the ASN.1 definition:</t>
          <artwork><![CDATA[
   CMCStatusInfoV2 ::= SEQUENCE {
      cMCStatus             CMCStatus,
      bodyList              SEQUENCE SIZE (1..MAX) OF
                              BodyPartReference,
      statusString          UTF8String OPTIONAL,
      otherInfo             OtherStatusInfo OPTIONAL
   }

   OtherStatusInfo ::= CHOICE {
      failInfo              CMCFailInfo,
      pendInfo              PendInfo,
      extendedFailInfo      ExtendedFailInfo
   }

   PendInfo ::= SEQUENCE {
      pendToken           OCTET STRING,
      pendTime            GeneralizedTime
   }

   ExtendedFailInfo ::= SEQUENCE {
      failInfoOID            OBJECT IDENTIFIER,
      failInfoValue          ANY DEFINED BY failInfoOID
   }

  BodyPartReference ::= CHOICE {
    bodyPartID           BodyPartID,
    bodyPartPath         BodyPartPath
   }
]]></artwork>
          <t>The fields in CMCStatusInfoV2 have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>cMCStatus contains the returned status value. Details are in
   <xref target="CMCStatusValues"/>.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>bodyList identifies the controls or other elements to which the
   status value applies. If an error is returned for a Simple PKI
   Request, this field is the bodyPartID choice of BodyPartReference
   with the single integer of value 1.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>statusString contains additional description information. This
   string is human readable.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>otherInfo contains additional information that expands on the CMC
   status code returned in the cMCStatus field.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>The fields in OtherStatusInfo have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>failInfo is described in <xref target="CMCFailInfo"/>. It provides an error code
   that details what failure occurred. This choice is present only
   if cMCStatus contains the value failed.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>pendInfo contains information about when and how the client should
   request the result of this request. It is present when the
   cMCStatus is either pending or partial. pendInfo uses the
   structure PendInfo, which has the fields:</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>pendToken is the token used in the Query Pending control
   (<xref target="QueryPendingControl"/>).</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>pendTime contains the suggested time the server wants to be
   queried about the status of the certification request.</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>extendedFailInfo includes application-dependent detailed error
   information.  This choice is present only if cMCStatus contains
   the value failed.  Caution should be used when defining new values
   as they may not be correctly recognized by all clients and
   servers.  The CMCFailInfo value of internalCAError may be assumed
   if the extended error is not recognized.  This field uses the type
   ExtendedFailInfo.  ExtendedFailInfo has the fields:</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>failInfoOID contains an OID that is associated with a set of
   extended error values.</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>failInfoValue contains an extended error code from the defined
   set of extended error codes.</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <t>If the cMCStatus field is success, the Extended CMC Status Info
control <bcp14>MAY</bcp14> be omitted unless it is the only item in the response.</t>
        </section>
        <section anchor="CMCStatusInfoControl">
          <name>CMC Status Info Control</name>
          <t>The CMC Status Info control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-statusInfo OBJECT IDENTIFIER ::= { id-cmc 1 }
]]></artwork>
          <t>The CMC Status Info control has the ASN.1 definition:</t>
          <artwork><![CDATA[
  CMCStatusInfo ::= SEQUENCE {
    cMCStatus           CMCStatus,
    bodyList            BodyPartList,
    statusString        UTF8String OPTIONAL,
    otherInfo           CHOICE {
      failInfo            CMCFailInfo,
      pendInfo            PendInfo } OPTIONAL
    }
]]></artwork>
          <t>The fields in CMCStatusInfo have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>cMCStatus contains the returned status value. Details are in
   <xref target="CMCStatusValues"/>.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>bodyList contains the list of controls or other elements to which
   the status value applies. If an error is being returned for a
   Simple PKI Request, this field contains a single integer of value 1.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>statusString contains additional description information. This
   string is human readable.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>otherInfo provides additional information that expands on the CMC
   status code returned in the cMCStatus field.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>failInfo is described in <xref target="CMCFailInfo"/>. It provides an error
   code that details what failure occurred. This choice is
   present only if cMCStatus is failed.</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <ul spacing="normal">
                    <li>
                      <t>pendInfo uses the PendInfo ASN.1 structure in <xref target="extCMCStatusInfo"/>. It
   contains information about when and how the client should
   request results of this request. The pendInfo field <bcp14>MUST</bcp14> be
   populated for a cMCStatus value of pending or partial. Further
   details can be found in <xref target="extCMCStatusInfo"/> (Extended CMC Status Info
   Control) and <xref target="QueryPendingControl"/> (Query Pending Control ).</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <t>If the cMCStatus field is success, the CMC Status Info control <bcp14>MAY</bcp14> be
omitted unless it is the only item in the response. If no status
exists for a Simple or Full PKI Request, then the value of success is
assumed.</t>
        </section>
        <section anchor="CMCStatusValues">
          <name>CMCStatus Values</name>
          <t>CMCStatus is a field in the Extended CMC Status Info and CMC Status
Info controls. This field contains a code representing the success
or failure of a specific operation. CMCStatus has the ASN.1
structure:</t>
          <artwork><![CDATA[
  CMCStatus ::= INTEGER {
    success                (0),
    -- reserved            (1),
    failed                 (2),
    pending                (3),
    noSupport              (4),
    confirmRequired        (5),
    popRequired            (6),
    partial                (7)
    }
]]></artwork>
          <t>The values of CMCStatus have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>success indicates the request was granted or the action was
   completed.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>failed indicates the request was not granted or the action was not
   completed. More information is included elsewhere in the
   response.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>pending indicates the PKI Request has yet to be processed. The
   requester is responsible to poll back on this Full PKI request.
   pending may only be returned for certification request operations.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>noSupport indicates the requested operation is not supported.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>confirmRequired indicates a Confirm Certificate Acceptance control
   (<xref target="ConfirmCertificateAcceptanceControl"/>) must be returned before the certificate can be
   used.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>popRequired indicates a direct POP operation is required
   (<xref target="POPLinkRandomControl"/>).</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>partial indicates a partial PKI Response is returned. The requester
   is responsible to poll back for the unfulfilled portions of the
   Full PKI Request.</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="CMCFailInfo">
          <name>CMCFailInfo</name>
          <t>CMCFailInfo is a field in the Extended CMC Status Info and CMC Status
Info controls. CMCFailInfo conveys more detailed information
relevant to the interpretation of a failure condition. The
CMCFailInfo has the following ASN.1 structure:</t>
          <artwork><![CDATA[
  CMCFailInfo ::= INTEGER {
    badAlg            (0),
    badMessageCheck   (1),
    badRequest        (2),
    badTime           (3),
    badCertId         (4),
    unsupportedExt     (5),
    mustArchiveKeys   (6),
    badIdentity       (7),
    popRequired       (8),
    popFailed         (9),
    noKeyReuse        (10),
    internalCAError   (11),
    tryLater          (12),
    authDataFail      (13)
    }
]]></artwork>
          <t>The values of CMCFailInfo have the following meanings:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badAlg indicates unrecognized or unsupported algorithm.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badMessageCheck indicates integrity check failed.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badRequest indicates transaction was not permitted or supported.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badTime indicates message time field was not sufficiently close to
   the system time.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badCertId indicates no certificate could be identified matching the
   provided criteria.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>unsupportedExt indicates a requested X.509 extension is not
   supported by the recipient CA.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>mustArchiveKeys indicates private key material must be supplied.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>badIdentity indicates identification control failed to verify.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>popRequired indicates server requires a POP proof before issuing
   certificate.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>popFailed indicates POP processing failed.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>noKeyReuse indicates server policy does not allow key reuse.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>internalCAError indicates that the CA had an unknown internal
  failure.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>tryLater indicates that the server is not accepting requests at this
   time and the client should try at a later time.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>authDataFail indicates failure occurred during processing of
   authenticated data.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>If additional failure reasons are needed, they <bcp14>SHOULD</bcp14> use the
ExtendedFailureInfo item in the Extended CMC Status Info control.
However, for closed environments they can be defined using this type.
Such codes <bcp14>MUST</bcp14> be in the range from 1000 to 1999.</t>
        </section>
      </section>
      <section anchor="IdentificationandIdentityProofControls">
        <name>Identification and Identity Proof Controls</name>
        <t>Some CAs and RAs require that a proof-of-identity be included in a
certification request. Many different ways of doing this exist with
different degrees of security and reliability. Most are familiar
with a bank's request to provide your mother's maiden name as a form
of identity proof. The reasoning behind requiring a proof-of-
identity can be found in Appendix C of <xref target="CRMF"/>.</t>
        <t>CMC provides a method to prove the client's identity based on a
client/server shared-secret. If clients support the Full PKI
Request, clients <bcp14>MUST</bcp14> implement this method of identity proof
(<xref target="IdentityProofControl"/>). Servers <bcp14>MUST</bcp14> provide this method, but <bcp14>MAY</bcp14>
additionally support bilateral methods of similar strength.</t>
        <t>This document also provides an Identification control
(<xref target="IdentificationControl"/>). This control is a simple method to allow a client
to state who they are to the server. Generally, a shared-secret AND
an identifier of that shared-secret are passed from the server to the
client. The identifier is placed in the Identification control, and
the shared-secret is used to compute the Identity Proof control.</t>
        <section anchor="IdentityProofVersion2Control">
          <name>Identity Proof Version 2 Control</name>
          <t>The Identity Proof Version 2 control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-identityProofV2 OBJECT IDENTIFIER ::= { id-cmc 34 }
]]></artwork>
          <t>The Identity Proof Version 2 control has the ASN.1 definition:</t>
          <artwork><![CDATA[
  IdentifyProofV2 ::= SEQUENCE {
    hashAlgID        AlgorithmIdentifier,
    macAlgID         AlgorithmIdentifier,
    witness          OCTET STRING
    }
]]></artwork>
          <t>The fields of IdentityProofV2 have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>hashAlgID is the identifier and parameters for the hash algorithm
   used to convert the shared-secret into a key for the MAC
   algorithm.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>macAlgID is the identifier and the parameters for the message
   authentication code algorithm used to compute the value of the
   witness field.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>witness is the identity proof.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>The required method starts with an out-of-band transfer of a token
(the shared-secret). The shared-secret should be generated in a
random manner. The distribution of this token is beyond the scope of
this document. The client then uses this token for an identity proof
as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>The PKIData reqSequence field (encoded exactly as it appears in
the Full PKI Request including the sequence type and length) is
the value to be validated.</t>
            </li>
            <li>
              <t>A hash of the shared-secret as a UTF8 string is computed using
hashAlgID.</t>
            </li>
            <li>
              <t>A MAC is then computed using the value produced in Step 1 as the
message and the value from Step 2 as the key.</t>
            </li>
            <li>
              <t>The result from Step 3 is then encoded as the witness value in
the Identity Proof Version 2 control.</t>
            </li>
          </ol>
          <t>When the server verifies the Identity Proof Version 2 control, it
computes the MAC value in the same way and compares it to the witness
value contained in the PKI Request.</t>
          <t>If a server fails the verification of an Identity Proof Version 2
control, the CMCFailInfo value <bcp14>MUST</bcp14> be present in the Full PKI
Response and <bcp14>MUST</bcp14> have a value of badIdentity.</t>
          <t>Reuse of the shared-secret on certification request retries allows
the client and server to maintain the same view of acceptable
identity proof values. However, reuse of the shared-secret can
potentially open the door for some types of attacks.</t>
          <t>Implementations <bcp14>MUST</bcp14> be able to support tokens at least 16 characters
long. Guidance on the amount of entropy actually obtained from a
given length token based on character sets can be found in Appendix A
of <xref target="PASSWORD"/>.</t>
        </section>
        <section anchor="IdentityProofControl">
          <name>Identity Proof Control</name>
          <t>The Identity Proof control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-identityProof OBJECT IDENTIFIER ::= { id-cmc 3 }
]]></artwork>
          <t>The Identity Proof control has the ASN.1 definition:</t>
          <artwork><![CDATA[
  IdentifyProof ::= OCTET STRING
]]></artwork>
          <t>This control is processed in the same way as the Identity Proof
Version 2 control. In this case, the hash algorithm is fixed to
SHA-1 and the MAC algorithm is fixed to HMAC-SHA1.</t>
        </section>
        <section anchor="IdentificationControl">
          <name>Identification Control</name>
          <t>Optionally, servers <bcp14>MAY</bcp14> require the inclusion of the unprotected
Identification control with an Identification Proof control. The
Identification control is intended to contain a text string that
assists the server in locating the shared-secret needed to validate
the contents of the Identity Proof control. If the Identification
control is included in the Full PKI Request, the derivation of the
key in Step 2 (from <xref target="IdentityProofVersion2Control"/>) is altered so that the hash of the
concatenation of the shared-secret and the UTF8 identity value
(without the type and length bytes) are hashed rather than just the
shared-secret.</t>
          <t>The Identification control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-identification OBJECT IDENTIFIER ::= { id-cmc 2 }
]]></artwork>
          <t>The Identification control has the ASN.1 definition:</t>
          <artwork><![CDATA[
  Identification ::= UTF8String
]]></artwork>
        </section>
        <section anchor="HardwareShared-SecretTokenGeneration">
          <name>Hardware Shared-Secret Token Generation</name>
          <t>The shared-secret between the EE and the server is sometimes computed
using a hardware device that generates a series of tokens. The EE
can therefore prove its identity by transferring this token in plain
text along with a name string. The above protocol can be used with a
hardware shared-secret token generation device by the following
modifications:</t>
          <ol spacing="normal" type="1"><li>
              <t>The Identification control <bcp14>MUST</bcp14> be included and <bcp14>MUST</bcp14> contain the
hardware-generated token.</t>
            </li>
            <li>
              <t>The shared-secret value used above is the same hardware-generated
token.</t>
            </li>
            <li>
              <t>All certification requests <bcp14>MUST</bcp14> have a subject name, and the
subject name <bcp14>MUST</bcp14> contain the fields required to identify the
holder of the hardware token device.</t>
            </li>
            <li>
              <t>The entire certification request <bcp14>MUST</bcp14> be shrouded in some fashion
to prevent eavesdropping. Although the token is time critical,
an active eavesdropper cannot be permitted to extract the token
and submit a different certification request with the same token
value.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="LinkingIdentityandPOPInfomation">
        <name>Linking Identity and POP Information</name>
        <t>In a CMC Full PKI Request, identity proof information about the
client is carried in the certificate associated with the signature of
the SignedData containing the certification requests, one of the two
identity proof controls or the MAC computed for the AuthenticatedData
containing the certification requests.  Proof-of-possession (POP)
information for key pairs, however, is carried separately for each
PKCS #10 or CRMF certification request.  (For keys capable of
generating a digital signature, the POP is provided by the signature
on the PKCS #10 or CRMF request.  For encryption-only keys, the
controls described in <xref target="EncryptedandDecryptedPOPControls"/> are used.)  In order to prevent
substitution-style attacks, the protocol must guarantee that the same
entity supplied both the POP and proof-of-identity information.</t>
        <t>We describe three mechanisms for linking identity and POP
information: witness values cryptographically derived from a shared-
secret (<xref target="CryptographicLinkage"/>), shared-secret/subject name matching (<xref target="Shared-Secret_SubjectDNLinking"/>)
, and subject name matching to an existing certificate (<xref target="ExistingCertificateLinking"/>)
.  Clients and servers <bcp14>MUST</bcp14> support the witness value and the
certificate linking techniques.  Clients and servers <bcp14>MAY</bcp14> support
shared-secret/name matching or <bcp14>MAY</bcp14> support other bilateral techniques
of similar strength.  The idea behind the first two mechanisms is to
force the client to sign some data into each certification request
that can be directly associated with the shared-secret; this will
defeat attempts to include certification requests from different
entities in a single Full PKI Request.</t>
        <section anchor="CryptographicLinkage">
          <name>Cryptographic Linkage</name>
          <t>The first technique that links identity and POP information forces
the client to include a piece of information cryptographically
derived from the shared-secret as a signed extension within each
certification request (PKCS #10 or CRMF).</t>
          <section anchor="POPLinkWitnessVersion2Controls">
            <name>POP Link Witness Version 2 Controls</name>
            <t>The POP Link Witness Version 2 control is identified by the OID:</t>
            <artwork><![CDATA[
  id-cmc-popLinkWitnessV2 OBJECT IDENTIFIER ::= { id-cmc 33 }
]]></artwork>
            <t>The POP Link Witness Version 2 control has the ASN.1 definition:</t>
            <artwork><![CDATA[
  PopLinkWitnessV2 ::= SEQUENCE {
    keyGenAlgorithm   AlgorithmIdentifier,
    macAlgorithm      AlgorithmIdentifier,
    witness           OCTET STRING
    }
]]></artwork>
            <t>The fields of PopLinkWitnessV2 have the following meanings:</t>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>keyGenAlgorithm contains the algorithm used to generate the key for
   the MAC algorithm. This will generally be a hash algorithm, but
   could be a more complex algorithm.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>macAlgorithm contains the algorithm used to create the witness
   value.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>witness contains the computed witness value.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>This technique is useful if null subject DNs are used (because, for
example, the server can generate the subject DN for the certificate
based only on the shared-secret). Processing begins when the client
receives the shared-secret out-of-band from the server. The client
then computes the following values:</t>
            <ol spacing="normal" type="1"><li>
                <t>The client generates a random byte-string, R, which <bcp14>SHOULD</bcp14> be at
least 512 bits in length.</t>
              </li>
              <li>
                <t>The key is computed from the shared-secret using the algorithm in
keyGenAlgorithm.</t>
              </li>
              <li>
                <t>A MAC is then computed over the random value produced in Step 1,
using the key computed in Step 2.</t>
              </li>
              <li>
                <t>The random value produced in Step 1 is encoded as the value of a
POP Link Random control. This control <bcp14>MUST</bcp14> be included in the
Full PKI Request.</t>
              </li>
              <li>
                <t>The MAC value produced in Step 3 is placed in either the POP Link
Witness control or the witness field of the POP Link Witness V2
control.  </t>
                <ul spacing="normal">
                  <li>
                    <t>For CRMF, the POP Link Witness/POP Link Witness V2 control is
included in the controls field of the CertRequest structure.</t>
                  </li>
                  <li>
                    <t>For PKCS #10, the POP Link Witness/POP Link Witness V2 control
is included in the attributes field of the
CertificationRequestInfo structure.</t>
                  </li>
                </ul>
              </li>
            </ol>
            <t>Upon receipt, servers <bcp14>MUST</bcp14> verify that each certification request
contains a copy of the POP Link Witness/POP Link Witness V2 control
and that its value was derived using the above method from the
shared-secret and the random string included in the POP Link Random
control.</t>
            <t>The Identification control (<xref target="IdentificationControl"/>) or the subject DN of a
certification request can be used to help identify which shared-
secret was used.</t>
          </section>
          <section anchor="POPLinkWitnessControl">
            <name>POP Link Witness Control</name>
            <t>The POP Link Witness control is identified by the OID:</t>
            <artwork><![CDATA[
  id-cmc-popLinkWitness OBJECT IDENTIFIER ::= { id-cmc 23 }
]]></artwork>
            <t>The POP Link Witness control has the ASN.1 definition:</t>
            <artwork><![CDATA[
  PopLinkWitness ::= OCTET STRING
]]></artwork>
            <t>For this control, SHA-1 is used as the key generation algorithm.
HMAC-SHA1 is used as the mac algorithm.</t>
          </section>
          <section anchor="POPLinkRandomControl">
            <name>POP Link Random Control</name>
            <t>The POP Link Random control is identified by the OID:</t>
            <artwork><![CDATA[
  id-cmc-popLinkRandom OBJECT IDENTIFIER ::= { id-cmc 22 }
]]></artwork>
            <t>The POP Link Random control has the ASN.1 definition:</t>
            <artwork><![CDATA[
  PopLinkRandom ::= OCTET STRING
]]></artwork>
          </section>
        </section>
        <section anchor="Shared-Secret_SubjectDNLinking">
          <name>Shared-Secret/Subject DN Linking</name>
          <t>The second technique to link identity and POP information is to link
a particular subject distinguished name (subject DN) to the shared-
secrets that are distributed out-of-band and to require that clients
using the shared-secret to prove identity include that exact subject
DN in every certification request. It is expected that many client-
server connections that use shared-secret-based proof-of-identity
will use this mechanism. (It is common not to omit the subject DN
information from the certification request.)</t>
          <t>When the shared-secret is generated and transferred out-of-band to
initiate the registration process (<xref target="IdentificationandIdentityProofControls"/>), a particular subject
DN is also associated with the shared-secret and communicated to the
client. (The subject DN generated <bcp14>MUST</bcp14> be unique per entity in
accordance with the CA policy; a null subject DN cannot be used. A
common practice could be to place the identification value as part of
the subject DN.) When the client generates the Full PKI Request, it
<bcp14>MUST</bcp14> use these two pieces of information as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>The client <bcp14>MUST</bcp14> include the specific subject DN that it received
along with the shared-secret as the subject name in every
certification request (PKCS #10 and/or CRMF) in the Full PKI
Request. The subject names in the certification requests <bcp14>MUST
NOT</bcp14> be null.</t>
            </li>
            <li>
              <t>The client <bcp14>MUST</bcp14> include an Identity Proof control (<xref target="IdentityProofControl"/>)
or Identity Proof Version 2 control (<xref target="IdentityProofVersion2Control"/>), derived from
the shared-secret, in the Full PKI Request.</t>
            </li>
          </ol>
          <t>The server receiving this message <bcp14>MUST</bcp14> (a) validate the Identity
Proof control and then, (b) check that the subject DN included in
each certification request matches that associated with the shared-
secret. If either of these checks fails, the certification request
<bcp14>MUST</bcp14> be rejected.</t>
        </section>
        <section anchor="ExistingCertificateLinking">
          <name>Existing Certificate Linking</name>
          <t>Linking between the POP and an identity is easy when an existing
certificate is used.  The client copies all of the naming information
from the existing certificate (subject name and subject alternative
name) into the new certification request.  The POP on the new public
key is then performed by using the new key to sign the identity
information (linking the POP to a specific identity).  The identity
information is then tied to the POP information by signing the entire
enrollment request with the private key of the existing certificate.</t>
          <t>Existing certificate linking can be used in the following
circumstances:</t>
          <ul empty="true">
            <li>
              <t>When replacing a certificate by doing a renewal or rekey
   certification request.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>Using an existing certificate to get a new certificate.  An
  example of this would be to get a key establishment certificate
  after having gotten a signature certificate.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>Using a third-party certificate to get a new certificate from a
  CA.  An example of this would be using a certificate and key pair
  distributed with a device to prove an identity.  This requires
  that the CA have an out-of-band channel to map the identity in the
  device certificate to the new EE identity.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="DataReturnControl">
        <name>Data Return Control</name>
        <t>The Data Return control allows clients to send arbitrary data
(usually some type of internal state information) to the server and
to have the data returned as part of the Full PKI Response. Data
placed in a Data Return control is considered to be opaque to the
server. The same control is used for both Full PKI Requests and
Responses. If the Data Return control appears in a Full PKI Request,
the server <bcp14>MUST</bcp14> return it as part of the PKI Response.</t>
        <t>In the event that the information in the Data Return control needs to
be confidential, it is expected that the client would apply some type
of encryption to the contained data, but the details of this are
outside the scope of this specification.</t>
        <t>The Data Return control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-dataReturn OBJECT IDENTIFIER ::= { id-cmc 4 }
]]></artwork>
        <t>The Data Return control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  DataReturn ::= OCTET STRING
]]></artwork>
        <t>A client could use this control to place an identifier marking the
exact source of the private key material. This might be the
identifier of a hardware device containing the private key.</t>
      </section>
      <section anchor="RACertificateModificationControls">
        <name>RA Certificate Modification Controls</name>
        <t>These controls exist for RAs to be able to modify the contents of a
certification request. Modifications might be necessary for various
reasons. These include addition of certificate extensions or
modification of subject and/or subject alternative names.</t>
        <t>Two controls exist for this purpose. The first control, Modify
Certification Request (<xref target="ModifyCertificationRequestControl"/>), allows the RA to replace or
remove any field in the certificate. The second control, Add
Extensions (<xref target="AddExtensionsControl"/>), only allows for the addition of
extensions.</t>
        <section anchor="ModifyCertificationRequestControl">
          <name>Modify Certification Request Control</name>
          <t>The Modify Certification Request control is used by RAs to change
fields in a requested certificate.</t>
          <t>The Modify Certification Request control is identified by the OID:</t>
          <artwork><![CDATA[
  id-cmc-modCertTemplate OBJECT IDENTIFIER ::= { id-cmc 31 }
]]></artwork>
          <t>The Modify Certification Request has the ASN.1 definition:</t>
          <artwork><![CDATA[
  ModCertTemplate ::= SEQUENCE {
    pkiDataReference             BodyPartPath,
    certReferences               BodyPartList,
    replace                      BOOLEAN DEFAULT TRUE,
    certTemplate                 CertTemplate
    }
]]></artwork>
          <t>The fields in ModCertTemplate have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>pkiDataReference is the path to the PKI Request containing
   certification request(s) to be modified.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>certReferences refers to one or more certification requests in the
   PKI Request referenced by pkiDataReference to be modified. Each
   BodyPartID of the certReferences sequence <bcp14>MUST</bcp14> be equal to either
   the bodyPartID of a TaggedCertificationRequest (PKCS #10) or the
   certReqId of the CertRequest within a CertReqMsg (CRMF). By
   definition, the certificate extensions included in the
   certTemplate field are applied to every certification request
   referenced in the certReferences sequence. If a request
   corresponding to bodyPartID cannot be found, the CMCFailInfo with
   a value of badRequest is returned that references this control.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>replace specifies if the target certification request is to be
  modified by replacing or deleting fields. If the value is TRUE,
  the data in this control replaces the data in the target
  certification request. If the value is FALSE, the data in the
  target certification request is deleted. The action is slightly
  different for the extensions field of certTemplate; each extension
  is treated individually rather than as a single unit.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>certTemplate is a certificate template object <xref target="CRMF"/>. If a field is
   present and replace is TRUE, it replaces that field in the
   certification request. If the field is present and replace is
   FALSE, the field in the certification request is removed. If the
   field is absent, no action is performed. Each extension is
   treated as a single field.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Servers <bcp14>MUST</bcp14> be able to process all extensions defined, but not
prohibited, in <xref target="PKIXCERT"/>. Servers are not required to be able to
process every X.509v3 extension transmitted using this protocol, nor
are they required to be able to process other, private extensions.
Servers are not required to put all RA-requested extensions into a
certificate. Servers are permitted to modify RA-requested
extensions. Servers <bcp14>MUST NOT</bcp14> alter an extension so as to reverse the
meaning of a client-requested extension. If a certification request
is denied due to the inability to handle a requested extension and a
Full PKI Response is returned, the server <bcp14>MUST</bcp14> return a CMCFailInfo
value with the value of unsupportedExt.</t>
          <t>If a certification request is the target of multiple Modify
Certification Request controls, the behavior is:</t>
          <ul spacing="normal">
            <li>
              <t>If control A exists in a layer that contains the layer of control
B, control A <bcp14>MUST</bcp14> override control B. In other words, controls
should be applied from the innermost layer to the outermost layer.</t>
            </li>
            <li>
              <t>If control A and control B are in the same PKIData (i.e., the same
wrapping layer), the order of application is non-determinate.</t>
            </li>
          </ul>
          <t>The same order of application is used if a certification request is
the target of both a Modify Certification Request control and an Add
Extensions control.</t>
        </section>
        <section anchor="AddExtensionsControl">
          <name>Add Extensions Control</name>
          <t>The Add Extensions control has been deprecated in favor of the Modify
Certification Request control. It was replaced so that fields in the
certification request other than extensions could be modified.</t>
          <t>The Add Extensions control is used by RAs to specify additional
extensions that are to be included in certificates.</t>
          <t>The Add Extensions control is identified by the OID:</t>
          <artwork><![CDATA[
id-cmc-addExtensions OBJECT IDENTIFIER ::= { id-cmc 8 }
]]></artwork>
          <t>The Add Extensions control has the ASN.1 definition:</t>
          <artwork><![CDATA[
  AddExtensions ::= SEQUENCE {
    pkiDataReference             BodyPartID,
    certReferences               SEQUENCE OF BodyPartID,
    extensions                   SEQUENCE OF Extension
    }
]]></artwork>
          <t>The fields in AddExtensions have the following meaning:</t>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>pkiDataReference contains the body part identity of the embedded
   certification request.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>certReferences is a list of references to one or more of the
   certification requests contained within a PKIData. Each body part
   identifier of the certReferences sequence <bcp14>MUST</bcp14> be equal to either
   the bodyPartID of a TaggedCertificationRequest (PKCS #10) or the
   certReqId of the CertRequest within a CertReqMsg (CRMF). By
   definition, the listed extensions are to be applied to every
   certification request referenced in the certReferences sequence.
   If a certification request corresponding to bodyPartID cannot be
   found, the CMCFailInfo with a value of badRequest is returned
   referencing this control.</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul empty="true">
                <li>
                  <t>extensions is a sequence of extensions to be applied to the
   referenced certification requests.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Servers <bcp14>MUST</bcp14> be able to process all extensions defined, but not
prohibited, in <xref target="PKIXCERT"/>. Servers are not required to be able to
process every X.509v3 extension transmitted using this protocol, nor
are they required to be able to process other, private extensions.
Servers are not required to put all RA-requested extensions into a
certificate. Servers are permitted to modify RA-requested
extensions. Servers <bcp14>MUST NOT</bcp14> alter an extension so as to reverse the
meaning of a client-requested extension. If a certification request
is denied due to the inability to handle a requested extension and a
response is returned, the server <bcp14>MUST</bcp14> return a CMCFailInfo with the
value of unsupportedExt.</t>
          <t>If multiple Add Extensions controls exist in a Full PKI Request, the
exact behavior is left up to the CA policy. However, it is
recommended that the following policy be used. These rules would be
applied to individual extensions within an Add Extensions control (as
opposed to an "all or nothing" approach).</t>
          <ol spacing="normal" type="1"><li>
              <t>If the conflict is within a single PKIData, the certification
request would be rejected with a CMCFailInfo value of badRequest.</t>
            </li>
            <li>
              <t>If the conflict is between different PKIData, the outermost
version of the extension would be used (allowing an RA to
override the requested extension).</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="TransactionIdentifierControlandSenderandRecipientNonceControls">
        <name>Transaction Identifier Control and Sender and Recipient Nonce Controls</name>
        <t>Transactions are identified and tracked with a transaction
identifier. If used, clients generate transaction identifiers and
retain their value until the server responds with a Full PKI Response
that completes the transaction. Servers correspondingly include
received transaction identifiers in the Full PKI Response.</t>
        <t>The Transaction Identifier control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-transactionId  OBJECT IDENTIFIER ::= { id-cmc 5 }
]]></artwork>
        <t>The Transaction Identifier control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  TransactionId ::= INTEGER
]]></artwork>
        <t>The Transaction Identifier control identifies a given transaction.
It is used by client and server to manage the state of an operation.
Clients <bcp14>MAY</bcp14> include a Transaction Identifier control in a request.
If the original request contains a Transaction Identifier control,
all subsequent requests and responses <bcp14>MUST</bcp14> include the same
Transaction Identifier control.</t>
        <t>Replay protection is supported through the use of the Sender and
Recipient Nonce controls. If nonces are used, in the first message
of a transaction, a Recipient Nonce control is not transmitted; a
Sender Nonce control is included by the transaction originator and
retained for later reference. The recipient of a Sender Nonce
control reflects this value back to the originator as a Recipient
Nonce control and includes its own Sender Nonce control. Upon
receipt by the transaction originator of this response, the
transaction originator compares the value of Recipient Nonce control
to its retained value. If the values match, the message can be
accepted for further security processing. The received value for a
Sender Nonce control is also retained for inclusion in the next
message associated with the same transaction.</t>
        <t>The Sender Nonce and Recipient Nonce controls are identified by the
OIDs:</t>
        <artwork><![CDATA[
  id-cmc-senderNonce    OBJECT IDENTIFIER ::= { id-cmc 6 }
  id-cmc-recipientNonce OBJECT IDENTIFIER ::= { id-cmc 7 }
]]></artwork>
        <t>The Sender Nonce control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  SenderNonce ::= OCTET STRING
]]></artwork>
        <t>The Recipient Nonce control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  RecipientNonce ::= OCTET STRING
]]></artwork>
        <t>Clients <bcp14>MAY</bcp14> include a Sender Nonce control in the initial PKI
Request. If a message includes a Sender Nonce control, the response
<bcp14>MUST</bcp14> include the transmitted value of the previously received Sender
Nonce control as a Recipient Nonce control and include a new value as
its Sender Nonce control.</t>
      </section>
      <section anchor="EncryptedandDecryptedPOPControls">
        <name>Encrypted and Decrypted POP Controls</name>
        <t>Servers <bcp14>MAY</bcp14> require that this POP method be used only if another POP
method is unavailable. Servers <bcp14>SHOULD</bcp14> reject all certification
requests contained within a PKIData if any required POP is missing
for any element within the PKIData.</t>
        <t>Many servers require proof that the entity that generated the
certification request actually possesses the corresponding private
component of the key pair. For keys that can be used as signature
keys, signing the certification request with the private key serves
as a POP on that key pair. With keys that can only be used for
encryption operations, POP <bcp14>MUST</bcp14> be performed by forcing the client to
decrypt a value. See <xref section="5" sectionFormat="of" target="CRMF"/> for a detailed discussion
of POP.</t>
        <t>By necessity, POP for encryption-only keys cannot be done in one
round-trip, since there are four distinct steps:</t>
        <ol spacing="normal" type="1"><li>
            <t>Client tells the server about the public component of a new
encryption key pair.</t>
          </li>
          <li>
            <t>Server sends the client a POP challenge, encrypted with the
presented public encryption key.</t>
          </li>
          <li>
            <t>Client decrypts the POP challenge using the private key that
corresponds to the presented public key and sends the plaintext
back to the server.</t>
          </li>
          <li>
            <t>Server validates the decrypted POP challenge and continues
processing the certification request.</t>
          </li>
        </ol>
        <t>CMC defines two different controls. The first deals with the
encrypted challenge sent from the server to the user in Step 2. The
second deals with the decrypted challenge sent from the client to the
server in Step 3.</t>
        <t>The Encrypted POP control is used to send the encrypted challenge
from the server to the client as part of the PKIResponse. (Note that
it is assumed that the message sent in Step 1 above is a Full PKI
Request and that the response in Step 2 is a Full PKI Response
including a CMCFailInfo specifying that a POP is explicitly required,
and providing the POP challenge in the encryptedPOP control.)</t>
        <t>The Encrypted POP control is identified by the OID:</t>
        <artwork><![CDATA[
    id-cmc-encryptedPOP OBJECT IDENTIFIER ::= { id-cmc 9 }
]]></artwork>
        <t>The Encrypted POP control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  EncryptedPOP ::= SEQUENCE {
    request        TaggedRequest,
    cms            ContentInfo,
    thePOPAlgID    AlgorithmIdentifier,
    witnessAlgID   AlgorithmIdentifier,
    witness        OCTET STRING
    }
]]></artwork>
        <t>The Decrypted POP control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-decryptedPOP  OBJECT IDENTIFIER ::= { id-cmc 10 }
]]></artwork>
        <t>The Decrypted POP control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  DecryptedPOP ::= SEQUENCE {
    bodyPartID     BodyPartID,
    thePOPAlgID    AlgorithmIdentifier,
    thePOP         OCTET STRING
    }
]]></artwork>
        <t>The encrypted POP algorithm works as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>The server randomly generates the POP Proof Value and associates
it with the request.</t>
          </li>
          <li>
            <t>The server returns the Encrypted POP control with the following
fields set:  </t>
            <ul spacing="normal">
              <li>
                <t>request is the original certification request (it is included
here so the client need not keep a copy of the request).</t>
              </li>
              <li>
                <t>cms is an EnvelopedData, the encapsulated content type being id-
   data and the content being the POP Proof Value; this value
   needs to be long enough that one cannot reverse the value from
   the witness hash. If the certification request contains a
   Subject Key Identifier (SKI) extension, then the recipient
   identifier <bcp14>SHOULD</bcp14> be the SKI. If the issuerAndSerialNumber
   form is used, the IssuerName <bcp14>MUST</bcp14> be encoded as NULL and the
   SerialNumber as the bodyPartID of the certification request.</t>
              </li>
              <li>
                <t>thePOPAlgID identifies the algorithm to be used in computing the
return POP value.</t>
              </li>
              <li>
                <t>witnessAlgID identifies the hash algorithm used on the POP Proof
Value to create the field witness.</t>
              </li>
              <li>
                <t>witness is the hashed value of the POP Proof Value.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The client decrypts the cms field to obtain the POP Proof Value.
The client computes H(POP Proof Value) using the witnessAlgID and
compares to the value of witness. If the values do not compare
or the decryption is not successful, the client <bcp14>MUST</bcp14> abort the
enrollment process. The client aborts the process by sending a
request containing a CMC Status Info control with CMCFailInfo
value of popFailed.</t>
          </li>
          <li>
            <t>The client creates the Decrypted POP control as part of a new
PKIData. The fields in the DecryptedPOP are:  </t>
            <ul spacing="normal">
              <li>
                <t>bodyPartID refers to the certification request in the new PKI
Request.</t>
              </li>
              <li>
                <t>thePOPAlgID is copied from the encryptedPOP.</t>
              </li>
              <li>
                <t>thePOP contains the possession proof. This value is computed by
thePOPAlgID using the POP Proof Value and the request.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The server then re-computes the value of thePOP from its cached
value and the request and compares to the value of thePOP. If
the values do not match, the server <bcp14>MUST NOT</bcp14> issue the
certificate. The server <bcp14>MAY</bcp14> re-issue a new challenge or <bcp14>MAY</bcp14> fail
the request altogether.</t>
          </li>
        </ol>
        <t>When defining the algorithms for thePOPAlgID and witnessAlgID, care
must be taken to ensure that the result of witnessAlgID is not a
useful value to shortcut the computation with thePOPAlgID. The POP
Proof Value is used as the secret value in the HMAC algorithm and the
request is used as the data. If the POP Proof Value is greater than
64 bytes, only the first 64 bytes of the POP Proof Value is used as
the secret.</t>
        <t>One potential problem with the algorithm above is the amount of state
that a CA needs to keep in order to verify the returned POP value.
The following describes one of many possible ways of addressing the
problem by reducing the amount of state kept on the CA to a single
(or small set) of values.</t>
        <ol spacing="normal" type="1"><li>
            <t>Server generates random seed x, constant across all requests.
(The value of x would normally be altered on a regular basis and
kept for a short time afterwards.)</t>
          </li>
          <li>
            <t>For certification request R, server computes y = F(x,R). F can
be, for example, HMAC-SHA1(x,R). All that's important for
statelessness is that y be consistently computable with only
known state constant x and function F, other inputs coming from
the certification request structure. y should not be predictable
based on knowledge of R, thus the use of a one-way function like
HMAC-SHA1.</t>
          </li>
        </ol>
      </section>
      <section anchor="RAPOPWitnessControl">
        <name>RA POP Witness Control</name>
        <t>In a certification request scenario that involves an RA, the CA may
allow (or require) that the RA perform the POP protocol with the
entity that generated the certification request. In this case, the
RA needs a way to inform the CA that it has done the POP. The RA POP
Witness control addresses this issue.</t>
        <t>The RA POP Witness control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-lraPOPWitness OBJECT IDENTIFIER ::= { id-cmc 11 }
]]></artwork>
        <t>The RA POP Witness control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  LraPopWitness ::= SEQUENCE {
    pkiDataBodyid   BodyPartID,
    bodyIds         SEQUENCE of BodyPartID
    }
]]></artwork>
        <t>The fields in LraPOPWitness have the following meaning:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>pkiDataBodyid contains the body part identifier of the nested
   TaggedContentInfo containing the client's Full PKI Request.
   pkiDataBodyid is set to 0 if the request is in the current
   PKIData.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>bodyIds is a list of certification requests for which the RA has
   performed an out-of-band authentication. The method of
   authentication could be archival of private key material,
   challenge-response, or other means.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>If a certification server does not allow an RA to do the POP
verification, it returns a CMCFailInfo with the value of popFailed.
The CA <bcp14>MUST NOT</bcp14> start a challenge-response to re-verify the POP
itself.</t>
      </section>
      <section anchor="GetCertificateControl">
        <name>Get Certificate Control</name>
        <t>Everything described in this section is optional to implement.</t>
        <t>The Get Certificate control is used to retrieve a previously issued
certificate from a certificate repository. A CA, an RA, or an
independent service may provide this repository. The clients
expected to use this facility are those where a fully deployed
directory is either infeasible or undesirable.</t>
        <t>The Get Certificate control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-getCert OBJECT IDENTIFIER ::= { id-cmc 15 }
]]></artwork>
        <t>The Get Certificate control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  GetCert ::= SEQUENCE {
    issuerName    GeneralName,
    serialNumber  INTEGER }
]]></artwork>
        <t>The fields in GetCert have the following meaning:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>issuerName is the name of the certificate issuer.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>serialNumber identifies the certificate to be retrieved.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>The server that responds to this request places the requested
certificate in the certificates field of a SignedData. If the Get
Certificate control is the only control in a Full PKI Request, the
response should be a Simple PKI Response.</t>
      </section>
      <section anchor="GetCRLControl">
        <name>Get CRL Control</name>
        <t>Everything described in this section is optional to implement.</t>
        <t>The Get CRL control is used to retrieve CRLs from a repository of
CRLs. A CA, an RA, or an independent service may provide this
repository. The clients expected to use this facility are those
where a fully deployed directory is either infeasible or undesirable.</t>
        <t>The Get CRL control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-getCRL OBJECT IDENTIFIER ::= { id-cmc 16 }
]]></artwork>
        <t>The Get CRL control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  GetCRL ::= SEQUENCE {
    issuerName    Name,
    cRLName       GeneralName OPTIONAL,
    time          GeneralizedTime OPTIONAL,
    reasons       ReasonFlags OPTIONAL }
]]></artwork>
        <t>The fields in a GetCRL have the following meanings:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>issuerName is the name of the CRL issuer.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>cRLName may be the value of CRLDistributionPoints in the subject
   certificate or equivalent value in the event the certificate does
   not contain such a value.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>time is used by the client to specify from among potentially several
   issues of CRL that one whose thisUpdate value is less than but
   nearest to the specified time. In the absence of a time
   component, the CA always returns with the most recent CRL.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>reasons is used to specify from among CRLs partitioned by revocation
   reason. Implementers should bear in mind that while a specific
   revocation request has a single CRLReason code -- and consequently
   entries in the CRL would have a single CRLReason code value -- a
   single CRL can aggregate information for one or more reasonFlags.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>A server responding to this request places the requested CRL in the
crls field of a SignedData. If the Get CRL control is the only
control in a Full PKI Request, the response should be a Simple PKI
Response.</t>
      </section>
      <section anchor="RevocationRequestControl">
        <name>Revocation Request Control</name>
        <t>The Revocation Request control is used to request that a certificate
be revoked.</t>
        <t>The Revocation Request control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-revokeRequest OBJECT IDENTIFIER ::= { id-cmc 17 }
]]></artwork>
        <t>The Revocation Request control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  RevokeRequest ::= SEQUENCE {
    issuerName      Name,
    serialNumber    INTEGER,
    reason          CRLReason,
    invalidityDate  GeneralizedTime OPTIONAL,
    sharedSecret    OCTET STRING OPTIONAL,
    comment         UTF8string OPTIONAL }
]]></artwork>
        <t>The fields of RevokeRequest have the following meaning:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>issuerName is the issuerName of the certificate to be revoked.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>serialNumber is the serial number of the certificate to be revoked.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>reason is the suggested CRLReason code for why the certificate is
   being revoked. The CA can use this value at its discretion in
   building the CRL.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>invalidityDate is the suggested value for the Invalidity Date CRL
   Extension. The CA can use this value at its discretion in
   building the CRL.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>sharedSecret is a secret value registered by the EE when the
   certificate was obtained to allow for revocation of a certificate
   in the event of key loss.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>comment is a human-readable comment.</t>
        <t>For a revocation request to be reliable in the event of a dispute, a
strong proof-of-origin is required. However, in the instance when an
EE has lost use of its signature private key, it is impossible for
the EE to produce a digital signature (prior to the certification of
a new signature key pair). The Revoke Request control allows the EE
to send the CA a shared-secret that may be used as an alternative
authenticator in the instance of loss of use of the EE's signature
private key. The acceptability of this practice is a matter of local
security policy.</t>
        <t>It is possible to sign the revocation for the lost certificate with a
different certificate in some circumstances. A client can sign a
revocation for an encryption key with a signing certificate if the
name information matches. Similarly, an administrator or RA can be
assigned the ability to revoke the certificate of a third party.
Acceptance of the revocation by the server depends on local policy in
these cases.</t>
        <t>Clients <bcp14>MUST</bcp14> provide the capability to produce a digitally signed
Revocation Request control. Clients <bcp14>SHOULD</bcp14> be capable of producing
an unsigned Revocation Request control containing the EE shared-
secret (the unsigned message consisting of a SignedData with no
signatures). If a client provides shared-secret-based self-
revocation, the client <bcp14>MUST</bcp14> be capable of producing a Revocation
Request control containing the shared-secret. Servers <bcp14>MUST</bcp14> be
capable of accepting both forms of revocation requests.</t>
        <t>The structure of an unsigned, shared-secret-based revocation request
is a matter of local implementation. The shared-secret does not need
to be encrypted when sent in a Revocation Request control. The
shared-secret has a one-time use (i.e., it is used to request
revocation of the certificate), and public knowledge of the shared-
secret after the certificate has been revoked is not a problem.
Clients need to inform users that the same shared-secret <bcp14>SHOULD NOT</bcp14>
be used for multiple certificates.</t>
        <t>A Full PKI Response <bcp14>MUST</bcp14> be returned for a revocation request.</t>
      </section>
      <section anchor="RegistrationandResponseInformationControls">
        <name>Registration and Response Information Controls</name>
        <t>The Registration Information control allows for clients to pass
additional information as part of a Full PKI Request.</t>
        <t>The Registration Information control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-regInfo OBJECT IDENTIFIER ::= { id-cmc 18 }
]]></artwork>
        <t>The Registration Information control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  RegInfo ::= OCTET STRING
]]></artwork>
        <t>The content of this data is based on bilateral agreement between the
client and server.</t>
        <t>The Response Information control allows a server to return additional
information as part of a Full PKI Response.</t>
        <t>The Response Information control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-responseInfo  OBJECT IDENTIFIER ::= { id-cmc 19 }
]]></artwork>
        <t>The Response Information control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  ResponseInfo ::= OCTET STRING
]]></artwork>
        <t>The content of this data is based on bilateral agreement between the
client and server.</t>
      </section>
      <section anchor="QueryPendingControl">
        <name>Query Pending Control</name>
        <t>In some environments, process requirements for manual intervention or
other identity checks can delay the return of the certificate. The
Query Pending control allows clients to query a server about the
state of a pending certification request. The server returns a
pendToken as part of the Extended CMC Status Info and the CMC Status
Info controls (in the otherInfo field). The client copies the
pendToken into the Query Pending control to identify the correct
certification request to the server. The server returns a suggested
time for the client to query for the state of a pending certification
request.</t>
        <t>The Query Pending control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-queryPending  OBJECT IDENTIFIER ::= { id-cmc 21 }
]]></artwork>
        <t>The Query Pending control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  QueryPending ::= OCTET STRING
]]></artwork>
        <t>If a server returns a pending or partial CMCStatusInfo (the
transaction is still pending), the otherInfo <bcp14>MAY</bcp14> be omitted. If the
otherInfo is not omitted, the value of 'pendInfo' <bcp14>MUST</bcp14> be the same as
the original pendInfo value.</t>
      </section>
      <section anchor="ConfirmCertificateAcceptanceControl">
        <name>Confirm Certificate Acceptance Control</name>
        <t>Some CAs require that clients give a positive confirmation that the
certificates issued to the EE are acceptable. The Confirm
Certificate Acceptance control is used for that purpose. If the CMC
Status Info on a PKI Response is confirmRequired, then the client
<bcp14>MUST</bcp14> return a Confirm Certificate Acceptance control contained in a
Full PKI Request.</t>
        <t>Clients <bcp14>SHOULD</bcp14> wait for the PKI Response from the server that the
confirmation has been received before using the certificate for any
purpose.</t>
        <t>The Confirm Certificate Acceptance control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-confirmCertAcceptance  OBJECT IDENTIFIER ::= { id-cmc 24 }
]]></artwork>
        <t>The Confirm Certificate Acceptance control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  CMCCertId ::= IssuerAndSerialNumber
]]></artwork>
        <t>CMCCertId contains the issuer and serial number of the certificate
being accepted.</t>
        <t>Servers <bcp14>MUST</bcp14> return a Full PKI Response for a Confirm Certificate
Acceptance control.</t>
        <t>Note that if the CA includes this control, there will be two full
round-trips of messages.</t>
        <ol spacing="normal" type="1"><li>
            <t>The client sends the certification request to the CA.</t>
          </li>
          <li>
            <t>The CA returns a Full PKI Response with the certificate and this
control.</t>
          </li>
          <li>
            <t>The client sends a Full PKI Request to the CA with an Extended
CMC Status Info control accepting and a Confirm Certificate
Acceptance control or an Extended CMC Status Info control
rejecting the certificate.</t>
          </li>
          <li>
            <t>The CA sends a Full PKI Response to the client with an Extended
CMC Status Info of success.</t>
          </li>
        </ol>
      </section>
      <section anchor="PublishTrustAnchorsControl">
        <name>Publish Trust Anchors Control</name>
        <t>The Publish Trust Anchors control allows for the distribution of set
trust anchors from a central authority to an EE. The same control is
also used to update the set of trust anchors. Trust anchors are
distributed in the form of certificates. These are expected, but not
required, to be self-signed certificates. Information is extracted
from these certificates to set the inputs to the certificates
validation algorithm in Section 6.1.1 of <xref target="PKIXCERT"/>.</t>
        <t>The Publish Trust Anchors control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-trustedAnchors  OBJECT IDENTIFIER ::= { id-cmc 26 }
]]></artwork>
        <t>The Publish Trust Anchors control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  PublishTrustAnchors ::= SEQUENCE {
    seqNumber      INTEGER,
    hashAlgorithm  AlgorithmIdentifier,
    anchorHashes   SEQUENCE OF OCTET STRING
  }
]]></artwork>
        <t>The fields in PublishTrustAnchors have the following meaning:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>seqNumber is an integer indicating the location within a sequence of
   updates.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>hashAlgorithm is the identifier and parameters for the hash
   algorithm that is used in computing the values of the anchorHashes
   field. All implementations <bcp14>MUST</bcp14> implement SHA-1 for this field.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>anchorHashes are the hashes for the certificates that are to be
   treated as trust anchors by the client. The actual certificates
   are transported in the certificate bag of the containing
   SignedData structure.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>While it is recommended that the sender place the certificates that
are to be trusted in the PKI Response, it is not required as the
certificates should be obtainable using normal discovery techniques.</t>
        <t>Prior to accepting the trust anchors changes, a client <bcp14>MUST</bcp14> at least
do the following: validate the signature on the PKI Response to a
current trusted anchor, check with policy to ensure that the signer
is permitted to use the control, validate that the authenticated
publish time in the signature is near to the current time, and
validate that the sequence number is greater than the previously used
one.</t>
        <t>In the event that multiple agents publish a set of trust anchors, it
is up to local policy to determine how the different trust anchors
should be combined. Clients <bcp14>SHOULD</bcp14> be able to handle the update of
multiple trust anchors independently.</t>
        <dl>
          <dt>Note:</dt>
          <dd>
            <t>Clients that handle this control must use extreme care in
validating that the operation is permissible. Incorrect handling of
this control allows for an attacker to change the set of trust
anchors on the client.</t>
          </dd>
        </dl>
      </section>
      <section anchor="AuthenticatedDataControl">
        <name>Authenticated Data Control</name>
        <t>The Authenticated Data control allows a server to provide data back
to the client in an authenticated manner. This control uses the
Authenticated Data structure to allow for validation of the data.
This control is used where the client has a shared-secret and a
secret identifier with the server, but where a trust anchor has not
yet been downloaded onto the client so that a signing certificate for
the server cannot be validated. The specific case that this control
was created for use with is the Publish Trust Anchors control
(<xref target="PublishTrustAnchorsControl"/>), but it may be used in other cases as well.</t>
        <t>The Authenticated Data control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-authData OBJECT IDENTIFIER ::= { id-cmc 27 }
]]></artwork>
        <t>The Authenticated Data control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  AuthPublish ::= BodyPartID
]]></artwork>
        <t>AuthPublish is a body part identifier that refers to a member of the
cmsSequence element for the current PKI Response or PKI Data.  The
cmsSequence element is AuthenticatedData. The encapsulated content
is an id-cct-PKIData. The controls in the controlSequence need to be
processed if the authentication succeeds. (One example is the
Publish Trust Anchors control in <xref target="PublishTrustAnchorsControl"/>.)</t>
        <t>If the authentication operation fails, the CMCFailInfo authDataFail
is returned.</t>
      </section>
      <section anchor="BatchRequestandResponseControls">
        <name>Batch Request and Response Controls</name>
        <t>These controls allow for an RA to collect multiple requests together
into a single Full PKI Request and forward it to a CA. The server
would then process the requests and return the results in a Full PKI
Response.</t>
        <t>The Batch Request control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-batchRequests OBJECT IDENTIFIER ::= { id-cmc 28 }
]]></artwork>
        <t>The Batch Response control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-batchResponses OBJECT IDENTIFIER ::= { id-cmc 29 }
]]></artwork>
        <t>Both the Batch Request and Batch Response controls have the ASN.1
definition:</t>
        <artwork><![CDATA[
  BodyPartList ::= SEQUENCE of BodyPartID
]]></artwork>
        <t>The data associated with these controls is a set of body part
identifiers. Each request/response is placed as an individual entry
in the cmcSequence of the new PKIData/PKIResponse. The body part
identifiers of these entries are then placed in the body part list
associated with the control.</t>
        <t>When a server processes a Batch Request control, it <bcp14>MAY</bcp14> return the
responses in one or more PKI Responses. A CMCStatus value of partial
is returned on all but the last PKI Response. The CMCStatus would be
success if the Batch Requests control was processed; the responses
are created with their own CMCStatus code. Errors on individual
requests are not propagated up to the top level.</t>
        <t>When a PKI Response with a CMCStatus value of partial is returned,
the Query Pending control (<xref target="QueryPendingControl"/>) is used to retrieve
additional results. The returned status includes a suggested time
after which the client should ask for the additional results.</t>
      </section>
      <section anchor="PublicationInformationControl">
        <name>Publication Information Control</name>
        <t>The Publication Information control allows for modifying publication
of already issued certificates, both for publishing and removal from
publication. A common usage for this control is to remove an
existing certificate from publication during a rekey operation. This
control should always be processed after the issuance of new
certificates and revocation requests. This control should not be
processed if a certificate failed to be issued.</t>
        <t>The Publication Information control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-publishCert OBJECT IDENTIFIER ::= { id-cmc 30 }
]]></artwork>
        <t>The Publication Information control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  CMCPublicationInfo ::= SEQUENCE {
    hashAlg     AlgorithmIdentifier,
    certHashes      SEQUENCE of OCTET STRING,
    pubInfo         PKIPublicationInfo
    }

  PKIPublicationInfo ::= SEQUENCE {
    action     INTEGER {
                        dontPublish (0),
                        pleasePublish (1) },
    pubInfos  SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL }

    -- pubInfos MUST NOT be present if action is "dontPublish"
    -- (if action is "pleasePublish" and pubInfos is omitted,
    -- "dontCare" is assumed)

  SinglePubInfo ::= SEQUENCE {
    pubMethod    INTEGER {
                         dontCare    (0),
                         x500        (1),
                         web         (2),
                         ldap        (3) },
     pubLocation  GeneralName OPTIONAL }
  }
]]></artwork>
        <t>The fields in CMCPublicationInfo have the following meaning:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>hashAlg is the algorithm identifier of the hash algorithm used to
   compute the values in certHashes.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>certHashes are the hashes of the certificates for which publication
   is to change.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>pubInfo is the information where and how the certificates should be
   published. The fields in pubInfo (taken from <xref target="CRMF"/>) have the
   following meanings:</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>action indicates the action the service should take. It has two
   values:</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>dontPublish indicates that the PKI should not publish the
    certificate (this may indicate that the requester intends to
    publish the certificate him/herself). dontPublish has the
    added connotation of removing from publication the
    certificate if it is already published.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>pleasePublish indicates that the PKI <bcp14>MAY</bcp14> publish the
    certificate using whatever means it chooses unless pubInfos
    is present. Omission of the CMC Publication Info control
    results in the same behavior.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>pubInfos pubInfos indicates how (e.g., X500, Web, IP Address) the
   PKI <bcp14>SHOULD</bcp14> publish the certificate.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t>A single certificate <bcp14>SHOULD NOT</bcp14> appear in more than one Publication
Information control. The behavior is undefined in the event that it
does.</t>
      </section>
      <section anchor="ControlProcessedControl">
        <name>Control Processed Control</name>
        <t>The Control Processed control allows an RA to indicate to subsequent
control processors that a specific control has already been
processed. This permits an RA in the middle of a processing stream
to process a control defined either in a local context or in a
subsequent document.</t>
        <t>The Control Processed control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-controlProcessed  OBJECT IDENTIFIER ::= { id-cmc 32 }
]]></artwork>
        <t>The Control Processed control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  ControlList ::= SEQUENCE {
    bodyList        SEQUENCE SIZE (1..MAX) OF BodyPartReference
  }
]]></artwork>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>bodyList is a series of body part identifiers that form a path to
   each of the controls that were processed by the RA. This control
   is only needed for those controls that are not part of this
   standard and thus would cause an error condition of a server
   attempting to deal with a control not defined in this document.
   No error status is needed since an error causes the RA to return
   the request to the client with the error rather than passing the
   request on to the next server in the processing list.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="RAIdentityProofWitnessControl">
        <name>RA Identity Proof Witness Control</name>
        <t>The RA Identity Proof Witness control allows an RA to indicate to
subsequent control processors that all of the identity proof
requirements have been met.  This permits the identity proof to be
performed at a location closer to the end-entity.  For example, the
identity proof could be done at multiple physical locations, while
the CA could operate on a company-wide basis.  The RA performs the
identity proof, and potentially other tasks that require the secret
to be used, while the CA is prevented from knowing the secret.  If
the identity proof fails, then the RA returns an error to the client
denoting that fact.</t>
        <t>The RA Identity Proof Witness control is identified by the OID:</t>
        <artwork><![CDATA[
 id-cmc-raIdentityWitness OBJECT IDENTIFIER ::= { id-cmc 35 }
]]></artwork>
        <t>The RA Identity Proof Witness control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  cmc-raIdentityWitness CMC-CONTROL ::=
    { BodyPartPath IDENTIFIED BY id-cmc-raIdentityWitness }
]]></artwork>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>cmc-raIdentityWitness is a CMC-CONTROL associating the object
   identifier id-cmc-raIdentityWitness and the type BodyPartPath.
   This object is omitted from the 1988 module.  The object is added
   to the object set Cmc-Control-Set.  The control is permitted to
   appear only in the control sequence of a PKIData object.  It <bcp14>MUST
   NOT</bcp14> appear in the control sequence of a PKIResponse.  The control
   is permitted to be used only by an RA.  The control may appear
   multiple times in a control sequence with each occurrence pointing
   to a different object.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>id-cmc-raIdentityWitness is the object identifier used to identify
   this CMC control.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>BodyPartPath is the type structure associated with the control.  The
   syntax of BodyPartPath is defined in <xref target="BodyPartIdentification"/>.  The path
   contains a sequence of body part identifiers leading to one of the
   following items:</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Identity Proof control if the RA verified the identity proof in
   this control.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Identity Proof Version 2 control if the RA verified the identity
   proof in this control.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Full PKI Request if the RA performed an out-of-band identity
   proof for this request.  The request <bcp14>SHOULD NOT</bcp14> contain either
   Identity Proof control.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul spacing="normal">
                  <li>
                    <t>Simple PKI Request  if the RA performed an out-of-band identity
   proof for this request.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t>The RA Identity Proof Witness control will frequently be associated
with a Modify Certification Request control, which changes the name
fields in the associated certification requests.  This is because the
RA knows the actual name to be assigned to the entity requesting the
certificate, and the end-entity does not yet have the details of the
name.  (The association would be set up by the operator at the time
the shared-secret was generated by the RA.)</t>
        <t>When this control is placed in a message, it is <bcp14>RECOMMENDED</bcp14> that the
Control Processed control be placed in the body sequence as well.
Using the explicit new control, rather than implicitly relying on the
Control Processed control is important due to the need to know
explicitly which identity proofs have been performed.  The new
control also allows an RA to state that out-of-band identity proofs
have been performed.</t>
        <t>When the identity proof is performed by an RA, the RA also <bcp14>MUST</bcp14>
validate the linking between the identity proof and the name
information wrapped inside of the key proof-of-possession.</t>
      </section>
      <section anchor="ResponseBodyControl">
        <name>Response Body Control</name>
        <t>The Response Body Control is designed to enable an RA to inform an EE
that there is an embedded response message that <bcp14>MUST</bcp14> be processed as
part of the processing of this message.  This control is designed to
be used in a couple of different cases where an RA has done some
additional processing for the certification request, e.g., as key
generation.  When an RA performs key generation on behalf of an EE,
the RA <bcp14>MUST</bcp14> respond with both the original response message from the
certificate issuer (containing the certificate issuance) as part of
the response generated by the RA (containing the new key).  Another
case where this is useful is when the secret is shared between the RA
and the EE (rather than between the CA and the EE) and the RA returns
the Publish Trust Anchors control (to populate the correct trust
points).</t>
        <t>The Response Body Control is identified by the OID:</t>
        <artwork><![CDATA[
  id-cmc-responseBody OBJECT IDENTIFIER ::= { id-cmc 37 }
]]></artwork>
        <t>The Response Body Control has the ASN.1 definition:</t>
        <artwork><![CDATA[
  cmc-responseBody CMC-CONTROL ::= {
     BodyPartPath IDENTIFIED BY id-cmc-responseBody
  }
]]></artwork>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>cmc-responseBody  is a CMC-CONTROL associating the object identifier
   id-cmc-responseBody with the type BodyPartPath.  This object is
   omitted from the 1988 module.  The object is added to the object
   set Cmc-Control-Set.  The control is permitted to appear only in
   the control sequence of a PKIResponse.  The control <bcp14>MUST NOT</bcp14>
   appear in the control sequence of a PKIData.  It is expected that
   only an intermediary RA will use this control; a CA generally does
   not need the control as it is creating the original innermost
   message.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>id-cmc-responseBody is the object identifier used to identify this
   CMC control.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>BodyPartPath is the type structure associated with the control.  The
   syntax of BodyPartPath is defined in <xref target="BodyPartIdentification"/>.  The path
   contains a sequence of body part identifiers leading to a
   cmsSequence item which contains a PKIResponse within it.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="OtherAttributes">
      <name>Other Attributes</name>
      <t>There are a number of different locations where various types of
attributes can be placed in either a CMC request or a CMC response
message.  These places include the attribute sequence of a PKCS #10
request, controls in CRMF <xref section="6" sectionFormat="of" target="CRMF"/>, and the various
CMS attribute sequences.</t>
      <section anchor="ChangeSubjectNameAttribute">
        <name>Change Subject Name Attribute</name>
        <t>The Client Name Change Request attribute is designed for a client to
ask for a change in its name as part of a certification request.
Because of security issues, this cannot be done in the simple way of
just changing the requested subject name in the certificate template.
The name in the certification request <bcp14>MUST</bcp14> match the name in the
certificate used to verify the request, in order that identity and
possession proofs are correctly applied.</t>
        <t>The relevant ASN.1 for the Client Name Change Request attribute is as
follows:</t>
        <artwork><![CDATA[
  at-cmc-changeSubjectName ATTRIBUTE ::=
    { ChangeSubjectName IDENTIFIED BY id-cmc-changeSubjectName }

  id-cmc-changeSubjectName OBJECT IDENTIFIER ::= { id-cmc 36 }

  ChangeSubjectName ::= SEQUENCE {
    subject             Name OPTIONAL,
    subjectAlt          SubjectAltName OPTIONAL
  }
  (WITH COMPONENTS {..., subject PRESENT} |
    COMPONENTS {..., subjectAlt PRESENT} )
]]></artwork>
        <t>The attribute is designed to be used as an ATTRIBUTE object.  As
such, the attribute is placed in one of the following two places:</t>
        <ul empty="true">
          <li>
            <t>The attributes field in a CertificationRequest.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The controls field of a CertRequest for a CRMF certification
  request.</t>
          </li>
        </ul>
        <t>The control is identified by the Object Identifier
id-cmc-changeSubjectName.</t>
        <t>The ASN.1 type associated with control is ChangeSubjectName.  The
fields of the structure are configured as follows:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>subject  contains the requested subject name for the new certificate.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>subjectAlt  contains the requested subject alternative name for the
   new certificate.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>At least one of the fields in the sequence <bcp14>MUST</bcp14> be present when
encoding the structure.</t>
        <t>When the CA processes this attribute in a certification request, it
will do the following:</t>
        <ol spacing="normal" type="1"><li>
            <t>If present, the subject field is copied to the name field of the
template.  If the subject field is absent, the name field of the
template will be set to a empty sequence.</t>
          </li>
          <li>
            <t>If present, the subjectAlt field is used as the content of a
SubjectAltName extension in the certificate.  If the subjectAlt
field is absent, the subjectAltName extension is removed from the
certificate template.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="RegistrationAuthorities">
      <name>Registration Authorities</name>
      <t>This specification permits the use of RAs. An RA sits between the EE
and the CA. From the EE's perspective, the RA appears to be the CA,
and from the server, the RA appears to be a client. RAs receive the
PKI Requests, perform local processing and then forward them onto
CAs. Some of the types of local processing that an RA can perform
include:</t>
      <ul spacing="normal">
        <li>
          <t>Batching multiple PKI Requests together,</t>
        </li>
        <li>
          <t>Performing challenge/response POP proofs,</t>
        </li>
        <li>
          <t>Adding private or standardized certificate extensions to all
certification requests,</t>
        </li>
        <li>
          <t>Archiving private key material,</t>
        </li>
        <li>
          <t>Routing requests to different CAs.</t>
        </li>
      </ul>
      <t>When an RA receives a PKI Request, it has three options: it may
forward the PKI Request without modification, it may add a new
wrapping layer to the PKI Request, or it may remove one or more
existing layers and add a new wrapping layer.</t>
      <t>When an RA adds a new wrapping layer to a PKI Request, it creates a
new PKIData. The new layer contains any controls required (for
example, if the RA does the POP proof for an encryption key or the
Add Extension control to modify a PKI Request) and the client PKI
Request. The client PKI Request is placed in the cmsSequence if it
is a Full PKI Request and in the reqSequence if it is a Simple PKI
Request. If an RA is batching multiple client PKI Requests together,
then each client PKI Request is placed into the appropriate location
in the RA's PKIData object along with all relevant controls.</t>
      <t>If multiple RAs are in the path between the EE and the CA, this will
lead to multiple wrapping layers on the request.</t>
      <t>In processing a PKI Request, an RA <bcp14>MUST NOT</bcp14> alter any certification
requests (PKCS #10 or CRMF) as any alteration would invalidate the
signature on the certification request and thus the POP for the
private key.</t>
      <t>An example of how this would look is illustrated by the following
figure:</t>
      <artwork><![CDATA[
  SignedData (by RA)
     PKIData
       controlSequence
         RA added control statements
       reqSequence
         Zero or more Simple PKI Requests from clients
        cmsSequence
             Zero or more Full PKI Requests from clients
               SignedData (signed by client)
               PKIData
]]></artwork>
      <t>Under some circumstances, an RA is required to remove wrapping
layers. The following sections look at the processing required if
encryption layers and signing layers need to be removed.</t>
      <section anchor="EncryptionRemoval">
        <name>Encryption Removal</name>
        <t>There are two cases that require an RA to remove or change encryption
in a PKI Request. In the first case, the encryption was applied for
the purposes of protecting the entire PKI Request from unauthorized
entities. If the CA does not have a Recipient Info entry in the
encryption layer, the RA <bcp14>MUST</bcp14> remove the encryption layer. The RA
<bcp14>MAY</bcp14> add a new encryption layer with or without adding a new signing
layer.</t>
        <t>The second change of encryption that may be required is to change the
encryption inside of a signing layer. In this case, the RA <bcp14>MUST</bcp14>
remove all signing layers containing the encryption. All control
statements <bcp14>MUST</bcp14> be merged according to local policy rules as each
signing layer is removed and the resulting merged controls <bcp14>MUST</bcp14> be
placed in a new signing layer provided by the RA. If the signing
layer provided by the EE needs to also be removed, the RA can also
remove this layer.</t>
      </section>
      <section anchor="SignatureRemoval">
        <name>Signature Layer Removal</name>
        <t>Only two instances exist where an RA should remove a signature layer
on a Full PKI Request: if an encryption layer needs to be modified
within the request, or if a CA will not accept secondary delegation
(i.e., multiple RA signatures). In all other situations, RAs <bcp14>SHOULD
NOT</bcp14> remove a signing layer from a PKI Request.</t>
        <t>If an RA removes a signing layer from a PKI Request, all control
statements <bcp14>MUST</bcp14> be merged according to local policy rules. The
resulting merged control statements <bcp14>MUST</bcp14> be placed in a new signing
layer provided by the RA.</t>
      </section>
    </section>
    <section anchor="CertificateRequirements">
      <name>Certificate Requirements</name>
      <t>Certificates for servers used in the CMC protocol <bcp14>SHOULD</bcp14> conform to
the profile defined in <xref target="PKIXCERT"/>.  This document defines some
additional items that <bcp14>MAY</bcp14> appear in CMC server certificates.  <xref target="ExtendedKeyUsage"/>
defines some additional values for the Extended Key Usage
extension.  <xref target="SubjectInformationAccess"/> defines a new Subject Information Access
value that allows for a CMC certificate to publish information on how
to contact the services it provides.</t>
      <section anchor="ExtendedKeyUsage">
        <name>Extended Key Usage</name>
        <t>The Extended Key Usage (EKU) extension is used to restrict the use of
a certificate to specific applications.  We define three different
EKUs in this document.  The ASN.1 to define these EKUs is:</t>
        <artwork><![CDATA[
  id-kp-cmcCA      OBJECT IDENTIFIER ::= { id-kp 27 }
  id-kp-cmcRA      OBJECT IDENTIFIER ::= { id-kp 28 }
  id-kp-cmcArchive OBJECT IDENTIFIER ::= { id-kp 29 }
]]></artwork>
        <t>The usage description for each of the EKUs is as follows:</t>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>CMC Certification Authorities  are identified by the id-kp-cmcCA
   extended key usage.  The certificate may be the same as or
   different than the CA certificate.  If a different certificate is
   used, the certificates containing the id-kp-cmcCA extended key
   usage <bcp14>SHOULD</bcp14> have the same name as the certificate used for
   issuing the certificates.  (Using a separate key pair for CMC
   protocol operations and for issuing certificates and CRLs
   decreases the number of operations for which the private key used
   to sign certificates and CRLs would be used.)</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>CMC Registration Authorities  are identified by the id-kp-cmcRA
   extended key usage.  This usage is placed into RA certificates.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>CMC Archive Servers  are identified by the id-kp-cmcArchive extended
   key usage.  CMC Archive Servers and the associated protocol are to
   be defined in a future document.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="SubjectInformationAccess">
        <name>Subject Information Access</name>
        <t>The subject information access extension indicates how to access
information and services for the subject of the certificate.  We
define a new value for use in this extension, to identify the
different locations that CMC services will be available.  If this
value is placed in a certificate, an appropriate extended key usage
defined in <xref target="ExtendedKeyUsage"/> <bcp14>MUST</bcp14> be included in the certificate as well.</t>
        <t>The id-ad-cmc OID is used when the subject offers certification
services using the CMC protocol.  If the CMC services are available
via HTTP or FTP, accessLocation <bcp14>MUST</bcp14> be a uniformResourceIdentifier.
If the CMC services are available via electronic mail, accessLocation
<bcp14>MUST</bcp14> be an rfc822Name.  If CMC services are available using TCP/IP,
the dNSName or iPAddress name forms <bcp14>MUST</bcp14> be used.  Since the
GeneralName data structure does not permit the inclusion of a port
number, in the absence of other external configuration information,
the value of 5318 should be used.  (The port registration is in
<xref target="FullPKIRequest"/>)  The semantics of other name forms of accessLocation
(when accessMethod is id-ad-cmc) are not defined by this
specification.</t>
        <t>The ASN.1 type for this extension is GeneralName see <xref section="4.2.1.8" sectionFormat="of" target="PKIXCERT"/>.</t>
        <artwork><![CDATA[
  id-ad-cmc OBJECT IDENTIFIER ::= { id-ad 12 }
]]></artwork>
      </section>
    </section>
    <section anchor="SecurityConsiderations">
      <name>Security Considerations</name>
      <t>Mechanisms for thwarting replay attacks may be required in particular
implementations of this protocol depending on the operational
environment. In cases where the CA maintains significant state
information, replay attacks may be detectable without the inclusion
of the optional nonce mechanisms. Implementers of this protocol need
to carefully consider environmental conditions before choosing
whether or not to implement the senderNonce and recipientNonce
controls described in <xref target="TransactionIdentifierControlandSenderandRecipientNonceControls"/>.  Developers of state-constrained
PKI clients are strongly encouraged to incorporate the use of these
controls.</t>
      <t>Extreme care needs to be taken when archiving a signing key. The
holder of the archived key may have the ability to use the key to
generate forged signatures. There are however reasons why a signing
key should be archived. An archived CA signing key can be recovered
in the event of failure to continue to produced CRLs following a
disaster.</t>
      <t>Due care must be taken prior to archiving keys. Once a key is given
to an archiving entity, the archiving entity could use the keys in a
way not conducive to the archiving entity. Users should be made
especially aware that proper verification is made of the certificate
used to encrypt the private key material.</t>
      <t>Clients and servers need to do some checks on cryptographic
parameters prior to issuing certificates to make sure that weak
parameters are not used. A description of the small subgroup attack
is provided in <xref target="X942"/>. Methods of avoiding the small subgroup attack
can be found in <xref target="SMALL-GROUP"/>. CMC implementations ought to be aware
of this attack when doing parameter validations.</t>
      <t>When using a shared-secret for authentication purposes, the shared-
secret should be generated using good random number techniques
<xref target="RANDOM"/>. User selection of the secret allows for dictionary attacks
to be mounted.</t>
      <t>Extreme care must be used when processing the Publish Trust Anchors
control. Incorrect processing can lead to the practice of slamming
where an attacker changes the set of trusted anchors in order to
weaken security.</t>
      <t>One method of controlling the use of the Publish Trust Anchors
control is as follows. The client needs to associate with each trust
anchor accepted by the client the source of the trust anchor.
Additionally, the client should associate with each trust anchor the
types of messages for which the trust anchor is valid (i.e., is the
trust anchor used for validating S/MIME messages, TLS, or CMC
enrollment messages?).</t>
      <t>When a new message is received with a Publish Trust Anchors control,
the client would accept the set of new trust anchors for specific
applications only if the signature validates, the signer of the
message has the required policy approval for updating the trust
anchors, and local policy also would allow updating the trust
anchors.</t>
      <t>The CMS AuthenticatedData structure provides message integrity, it
does not provide message authentication in all cases. When using
MACs in this document the following restrictions need to be observed.
All messages should be for a single entity. If two entities are
placed in a single message, the entities can generate new messages
that have a valid MAC and might be assumed to be from the original
message sender. All entities that have access to the shared-secret
can generate messages that will have a successful MAC validation.
This means that care must be taken to keep this value secret.
Whenever possible, the SignedData structure should be used in
preference to the AuthenticatedData structure.</t>
      <t>A number of controls such as the RA Identity Proof Witness control
exist for an RA to either make assertions about or modify a
certification request.  Any upstream request processor, such as a CA,
<bcp14>MUST</bcp14> verify that the RA is fully identified and authorized to make
the assertion or modification it is claiming.  If it is not
identified or authorized, then any request <bcp14>MUST</bcp14> be rejected.</t>
      <t>CMC servers, both RAs and CAs, need to perform due diligence in
checking the contents of a certification request.  At an absolute
minimum, all fields should be checked to ensure that the policies of
the CA/RA are correctly enforced.  While all fields need to be
checked, special care should be taken with names, name forms,
algorithm choices, and algorithm parameters.</t>
    </section>
    <section anchor="IANAConsiderations">
      <name>IANA Considerations</name>
      <t>This document defines a number of control objects.  These are
identified by Object Identifiers (OIDs).  The objects are defined
from an arc delegated by IANA to the PKIX Working Group.  No further
action by IANA is necessary for this document or any anticipated
updates.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="CMS">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="CRMF">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Certificate Request Message Format (CRMF) syntax and semantics. This syntax is used to convey a request for a certificate to a Certification Authority (CA), possibly via a Registration Authority (RA), for the purposes of X.509 certificate production. The request will typically include a public key and the associated registration information. This document does not define a certificate request protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4211"/>
          <seriesInfo name="DOI" value="10.17487/RFC4211"/>
        </reference>
        <reference anchor="DH-POP">
          <front>
            <title>Diffie-Hellman Proof-of-Possession Algorithms</title>
            <author fullname="H. Prafullchandra" initials="H." surname="Prafullchandra"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="July" year="2000"/>
            <abstract>
              <t>This document describes two methods for producing an integrity check value from a Diffie-Hellman key pair. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2875"/>
          <seriesInfo name="DOI" value="10.17487/RFC2875"/>
        </reference>
        <reference anchor="PKCS10">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="PKIXCERT">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="CMC-PROTv1">
          <front>
            <title>Certificate Management over CMS (CMC)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t>
              <t>1. The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t>
              <t>2. The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t>
              <t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5272"/>
          <seriesInfo name="DOI" value="10.17487/RFC5272"/>
        </reference>
        <reference anchor="CMC-TRANS">
          <front>
            <title>Certificate Management over CMS (CMC): Transport Protocols</title>
            <author fullname="Joe Mandel" initials="J." surname="Mandel">
              <organization>AKAYLA, Inc.</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <date day="13" month="October" year="2023"/>
            <abstract>
              <t>   This document defines a number of transport mechanisms that are used
   to move CMC (Certificate Management over CMS (Cryptographic Message
   Syntax)) messages.  The transport mechanisms described in this
   document are HTTP, file, mail, and TCP.

   This document obsoletes RFCs 5273 and 6402.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mandel-lamps-rfc5273bis-00"/>
        </reference>
        <reference anchor="CMC-COMPL">
          <front>
            <title>Certificate Management Messages over CMS (CMC): Compliance Requirements</title>
            <author fullname="Joseph Mandel" initials="J." surname="Mandel">
              <organization>AKAYLA, Inc.</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <date day="13" month="October" year="2023"/>
            <abstract>
              <t>   This document provides a set of compliance statements about the CMC
   (Certificate Management over CMS) enrollment protocol.  The ASN.1
   structures and the transport mechanisms for the CMC enrollment
   protocol are covered in other documents.  This document provides the
   information needed to make a compliant version of CMC.

   This document obsoletes RFCs 5274 and 6402.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mandel-lamps-rfc5274bis-00"/>
        </reference>
        <reference anchor="CMC-Updates">
          <front>
            <title>Certificate Management over CMS (CMC) Updates</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This document contains a set of updates to the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This document updates RFC 5272, RFC 5273, and RFC 5274.</t>
              <t>The new items in this document are: new controls for future work in doing server side key generation, definition of a Subject Information Access value to identify CMC servers, and the registration of a port number for TCP/IP for the CMC service to run on. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6402"/>
          <seriesInfo name="DOI" value="10.17487/RFC6402"/>
        </reference>
        <reference anchor="PASSWORD">
          <front>
            <title>Digital identity guidelines: revision 3</title>
            <author fullname="Paul A Grassi" initials="P." surname="Grassi">
              <organization/>
            </author>
            <author fullname="Michael E Garcia" initials="M." surname="Garcia">
              <organization/>
            </author>
            <author fullname="James L Fenton" initials="J." surname="Fenton">
              <organization/>
            </author>
            <date month="June" year="2017"/>
          </front>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-63-3"/>
          <refcontent>National Institute of Standards and Technology</refcontent>
        </reference>
        <reference anchor="RANDOM">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="SMALL-GROUP">
          <front>
            <title>Methods for Avoiding the "Small-Subgroup" Attacks on the Diffie-Hellman Key Agreement Method for S/MIME</title>
            <author fullname="R. Zuccherato" initials="R." surname="Zuccherato"/>
            <date month="March" year="2000"/>
            <abstract>
              <t>This document will describe the situations relevant to implementations of S/MIME version 3 in which protection is necessary and the methods that can be used to prevent these attacks. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2785"/>
          <seriesInfo name="DOI" value="10.17487/RFC2785"/>
        </reference>
        <reference anchor="X942">
          <front>
            <title>Diffie-Hellman Key Agreement Method</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document standardizes one particular Diffie-Hellman variant, based on the ANSI X9.42 draft, developed by the ANSI X9F1 working group. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2631"/>
          <seriesInfo name="DOI" value="10.17487/RFC2631"/>
        </reference>
        <reference anchor="RFC2797">
          <front>
            <title>Certificate Management Messages over CMS</title>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="J. Weinstein" initials="J." surname="Weinstein"/>
            <date month="April" year="2000"/>
            <abstract>
              <t>This document defines a Certificate Management protocol using CMS (CMC). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2797"/>
          <seriesInfo name="DOI" value="10.17487/RFC2797"/>
        </reference>
        <reference anchor="erratum2063" target="https://www.rfc-editor.org/errata/eid2063">
          <front>
            <title>RFC 5272 erratum 2063</title>
            <author>
              <organization/>
            </author>
            <date year="2010" month="March" day="04"/>
          </front>
        </reference>
        <reference anchor="erratum7627" target="https://www.rfc-editor.org/errata/eid7627">
          <front>
            <title>RFC 5272 erratum 7627</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="September" day="04"/>
          </front>
        </reference>
        <reference anchor="erratum2731" target="https://www.rfc-editor.org/errata/eid2731">
          <front>
            <title>RFC 5272 erratum 2731</title>
            <author>
              <organization/>
            </author>
            <date year="2011" month="February" day="23"/>
          </front>
        </reference>
        <reference anchor="erratum4775" target="https://www.rfc-editor.org/errata/eid4775">
          <front>
            <title>RFC 5272 erratum 4775</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="August" day="11"/>
          </front>
        </reference>
        <reference anchor="erratum7379" target="https://www.rfc-editor.org/errata/eid7379">
          <front>
            <title>RFC 5272 erratum 7379</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="March" day="08"/>
          </front>
        </reference>
        <reference anchor="erratum7628" target="https://www.rfc-editor.org/errata/eid7628">
          <front>
            <title>RFC 5272 erratum 7628</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="September" day="04"/>
          </front>
        </reference>
        <reference anchor="erratum7629" target="https://www.rfc-editor.org/errata/eid7629">
          <front>
            <title>RFC 5272 erratum 7629</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="September" day="04"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 3401?>

<section anchor="ASN.1">
      <name>ASN.1 Module</name>
      <artwork><![CDATA[
EnrollmentMessageSyntax-2023
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-enrollMsgSyntax-2023(TBD) }

DEFINITIONS IMPLICIT TAGS ::=

BEGIN

  EXPORTS ALL;

  IMPORTS

  AttributeSet{}, Extension{}, 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{}, DIGEST-ALGORITHM, KEY-WRAP, KEY-DERIVATION,
      MAC-ALGORITHM, SIGNATURE-ALGORITHM, PUBLIC-KEY
  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)}

  CertificateSerialNumber, GeneralName, CRLReason, ReasonFlags,
      CertExtensions, GeneralNames
  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) }

  Name, id-pkix, PublicKeyAlgorithms, SignatureAlgorithms, id-ad, 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) }
ContentInfo, IssuerAndSerialNumber, CONTENT-TYPE
  FROM CryptographicMessageSyntax-2010
    { iso(1) member-body(2) us(840) rsadsi(113549)
       pkcs(1) pkcs-9(9) smime(16) modules(0) id-mod-cms-2009(58) }

  CertReqMsg, PKIPublicationInfo, CertTemplate
  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) }

  mda-sha1
  FROM PKIXAlgs-2009
       { iso(1) identified-organization(3) dod(6)
         internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
         id-mod-pkix1-algorithms2008-02(56) }

  kda-PBKDF2, maca-hMAC-SHA1
  FROM CryptographicMessageSyntaxAlgorithms-2009
      { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
        smime(16) modules(0) id-mod-cmsalg-2001-02(37) }

  mda-sha256
  FROM PKIX1-PSS-OAEP-Algorithms-2009
       { iso(1) identified-organization(3) dod(6)
         internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
         id-mod-pkix1-rsa-pkalgs-02(54) }

  maca-hMAC-SHA256
  FROM HMAC-2010
      { iso(1) identified-organization(3) dod(6) internet(1)
        security(5) mechanisms(5) pkix(7) mod(0) id-mod-hmac(74) } ;

  --  CMS content types defined in this document

  CMC-ContentTypes CONTENT-TYPE ::= { ct-PKIData | ct-PKIResponse, ... }

  --  Signature Algorithms defined in this document

  SignatureAlgs SIGNATURE-ALGORITHM ::= { sa-noSignature }

  --  CMS Unsigned Attributes

  CMC-UnsignedAtts ATTRIBUTE ::= { aa-cmc-unsignedData }

  --
  --

  id-cmc OBJECT IDENTIFIER ::= { id-pkix 7 }   -- CMC controls
  id-cct OBJECT IDENTIFIER ::= { id-pkix 12 }  -- CMC content types

  -- This is the content type for a request message in the protocol

  ct-PKIData CONTENT-TYPE ::=
      { TYPE PKIData IDENTIFIED BY id-cct-PKIData }

  id-cct-PKIData OBJECT IDENTIFIER ::= { id-cct 2 }

  PKIData ::= SEQUENCE {
      controlSequence    SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
      reqSequence        SEQUENCE SIZE(0..MAX) OF TaggedRequest,
      cmsSequence        SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
      otherMsgSequence   SEQUENCE SIZE(0..MAX) OF OtherMsg
  }

  BodyPartID ::= INTEGER(0..4294967295)

  TaggedAttribute ::= SEQUENCE {
      bodyPartID         BodyPartID,
      attrType           CMC-CONTROL.&id({Cmc-Control-Set}),
      attrValues         SET OF CMC-CONTROL.
                             &Type({Cmc-Control-Set}{@attrType})
  }

  Cmc-Control-Set CMC-CONTROL ::= {
      cmc-identityProof | cmc-dataReturn | cmc-regInfo |
      cmc-responseInfo | cmc-queryPending | cmc-popLinkRandom |
      cmc-popLinkWitness | cmc-identification | cmc-transactionId |
      cmc-senderNonce | cmc-recipientNonce | cmc-statusInfo |
      cmc-addExtensions | cmc-encryptedPOP | cmc-decryptedPOP |
      cmc-lraPOPWitness | cmc-getCert | cmc-getCRL |
      cmc-revokeRequest | cmc-confirmCertAcceptance |
      cmc-statusInfoV2 | cmc-trustedAnchors | cmc-authData |
      cmc-batchRequests | cmc-batchResponses | cmc-publishCert |
      cmc-modCertTemplate | cmc-controlProcessed |
      cmc-identityProofV2 | cmc-popLinkWitnessV2, ...,
      cmc-raIdentityWitness | cmc-responseBody }

  OTHER-REQUEST ::= TYPE-IDENTIFIER

  --  We do not define any other requests in this document.
  --   Examples might be attribute certification requests.

  OtherRequests OTHER-REQUEST ::= {...}

  TaggedRequest ::= CHOICE {
      tcr               [0] TaggedCertificationRequest,
      crm               [1] CertReqMsg,
      orm               [2] SEQUENCE {
          bodyPartID            BodyPartID,
          requestMessageType    OTHER-REQUEST.&id({OtherRequests}),
          requestMessageValue   OTHER-REQUEST.&Type({OtherRequests}
                                    {@.requestMessageType})
      }
  }

  TaggedCertificationRequest ::= SEQUENCE {
      bodyPartID            BodyPartID,
      certificationRequest  CertificationRequest
  }

  AttributeList ATTRIBUTE ::= { at-extension-req, ...,
      at-cmc-changeSubjectName }

  CertificationRequest ::= SEQUENCE {
     certificationRequestInfo  SEQUENCE {
         version                   INTEGER,
         subject                   Name,
         subjectPublicKeyInfo      SEQUENCE {
             algorithm                 AlgorithmIdentifier{PUBLIC-KEY,
                                           {PublicKeyAlgorithms}},
             subjectPublicKey          BIT STRING
         },
         attributes                [0] IMPLICIT SET OF
                                       AttributeSet{{AttributeList}}
      },
      signatureAlgorithm        AlgorithmIdentifier
                                    {SIGNATURE-ALGORITHM,
                                        {SignatureAlgorithms}},
      signature                 BIT STRING
  }

  TaggedContentInfo ::= SEQUENCE {
      bodyPartID              BodyPartID,
      contentInfo             ContentInfo
  }

  OTHER-MSG ::= TYPE-IDENTIFIER

  --  No other messages currently defined

  OtherMsgSet OTHER-MSG ::= {...}
  OtherMsg ::= SEQUENCE {
      bodyPartID        BodyPartID,
      otherMsgType      OTHER-MSG.&id({OtherMsgSet}),
      otherMsgValue     OTHER-MSG.&Type({OtherMsgSet}{@otherMsgType}) }

  --  This defines the response message in the protocol

  ct-PKIResponse CONTENT-TYPE ::=
      { TYPE PKIResponse IDENTIFIED BY id-cct-PKIResponse }

  id-cct-PKIResponse OBJECT IDENTIFIER ::= { id-cct 3 }

  ResponseBody ::= PKIResponse

  PKIResponse ::= SEQUENCE {
      controlSequence   SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
      cmsSequence       SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
      otherMsgSequence  SEQUENCE SIZE(0..MAX) OF OtherMsg
  }

  CMC-CONTROL ::= TYPE-IDENTIFIER

  -- The following controls have the type OCTET STRING

  cmc-identityProof CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-identityProof }

    id-cmc-identityProof OBJECT IDENTIFIER ::= { id-cmc 3 }

  cmc-dataReturn CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-dataReturn }

    id-cmc-dataReturn OBJECT IDENTIFIER ::= { id-cmc 4 }

  cmc-regInfo CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-regInfo }

    id-cmc-regInfo OBJECT IDENTIFIER ::= { id-cmc 18 }

  cmc-responseInfo CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-responseInfo }

    id-cmc-responseInfo OBJECT IDENTIFIER ::= { id-cmc 19 }

  cmc-queryPending CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-queryPending }

    id-cmc-queryPending OBJECT IDENTIFIER ::= { id-cmc 21 }

  cmc-popLinkRandom CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-popLinkRandom }

    id-cmc-popLinkRandom OBJECT IDENTIFIER ::= { id-cmc 22 }
  cmc-popLinkWitness CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-popLinkWitness }

    id-cmc-popLinkWitness OBJECT IDENTIFIER ::= { id-cmc 23 }

  -- The following controls have the type UTF8String

  cmc-identification CMC-CONTROL ::=
      { UTF8String IDENTIFIED BY id-cmc-identification }

    id-cmc-identification OBJECT IDENTIFIER ::= { id-cmc 2 }

  -- The following controls have the type INTEGER

  cmc-transactionId CMC-CONTROL ::=
      { INTEGER IDENTIFIED BY id-cmc-transactionId }

    id-cmc-transactionId OBJECT IDENTIFIER ::= { id-cmc 5 }

  -- The following controls have the type OCTET STRING

  cmc-senderNonce CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-senderNonce }

    id-cmc-senderNonce OBJECT IDENTIFIER ::= { id-cmc 6 }

  cmc-recipientNonce CMC-CONTROL ::=
      { OCTET STRING IDENTIFIED BY id-cmc-recipientNonce }

  id-cmc-recipientNonce OBJECT IDENTIFIER ::= { id-cmc 7 }

  -- Used to return status in a response

  cmc-statusInfo CMC-CONTROL ::=
      { CMCStatusInfo IDENTIFIED BY id-cmc-statusInfo }

    id-cmc-statusInfo OBJECT IDENTIFIER ::= { id-cmc 1 }

  CMCStatusInfo ::= SEQUENCE {
      cMCStatus       CMCStatus,
      bodyList        SEQUENCE SIZE (1..MAX) OF BodyPartID,
      statusString    UTF8String OPTIONAL,
      otherInfo       CHOICE {
         failInfo         CMCFailInfo,
         pendInfo         PendInfo
      } OPTIONAL
  }

  PendInfo ::= SEQUENCE {
      pendToken        OCTET STRING,
      pendTime         GeneralizedTime
  }

  CMCStatus ::= INTEGER {
      success         (0),
      failed          (2),
      pending         (3),
      noSupport       (4),
      confirmRequired (5),
      popRequired     (6),
      partial         (7)
  }

  CMCFailInfo ::= INTEGER {
      badAlg          (0),
      badMessageCheck (1),
      badRequest      (2),
      badTime         (3),
      badCertId       (4),
      unsuportedExt   (5),
      mustArchiveKeys (6),
      badIdentity     (7),
      popRequired     (8),
      popFailed       (9),
      noKeyReuse      (10),
      internalCAError (11),
      tryLater        (12),
      authDataFail    (13)
  }

  -- Used for RAs to add extensions to certification requests

  cmc-addExtensions CMC-CONTROL ::=
      { AddExtensions IDENTIFIED BY id-cmc-addExtensions }

    id-cmc-addExtensions OBJECT IDENTIFIER ::= { id-cmc 8 }

  AddExtensions ::= SEQUENCE {
      pkiDataReference    BodyPartID,
      certReferences      SEQUENCE OF BodyPartID,
      extensions          SEQUENCE OF Extension{{CertExtensions}}
  }

  cmc-encryptedPOP CMC-CONTROL ::=
      { EncryptedPOP IDENTIFIED BY id-cmc-encryptedPOP }

    cmc-decryptedPOP CMC-CONTROL ::=
      { DecryptedPOP IDENTIFIED BY id-cmc-decryptedPOP }

    id-cmc-encryptedPOP OBJECT IDENTIFIER ::= { id-cmc 9 }

    id-cmc-decryptedPOP OBJECT IDENTIFIER ::= { id-cmc 10 }
 EncryptedPOP ::= SEQUENCE {
      request       TaggedRequest,
      cms             ContentInfo,
      thePOPAlgID     AlgorithmIdentifier{MAC-ALGORITHM, {POPAlgs}},
      witnessAlgID    AlgorithmIdentifier{DIGEST-ALGORITHM,
                          {WitnessAlgs}},
      witness         OCTET STRING
  }

  POPAlgs MAC-ALGORITHM ::= { maca-hMAC-SHA1, maca-hMAC-SHA256, ... }

    WitnessAlgs DIGEST-ALGORITHM ::= { mda-sha1, mda-sha256, ... }

  DecryptedPOP ::= SEQUENCE {
      bodyPartID      BodyPartID,
      thePOPAlgID     AlgorithmIdentifier{MAC-ALGORITHM, {POPAlgs}},
      thePOP          OCTET STRING
  }

  cmc-lraPOPWitness CMC-CONTROL ::=
      { LraPopWitness IDENTIFIED BY id-cmc-lraPOPWitness }

  id-cmc-lraPOPWitness OBJECT IDENTIFIER ::= { id-cmc 11 }

  LraPopWitness ::= SEQUENCE {
      pkiDataBodyid   BodyPartID,
      bodyIds         SEQUENCE OF BodyPartID
  }

  --

  cmc-getCert CMC-CONTROL ::=
      { GetCert IDENTIFIED BY id-cmc-getCert }

    id-cmc-getCert OBJECT IDENTIFIER ::= { id-cmc 15 }

  GetCert ::= SEQUENCE {
      issuerName      GeneralName,
      serialNumber    INTEGER }

  cmc-getCRL CMC-CONTROL ::=
      { GetCRL IDENTIFIED BY id-cmc-getCRL }

    id-cmc-getCRL OBJECT IDENTIFIER ::= { id-cmc 16 }

  GetCRL ::= SEQUENCE {
      issuerName    Name,
      cRLName       GeneralName OPTIONAL,
      time          GeneralizedTime OPTIONAL,
      reasons       ReasonFlags OPTIONAL }
  cmc-revokeRequest CMC-CONTROL ::=
      { RevokeRequest IDENTIFIED BY id-cmc-revokeRequest}

    id-cmc-revokeRequest OBJECT IDENTIFIER ::= { id-cmc 17 }

  RevokeRequest ::= SEQUENCE {
      issuerName            Name,
      serialNumber          INTEGER,
      reason                CRLReason,
      invalidityDate         GeneralizedTime OPTIONAL,
      passphrase            OCTET STRING OPTIONAL,
      comment               UTF8String OPTIONAL }

  cmc-confirmCertAcceptance CMC-CONTROL ::=
      { CMCCertId IDENTIFIED BY id-cmc-confirmCertAcceptance }

    id-cmc-confirmCertAcceptance OBJECT IDENTIFIER ::= { id-cmc 24 }

  CMCCertId ::= IssuerAndSerialNumber

  -- The following is used to request V3 extensions be added
  -- to a certificate

  at-extension-req ATTRIBUTE ::=
      { TYPE ExtensionReq IDENTIFIED BY id-ExtensionReq }

    id-ExtensionReq OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840)
      rsadsi(113549) pkcs(1) pkcs-9(9) 14 }

  ExtensionReq ::= SEQUENCE SIZE (1..MAX) OF
      Extension{{CertExtensions}}

  -- The following allows Diffie-Hellman Certification Request
  -- Messages to be well-formed

  sa-noSignature SIGNATURE-ALGORITHM ::= {
      IDENTIFIER id-alg-noSignature
      VALUE NoSignatureValue
      PARAMS TYPE NULL ARE required
      HASHES { mda-sha1 }
  }

    id-alg-noSignature OBJECT IDENTIFIER ::= { id-pkix id-alg(6) 2 }

  NoSignatureValue ::= OCTET STRING

  --  Unauthenticated attribute to carry removable data.

  id-aa OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840)
      rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) id-aa(2) }

    aa-cmc-unsignedData ATTRIBUTE ::=
      { TYPE CMCUnsignedData IDENTIFIED BY id-aa-cmc-unsignedData }

    id-aa-cmc-unsignedData OBJECT IDENTIFIER ::= { id-aa 34 }

  CMCUnsignedData ::= SEQUENCE {
      bodyPartPath        BodyPartPath,
      identifier          TYPE-IDENTIFIER.&id,
      content             TYPE-IDENTIFIER.&Type
  }

  --  Replaces CMC Status Info
  --

  cmc-statusInfoV2 CMC-CONTROL ::=
      { CMCStatusInfoV2 IDENTIFIED BY id-cmc-statusInfoV2 }

    id-cmc-statusInfoV2 OBJECT IDENTIFIER ::= { id-cmc 25 }

  EXTENDED-FAILURE-INFO ::= TYPE-IDENTIFIER

  ExtendedFailures EXTENDED-FAILURE-INFO ::= {...}

  CMCStatusInfoV2 ::= SEQUENCE {
     cMCStatus             CMCStatus,
     bodyList              SEQUENCE SIZE (1..MAX) OF
                                    BodyPartReference,
     statusString          UTF8String OPTIONAL,
     otherInfo             CHOICE {
         failInfo               CMCFailInfo,
         pendInfo               PendInfo,
         extendedFailInfo       [1] SEQUENCE {
            failInfoOID            TYPE-IDENTIFIER.&id
                                       ({ExtendedFailures}),
            failInfoValue          TYPE-IDENTIFIER.&Type
                                       ({ExtendedFailures}
                                           {@.failInfoOID})
         }
      } OPTIONAL
  }

  BodyPartReference ::= CHOICE {
     bodyPartID           BodyPartID,
     bodyPartPath         BodyPartPath
  }

  BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID

    --  Allow for distribution of trust anchors
  --

  cmc-trustedAnchors CMC-CONTROL ::=
      { PublishTrustAnchors IDENTIFIED BY id-cmc-trustedAnchors }

    id-cmc-trustedAnchors OBJECT IDENTIFIER ::= { id-cmc 26 }

  PublishTrustAnchors ::= SEQUENCE {
      seqNumber      INTEGER,
      hashAlgorithm  AlgorithmIdentifier{DIGEST-ALGORITHM,
                         {HashAlgorithms}},
      anchorHashes   SEQUENCE OF OCTET STRING
  }

  HashAlgorithms DIGEST-ALGORITHM ::= {
     mda-sha1 | mda-sha256, ...
  }

  cmc-authData CMC-CONTROL ::=
      { AuthPublish IDENTIFIED BY id-cmc-authData }

    id-cmc-authData OBJECT IDENTIFIER ::= { id-cmc 27 }

  AuthPublish ::= BodyPartID

  --   These two items use BodyPartList

  cmc-batchRequests CMC-CONTROL ::=
      { BodyPartList IDENTIFIED BY id-cmc-batchRequests }

  id-cmc-batchRequests OBJECT IDENTIFIER ::= { id-cmc 28 }

  cmc-batchResponses CMC-CONTROL ::=
      { BodyPartList IDENTIFIED BY id-cmc-batchResponses }

    id-cmc-batchResponses OBJECT IDENTIFIER ::= { id-cmc 29 }

  BodyPartList ::= SEQUENCE SIZE (1..MAX) OF BodyPartID

  cmc-publishCert CMC-CONTROL ::=
      { CMCPublicationInfo IDENTIFIED BY id-cmc-publishCert }

    id-cmc-publishCert OBJECT IDENTIFIER ::= { id-cmc 30 }

  CMCPublicationInfo ::= SEQUENCE {
      hashAlg        AlgorithmIdentifier{DIGEST-ALGORITHM,
                           {HashAlgorithms}},
      certHashes     SEQUENCE OF OCTET STRING,
      pubInfo        PKIPublicationInfo
  }

  cmc-modCertTemplate CMC-CONTROL ::=
      { ModCertTemplate IDENTIFIED BY id-cmc-modCertTemplate }

  id-cmc-modCertTemplate OBJECT IDENTIFIER ::= { id-cmc 31 }

  ModCertTemplate ::= SEQUENCE {
      pkiDataReference             BodyPartPath,
      certReferences               BodyPartList,
      replace                      BOOLEAN DEFAULT TRUE,
      certTemplate                 CertTemplate
  }

  -- Inform follow-on servers that one or more controls have
  -- already been processed

  cmc-controlProcessed CMC-CONTROL ::=
      { ControlsProcessed IDENTIFIED BY id-cmc-controlProcessed }

    id-cmc-controlProcessed OBJECT IDENTIFIER ::= { id-cmc 32 }

  ControlsProcessed ::= SEQUENCE {
      bodyList              SEQUENCE SIZE(1..MAX) OF BodyPartReference
  }

  --  Identity Proof control w/ algorithm agility

  cmc-identityProofV2 CMC-CONTROL ::=
      { IdentityProofV2 IDENTIFIED BY id-cmc-identityProofV2 }

    id-cmc-identityProofV2 OBJECT IDENTIFIER ::= { id-cmc 33 }

  IdentityProofV2 ::= SEQUENCE {
      proofAlgID       AlgorithmIdentifier{DIGEST-ALGORITHM,
                           {WitnessAlgs}},
      macAlgId         AlgorithmIdentifier{MAC-ALGORITHM, {POPAlgs}},
      witness          OCTET STRING
  }

  cmc-popLinkWitnessV2 CMC-CONTROL ::=
      { PopLinkWitnessV2 IDENTIFIED BY id-cmc-popLinkWitnessV2 }

    id-cmc-popLinkWitnessV2 OBJECT IDENTIFIER ::= { id-cmc 34 }

  PopLinkWitnessV2 ::= SEQUENCE {
      keyGenAlgorithm   AlgorithmIdentifier{KEY-DERIVATION,
                            {KeyDevAlgs}},
      macAlgorithm      AlgorithmIdentifier{MAC-ALGORITHM, {POPAlgs}},
      witness           OCTET STRING
  }

  KeyDevAlgs KEY-DERIVATION ::= { kda-PBKDF2, ... }
  cmc-raIdentityWitness CMC-CONTROL ::=
     { BodyPartPath IDENTIFIED BY id-cmc-raIdentityWitness }

  id-cmc-raIdentityWitness OBJECT IDENTIFIER ::= {id-cmc 35}

  --
  --  Allow for an End-Entity to request a change in name.
  --  This item is added to RegControlSet in CRMF.
  --
  at-cmc-changeSubjectName ATTRIBUTE ::=
     { TYPE ChangeSubjectName IDENTIFIED BY id-cmc-changeSubjectName }

  id-cmc-changeSubjectName OBJECT IDENTIFIER ::= { id-cmc 36 }

  ChangeSubjectName ::= SEQUENCE {
      subject             Name OPTIONAL,
      subjectAlt          GeneralNames OPTIONAL
  }
  (WITH COMPONENTS {..., subject PRESENT} |
   WITH COMPONENTS {..., subjectAlt PRESENT} )

  --
  --  Embedded response from a third party for processing
  --

  cmc-responseBody CMC-CONTROL ::= {
     BodyPartPath IDENTIFIED BY id-cmc-responseBody
  }

  id-cmc-responseBody OBJECT IDENTIFIER ::= { id-cmc 37 }

  --
  --  Key purpose identifiers are in the Extended Key Usage extension
  --

  id-kp-cmcCA OBJECT IDENTIFIER ::= { id-kp 27 }
  id-kp-cmcRA OBJECT IDENTIFIER ::= { id-kp 28 }
  id-kp-cmcArchive OBJECT IDENTIFIER ::= { id-kp 29 }

  --
  --  Subject Information Access identifier
  --

  id-ad-cmc OBJECT IDENTIFIER ::= { id-ad 12 }

 END
]]></artwork>
    </section>
    <section anchor="enroll">
      <name>Enrollment Message Flows</name>
      <t>This section is informational.  The purpose of this section is to
present, in an abstracted version, the messages that would flow
between the client and server for several different common cases.</t>
      <section anchor="RequestofaSigningCertificate">
        <name>Request of a Signing Certificate</name>
        <t>This section looks at the messages that would flow in the event that
an enrollment is occurring for a signing-only key.  If the
certificate was designed for both signing and encryption, the only
difference would be the key usage extension in the certification
request.</t>
        <t>Message #2 from client to server:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIData
       eContent
         controlSequence
           {102, id-cmc-identityProof, computed value}
           {103, id-cmc-senderNonce, 10001}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = My Proposed DN
               publicKey = My Public Key
               extensions
                 {id-ce-subjectPublicKeyIdentifier, 1000}
                 {id-ce-keyUsage, digitalSignature}
     SignedData.SignerInfos
       SignerInfo
         sid.subjectKeyIdentifier = 1000
]]></artwork>
        <t>Response from server to client:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIResponse
       eContent
         controlSequence
           {102, id-cmc-statusInfoV2, {success, 201}}
           {103, id-cmc-senderNonce, 10005}
           {104, id-cmc-recipientNonce, 10001}
     certificates
       Newly issued certificate
       Other certificates
     SignedData.SignerInfos
       Signed by CA
]]></artwork>
      </section>
      <section anchor="SingleCertificationRequestModifiedbyRA">
        <name>Single Certification Request, But Modified by RA</name>
        <t>This section looks at the messages that would flow in the event that
an enrollment has one RA in the middle of the data flow.  That RA
will modify the certification request before passing it on to the CA.</t>
        <t>Message from client to RA:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIData
       eContent
         controlSequence
           {102, id-cmc-identityProof, computed value}
           {103, id-cmc-senderNonce, 10001}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = My Proposed DN
               publicKey = My Public Key
               extensions
                 {id-ce-subjectPublicKeyIdentifier, 1000}
                 {id-ce-keyUsage, digitalSignature}
     SignedData.SignerInfos
       SignerInfo
         sid.subjectKeyIdentifier = 1000
]]></artwork>
        <t>Message from RA to CA:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIData
       eContent
         controlSequence
           { 102, id-cmc-batchRequests, { 1, 2} }
           { 103, id-cmc-addExtensions,
             { {1, 201, {id-ce-certificatePolicies, anyPolicy}}
               {1, 201, {id-ce-subjectAltName, {extension data}}
               {2, XXX, {id-ce-subjectAltName, {extension data}}}
                     The Value XXX is not known here; it would
                     reference into the second client request,
                     which is not displayed above.
         cmsSequence
           { 1, <Message from client to RA #1> }
           { 2, <Message from client to RA #2> }
     SignedData.SignerInfos
       SignerInfo
         sid = RA key.
]]></artwork>
        <t>Response from CA to RA:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIResponse
       eContent
         controlSequence
           {102, id-cmc-BatchResponse, {999, 998}}

           {103, id-cmc-statusInfoV2, {failed, 2, badIdentity}}
         cmsSequence
           { bodyPartID = 999
             contentInfo
               ContentInfo.contentType = id-signedData
               ContentInfo.content
                 SignedData.encapContentInfo
                   eContentType = id-cct-PKIResponse
                   eContent
                     controlSequence
                      {102, id-cmc-statusInfoV2, {success, 201}}
                 certificates
                   Newly issued certificate
                   Other certificates
                 SignedData.SignerInfos
                   Signed by CA
           }
           { bodyPartID = 998,
             contentInfo
               ContentInfo.contentType = id-signedData
               ContentInfo.content
                 SignedData.encapContentInfo
                   eContentType = id-cct-PKIResponse
                   eContent
                     controlSequence
                       {102, id-cmc-statusInfoV2, {failure, badAlg}}
                 certificates
                   Newly issued certificate
                   Other certificates
                 SignedData.SignerInfos
                   Signed by CA
           }
         SignedData.SignerInfos
           Signed by CA
]]></artwork>
        <t>Response from RA to client:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIResponse
       eContent
         controlSequence
           {102, id-cmc-statusInfoV2, {success, 201}}
     certificates
       Newly issued certificate
       Other certificates
     SignedData.SignerInfos
       Signed by CA
]]></artwork>
      </section>
      <section anchor="DirectPOPforRSACertificate">
        <name>Direct POP for an RSA Certificate</name>
        <t>This section looks at the messages that would flow in the event that
an enrollment is done for an encryption only certificate using an
direct POP method.  For simplicity, it is assumed that the
certification requester already has a signing-only certificate.</t>
        <t>The fact that a second round-trip is required is implicit rather than
explicit.  The server determines this based on the fact that no other
POP exists for the certification request.</t>
        <t>Message #1 from client to server:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIData
       eContent
         controlSequence
           {102, id-cmc-transactionId, 10132985123483401}
           {103, id-cmc-senderNonce, 10001}
           {104, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = <My DN from my signing cert>
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage
     SignedData.SignerInfos
       SignerInfo
         Signed by requester's signing cert
]]></artwork>
        <t>Response #1 from server to client:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIResponse
       eContent
         controlSequence
           {101, id-cmc-statusInfoV2, {failed, 201, popRequired}}
           {102, id-cmc-transactionId, 10132985123483401}
           {103, id-cmc-senderNonce, 10005}
           {104, id-cmc-recipientNonce, 10001}
           {105, id-cmc-encryptedPOP, {
              request {
                certRequest
                  certReqId = 201
                   certTemplate
                     subject = <My DN from my signing cert>
                     publicKey = My Public Key
                     extensions
                       {id-ce-keyUsage, keyEncipherment}
                   popo
                     keyEncipherment
                     subsequentMessage
              }
              cms
                contentType = id-envelopedData
                content
                  recipientInfos.riid.issuerSerialNumber = <NULL, 201>
                  encryptedContentInfo
                    eContentType = id-data
                    eContent = <Encrypted value of 'y'>
              thePOPAlgID = HMAC-SHA256
              witnessAlgID = SHA-256
              witness <hashed value of 'y'>}}
           {106, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
     certificates
       Other certificates (optional)
     SignedData.SignerInfos
       Signed by CA

   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIData
       eContent
         controlSequence
           {102, id-cmc-transactionId, 10132985123483401}
           {103, id-cmc-senderNonce, 100101}
           {104, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
           {105, id-cmc-recipientNonce, 10005}
           {107, id-cmc-decryptedPOP, {
             bodyPartID 201,
             thePOPAlgID HMAC-SHA256,
             thePOP <HMAC computed value goes here>}}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = <My DN from my signing cert>
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage
     SignedData.SignerInfos
       SignerInfo
         Signed by requester's signing cert
]]></artwork>
        <t>Response #2 from server to client:</t>
        <artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-cct-PKIResponse
       eContent
         controlSequence
           {101, id-cmc-transactionId, 10132985123483401}
           {102, id-cmc-statusInfoV2, {success, 201}}
           {103, id-cmc-senderNonce, 10019}
           {104, id-cmc-recipientNonce, 100101}
           {105, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
     certificates
       Newly issued certificate
       Other certificates
     SignedData.SignerInfos
       Signed by CA
]]></artwork>
      </section>
    </section>
    <section anchor="enroll-dh">
      <name>Production of Diffie-Hellman Public Key Certification Requests</name>
      <t>Part of a certification request is a signature over the request;
Diffie-Hellman is a key agreement algorithm and cannot be used to
directly produce the required signature object.  <xref target="DH-POP"/> provides
two ways to produce the necessary signature value.  This document
also defines a signature algorithm that does not provide a POP value,
but can be used to produce the necessary signature value.</t>
      <section anchor="NoSig-Sig">
        <name>No-Signature Signature Mechanism</name>
        <t>Key management (encryption/decryption) private keys cannot always be
used to produce some type of signature value as they can be in a
decrypt-only device.  Certification requests require that the
signature field be populated.  This section provides a signature
algorithm specifically for that purposes.  The following object
identifier and signature value are used to identify this signature
type:</t>
        <artwork><![CDATA[
  id-alg-noSignature OBJECT IDENTIFIER ::= { id-pkix id-alg(6) 2 }

  NoSignatureValue ::= OCTET STRING
]]></artwork>
        <t>The parameters for id-alg-noSignature <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> be
encoded as NULL.  NoSignatureValue contains the hash of the
certification request.  It is important to realize that there is no
security associated with this signature type.  If this signature type
is on a certification request and the Certification Authority policy
requires proof-of-possession of the private key, the POP mechanism
defined in <xref target="EncryptedandDecryptedPOPControls"/> <bcp14>MUST</bcp14> be used.</t>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Obviously, the authors of this version of the document would like to
thank Jim Schaad and Michael Myers for their work on the previous
version of this document.</t>
      <t>The acknowledgment from the previous version of this document follows:</t>
      <t>The authors and the PKIX Working Group are grateful for the
participation of Xiaoyi Liu and Jeff Weinstein in helping to author
the original versions of this document.</t>
      <t>The authors would like to thank Brian LaMacchia for his work in
developing and writing up many of the concepts presented in this
document.  The authors would also like to thank Alex Deacon and Barb
Fox for their contributions.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="J." surname="Schaad" fullname="Jim Schaad">
        <organization>August Cellars</organization>
        <address>
      </address>
      </contact>
      <contact initials="M." surname="Myers" fullname="Michael Myers">
        <organization>TraceRoute Security, Inc.</organization>
        <address>
      </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y96XbcSHYw+D+eAqP6UWR3khKpXW23nUVRXXRpM8nq6p4+
fT6BmSAJKxNIA0ix2Krys8yzzJPNXSNuBIBMSnbP55ljHR93MRF73Lj7sre3
57qyWxQvsntHRdOVl+Us74rsTV7lV8WyqLqs/lQ02dGbs2zn6M3R7j2XX1w0
xSds/+boRXbWNetZt26K9p7Dnld1c/sia7u5qy/aelF0Rfsie3z49HCSPXn0
4NC5eT2r8iXMN2/yy25vmVfzYrG3yJerdq+5nGHTi7Lde3Dg2vXFsmzbsq66
2xV0ODk+f+XKVfMigznb7vDBg+cwYLVeXhTNCzeHyV+4WV21RdWuW2pUOFjn
Q5c3RQ7rPStm66bsbu+5m7r5eNXU6xX8+rpcll0xz6bzednBXPkie1PMrvOq
bJdtdlk32fsfTv6UwTKzszcnb47vuY/FLQwwf+Gyvez9+mJRzrIfitvspLps
8laPAz8OHyh9aW5XXX3V5Ktr6P2maFv4mJ3dVl3+s/tUVGvYSpZ9/RKzjI/s
3k+w07K6yv6AQ+Hvy7xcwO/tKm+X/1wW3eV+3Vzhh7yZXcOH665btS/u38d2
+FP5qdjXZvfxh/sXTX3TFvdphPvY86rsrtcXOGiRV7D3qmjuz5YzuMV7zuXr
7rpu8KygZZaVFdzMv+zjccC1T7Lj+T79ziDxL3VbrK7lY7ZTwHbrZpcawPQv
sukP0z+/nk7gqGfcreDt/Ftd/HP+Mb9d5PuzehnNdbafndOS0rnOYLHyqTcT
nOzfcjxpgOTqYTO3c+Em/5l+pbkQ4rqmvFh3YZeymXKZncEt5dSd17++AsAF
uFjA2bZR6zclNIVNv7kt8It0OG/yWXFarwGAFHpl966qmyWs8RNBCr7PF9np
q6PHTx4f0t+nb17RD48ODw7wh5ff771/955+Onz29DH+9P6Ho7ODB/zT82dP
+KeTPx0dn57zWIfPHjhXVpd2Jnj0e+9P351/OpA2Tw/l1/PT6VtYxMney/2B
R/0QwEEaHr178/71aMNHoeGPK3zULU1EyAMWOD07++nd6csX2ct3J/sHD/af
PDh8dv/tydn5/tn7/WcPHuw9ebj3EBrCYl6+e8NH8IA2d/Zm+vr13h9O3/0o
x/D0GR7Dn54/OuS/nzzEk6Ivz5/iXoumybv18vDBk4d0yFmXN1dF9yLTR3Jz
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
oweMAgA=

-->

</rfc>
