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

<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 RFC 5272 and RFC 6402.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-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 142?>

<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>
        <t>Merged <xref target="CMC-Updates"/> text.</t>
        <t>Included the following errata: <xref target="erratum8385"/>, <xref target="erratum8137"/>,
<xref target="erratum8027"/>, <xref target="erratum7629"/>, <xref target="erratum7628"/>, <xref target="erratum7627"/>,
<xref target="erratum7379"/>, <xref target="erratum6571"/>, <xref target="erratum5931"/>, <xref target="erratum4775"/>,
<xref target="erratum2731"/>, and <xref target="erratum2063"/>.</t>
        <t>Addressed <xref target="erratum3943"/> for RFC 6402.</t>
        <t>To support adopting SHA-256 and HMAC-SHA256, maca-hMAC-SHA256 was added to
POPAlgs and mda-sha256 was added to WitnessAlgs. Both were included in
the example in Appendix B.</t>
        <t>Updated Encrypted and Decrypted POP Controls section to use HMAC-SHA256.</t>
        <t>Updated the ASN.1 module to use the 2002 ASN.1 module from <xref target="CMC-Updates"/>.</t>
        <t>Modified the ASN.1 module for CMC (A.1) to allow the import of ASN.1
Module for PBKDF2 PRFs.</t>
        <t>Added a direct POP example to address management of KEM certificates.</t>
        <t>Added id-ce-subjectKeyIdentifier to examples.</t>
        <t>Clarified that subjectKeyIdentifier choice used with id-alg-noSignature.</t>
        <t>Update CMC Control Attribute Table to include raIdentityWitness and responseBody from RFC 6402</t>
      </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 NOT</bcp14> 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      [1] 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 uses it for
