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

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

<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 RFC 5272 <xref target="CMC-PROTv1"/> and RFC 6402 <xref target="CMC-Updates"/>.</t>
      <section anchor="protocol-requirements">
        <name>Protocol Requirements</name>
        <t>The protocol must be based as much as possible on the existing CMS,
PKCS #10 <xref target="PKCS10"/> and CRMF (Certificate Request Message Format)
<xref target="CRMF"/> specifications.</t>
        <t>The protocol must support the current industry practice of a PKCS #10
certification request followed by a PKCS#7 "certs-only" response as a
subset of the protocol.</t>
        <t>The protocol must easily support the multi-key enrollment protocols
required by S/MIME and other groups.</t>
        <t>The protocol must supply a way of doing all enrollment operations in
a single round trip.  When this is not possible the number of
round trips is to be minimized.</t>
        <t>The protocol must be designed such that all key generation can occur
on the client.</t>
        <t>Support must exist for the mandatory algorithms used by S/MIME.
Support should exist for all other algorithms cited by the S/MIME
core documents.</t>
        <t>The protocol must contain Proof-of-Possession (POP) methods.
Optional provisions for multiple round trip POP will be made if
necessary.</t>
        <t>The protocol must support deferred and pending responses to
enrollment requests for cases where external procedures are required
to issue a certificate.</t>
      </section>
      <section anchor="requirements-terminology">
        <name>Requirements Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="changes-from-rfc-2797">
        <name>Changes from RFC 2797</name>
        <t><xref target="CMC-PROTv1"/> was 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>This version of the specification includes changes to <xref target="CMC-PROTv1"/>
that are noted in this section.</t>
        <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>This version of the specification also introduces changes to
<xref target="CMC-PROTv1"/> that are noted in this section.</t>
        <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 <xref target="enroll"/>.</t>
        <t>Updated Encrypted and Decrypted POP Controls section to use HMAC-SHA256.</t>
        <t>Updated the ASN.1 module to import from the 2008 ASN.1 module from
<xref target="CMC-Updates"/>.</t>
        <t>Modified the ASN.1 module in <xref target="asn.1-cmc"/> to import PBDKF2 PRFs from
<xref target="asn.1-pbkdf2"/>.</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>
        <t>Added support for AuthEnvelopedData.</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). 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. A control to unpublish a certificate would normally be
