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

<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 129?>

<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>--02 WG version</t>
        <ul spacing="normal">
          <li>
            <t>Merged <xref target="erratum8027"/></t>
          </li>
          <li>
            <t>Added id-ce-subjectPublicKeyIdentifier to examples</t>
          </li>
        </ul>
        <t>--01 WG version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Updated Encrypted and Decrypted POP Controls section to use HMAC-SHA256</t>
          </li>
          <li>
            <t>Editorial changes</t>
          </li>
          <li>
            <t>Addressed errata 3943 for RFC 6402</t>
          </li>
          <li>
            <t>Added direct POP example to address management of KEM certificates</t>
          </li>
          <li>
            <t>Clarified that subjectKeyIdentifier choice used with id-alg-noSignature</t>
          </li>
        </ul>
        <t>--00 WG version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Added pre-5378 boilerplate</t>
          </li>
          <li>
            <t>Update DH-POP from RFC2875 to RFC6955</t>
          </li>
        </ul>
        <t>--02 individual version changes:</t>
        <ul spacing="normal">
          <li>
            <t>Added module to support new HMAC algorithms in PBKDF2</t>
          </li>
        </ul>
        <t>--01 individual 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 individual 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          [1] 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="29" 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-01"/>
        </reference>
        <reference anchor="CMC-COMPL">
          <front>
            <title>Certificate Management Messages over CMS (CMC): Compliance Requirements</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="29" 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-01"/>
        </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="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Gray" initials="J." surname="Gray"/>
            <author fullname="T. Okubo" initials="T." surname="Okubo"/>
            <date month="August" 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="RFC" value="9629"/>
          <seriesInfo name="DOI" value="10.17487/RFC9629"/>
        </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>
        <reference anchor="erratum8027" target="https://www.rfc-editor.org/errata/eid8027">
          <front>
            <title>RFC 5272 erratum 8027</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="July" day="11"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 3437?>

<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] SubjectAltName 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}
                 {id-ce-subjectPublicKeyIdentifier, 1000}
             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}
                       {id-ce-subjectPublicKeyIdentifier, 1000}
                   popo
                     keyEncipherment
                     subsequentMessage
              }
              cms
                contentType = id-envelopedData
                content
                  recipientInfos.riid.issuerSerialNumber = <NULL-DN, 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}
                 {id-ce-subjectPublicKeyIdentifier, 1000}
             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-subjectPublicKeyIdentifier, 1000}
                 {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}
                       {id-ce-subjectPublicKeyIdentifier, 1000}
                   popo
                     keyEncipherment
                       subsequentMessage = challengeResp
              }
              cms
                contentType = id-envelopedData
                content < uses ori.KEMRecipientInfo >
                  recipientInfos.ori.riid.issuerSerialNumber = <NULL-DN, 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}
                 {id-ce-subjectPublicKeyIdentifier, 1000}
             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+y9+3bcSHI3+H8+BVb9R5MzRUqk7hp77GqKmqZbN5Ps6Zmd