computing a keyed hash value sent 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 value derived from the decrypted challenge
sent by 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] GeneralNames OPTIONAL
  }
  (WITH COMPONENTS {..., subject PRESENT} |
   WITH 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.</t>
      <t>For the ASN.1 modules in Appendix A, IANA is requested to assign
an OID for the module identifier (TBD1) with a Description of
"id-mod-enrollMsgSyntax-2025" and an OID for the module
identifier (TBD2) with a Description of "id-mod-pbkdf2-prfs-2025".
The OIDs for the modules should be allocated in the "SMI Security
for PKIX Module Identifier" registry (1.3.6.1.5.5.7.0).</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="1" month="May" year="2025"/>
            <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-05"/>
        </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="1" month="May" year="2025"/>
            <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-05"/>
        </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>
        <reference anchor="erratum8137" target="https://www.rfc-editor.org/errata/eid8137">
          <front>
            <title>RFC 5272 erratum 8137</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="October" day="12"/>
          </front>
        </reference>
        <reference anchor="erratum8385" target="https://www.rfc-editor.org/errata/eid8385">
          <front>
            <title>RFC 6402 erratum 8385</title>
            <author>
              <organization/>
            </author>
            <date year="2025" month="April" day="18"/>
          </front>
        </reference>
        <reference anchor="erratum6571" target="https://www.rfc-editor.org/errata/eid6571">
          <front>
            <title>RFC 6402 erratum 6571</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="May" day="04"/>
          </front>
        </reference>
        <reference anchor="erratum5931" target="https://www.rfc-editor.org/errata/eid5931">
          <front>
            <title>RFC 6402 erratum 5931</title>
            <author>
              <organization/>
            </author>
            <date year="2019" month="December" day="07"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 3429?>

<section anchor="ASN.1">
      <name>ASN.1 Modules</name>
      <section anchor="asn.1-cmc">
        <name>ASN.1 Module for CMC</name>
        <sourcecode markers="true"><![CDATA[

EnrollmentMessageSyntax-2025
    { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-enrollMsgSyntax-2025(TBD1) }

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) }

  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) }

  kda-PBKDF2
  FROM PBKDF2-PRFs-2025
      { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
        smime(16) modules(0) id-mod-pbkdf2-prfs-2025(TBD2) } ;

  --  CMS content types defined in this document

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

  --  Signature Algorithms defined in this document

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

  --  CMS Unsigned Attributes

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

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

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

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

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

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

  BodyPartID ::= INTEGER(0..4294967295)

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

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

  OTHER-REQUEST ::= TYPE-IDENTIFIER

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

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

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

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

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

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

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

  OTHER-MSG ::= TYPE-IDENTIFIER

  --  No other messages currently defined

  OtherMsgSet OTHER-MSG ::= {...}

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

  --  This defines the response message in the protocol

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

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

  ResponseBody ::= PKIResponse

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

  CMC-CONTROL ::= TYPE-IDENTIFIER

  -- The following controls have the type OCTET STRING

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

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

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

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

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

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

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

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

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

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

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

  id-cmc-popLinkRandom OBJECT IDENTIFIER ::= { id-cmc 22 }

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

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

  -- The following controls have the type UTF8String

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

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

  -- The following controls have the type INTEGER

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

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

  -- The following controls have the type OCTET STRING

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

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

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

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

  -- Used to return status in a response

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

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

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

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

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

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

  -- Used for RAs to add extensions to certification requests

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

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

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

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

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

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

  id-cmc-decryptedPOP OBJECT IDENTIFIER ::= { id-cmc 10 }

  EncryptedPOP ::= SEQUENCE {
      request       TaggedRequest,
      cms             ContentInfo,
      thePOPAlgID     AlgorithmIdentifier{MAC-ALGORITHM, {POPAlgs}},
      witnessAlgID    AlgorithmIdentifier{DIGEST-ALGORITHM,
                          {WitnessAlgs}},
      witness         OCTET STRING
  }

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

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

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

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

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

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

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

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

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

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

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

  GetCRL ::= SEQUENCE {
      issuerName    Name,
      cRLName       GeneralName OPTIONAL,
      time          GeneralizedTime OPTIONAL,
      reasons       ReasonFlags OPTIONAL }

  cmc-revokeRequest CMC-CONTROL ::=
      { RevokeRequest IDENTIFIED BY id-cmc-revokeRequest}

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

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

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

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

  CMCCertId ::= IssuerAndSerialNumber

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

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

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

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

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

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

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

  NoSignatureValue ::= OCTET STRING

  --  Unauthenticated attribute to carry removable data.

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

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

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

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

  --  Replaces CMC Status Info
  --

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

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

  EXTENDED-FAILURE-INFO ::= TYPE-IDENTIFIER

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

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

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

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

  --  Allow for distribution of trust anchors

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

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

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

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

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

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

  AuthPublish ::= BodyPartID

  --   These two items use BodyPartList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  --  Identity Proof control w/ algorithm agility

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

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

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

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

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

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

  KeyDevAlgs KEY-DERIVATION ::= { kda-PBKDF2, ... }

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

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

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

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

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

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

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

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

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

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

  --
  --  Subject Information Access identifier
  --

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