included in a rekey request if the CA did not wish to have a grace
period between the certificates, be omitted if the CA wishes to have a
grace period between certificates, and be omitted from a new
certification request.</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) <xref target="ASN.1"/>.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ProtocolRequestsResponses">
        <name>Protocol Requests/Responses</name>
        <t><xref target="fig-simple"/> 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>
        <figure anchor="fig-simple">
          <name>Simple PKI Requests and Responses</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="384" width="552" viewBox="0 0 552 384" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 16,80 L 16,240" fill="none" stroke="black"/>
                <path d="M 104,80 L 104,112" fill="none" stroke="black"/>
                <path d="M 112,240 L 112,304" fill="none" stroke="black"/>
                <path d="M 224,112 L 224,304" fill="none" stroke="black"/>
                <path d="M 336,80 L 336,320" fill="none" stroke="black"/>
                <path d="M 456,320 L 456,352" fill="none" stroke="black"/>
                <path d="M 488,80 L 488,112" fill="none" stroke="black"/>
                <path d="M 544,112 L 544,352" fill="none" stroke="black"/>
                <path d="M 8,48 L 200,48" fill="none" stroke="black"/>
                <path d="M 328,48 L 528,48" fill="none" stroke="black"/>
                <path d="M 16,80 L 104,80" fill="none" stroke="black"/>
                <path d="M 336,80 L 488,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 224,112" fill="none" stroke="black"/>
                <path d="M 336,112 L 544,112" fill="none" stroke="black"/>
                <path d="M 16,240 L 224,240" fill="none" stroke="black"/>
                <path d="M 112,304 L 224,304" fill="none" stroke="black"/>
                <path d="M 336,320 L 544,320" fill="none" stroke="black"/>
                <path d="M 456,352 L 544,352" fill="none" stroke="black"/>
                <g class="text">
                  <text x="28" y="36">Simple</text>
                  <text x="72" y="36">PKI</text>
                  <text x="120" y="36">Request</text>
                  <text x="348" y="36">Simple</text>
                  <text x="392" y="36">PKI</text>
                  <text x="444" y="36">Response</text>
                  <text x="44" y="100">PKCS</text>
                  <text x="80" y="100">#10</text>
                  <text x="360" y="100">CMS</text>
                  <text x="424" y="100">ContentInfo</text>
                  <text x="80" y="132">Certification</text>
                  <text x="168" y="132">Request</text>
                  <text x="360" y="132">CMS</text>
                  <text x="404" y="132">Signed</text>
                  <text x="456" y="132">Data,</text>
                  <text x="372" y="148">no</text>
                  <text x="428" y="148">SignerInfo</text>
                  <text x="56" y="164">Subject</text>
                  <text x="108" y="164">Name</text>
                  <text x="56" y="180">Subject</text>
                  <text x="116" y="180">Public</text>
                  <text x="160" y="180">Key</text>
                  <text x="196" y="180">Info</text>
                  <text x="388" y="180">SignedData</text>
                  <text x="468" y="180">contains</text>
                  <text x="520" y="180">one</text>
                  <text x="72" y="196">(K_PUB)</text>
                  <text x="356" y="196">or</text>
                  <text x="388" y="196">more</text>
                  <text x="460" y="196">certificates</text>
                  <text x="524" y="196">in</text>
                  <text x="68" y="212">Attributes</text>
                  <text x="360" y="212">the</text>
                  <text x="428" y="212">certificates</text>
                  <text x="504" y="212">field</text>
                  <text x="380" y="228">Relevant</text>
                  <text x="428" y="228">CA</text>
                  <text x="464" y="228">certs</text>
                  <text x="504" y="228">and</text>
                  <text x="364" y="244">CRLs</text>
                  <text x="400" y="244">can</text>
                  <text x="428" y="244">be</text>
                  <text x="476" y="244">included</text>
                  <text x="148" y="260">signed</text>
                  <text x="196" y="260">with</text>
                  <text x="356" y="260">as</text>
                  <text x="392" y="260">well.</text>
                  <text x="156" y="276">matching</text>
                  <text x="148" y="292">K_PRIV</text>
                  <text x="440" y="292">encapsulatedContentInfo</text>
                  <text x="356" y="308">is</text>
                  <text x="400" y="308">absent.</text>
                  <text x="500" y="340">unsigned</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![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 |
                                                        +----------+

]]></artwork>
          </artset>
        </figure>
        <t><xref target="fig-full"/> 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>
        <figure anchor="fig-full">
          <name>Full PKI Requests and Responses</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="544" width="552" viewBox="0 0 552 544" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 16,64 L 16,400" fill="none" stroke="black"/>
                <path d="M 80,400 L 80,496" fill="none" stroke="black"/>
                <path d="M 152,64 L 152,144" fill="none" stroke="black"/>
                <path d="M 224,144 L 224,496" fill="none" stroke="black"/>
                <path d="M 336,64 L 336,464" fill="none" stroke="black"/>
                <path d="M 416,464 L 416,512" fill="none" stroke="black"/>
                <path d="M 472,64 L 472,144" fill="none" stroke="black"/>
                <path d="M 544,144 L 544,512" fill="none" stroke="black"/>
                <path d="M 8,48 L 184,48" fill="none" stroke="black"/>
                <path d="M 328,48 L 512,48" fill="none" stroke="black"/>
                <path d="M 16,64 L 152,64" fill="none" stroke="black"/>
                <path d="M 336,64 L 472,64" fill="none" stroke="black"/>
                <path d="M 16,144 L 224,144" fill="none" stroke="black"/>
                <path d="M 336,144 L 544,144" fill="none" stroke="black"/>
                <path d="M 16,400 L 224,400" fill="none" stroke="black"/>
                <path d="M 336,464 L 544,464" fill="none" stroke="black"/>
                <path d="M 80,496 L 224,496" fill="none" stroke="black"/>
                <path d="M 416,512 L 544,512" fill="none" stroke="black"/>
                <g class="text">
                  <text x="20" y="36">Full</text>
                  <text x="56" y="36">PKI</text>
                  <text x="104" y="36">Request</text>
                  <text x="340" y="36">Full</text>
                  <text x="376" y="36">PKI</text>
                  <text x="428" y="36">Response</text>
                  <text x="40" y="84">CMS</text>
                  <text x="104" y="84">ContentInfo</text>
                  <text x="360" y="84">CMS</text>
                  <text x="424" y="84">ContentInfo</text>
                  <text x="40" y="100">CMS</text>
                  <text x="100" y="100">SignedData</text>
                  <text x="360" y="100">CMS</text>
                  <text x="420" y="100">SignedData</text>
                  <text x="52" y="116">or</text>
                  <text x="84" y="116">Auth</text>
                  <text x="124" y="116">Data</text>
                  <text x="372" y="116">or</text>
                  <text x="404" y="116">Auth</text>
                  <text x="444" y="116">Data</text>
                  <text x="84" y="132">object</text>
                  <text x="404" y="132">object</text>
                  <text x="56" y="180">PKIData</text>
                  <text x="392" y="180">PKIResponse</text>
                  <text x="60" y="212">Sequence</text>
                  <text x="112" y="212">of:</text>
                  <text x="380" y="212">Sequence</text>
                  <text x="432" y="212">of:</text>
                  <text x="72" y="228">&lt;enrollment</text>
                  <text x="160" y="228">control&gt;^</text>
                  <text x="392" y="228">&lt;enrollment</text>
                  <text x="480" y="228">control&gt;^</text>
                  <text x="84" y="244">&lt;certification</text>
                  <text x="184" y="244">request&gt;^</text>
                  <text x="364" y="244">&lt;CMS</text>
                  <text x="420" y="244">object&gt;^</text>
                  <text x="44" y="260">&lt;CMS</text>
                  <text x="100" y="260">object&gt;^</text>
                  <text x="372" y="260">&lt;other</text>
                  <text x="440" y="260">message&gt;^</text>
                  <text x="52" y="276">&lt;other</text>
                  <text x="120" y="276">message&gt;^</text>
                  <text x="368" y="292">where</text>
                  <text x="400" y="292">^</text>
                  <text x="420" y="292">==</text>
                  <text x="452" y="292">zero</text>
                  <text x="484" y="292">or</text>
                  <text x="516" y="292">more</text>
                  <text x="48" y="308">where</text>
                  <text x="80" y="308">^</text>
                  <text x="100" y="308">==</text>
                  <text x="132" y="308">zero</text>
                  <text x="164" y="308">or</text>
                  <text x="196" y="308">more</text>
                  <text x="360" y="324">All</text>
                  <text x="428" y="324">certificates</text>
                  <text x="508" y="324">issued</text>
                  <text x="80" y="340">Certification</text>
                  <text x="172" y="340">requests</text>
                  <text x="356" y="340">as</text>
                  <text x="388" y="340">part</text>
                  <text x="420" y="340">of</text>
                  <text x="448" y="340">the</text>
                  <text x="500" y="340">response</text>
                  <text x="40" y="356">are</text>
                  <text x="80" y="356">CRMF,</text>
                  <text x="124" y="356">PKCS</text>
                  <text x="164" y="356">#10,</text>
                  <text x="196" y="356">or</text>
                  <text x="360" y="356">are</text>
                  <text x="412" y="356">included</text>
                  <text x="460" y="356">in</text>
                  <text x="488" y="356">the</text>
                  <text x="52" y="372">Other.</text>
                  <text x="404" y="372">"certificates"</text>
                  <text x="488" y="372">field</text>
                  <text x="356" y="388">of</text>
                  <text x="384" y="388">the</text>
                  <text x="448" y="388">SignedData.</text>
                  <text x="380" y="404">Relevant</text>
                  <text x="428" y="404">CA</text>
                  <text x="464" y="404">certs</text>
                  <text x="504" y="404">and</text>
                  <text x="116" y="420">signed</text>
                  <text x="180" y="420">(keypair</text>
                  <text x="364" y="420">CRLs</text>
                  <text x="400" y="420">can</text>
                  <text x="428" y="420">be</text>
                  <text x="476" y="420">included</text>
                  <text x="524" y="420">as</text>
                  <text x="108" y="436">used</text>
                  <text x="144" y="436">may</text>
                  <text x="172" y="436">be</text>
                  <text x="204" y="436">pre-</text>
                  <text x="368" y="436">well.</text>
                  <text x="124" y="452">existing</text>
                  <text x="172" y="452">or</text>
                  <text x="132" y="468">identified</text>
                  <text x="188" y="468">in</text>
                  <text x="104" y="484">the</text>
                  <text x="156" y="484">request)</text>
                  <text x="452" y="484">signed</text>
                  <text x="492" y="484">by</text>
                  <text x="520" y="484">the</text>
                  <text x="436" y="500">CA</text>
                  <text x="460" y="500">or</text>
                  <text x="484" y="500">an</text>
                  <text x="512" y="500">LRA</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![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  |
                                                   +---------------+

]]></artwork>
          </artset>
        </figure>
      </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 five content types used in <tt>cmsSequence</tt> are <tt>AuthenticatedData</tt>,
