<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="pre5378Trust200902" docName="draft-ietf-lamps-rfc5272bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="5272, 6402" updates="5911" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.1 -->
  <front>
    <title abbrev="CMC: Structures">Certificate Management over CMS (CMC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-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="September" day="29"/>
    <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 102?>

<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>
      <t>This document also updates part of RFC 5911 to add support for additional
HMAC algorithms used with the POP Link Witness control.</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-ietf-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 125?>

<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>
      <t>This document also updates <xref target="CMS-ALGS"/> to add support for additional
HMAC algorithms used in the POP Link Witness V2 control.</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>--03 todo:</t>
        <ul spacing="normal">
          <li>
            <t>Address management of KEM certificate</t>
          </li>
        </ul>
        <t>--03 version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Publish Trust Anchors Control hashAlgorithm changed to SHA-256</t>
          </li>
          <li>
            <t>Updated Encrypted and Decrypted POP Controls section to use HMAC-SHA256</t>
          </li>
          <li>
            <t>Update DH-POP from RFC2875 to RFC6955</t>
          </li>
          <li>
            <t>Editorial changes</t>
          </li>
          <li>
            <t>Addressed errata 3943 for RFC 6402</t>
          </li>
        </ul>
        <t>--02 version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Add module to support new HMAC algorithms in 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>Merged <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) and Elliptic Curve Diffie-Hellman (ECDH) 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 hash of
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-SHA256(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-SHA256.</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-256 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 anchor="sec-combined-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="CMS-ALGS">
          <front>
            <title>New ASN.1 Modules for Cryptographic Message Syntax (CMS) and S/MIME</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5911"/>
          <seriesInfo name="DOI" value="10.17487/RFC5911"/>
        </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="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="H. Prafullchandra" initials="H." surname="Prafullchandra"/>
            <date month="May" year="2013"/>
            <abstract>
              <t>This document describes two methods for producing an integrity check value from a Diffie-Hellman key pair and one method for producing an integrity check value from an Elliptic Curve key pair. This behavior is needed for such operations as creating the signature of a Public-Key Cryptography Standards (PKCS) #10 Certification Request. These algorithms are designed to provide a Proof-of-Possession of the private key and not to be a general purpose signing algorithm.</t>
              <t>This document obsoletes RFC 2875.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6955"/>
          <seriesInfo name="DOI" value="10.17487/RFC6955"/>
        </reference>
        <reference anchor="HMAC-ALGS">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. There are no bits- on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="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="PKIX-ALGS">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="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="12" month="September" year="2024"/>
            <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-ietf-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="September" year="2024"/>
            <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-ietf-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="CMS-RI">
          <front>
            <title>Using Key Encapsulation Mechanism (KEM) Algorithms in the Cryptographic Message Syntax (CMS)</title>
            <author fullname="Russ Housley" initials="R." surname="Housley">
              <organization>Vigil Security, LLC</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust</organization>
            </author>
            <author fullname="Tomofumi Okubo" initials="T." surname="Okubo">
              <organization>DigiCert, Inc.</organization>
            </author>
            <date day="6" month="February" year="2024"/>
            <abstract>
              <t>   The Cryptographic Message Syntax (CMS) supports key transport and key
   agreement algorithms.  In recent years, cryptographers have been
   specifying Key Encapsulation Mechanism (KEM) algorithms, including
   quantum-secure KEM algorithms.  This document defines conventions for
   the use of KEM algorithms by the originator and recipients to encrypt
   and decrypt CMS content.  This document updates RFC 5652.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-kemri-08"/>
        </reference>
        <reference anchor="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>
        <reference anchor="erratum3943" target="https://www.rfc-editor.org/errata/eid3943">
          <front>
            <title>RFC 6402 erratum 3943</title>
            <author>
              <organization/>
            </author>
            <date year="2014" month="April" day="02"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 3428?>

<section anchor="ASN.1">
      <name>ASN.1 Modules</name>
      <section anchor="asn.1-cmc">
        <name>ASN.1 Module for CMC</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          [1] 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="asn1-module-for-pbkdf2-prfs">
        <name>ASN.1 Module for PBKDF2 PRFs</name>
        <t>The module contained in this appendix extends the PBKDF2-PRFs algorithm
set defined in <xref section="3" sectionFormat="of" target="CMS-ALGS"/>. Apply this extension prior to
compiling <xref target="asn.1-cmc"/> to ensure the imported kda-PBKDF2 includes the
6 HMAC algorithms included in this ASN.1 module.</t>
        <artwork><![CDATA[
PBKDF2-PRFs-2023
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
    smime(16) modules(0) id-mod-pbkdf2-prfs(TBD) }

DEFINITIONS IMPLICT TAGS ::=
BEGIN
IMPORTS

ALGORITHM
  FROM AlgorithmInformation-2009 -- From [PKIX-Algs]
    { iso(1) identified-organization(3) dod(6) internet(1) security(5)
      mechanisms(5) pkix(7) id-mod(0)
      id-mod-algorithmInformation-02(58) }

id-hmacWithSHA224, id-hmacWithSHA256,
id-hmacWithSHA384, id-hmacWithSHA512
  FROM HMAC-2010 -- From [HMAC-Algs]
    { iso(1) identified-organization(3) dod(6) internet(1) security(5)
      mechanisms(5) pkix(7) mod(0) id-mod-hmac(74) }
;

--
-- Base OID for algorithms
--

rsadsi OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840)
                               rsadsi(113549) }