END

]]></sourcecode>
      </section>
      <section anchor="asn1-module-for-pbkdf2-prfs">
        <name>ASN.1 Module for PBKDF2 PRFs</name>
        <sourcecode markers="true"><![CDATA[

PBKDF2-PRFs-2025
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
    pkcs-9(9) smime(16) modules(0) id-mod-pbkdf2-prfs-2025(TBD2) }

  DEFINITIONS IMPLICIT TAGS ::= BEGIN

  IMPORTS

  ALGORITHM, AlgorithmIdentifier{}, KEY-DERIVATION
  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) }

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

  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-SHA1 |
      alg-hMAC-SHA224 | alg-hMAC-SHA256 |
      alg-hMAC-SHA384 | alg-hMAC-SHA512 |
      alg-hMAC-SHA512-224 | alg-hMAC-SHA512-256, ... }

  PBKDF2-PRFsAlgorithmIdentifier ::=
      AlgorithmIdentifier{ ALGORITHM, {PBKDF2-PRFs} }

  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 }

  -- PBKF2-SaltSources --

  PBKDF2-SaltSources ALGORITHM ::= { ... }

  PBKDF2-SaltSourcesAlgorithmIdentifier ::=
      AlgorithmIdentifier {ALGORITHM, {PBKDF2-SaltSources} }

  -- PBKF2-params --

  PBKDF2-params ::= SEQUENCE {
      salt CHOICE {
          specified OCTET STRING,
          otherSource PBKDF2-SaltSourcesAlgorithmIdentifier },
      iterationCount INTEGER (1..MAX),
      keyLength INTEGER (1..MAX) OPTIONAL,
      prf PBKDF2-PRFsAlgorithmIdentifier DEFAULT defaultPBKDF2 }

  defaultPBKDF2 PBKDF2-PRFsAlgorithmIdentifier ::=
      { algorithm alg-hMAC-SHA1.&id, parameters NULL:NULL }

  -- Key Derivation Algorithms --

  KeyDerivationAlgs KEY-DERIVATION ::= { kda-PBKDF2, ... }

  kda-PBKDF2 KEY-DERIVATION ::= {
      IDENTIFIER id-PBKDF2
      PARAMS TYPE PBKDF2-params ARE required
      -- No S/MIME caps defined
  }