<tt>Data</tt>, <tt>EnvelopedData</tt>, <tt>SignedData</tt>, and <tt>AuthEnvelopedData</tt>. The
first four content types are defined in <xref target="CMS"/> and the the last is
defined in <xref target="CMS-AE"/>.</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 one 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),
it should send a negative response.  A 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 anchor="AuthEnvelopedData">
              <name>Authenticated Enveloped Data</name>
              <t>The <tt>AuthEnvelopedData</tt> content type provides for shrouding of data.</t>
              <t>The <tt>AuthEnvelopedData</tt> content type is the primary confidentiality method
for sensitive information in this protocol. <tt>AuthEnvelopedData</tt> can
provide encryption of an entire PKI Request (see <xref target="ApplicationofEncryptiontoaPKIRequestResponse"/>).
<tt>AuthEnvelopedData</tt> can also be used to wrap private key material for key
archival. If the decryption on an <tt>AuthEnvelopedData</tt> 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>
          <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
    }

    ResponseBody ::= 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 or an AuthEnvelopedData. When using
EnvelopedData or AuthEnvelopedData, the nested content type is
id-SignedData. Note that this is different from S/MIME where there
is a MIME layer placed between the encrypted and signed data for
EnvelopedData and between the authenticated encryption and signed data
for AuthEnvelopedData. It is recommended that if an EnvelopedData
or AuthEnvelopedData layer is applied to a PKI Request/Response, a second
signature layer be placed outside of the EnvelopedData or AuthEnvelopedData
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>
      <dl>
        <dt>Note:</dt>
        <dd>
          <t>PKIResponse can be substituted for PKIData in the above figure.</t>
        </dd>
        <dt>Note:</dt>
        <dd>
          <t>AuthEnvelopedData can be substituted for EnvelopedData in the above figure.</t>
        </dd>
      </dl>
      <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 or AuthEnvelopedData layer to protect