digestAlgorithm   OBJECT IDENTIFIER ::= { rsadsi 2 }

id-hmacWithSHA512-224 OBJECT IDENTIFIER ::= { digestAlgorithm 12 }
id-hmacWithSHA512-256 OBJECT IDENTIFIER ::= { digestAlgorithm 13 }

--
-- PBKF2-PRFs
--

PBKDF2-PRFs ALGORITHM ::= {
  alg-hMAC-SHA224       |
  alg-hMAC-SHA256       |
  alg-hMAC-SHA384       |
  alg-hMAC-SHA512       |
  alg-hMAC-SHA512-224 |
  alg-hMAC-SHA512-256,
  ... }

alg-hMAC-SHA224 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA224 PARAMS TYPE NULL ARE preferredAbsent }

alg-hMAC-SHA256 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA256 PARAMS TYPE NULL ARE preferredAbsent }

alg-hMAC-SHA384 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA384 PARAMS TYPE NULL ARE preferredAbsent }

alg-hMAC-SHA512 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA512 PARAMS TYPE NULL ARE preferredAbsent }

alg-hMAC-SHA512-224 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA512-224 PARAMS TYPE NULL ARE preferredAbsent }

alg-hMAC-SHA512-256 ALGORITHM ::=
  { IDENTIFIER id-hmacWithSHA512-256 PARAMS TYPE NULL ARE preferredAbsent }

END
]]></artwork>
      </section>
    </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 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 or KEM 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 a
direct POP method; the example below shows.  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
]]></artwork>
        <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-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 anchor="DirectPOPwithNoSignature">
        <name>Direct POP with No Signature Mechanism</name>
        <t>This section looks at the messages that would flow in the event that