END

]]></sourcecode>
      </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
           crm
             certReq
               certReqId = 201
               certTemplate
                 subject = My Proposed DN
                 publicKey = My Public Key
                 extensions
                   {id-ce-subjectKeyIdentifier, 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
           crm
             certReq
               certReqId = 201
               certTemplate
                 subject = My Proposed DN
                 publicKey = My Public Key
                 extensions
                   {id-ce-subjectKeyIdentifier, 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 signature certificate.</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
           crm
             certReq
               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
         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 {
                crm
                  certReq
                    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
                  recipientInfos.rid.issuerSerialNumber = <NULL-DN, 201>
                  encryptedContentInfo
                    eContentType = id-data
                    eContent = <Encrypted value of 'y' from Section 6.7>
              thePOPAlgID = HMAC-SHA256
              witnessAlgID = SHA-256
              witness <hashed value of 'y' from Section 6.7>}}
           {106, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
     certificates
       Other certificates
         (optional - related to this message's SignedData)
     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
           crm
             certReq
               certReqId = 201
               certTemplate
                 subject = <My DN>
                 publicKey = My Public Key
                 extensions
                   {id-ce-keyUsage, keyEncipherment}
                   {id-ce-subjectKeyIdentifier, 1000}
             popo
               keyEncipherment
                 subsequentMessage = challengeResp
     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
         (optional - related to this message's SignedData)
     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 certificate 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>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
           crm
             certReq
               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 {
                crm
                  certReq
                    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.rid.issuerSerialNumber =
                    <NULL-DN, 201>
                  encryptedContentInfo
                    eContentType = id-data
                    eContent = <Encrypted value of 'y' from Section 6.7>
       thePOPAlgID = KmacWithSHAKE128
       witnessAlgID = SHAKE128
       witness <hashed value of 'y' from Section 6.7>}}
           {106, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
     Certificates
       Other certificates
         (optional - related to this message's SignedData)
     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
           crm
             certReq
               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) 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 SHA-1 hash of the
certification request.  The hash value given by NoSignatureValue
<bcp14>SHOULD</bcp14> be ignored.  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+y96XYcR3Yw+D+eIkf6IaAbgAhwZ9ttl0CwBTc3A1C3e3z6
fExUJYA0qyrLmVmEYEp+lnmWebK5e9zIpQqk7fk8c8zj4xYqY48bd1/29/dD
W7bz4kX2zXFRt+VVOc3bInuTL/PrYlEs26z6VNTZ8ZvzbOf4zfHuNyG/vKyL
T9j+zfGL7Lyt19N2XRfNNwF7Xlf13YusaWehumyqedEWzYvs8dHTo73syaMH
RyHMqukyX8B8szq/avfLor3an+eLVbNfX02x4WXZ7D94Epr15aJsmrJatncr
aH56cvEqlKv6Rbaqi8cPnz67qNdNe/TgwXMYdbleXBb1izCDFbwI02rZFMtm
DTPD6ooAi30Y8rrIYdHnxXRdl+3dN+G2qj9e19V6Bb++LhdlW8yyyWxWtjBl
Ps/eFNObfFk2iya7qurs/R9P/ynLl7Ps/M3pm5NvwsfiDgaYvQjZfvZ+fTkv
p9kfi7vsdHlV542eCX4cPlX6Ut+t2uq6zlc30PtN0TTwMTu/W7b5z+FTsVzD
VrLs65eYZXxy3/wZdlour7M/4FD4+yIv5/B7s8qbxd/jDRxU9TV+yOvpDXy4
adtV8+L777Ed/lR+Kg602ff4w/eXdXXbFN/TCN9jz+uyvVlf4qBFvoS9L4v6
++liCpf5TQj5ur2pajwraJll5RJu5h8O8DhmxXwvO5kd0O8MF/9QNcXqRj5m
OwVst6p3qQFM/yKb/HHyl9eTPTjqKXcreDv/UhV/n3/M7+b5wbRaJHOdH2QX
tKTuXOewWPnUmwlO9t9yPGkA5+XDeubnwk3+Pf1KcyHEtXV5uW7jLmUz5SI7
h1vKqTuvf30NgAtwMYezbZLWb0poCpt+c1fgF+lwUefT4qxaAwAp9Mruw7Kq
F7DGTwQp+EhfZGevjh8/eXwkf+9PXv9Bfnx+eEg/nr15RT88OuIfXv64//7d
e/rpyfPHj/GnH99MjmPPJ0dPnuGv7/94fH74gH46ev7sCf90+k/HJ2cXPMPR
swf6YzIvvPpyeeWXCqhj//3Zu4tPh9Lz6ZH8enE2eQsdT/dfHvRQw0OAJml2
/O7N+9cjzR7FZj+tECM0vA1EP7C6yfn5n9+dvXyRvXx3enD44ODJg6Nn3789
Pb84OH9/8OzBg/0nD/cfQkNYyMt3b/ioHtB2z99MXr/e/8PZu5/4uI6ePsPj
+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
1TBW5kML3WyTgg80fo+ol+jrOsf8pWqJeZ3H29iqlkiCk0dm3qqXeA1TViuf
GHPYBxwVEuVsQDOBLNrpLOqJrDvAaGw77rH9OtnzPT22ZTUb3bW9y/OSHSYz
1XI5TVY3Y4NVBO8nDuudRkkKBwSrBxqn6eivOhSv61rk12jxgq3owSVu4WPF
CeAVcV5XeT1wr7Qcs+d0UuWkZXYZnK3YOAWrduvwamBOPb0pP+WUWWsoJwZd
ujFp+9HNAX0fCDvifTXDEU5CDGZVIXwTF/sWXzvkKuX9BV/8UwIeWS807Pg5
KLVc8Bs3lpQq/uKaeqtnn9h9xzxQbZO2KeZXgkD/APfs83ZEDApf3IeIQ0/Q
NZmcKtPCMZyiJXoCVVKBkLCTltgUfNKddcACwHVFqc6Vs30TUpolqdSk6Ir/
qS6A2Snbqr7DLOTHkz1F42S0DeVyVmDBTJT58Oowv8mCPZlizXk/RpQRmxDT
4VQxSctVPmWXYHa9rhos7E7mPKBiXCFmNa/uYOVc9gNGJY1+KXT3qsiZN4MF
rmFhTVmTRXvrad0L/V7zTW5FvImf3tikWzGvwM0Qzi2jRirLtLw9/skot/H6
J3XrG8auOsk2vOpmFO6bEuP1VFmqW2MUliyko2TqJOAix1+GVA3RMnmWguK9
yVLSgiEedSHn0fE9WU8vs4oL9M5dLS4Tf+BMwgiY4GeSeRJPw2FncEMeLqoR
pqP0aR2PUkMgZ687iOPs9X8BwoBZNiEK+N4oNoivF+kCfhnCBNl9MEEYwQTZ
PTFBGMYE2VdjgvQY7o0BoNs2BPCkhwDcXPd6+NB+67uPD3569lp/TPFB9u79
xem7t5PXYv0pFy5GT9qV/1bMLspeW0nalKmSDP96Nc+vG2s3jFFyXf/Wsi+b
cQoO4XGJ7hHB6rJIiTq0fanJBeEk31fl0vKvWB7lVM+EcIFiB4yBQJuoTjT/
W4qkkCvBQVipy2Ugm/XUorJ4mXTEzu3ZqXNdMCm/rkVFkR2x1naDppWc1Fm0
9UY2l5kN5pZoIr6Qn1aUd9bUiSjdknpGa9ksC9TZRQ8CyRgyoyWKMFRw8oWp
SIz4RVXd5PZiAls+J22HclnGV1HoNTrSLQnINUkJg473Q+hvnNAM5bvGO9OM
JJ8qHxqC48BSFYmhgtewaU7uEItSvQaA/6UIIs1uxyPoeEYwbnzGCFgDQ3aG
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
FZdWiKifOPnlnNzgZgmyoKp0J+/lalkgkJtd9F7NTqtyunA8sRtTcbm4JHss
e6ObXEBQvzDNYS4mJJkE5cZAUl+Ac1MQRpODmD5GRQ9l0jKNmHwV3EonZSaf
Do3vBcuAcD2BmgcmRrU9ncSjrTrCXLA/0cSAsHp+Go25e/3DflNbAk8bmpK4
YTVrHht276s0iA2oYqh7b4RRVOnG0d4u2ORNTCqx/KyGooSEJHyJjZ8qwzF4
99Yf0x/KOe6D74B7d8N8ybpsUlZR8CteFP0r1Mr8nPY7VIvHG+FAVkThcNcc
6nFFJ0412MDMjZMXu1ubwjTsBoJJ8lkx6bpPusSJHFTnIwyq7G4/2H5M8MbR
+pNa/dst9adS/9Xp28nZdvdqflZR3RReBvNaq9ruarjbKQ8Ny9qfjQ72VJMG
Tsg0qQc0aL9kn4mW8gbwDx/2IKXjY/efp70HwF91u13KwuR2GU38Abd9+zn+
+w4tH/aV2L9ciaya9bZA/UfKva93jnYH6YvBd3uHo2+d2KA83QFdS2ZGOU6s
qEpAufbbrlvOz7NZ8X+4nwE+eVJONp5sUjDwLL92pSksi0e+8XjT6L/gX1dv
i583nkKdMN0bD6j8ksXlXeEGujt4uXe4B6Fco3Tv4Hh/b2fvJD3pfzfCyLYE
BwbxZYMfj4+GJ46L2t//Cv7tysK/4U8Noxzl17d3He+ljP/48WRwOHLVd3xk
lvvm5fDoAFevu4NA+CfAjbuuPXjOvokfNk92jriiFTMlswQvqCvdB9sbj59u
UlhdBIwdRrW7991gdNLt7393NNw7eXXQSV8P/tH9Ydg/pr92B8O97/swq4Ka
7RgQW3y0991h/+TNcGAfHr954ea/6yqQGfLNe01qMEu/zyQJ9C9NVRbrFEza
s00KRfTKE5shumM17h3Qhw1ROddJ6f9fTrPzSqYL6tB9VAWfVnb7bO0x/M0f
vXe2ugLEg1PxnPcPjbWgMh1GDX6d3+jCurGpq5t9iDaEDpmBgwEPfv4NB3zP
IQtEEA55i4e8Q/wNbI5OPFe4W/yjQ0cWTron/zhWarBjtXN16rn1IKSelBSs
C/H5G+76WVQbzx653s2rbFIVG1tbDx8/eq6Duno7ruAj+P/u8w23NtVlcZlv
bLn54GvHDG18SYQI9nOqG3qY/+RIaCeSKqGD70842MuuFXjU/7HLNJ5fnrkO
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
i93dY6M/rpd9pGXDSO3wXNh0eFLBYf4esraAF/gkcNfm9winEvlyjS2BuTN2
+qpXg5S5kKwo6r3cSV8srkHppik8hn1Iq4qfxMDDpOjpzbD/21wfkPEKrL6Q
3oaKXhaTyVSzmWGuX6gJL2pX97CfYN4izrnToO9qhODEpBCbgJ7115i0teRc
rO3kf9j/dA7FX6T/L9L/4aQ/2OCUyWrnT7G5U7u7A8+zDrx0pP4uvat/4Td2
EMddMyjfujOAV0VHVs+Q5WNOEAXpmG7wHzd3jYWvf+8NaYTWeOv5UyBukQrc
2H788cf1K2hx3wW5hvyGXW2c3Ct9Oyvfz1LIlPkVkESk1PHPfea1YiaZ5XJI
diu0ch7GLdd+lB2SW50UFSS0hoCP0/JdbgCSDXBZbcE66detFDr9fOvb+gpv
L/9gWz/4oNPmdq6rBYSZGFu10//Ubo5fj516YZ0n3e57/vx5J33+/BkFU9lv
HraxYAQP0oElMlAVdt+2bgPjFf6Na/V5uNnGzRmR3z0WYMVnzf29xsLY39qL
FPsofrqWLJ6dvg9ii7mFCB9rf6t4Wvtr42/tb/mpbJZkvtc8v1u6c551/to6
OvDVW2fp3uH87R1GzfnTbZ/VlTVlr/BCIG7r31rG/qMF4d0Cs4gDioYkcx31
wbv49eCgpjWloq6kK+gK/R460wkIvdwvr+cklanVknLC+GTiR0MJyb+iJgjW
3gm70G51gfnFU0iVWUmONUzLTCnIOdkw5zuNZ6vN5+pmfYEZaT0Es+mXEZ8/
3/r3UKAGMIgg9G093H7+7PHW9sNHzx4+CoTj+wjSNdWSB3117OwVpLFHff9p
McvmN6QNYaeOG/KnW+P3Hth9VZK7zYkLTeaN3refnFD/tZPUdw+//e2leS+X
u78Gs3Fx5SYKDugyYb6BW79cEXBVXjUu9lpr0bmocB0kpYEb8Pgim07z2XkO
RPxDBRlPKfW0/61SmwssUO0yk8P959Ubb60UWqCIgdFr6JB/ExLxgdpnLf5Y
i1sItE49p4JqS+vPI6eensaPvn3Xdv59oXYqQL81aAH97kER6LecLtDvg6hD
8Ok9aQSPJUIp6LeSXtBvTaqhv3ovnAze3AT1U5fP3jlW4youAaWtYk+qmxZp
VG9eTHoEbWQhcWDBwb+hu3uI5y627rqdV0hOEYoxiXXZFoX2FcOP1ONw+f7t
5m9EBUfMBT7pPa13zYK+fUNOmoHnl/wC1L1vUlem21oo/RrCMFf2pEGQnvzx
3ESM+V8mxm2UV+SPkXbdVplmnLkdfTGYzXYXlb8nNj9MLlCedfsvnvV+F9LW
J8u01q672O3YuEyf+q7nS25Ho0ICLiB8aU+8Oe/RUunXUKJmeUvPSyc7wjCD
I/wXE742E/7nZ7+3/33Y7/vSql/b4WPr+b1Y7ghBfPzHE8RfU+kGv9/pXq7p
6xz/c4HuoKp6OpAwlNSq66CcgZ77dJV14AE5c8c9m6DzJijioKRo4uIeilFN
nPpV2nYzcGpNbm+X6DHvOqnun2BmNcAHKY2rBCe06/4H32AKLiLxuOsqdvF8
PTjooI8mxkFamQAwaKoEHrsyQ8v1Eym7vd05GHWHe3d3f+kQ/9Ih/mbsS4r8
S/o7MDAfJOzfk/n5w9iYCBdDzhBfp1H3o29NsUaeSTxPdYDTe+kbPwVK8JfC
8U+tcGwnHPT7S+Vofp+OytEtHDAeqSM1vQbjEVvMmkISvmtTSkZH/y+nqAw1
lK99eOPrwdb2MynV1E/GXv8LayZ3PjnN5L1Uk5/CDfip8cJ/6SaX6SbrJ71F
Qfn6X01B+ftx+P9+fgJr8vhrM/n3U2t+CjTuL72mL/8n02ve+2r+HIKMJoux
YIDXEoV4+hKPuvPB6N3JxV2SANWmGO544FoRet2VeETc9PD7r5LdV6h6G+zA
H3Oat+x8nueorzRoO1BqOOp3weMR/j7Yhz8T+QYPRbWYUvMe6SfdcKU28Ytx
NoP4jdNc0tKwbtNN/BXOSa5dwxSTpttIOXpuA93uvuq6K+buDj555/YHqAdd
b9P32Q2mULE1zXLY47CbfFV4GfUYPnBSjhdIDbNpVTJIQDhhHk4B9asTuMRg
ENy6KwsXHlbaSU4X1zBIM8I1u0NK68OyazK9RNTVt597fWqSwB5xW8ZRalyq
Da9M/oIve/fnpusBQDbgIlWyBNkUp+s0T+r9rMpLzqbsNlWtm6AaduO4kTEC
gEHCTZEeeZK/K8YwuzuxzVjJ0nqvUd+COwQUf+8urwVyxrJIooGXBbfrk/j1
YXiQsbuxCCkQG2EshoqhGXyeHtpSiclPgigK9RHP/VIKMWJQB+0CzJbqlpv3
1W+RAAcpCUJNeEAPGHKk9YM3oxOcVoKdoKNLzxK3Y0qAHMwIDqQXaRoupqyY
4cKjg8kWwnlzRG3c65fnGssx71e8y2dABhtZh0avjt7s7+JuOp+Vc1z1PSRb
xSXkrs1IbJnnmDFMNw7gJsJBTAReDOwg5bhAiQotPuEi4ZYW6IjGiwRwJ2at
NFRME+GmBkT9Epu+wuC9hDd3RVjBXfdft/MqwKrkbA+wXv4wkj2EzDp8wBOG
KYGTdXurMrlr36aS3CFeoXI0UBYXtqgjIj9chLgg54jqeZ3z6kWvKvN3z3Fq
CZ3DgoKpIRnA+KJ0Z7r6krPH1RKPgQ98jLHr4fbkfijVvMmvKWd7FpqcaILB
K5zo0xkEZRcztPzEm9VPMC4b5wHyFWBgYaQ7CY0CCG3aH0Pc4jSfnAPdrJLb
L2dYZz755rMzdxHkn7lTeHT6rigX1ZSXKcPFrhTShaFaNLCc7xE2BU6Lt5CD
ynU/m71N/6u4TEduhbMJHb7C/Z1PnTAhp9bVUMzdp/O3GFWO2yTH5pOgHXNh
9ej4Z8FQiA+236dt3zMhrL7kenh4stMBAjL9wXUIKOV383JxhZTwHDbT2WIq
vU4wR7bj+jLhZn4ssvKmSPeLBdb1X/nZWfpDXoC5skAIlYt8eoXWypIbxTV2
5+i8ALUI97dqHTB3NJjnlOb5hdses3Q/O8jG44siw05CFTixbjO5ywlUfwII
896dXfjbjc3dojeylGNgXq+uKyGYdBqhL4n2hehb2BfkIMIO9af5z+luno2B
trgWX2Tz0+Rl+bNZdOT7OSNM1Uv+P3s4b1hKtQIA

-->

</rfc>