PKI Requests for transmission to the next processing agent. <xref target="RegistrationAuthorities"/>
contains more information about RA processing.</t>
      <t>Full PKI Requests/Responses can be encrypted or transmitted in the
clear. Servers that support EnvelopedData or AuthEnvelopedData <bcp14>MUST</bcp14> provide support for
all three EnvelopedData or AuthEnvelopedData options, respectively.</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-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-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-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
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 or AuthEnvelopedData, 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>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t>comment is a human-readable comment.</t>
              </li>
            </ul>
          </li>
        </ul>
        <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, signing, and authenticated encryption 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,
applies to both EnvelopedData or AuthEnvelopedData,
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>CMC Infrastucture 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 <xref section="2" sectionFormat="of" target="CMC-TRANS"/> and <xref section="4" sectionFormat="of" target="CMC-TRANS"/>
, accessLocation <bcp14>MUST</bcp14> be a uniformResourceIdentifier.
If the CMC services are available via electronic mail
<xref section="3" sectionFormat="of" target="CMC-TRANS"/>, accessLocation
<bcp14>MUST</bcp14> be an rfc822Name.  If CMC services are available using TCP/IP
<xref section="5" sectionFormat="of" target="CMC-TRANS"/>,
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>
      <t>The vulnerability noted in <xref target="Str23"/> is mitigated in Full PKI Requests
and Responses because signed attributes are always present and id-data
is always used with a media-type. The vulnerability noted in <xref target="Str23"/>
is not applicable to Simple PKI Requests or Responses because there
is no content encryption applied.</t>
    </section>
    <section anchor="IANAConsiderations">
      <name>IANA Considerations</name>
      <t>This document defines a number of CMC-related control objects, ASN.1