an enrollment is done for an encryption only cerrtificate using a
direct POP method.  Instead of assuming that the certification
requester already has a signing-only certificate as in
<xref target="DirectPOPforRSACertificate"/>, here the No Signature mechanism from
<xref target="NoSig-Sig"/>, the public key is for a KEM, and the EnvelopedData uses
the KEMRecipientInfo from <xref target="CMS-RI"/>.</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 >
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage = challengeResp
     SignedData.SignerInfos
      SignerInfo
        sid = < subjectKeyIdentifier >
        signatureAlgorithm = id-alg-noSignature
]]></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 >
                     publicKey = My Public Key
                     extensions
                       {id-ce-keyUsage, keyEncipherment}
                   popo
                     keyEncipherment
                       subsequentMessage = challengeResp
              }
              cms
                contentType = id-envelopedData
                content < uses ori.KEMRecipientInfo >
                  recipientInfos.ori.riid.issuerSerialNumber = < NULL, 201>
                  encryptedContentInfo
                    eContentType = id-data
                    eContent = <Encrypted value of 'y'>
       thePOPAlgID = KmacWithSHAKE128
       witnessAlgID = SHAKE128
       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

]]></artwork>
        <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-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 KmacWithSHAKE128,
             thePOP <KMAC computed value goes here>}}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = < My DN >
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage = challengeResp
     SignedData.SignerInfos
       SignerInfo
         sid = < subjectKeyIdentifier >
         signatureAlgorithm = id-alg-noSignature

]]></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;
DH and ECDH are key agreement algorithms and RSA-KEM and ML-KEM
are key encapsulation mechanisms (KEM) are and cannot be used to
directly produce the required signature object.  <xref target="DH-POP"/> provides
three 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>
        <t>When the client generates the SignedData.SignerInfos.SignerInfo.sid
field it has two choices issuerAndSerialNumber or subjectKeyIdentifier.
The client does not yet have a certificate and there cannot fill in
the issuerAndSerialNumber and therefore <bcp14>MUST</bcp14> use the subjectKeyIdentifier
choice.</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+eAqP6UWR1khKpXW23nUVRXXRrM8nq6p4+
fT6BmSAJKxNIA0ix2Krys8yzzJPNXSNuBIBMSnbP55ljHR93MRF73Lj7sre3
57qyWxQvsntHRdOVl+Us74rsTV7lV8WyqLqs/lQ02dGbs2zn6M3R7j2XX1w0
xSds/+boRXbWNetZt26K9p7Dnld1c/sia7u5W6/m8Hf7Inv8/ODA1RdtvSj4
78Onh5PsyaMHh87N61mVL2H2eZNfdntl0V3uLfLlqt1rLmfY8KJs9x4cuHZ9
sSzbtqyr7nYFzU+Oz1+5ctW8yFZN8fjh02fnzbrtDh88eA6jVuvlRdG8cDj/
Czerq7ao2jXMDGstHCz9ocubIoctnBWzdVN2t/fcTd18vGrq9Qp+fV0uy66Y
Z9P5vOxgynyRvSlm13lVtss2u6yb7P0fTv6U5dU8O3tz8ub4nvtY3MIA8xcu
28very8W5Sz7Q3GbnVSXTd7qCeHH4TOmL83tqquvmnx1Db3fFG0LH7Oz26rL
f3afimoNW8myr19ilvHJ3fsJdlpWV9nvcSj8fZmXC/i9XeXt8p/xBvbr5go/
5M3sGj5cd92qfXH/PrbDn8pPxb42u48/3L9o6pu2uE8j3MeeV2V3vb7AQYu8
gr1XRXN/tpzBZd5zLl9313WDZwUts6ys4Gb+ZR+PY14sJtnxfJ9+Z7j4l7ot
VtfyMdspYLt1s0sNYPoX2fQP0z+/nk7gqGfcreDt/Ftd/HP+Mb9d5PuzehnN
dbafndOS0rnOYLHyqTcTnOzfcjxpAO7qYTO3c+Em/5l+pbkQ4rqmvFh3YZey
mXKZncEt5dSd17++AsAFuFjA2bZR6zclNIVNv7kt8It0OG/yWXFarwGAFHpl
966qmyWs8RNBCj7ZF9npq6PHTx4fyt9709e/lx/xTeKPp29e0Q+PDvmHlz/s
vX/3nn568vzxY/zphzfTo9DzyeGTZ/jr+z8cnR08oJ8Onz97wj+d/Ono+PSc
Zzh89kB/jOaFV19Wl3apgEj23p++O/90ID2fHsqv56fTt9DxZO/lfg81PARo
kmZH7968fz3S7FFo9qNiJNwGoh9Y3fTs7Kd3py9fZC/fnewfPNh/8uDw2f23
J2fn+2fv9589eLD35OHeQ2gIC3n57g0f1QPa7tmb6evXe78/ffcjH9fh02d4
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

-->

</rfc>