M+cTWAWSsKqAMoASm6NuP8s+yz7ZxjUzMgFUUbJnP+8e6/h4mgUgr5GRcf3F
3t6e68puUbzI7h0VTVdelrO8K7I3eZVfFcui6rL6U9FkR2/Osp2jN0e791x+
cdEUn/D9N0cvsrOuWc+6dVO09xx+eVU3ty+ytpu79WoOf7cvssfPDw5cfdHW
i4L/Pnx6OMmePHpw6Ny8nlX5EnqfN/llt1cW3eXeIl+u2r3mcoYvXpTtHrzY
ri+WZduWddXdruD1k+PzV65cNS+yVVM8fvj02XmzbrvDBw+ew8vVenlRNC8c
9v/CzeqqLap2DT3DWAsHQ3/o8qbIYQpnxWzdlN3tPXdTNx+vmnq9gl9fl8uy
K+bZdD4vO+gyX2Rvitl1XpXtss0u6yZ7/8PJn7K8mmdnb07eHN9zH4tbaGD+
wmV72fv1xaKcZT8Ut9lJddnkra4QPhxeY3rS3K66+qrJV9fw9ZuibeFhdnZb
dfnP7lNRrWEqWfb1Q8wyXrl7P8FMy+oq+wM2hb8v83IBv7ervF3+M+7Aft1c
4YO8mV3Dg+uuW7Uv7t/H9/Cn8lOxr6/dxx/uXzT1TVvcpxbu45dXZXe9vsBG
i7yCuVdFc3+2nMFm3nMuX3fXdYNrBW9mWVnBzvzLPi7HvFhMsuP5Pv3OdPEv
dVusruVhtlPAdOtml16A7l9k0x+mf349ncBSz/izgqfzb3Xxz/nH/HaR78/q
ZdTX2X52TkNK+zqDwcqjXk+wsn/LcaWBuKuHzdz2hZP8Z/qV+kKK65ryYt2F
WcpkymV2BruU0+c8/vUVEC7QxQLWto3eflPCqzDpN7cFPpEPzpt8VpzWayAg
pV6ZvavqZglj/ESUgkf2RXb66ujxk8eH8vfe9PUf5Ec8k/jj6ZtX9MOjQ/7h
5fd779+9p5+ePH/8GH/6/s30KHz55PDJM/z1/Q9HZwcP6KfD58+e8E8nfzo6
Pj3nHg6fPdAfo37h1JfVpR0qMJK996fvzj8dyJdPD+XX89PpW/jwZO/lfo81
PARqkteO3r15/3rktUfhtR+VI+E0kP3A6KZnZz+9O335Inv57mT/4MH+kweH
z+6/PTk73z97v//swYO9Jw/3HsKLMJCX797wUj2g6Z69mb5+vfeH03c/8nId
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
3brtjrdCR1bPUOBjThAC6Thu8B83d41lr39fBUp397PnOoGORSpwY/vxxx/X
r6DFFw+kFXICdLVxcpf03bT8ME0hU9q3QP2QKMc/95l3MEk3Z4crHbfNZHEe
BiHWHsoOxq2OiwoSmoL39ln5PjdopwaFqLZgnfRPrcQ4/Xrrz/UV3l7+wbZ+
8Emnze1cVwuIKDEOaqf/pV0Sn49zemE9odzue/78eSd9/vwZRUbYbx62cVsU
69+BJTJx53bftm4D4+L5nWv1ebjZRs0ZkeceC7Dis+b+XmNh7LP2IsU+ip+u
JYtnp++TOGBuIcKy2mcV+2qfNlbWPstPZbMks7jm97ulO+dZ5/etowNfvXWW
7h3O39thCIx/u+2zurKmmBVeCMRt/abF6V9b5t0tMIsshMRLMr+TPrgKvhkc
1HShVNSVdAVdoX+GJnQM8i33y2svKXeo1X1ywuBk7EdDCWm/pSYIo9rJtdBu
dYn5ZdOXoCeWlESYlpNS0HKySc53F89WmM/VZ/ISMxIGOlrTNU4Xep6NaIxQ
lPjDOeRW7l7PixklY2UsGVCoc5/SeYYr7b6bJpJIiBXsrI2CZPfzKwb7dJ+e
ZSDilTSzvtEpA6QmMDOYurHiFHAtKgAj43+99dtQ6AZobCCsbj3cfv7s8db2
w0fPHj4KJPj7SPs1/ZfHnnSM+AwSMKP94azA3NGosmHD9A059azxUEpnUdq7
Y4VLSOaW3p9/Xc3Dnw5u0t1D2kFXN2qOgI///EvqIbw2wf01mI6KmZskICvt
Coh7qi5m5azBjNTaajbl2qhwBQRT/VOFLU/NlSL9oQqmt3bhyjH+91Vjb60U
rKCIwe1qqLR/EWLwicpwLf5Yi1vMpU4dxF2Vt/Xfl5xv+zZ+yH2RtqNOz6cd
eHrWPvb0LDv89HwCCQg+/AQdZpwc0LOSKMDTQhj0qbc5umoOv3Fo8+l7x/HM
4oJY2ip9pbovkQz15kUx7hFeisXZgMUGt4Lu7iGerdjy6pZdIcFFqMI41mdb
FNpXYDDOp+2u0j/c/KHeEwsc9R35iGnWNfsEyF3fpa5Mt7VQ+icI5ao33CAp
T379mz8mYjRFiHSjnJELx+anSRPKL27/zi/e74rY+mIZxtoFFLuvGtfbU9/1
fMl9ZRRPcC+HL+2BNcc1Wir9E7oBh6a59KJ0WxqGGRzJ3xng3zADvP3bYYDv
S5s+twfI1vN7Mb0RAvj41yeAX5BqzvEcl5DlxiNJHYj3eWo1c1DOQEb9Wnq5
NRRz4MM4dYc2G6P7JSjdoKRo3eI+hmtr3VyFbhjJ7e0SneVdJ9VdEEytOvYj
vXCV4Ix23f/hG8ydQ4QZ907FTppvBgcd9LLE8CXLeAN4RJXAz67M0LLWRJBu
byF0Zrh3d/e7svC3x/x9sbzfr8ErpcQs/aKM0efwUFrOUn0exsgN1dGhySSf
XuTAGaxxkUT4JHLK+FMadYP6synWSF6Hh6aOmngvneKXcNx/Vyr+WygV2wgD
Pb9rEPFZk4To88vpFN2CAdOTOlLSazA9sUWsaRzhu39drWOobnzjA7PeDLa2
n0mpprIx9vpfR82484urGe+lZ/wSLp8vjdf8XdG4TNFYP6gt2sY3X7S28Z/B
Qf+rqBY/gYNe4ti8kodem4m+n2LySyBkv2smffnfrmZSgsSP5+V4MRLg3hq6
v6cs8UA6H0reHV/eJQmQZorAjseiFaLnI+VciUcE81rj+2+T3deodhvswB9z
mrfsYp7nqKw06DBQanjS74JnI/x9sA9/JvINHopqMaHmPbpHuuFKbWLV8NUo
m0Ksxlku+SRYt+kmf4bzkmv3UEVnuo7Uo+c20e3u6667S+7u4JP3bo+AetD1
OP2Q3WDuA1vTNId9DjvKV4W3Tk+yfZejBVLEbFKVmvvbTpqHI0QF3xhuKxgE
t+7Kws2GlXaSs8U1DNKMcM3ukNb6sOyaFA0RffXt116fmiSwT9y2cdQal2vD
a5O/4Vvd/bkJ2EHvQa/7DhL08RJkE5yuszyp97MqrzgNqttYtW6CatiN40bG
CBAECTdFeuRx/r4YwezuxDakal+9h6hvwR0EiqB3FxjspHwsiyQqeFlwuz6J
X59q5mgQNDmZ3LDS1TXCaAoVq3N9gg3aUolJLIA4CPURz/1SCkFiWAbtAsyW
Kmmbd9YvkbkCqQmCRWTz7Ap006RnjrR+8PbkFKeVgCPo+NJvidsxJWA+uXUF
ubAXaRoup6yYErYVyFMcIhv37QXTxDWr1sv5dUbCxTzHPD266oBVBqcoEWQg
MGKUowKzb6C9Jpxh3I+C3NB4kQDsw7SVCIpdIdyRgGNdYtMzjLJLeGdWhNDZ
df9z26YCfDjGWIfJ9ieJjBlkk+HTmQT4XirnuvZtArcduuwrR8BkZWB/OQrw
w2UIy3GBCY6uCbGr5a4xf/ccq5XQISoowBkguEeXZQGIu0Us2w/4qscYsx5u
Le6GUryb/JoSJWehuYjmF8BxibacQ5x0MUWrTbxZ/QRDpXEaACQcAwAj3Ulo
EEAk0/4I4gsn+fgCaF6V3P5xinXm4+++OndEPP/KnaCjs/dFuagmvEoZrnWl
gCoMlKKx3nwHsB1vUryDxC8JGIPepf9dXKUnboGzMR2cwv2dT5wYICfO1VDM
3afzd2INcgcNm0+Cdsxlw6aqLBgK8bH2+7TteyZi1R+5Hh6ebHRAL0t/cB0C
KvdqXi5mSMUuYC+dLybS6wQT0zquLRNu5MciK2+KdL9YYF3/nZ+fpz/kBZga
CwQwucwnM7Q0ltworrE7RheObZtIf6vWAXNHg3lOaZ5fuO0xTfezg2w0uiwy
7CRUgRPrNpO7WEB1JnAsH9zRhb/d2NwNeCNLOQLmc3ZdCbHzcHaJ9oXugbAv
ePuHHepP8p/S3TwbAWlxLb7I5mfJy/Ins+jIt3MahqqX/D9QIJuf0K8CAA==

-->

</rfc>