modules, extended key purposes, content types.  All are identified by
Object Identifiers (OIDs).  The OIDs are defined from an arc delegated
by IANA to the PKIX Working Group with the notable except of one
S/MIME attribute. All registrations follow.</t>
      <t>For the ASN.1 modules in <xref target="asn.1-modules"/>, IANA is requested to assign
an OID for the module identifier (TBD1) with a Description of
"id-mod-enrollMsgSyntax-2025" in <xref target="asn.1-cmc"/> and an OID for the module
identifier (TBD2) with a Description of "id-mod-pbkdf2-prfs-2025" in <xref target="asn.1-pbkdf2"/>.
The OIDs for the modules should be allocated in the "SMI Security
for PKIX Module Identifier" registry <xref target="PKIX-MODIDS"/>.</t>
      <t>IANA is requested to replace the references for the following S/MIME
attributes found in the "SMI Security for S/MIME Attributes" registry
<xref target="SMIME-ATTRS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-aa-cmc-unsignedData</t>
        </li>
      </ul>
      <t>IANA is requested to replace the references for the following key
purposes found in the SMI Security for "PKIX Extended Key Purpose"
registry <xref target="PKIX-EKPS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-kp-cmcCA</t>
        </li>
        <li>
          <t>id-kp-cmcRA</t>
        </li>
        <li>
          <t>id-kp-cmcArchive</t>
        </li>
      </ul>
      <t>IANA is requested to replace the references for the following signature
algorithm found in the "SMI Security for PKIX Algorithms" registry
<xref target="IANA-PKIX-ALGS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-alg-noSignature</t>
        </li>
      </ul>
      <t>IANA is requested to replace the references for the following CMC
controls found in the "SMI Security for PKIX CMC Controls" registry
<xref target="CMC-CTRLS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-cmc-statusInfo</t>
        </li>
        <li>
          <t>id-cmc-identification</t>
        </li>
        <li>
          <t>id-cmc-identityProof</t>
        </li>
        <li>
          <t>id-cmc-dataReturn</t>
        </li>
        <li>
          <t>id-cmc-transactionId</t>
        </li>
        <li>
          <t>id-cmc-senderNonce</t>
        </li>
        <li>
          <t>id-cmc-recipientNonce</t>
        </li>
        <li>
          <t>id-cmc-addExtensions</t>
        </li>
        <li>
          <t>id-cmc-encryptedPOP</t>
        </li>
        <li>
          <t>id-cmc-decryptedPOP</t>
        </li>
        <li>
          <t>id-cmc-lraPOPWitness</t>
        </li>
        <li>
          <t>id-cmc-getCert</t>
        </li>
        <li>
          <t>id-cmc-getCRL</t>
        </li>
        <li>
          <t>id-cmc-revokeRequest</t>
        </li>
        <li>
          <t>id-cmc-regInfo</t>
        </li>
        <li>
          <t>id-cmc-responseInfo</t>
        </li>
        <li>
          <t>id-cmc-queryPending</t>
        </li>
        <li>
          <t>id-cmc-popLinkRandom</t>
        </li>
        <li>
          <t>id-cmc-popLinkWitness</t>
        </li>
        <li>
          <t>id-cmc-confirmCertAcceptance</t>
        </li>
        <li>
          <t>id-cmc-statusInfoV2</t>
        </li>
        <li>
          <t>id-cmc-trustedAnchors</t>
        </li>
        <li>
          <t>id-cmc-authData</t>
        </li>
        <li>
          <t>id-cmc-batchRequests</t>
        </li>
        <li>
          <t>id-cmc-batchResponses</t>
        </li>
        <li>
          <t>id-cmc-publishCert</t>
        </li>
        <li>
          <t>id-cmc-modCertTemplate</t>
        </li>
        <li>
          <t>id-cmc-controlProcessed</t>
        </li>
        <li>
          <t>id-cmc-popLinkWitnessV2</t>
        </li>
        <li>
          <t>id-cmc-identityProofV2</t>
        </li>
        <li>
          <t>id-cmc-raIdentityWitness</t>
        </li>
        <li>
          <t>id-cmc-changeSubjectName</t>
        </li>
        <li>
          <t>id-cmc-responseBody</t>
        </li>
      </ul>
      <t>IANA is requested to replace the references for the following CMC
content types found in the "SMI Security for PKIX CMC Content Types"
registry <xref target="CMC-CTS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-cct-PKIData</t>
        </li>
        <li>
          <t>id-cct-PKIResponse</t>
        </li>
      </ul>
      <t>IANA is requested to replace the references for the following PKIX
access descriptor found in the "SMI Security for PKIX Access
Descriptor" registry <xref target="PKIX-ADS"/> to refer to [ RFC-to-be ]:</t>
      <ul spacing="normal">
        <li>
          <t>id-ad-cmc</t>
        </li>
      </ul>
      <t>IANA is to note that the references for the following module OIDs
in the "SMI Security for PKIX Module Identifier" registry
<xref target="PKIX-MODIDS"/> are to remain unchanged as these modules remain
unchanged by this specification:</t>
      <ul spacing="normal">
        <li>
          <t>id-mod-cmc</t>
        </li>
        <li>
          <t>id-mod-cmc2002</t>
        </li>
        <li>
          <t>id-mod-enrollMsgSyntax-2011-88</t>
        </li>
        <li>
          <t>id-mod-enrollMsgSyntax-2011-08</t>
        </li>
      </ul>
      <t>Likewise, the id-cmc-glaRR entry in the "SMI Security for PKIX CMC
Controls" registry and all entries in the "SMI Security for PKIX CMC
Controls" and "SMI Security for PKIX CMC GLA Requests and Responses"
registries are to remain unchanged.</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-AE">
          <front>
            <title>Cryptographic Message Syntax (CMS) Authenticated-Enveloped-Data Content Type</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="November" year="2007"/>
            <abstract>
              <t>This document describes an additional content type for the Cryptographic Message Syntax (CMS). The authenticated-enveloped-data content type is intended for use with authenticated encryption modes. All of the various key management techniques that are supported in the CMS enveloped-data content type are also supported by the CMS authenticated-enveloped-data content type. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5083"/>
          <seriesInfo name="DOI" value="10.17487/RFC5083"/>
        </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="ASN.1" target="https://www.itu.int/rec/T-REC-X.680">
          <front>
            <title>Information technology -- Abstract Syntax Notation One (ASN.1): Specification of basic notation</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.680"/>
          <seriesInfo name="ISO/IEC" value="8824-1:2021"/>
        </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="6" month="February" year="2026"/>
            <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 RFC 5273 and RFC 6402.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc5273bis-10"/>
        </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="6" month="February" year="2026"/>
            <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 RFC 5274 and RFC 6402.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc5274bis-10"/>
        </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-KEM">
          <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="PKIX-MODIDS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.0">
          <front>
            <title>SMI Security for PKIX Module Identifier</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SMIME-ATTRS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-2">
          <front>
            <title>SMI Security for S/MIME Attributes</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="PKIX-EKPS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.3">
          <front>
            <title>SMI Security for PKIX Extended Key Purpose</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-PKIX-ALGS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.6">
          <front>
            <title>SMI Security for PKIX Algorithms</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CMC-CTRLS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.7">
          <front>
            <title>SMI Security for PKIX CMC Controls</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CMC-CTS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.15">
          <front>
            <title>SMI Security for PKIX CMC Content Types</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="PKIX-ADS" target="https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.48">
          <front>
            <title>SMI Security for PKIX Access Descriptor</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Str23" target="https://ia.cr/2023/1801">
          <front>
            <title>ForgedAttributes: An Existential Forgery Vulnerability of CMS Signatures</title>
            <author initials="F." surname="Strenzke">
              <organization/>
            </author>
            <date year="2023" month="November" day="22"/>
          </front>
          <format type="PDF" target="https://eprint.iacr.org/2023/1801.pdf"/>
        </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 3600?>

<section anchor="asn.1-modules">
      <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="asn.1-pbkdf2">
        <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. This example uses
EnvelopedData; however either EnvelopedData or AuthEnvelopedData can be used.</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-KEM"/>. This example uses
EnvelopedData; however either EnvelopedData or AuthEnvelopedData can be used.</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>Thank you to Charlie Kaufman, Orie Steele, Paul Wouters, Éric Vyncke, Mike Bishop,
Reese Enghardt, and Mohamed Boucadair for reviewing the document and providing comments.</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+y96XrbSJYo+D+eAmP/SKlKpC15d3VVN1OWK9XprSVlLVNf
9TVEQhLaJMEGQClVzuxnuc8yTzZnjTgRAEjZtfSd+Vq3+qYJBGI9cfZlNBq5
tmznxcvs3mFRt+VFOc3bInubL/PLYlEs26y6Lurs8O1ptnP49nD3nsvPz+vi
Gtu/PXyZnbb1etqu66K55/DLy6q+fZk17cxV5001L9qieZk9OXh2sJc9ffzw
wLlZNV3mCxhvVucX7ags2ovRPF+smlF9McWG52Uz2t93zfp8UTZNWS3b2xU0
Pz46e+3KVf0yW9XFk0fPnp/V66Y9ePjwBfS6XC/Oi/qlm8EMXrpptWyKZbOG
kWF2hYPJPnJ5XeQw6dNiuq7L9vaeu6nqT5d1tV7B0zflomyLWTaZzcoWhszn
2dtiepUvy2bRZBdVnX34/vgPWb6cZadvj98e3XOfilvoYPbSZaPsw/p8Xk6z
74vb7Hh5UeeN7gm+7N9VelPfrtrqss5XV/D126Jp4GV2erts8x/ddbFcw1Ky
7OunmGW8c/d+Dystl5fZb7ErfL7Iyzk8b1Z5s/gXPIFxVV/ii7yeXsGLq7Zd
NS8fPMB2+Ki8Lsba7AE+eHBeVzdN8YB6eIBfXpbt1focOy3yJax9WdQPposp
HOY95/J1e1XVuFfQMsvKJZzMv45xO2bFfC87mo3pOcPFv1ZNsbqSl9lOAcut
6l1qAMO/zCbfT/74ZrIHWz3lzwpezn9Uxb/kn/LbeT6eVotorNNxdkZTSsc6
hcnKq85IsLN/yXGnAZyXj+qZHQsX+S/0lMZCiGvr8nzdhlXKYspFdgqnlNPn
PP/1JQAuwMUc9raJWr8toSks+u1tgW/kg7M6nxYn1RoASKFXVu+WVb2AOV4T
pOAlfZmdvD588vTJgfweTY740cPnj/yjN7+Vdi/gnuHDk7ev6cHjA37w6rvR
h/cf6NHTF0+e4KPv3k4Ow5dPD54+x6cfvj883X9Ijw5ePH/Kj47/cHh0csYj
HDx/qA+jcWl+k9N3432aOYBqXl8W7ctMQe/m5mZctutxuWwf1MX0wdno5Ohw
9IfxU+4QPmCs9Rv+leHN482ollkLF2NZzavL22w00gaTc7iX+bSVG5a9q1pu
/X5ZZDs0l92X2vh0VUz51mKL6iI7zxu4pEv5hpt5sMa/ER/W8dkPozN+Qsgo
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
K5wz8UEEUn1OcqwUfDyqpm3RekWjmmsKx0481YVXsGInx7O3+Y/eQQLh6PHB
i8cvnj47ePEEHTQC0NBLaYgR9P7rXT7wbwf99kKgqeduyPtFixHgLTdmfL3h
O3TVIgdoyoLUjdFQfOKCpTNSN/fuljdkMoAhksQBXRIHGx/SOOtfpoQPzta+
zjX0FSoTUZFNWNGFNR0FQFDVhdNJcNCHam7NSj3WfsgYnlg2VseYDBkekQgX
6qRETliUXhryEgwBklqXDzuZzGbWIUORFJDJ2Sw890qrPSdZPAdgUwqVfipx
Aid+gnx0lJPmApNsVUm2GoWZeAHi3tg7cUeTQ3gbYvw+fy5+bKPUZzB9jq0k
yo0LwUW4zjHrPPEfcqW9x4Wm5tpIfoSuIRtCzCNTMXRaKafA/4bSpj6ot7aV
XImZIAUwMZbMf1LZZIr19reVopqCqMfBowA1/mg4D+mAjCjJXHAICuMOKVQ1
Imx5pwhv1vgz2iGUG02vP0Fp1GRzgtKAmhgBheV/yCXsV5a/wt92+dGhch1k
52uoFpzn2uzCWzZC91s3w6a4z5+5ZZ+lM2h3GSf1bAtNe/O2UJMv2xa2C8JV
+EFrehAKCKbNz/fhrb7Ed/7Vz1q6FU10cOEwLL0hwYy5J1XgskSbABR6kVCX
kqiYCk4XWsXtZJLN1jVbUUJkemyubYVhw0tNQzWWi1dFpuGr97xWGx2iJsRT
w05jXWzHwzeJ1tQy5efFRUUlalmAL9MCxehNQ3EMBbkyhnAGWGct3AIwGljh
9hbXx7+ClNewrdOKM5TImbOjCltEW9lUwoL6IMEpejtxdhd6czL5pgk6IMrl
KEYOewKR0lz33UkiZKmGLTAReFB/Sjidzj5q0gp3DmzxJ1VDJ9PZ9T5bMcz5
cBrUxNecOFPFuXNAp0LvNnwYbnXkom74dfZlmt+a5O/q0DEWHzyCPmRK1ijK
yxRM5mSO+fYlcCjkM4/E6tDYizJ5cN8gIyWwLTXpLyRd3sZVES3njdd62t4r
AUA0ZHzQDa8Decw7MfSSxeRL1uH1NP4k6QMXN+esJazuvMNZbUqFledkGFsb
tLMpJVaeZ48eW9Fi07hXysEQiiVsSmYfHp/8z2OEt0l+IoybSFD4TJxlEwfX
DVKU6kHsXyJHmYQB4ovQdXdNZn7XcHmlLcSp4L9XFUgIRlGpCCCJtAo5qYjt
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
mZocvdcBewKR7ypUYhauvqy6Z/GBlGoC6JkqdG7Ms2VgeW4OdjTdKZaOIOQ1
MCHgUZBSa+ORz6h1ml1c4GrSOgvnZ0FQ+LeiComSlT4Y4JX1KrAcC1eCTuog
M/maWis55rIJJ4T16dNxkjgBKXzxZOfFkxfPvt558RQTmdZmID6lZ742+fkG
pLtgmIAjn/qfgSXe+o9ivHFXw/q937Qff0/Rp37CTmFkto467EX4+w9ovdnG
3V+kZ/ebMj21Mm1AzWlD1QcEK1Ai8wPWtRI6YhpCQdOLtK5r5UeBojX4PtQ+
cvFQ280PA/11UId1BpeeWv01P/T62eDrQKfNRa1CW2Yjt4/M94FCmwuzNtv8
a3BQmzajzeZiUfVyOFCjYdZZseplfii65eDjQL3MBUPdsiyWSUNtK6jpln2v
w5SD/2zbVtrnusY5nJm6blmX1GuPzQV6fPqmP+gO4DAPT3FbA23uetoqlx5E
H5cmlgU9UChERpGGYnny4Ns+wf5UxuVKaUlL0hLsG9SuM97sKQCK3nv6JLsB
Xu2+Od43tGk+mtXowN8e/V2IagTVU0n07Kr+3fbfrZglVLhZbufvTRIJvwiZ
TGOUEn48GywiCN0MJoJIZjBT95vtdSD5bNZBRDGsZTkd5d/dX7aanbwXrvJe
SGn7TK99l0QnaRSrMYrTKj3RSwyzYDa4s3lXI67cifmHnqw2jGBzktYeXazT
lMQ9tmE+cC6n5o/va7PYMeRf+mFfGwVVy+NzyEf3LEyAWqXrv5jm0SsIl+QT
b/7uImqn+/taFfW++zcv90/ToVvQo9f+C/u18Yqo/YAaqFKZeIp1+x0ole+C
7XUvZ0g7UTU0aFpNcxbXO4AxBe3ac34XUendN3vb+C6YaXvCPYP6kIMdPdqm
KvszTUjbRMwOh6+X3V9HJd9W6n1LyfDAnZCFRb1zkJ+e1+rV20aKrDvC5tiE
afecsDZl6Dn1wlNz+UpoePCVoeD83d1fbDP3m15+JQ86dpwjQ2Qtf02rWKf5
DVaKdlqyTbzTAjURT5+vEPMe04c2pxIWCMzIadCVNUXBh0qCTUHu55Dj1hbj
6nJJ/ACcBtZldc3R+EUU8o93T/t6spOYaBPLTgrLbr+MQ+KH9Vg4/PDNKih8
+rQmYH18t0wltk/m8YoOPfEdEgHv43sjNdiuyLMV/dh+bjtipMpP6Y2pJuyS
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
Vnr/zwIA

-->

</rfc>
