<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="pre5378Trust200902" docName="draft-mandel-lamps-rfc5272bis-00" category="std" consensus="true" submissionType="IETF" obsoletes="5272, 6402" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="CMC: Structures">Certificate Management over CMS (CMC)</title>

    <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="2023" month="October" day="13"/>

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

<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><list style="numbers">
  <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>
  <t>The need for a PKI enrollment protocol for encryption only keys
due to algorithm or hardware design.</t>
</list></t>

<t>CMC also requires the use of the transport document and the
requirements usage document along with this document for a full
definition.</t>

<t>This document obsoletes RFCs 5272 and 6402.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-mandel-lamps-rfc5272bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Limited Additional Mechanisms for PKIX and SMIME Working Group mailing list (<eref target="mailto:spasm@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spasm/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spasm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/seanturner/cmcbis"/>.</t>
    </note>


  </front>

  <middle>


<?line 94?>

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

<t><list style="numbers">
  <t>The need for an interface to public key certification products
and services based on CMS and PKCS #10, and</t>
  <t>The need for a PKI enrollment protocol for encryption only keys
due to algorithm or hardware design.</t>
</list></t>

<t>A small number of additional services are defined to supplement the
core certification request service.</t>

<t>This document obsoletes <xref target="CMC-PROTv1"/> and <xref target="CMC-Updates"/>.</t>

<section anchor="protocol-requirements"><name>Protocol Requirements</name>

<t>The protocol must be based as much as possible on the existing CMS,
PKCS #10 <xref target="PKCS10"/> and CRMF (Certificate Request Message Format)
<xref target="CRMF"/> specifications.</t>

<t>The protocol must support the current industry practice of a PKCS #10
certification request followed by a PKCS#7 "certs-only" response as a
subset of the protocol.</t>

<t>The protocol must easily support the multi-key enrollment protocols
required by S/MIME and other groups.</t>

<t>The protocol must supply a way of doing all enrollment operations in
a single round-trip.  When this is not possible the number of
round-trips is to be minimized.</t>

<t>The protocol must be designed such that all key generation can occur
on the client.</t>

<t>Support must exist for the mandatory algorithms used by S/MIME.
Support should exist for all other algorithms cited by the S/MIME
core documents.</t>

<t>The protocol must contain Proof-of-Possession (POP) methods.
Optional provisions for multiple-round-trip POP will be made if
necessary.</t>

<t>The protocol must support deferred and pending responses to
enrollment requests for cases where external procedures are required
to issue a certificate.</t>

</section>
<section anchor="requirements-terminology"><name>Requirements Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="changes-from-rfc-2797"><name>Changes from RFC 2797</name>

<t>We have done a major overhaul on the layout of the document. This
included two different steps.  Firstly we removed some sections from
the document and moved them to two other documents. Information on
how to transport our messages are now found in <xref target="CMC-TRANS"/>.
Information on which controls and sections of this document must be
implemented along with which algorithms are required can now be found
in <xref target="CMC-COMPL"/>.</t>

<t>A number of new controls have been added in this version:</t>

<ul empty="true"><li>
  <t>Extended CMC Status Info Section 6.1.1</t>
</li></ul>

<ul empty="true"><li>
  <t>Publish Trust Anchors Section 6.15</t>
</li></ul>

<ul empty="true"><li>
  <t>Authenticate Data Section 6.16</t>
</li></ul>

<ul empty="true"><li>
  <t>Batch Request and Response Processing Section 6.17</t>
</li></ul>

<ul empty="true"><li>
  <t>Publication Information Section 6.18</t>
</li></ul>

<ul empty="true"><li>
  <t>Modify Certification Request Section 6.5.1</t>
</li></ul>

<ul empty="true"><li>
  <t>Control Processed Section 6.19</t>
</li></ul>

<ul empty="true"><li>
  <t>Identity Proof Section 6.2.2</t>
</li></ul>

<ul empty="true"><li>
  <t>Identity POP Link Witness V2 Section 6.3.1.1</t>
</li></ul>

</section>
<section anchor="updates-made-by-rfc-6402"><name>Updates Made by RFC 6402</name>

<t>Two new controls have been added:</t>

<ul empty="true"><li>
  <t>RA Identity Witness  allows for an RA to perform identity checking
  using the identity and shared-secret, and then tell any
  following servers that the identity check was successfully
  performed.</t>
</li></ul>

<ul empty="true"><li>
  <t>Response Body  allows for an RA to identify a nested response for
  an EE to process.</t>
</li></ul>

<t>Created a new attribute, Change Subject Name, that allows a client
to request a change in the subject name and subject alternate name
fields in a certificate.</t>

<t>Added Extended Key Usages for CMC to distinguish server types.</t>

<t>Defined a new Subject Information Access type to hold locations to
contact the CMC server.</t>

<t>Clarified that the use of a pre-existing certificate is not limited
to just renewal and rekey messages and is required for support.
This formalizes a requirement for the ability to do renewal and
rekey that previously was implicit.</t>

</section>
<section anchor="changes-since-rfc-6402"><name>Changes Since RFC 6402</name>

<aside>  <t>Note: For now, this section will be list of the changes introduced
  by each version. After WGLC, this section will be finalized.</t>
</aside>

<t>--01 version todo:</t>

<t><list style="symbols">
  <t>Rework Section 1.3</t>
  <t>Change RFC 5273 references to draft-mandel-lamps-rfc5273bis</t>
  <t>Change RFC 5274 references to draft-mandel-lamps-rfc5274bis</t>
</list></t>

<t>--00 version changes:</t>

<t><list style="symbols">
  <t>Added "Updates Made by RFC 6402" section</t>
  <t>Merged <xref target="CMC-Updates"/> text</t>
  <t>Merged <xref target="erratum2063"/></t>
  <t>Merged <xref target="erratum7627"/></t>
  <t>Updated and moved Acknowledgments</t>
</list></t>

</section>
</section>
<section anchor="protocol-overview"><name>Protocol Overview</name>

<t>A PKI enrollment transaction in this specification is generally
composed of a single round-trip of messages. In the simplest case a
PKI enrollment request, henceforth referred to as a PKI Request, is
sent from the client to the server and a PKI enrollment response,
henceforth referred to as a PKI Response, is then returned from the
server to the client. In more complicated cases, such as delayed
certificate issuance, more than one round-trip is required.</t>

<t>This specification defines two PKI Request types and two PKI Response
types.</t>

<t>PKI Requests are formed using either the PKCS #10 or CRMF structure.
The two PKI Requests are:</t>

<ul empty="true"><li>
  <dl>
    <dt>Simple PKI Request:</dt>
    <dd>
      <t>the bare PKCS #10 (in the event that no other services are needed),
and</t>
    </dd>
  </dl>
</li></ul>

<ul empty="true"><li>
  <dl>
    <dt>Full PKI Request:</dt>
    <dd>
      <t>one or more PKCS #10, CRMF or Other Request Messages structures
wrapped in a CMS encapsulation as part of a PKIData.</t>
    </dd>
  </dl>
</li></ul>

<t>PKI Responses are based on SignedData or AuthenticatedData <xref target="CMS"/>.
The two PKI Responses are</t>

<ul empty="true"><li>
  <dl>
    <dt>Simple PKI Response:</dt>
    <dd>
      <t>a "certs-only" SignedData (in the event no other services are needed),
or</t>
    </dd>
  </dl>
</li></ul>

<ul empty="true"><li>
  <dl>
    <dt>Full PKI Response:</dt>
    <dd>
      <t>a PKIResponse content type wrapped in a SignedData.</t>
    </dd>
  </dl>
</li></ul>

<t>No special services are provided for either renewal (i.e., a new
certificate with the same key) or rekey (i.e., a new certificate with
a new key) of client certificates. Instead renewal and rekey
requests look the same as any certification request, except that the
identity proof is supplied by existing certificates from a trusted
CA. (This is usually the same CA, but could be a different CA in the
same organization where naming is shared.)</t>

<t>No special services are provided to distinguish between a rekey
request and a new certification request (generally for a new
purpose). A control to unpublish a certificate would normally be
included in a rekey request, and be omitted in a new certification
request. CAs or other publishing agents are also expected to have
policies for removing certificates from publication either based on
new certificates being added or the expiration or revocation of a
certificate.</t>

<t>A provision exists for RAs to participate in the protocol by taking
PKI Requests, wrapping them in a second layer of PKI Request with
additional requirements or statements from the RA and then passing
this new expanded PKI Request on to the CA.</t>

<t>This specification makes no assumptions about the underlying
transport mechanism. The use of CMS does not imply an email-based
transport. Several different possible transport methods are defined
in <xref target="CMC-TRANS"/>.</t>

<t>Optional services available through this specification are
transaction management, replay detection (through nonces), deferred
certificate issuance, certificate revocation requests and
certificate/certificate revocation list (CRL) retrieval.</t>

<section anchor="terminology"><name>Terminology</name>

<t>There are several different terms, abbreviations, and acronyms used
in this document. These are defined here, in no particular order,
for convenience and consistency of usage:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>End-Entity (EE) refers to the entity that owns a key pair and for
   whom a certificate is issued.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Registration Authority (RA) or Local RA (LRA) refers to an entity
   that acts as an intermediary between the EE and the CA. Multiple
   RAs can exist between the end-entity and the Certification
   Authority. RAs may perform additional services such as key
   generation or key archival. This document uses the term RA for
   both RA and LRA.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Certification Authority (CA) refers to the entity that issues
   certificates.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Client refers to an entity that creates a PKI Request. In this
   document, both RAs and EEs can be clients.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Server refers to the entities that process PKI Requests and create
    PKI Responses. In this document, both CAs and RAs can be servers.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>PKCS #10 refers to the Public Key Cryptography Standard #10
   <xref target="PKCS10"/> which defines a certification request syntax.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>CRMF refers to the Certificate Request Message Format RFC <xref target="CRMF"/>.
   CMC uses this certification request syntax defined in this
   document as part of the protocol.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>CMS refers to the Cryptographic Message Syntax RFC <xref target="CMS"/>. This
   document provides for basic cryptographic services including
   encryption and signing with and without key management.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>PKI Request/Response refers to the requests/responses described in
   this document. PKI Requests include certification requests,
   revocation requests, etc. PKI Responses include certs-only
   messages, failure messages, etc.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Proof-of-Identity refers to the client proving they are who they say
   that they are to the server.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Enrollment or certification request refers to the process of a
   client requesting a certificate. A certification request is a
   subset of the PKI Requests.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Proof-of-Possession (POP) refers to a value that can be used to
   prove that the private key corresponding to a public key is in the
   possession and can be used by an end-entity. The different types
   of POP are:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>Signature provides the required POP by a signature operation over
   some data.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>Direct provides the required POP operation by an encrypted
   challenge/response mechanism.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>Indirect provides the required POP operation by returning the
   issued certificate in an encrypted state.  (This method is not
   used by CMC.)</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <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>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <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>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Object IDentifier (OID) is a primitive type in Abstract Syntax
   Notation One (ASN.1).</t>
  </li></ul>
</li></ul>

</section>
<section anchor="ProtocolRequestsResponses"><name>Protocol Requests/Responses</name>

<t>Figure 1 shows the Simple PKI Requests and Responses. The contents
of Simple PKI Request and Response are detailed in <xref target="SimplePKIRequest"/> and
<xref target="SimplePKIResponse"/>.</t>

<figure><artwork><![CDATA[
Simple PKI Request                      Simple PKI Response
-------------------------               --------------------------

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

             Figure 1: Simple PKI Requests and Responses
]]></artwork></figure>

<t>Figure 2 shows the Full PKI Requests and Responses. The contents of
the Full PKI Request and Response are detailed in <xref target="FullPKIRequest"/> and
<xref target="FullPKIResponse"/>.</t>

<figure><artwork><![CDATA[
Full PKI Request                        Full PKI Response
-----------------------                 ------------------------
 +----------------+                      +----------------+
 | CMS ContentInfo|                      | CMS ContentInfo|
 | CMS SignedData |                      | CMS SignedData |
 |   or Auth Data |                      |   or Auth Data |
 |     object     |                      |     object     |
 +----------------+--------+             +----------------+--------+
 |                         |             |                         |
 | PKIData                 |             | PKIResponseBody         |
 |                         |             |                         |
 | Sequence of:            |             | Sequence of:            |
 | <enrollment control>*   |             | <enrollment control>*   |
 | <certification request>*|             | <CMS object>*           |
 | <CMS object>*           |             | <other message>*        |
 | <other message>*        |             |                         |
 |                         |             | where * == zero or more |
 | where * == zero or more |             |                         |
 |                         |             | All certificates issued |
 | Certification requests  |             | as part of the response |
 | are CRMF, PKCS #10, or  |             | are included in the     |
 | Other.                  |             | "certificates" field    |
 |                         |             | of the SignedData.      |
 +-------+-----------------+             | Relevant CA certs and   |
         | signed (keypair |             | CRLs can be included as |
         | used may be pre-|             | well.                   |
         | existing or     |             |                         |
         | identified in   |             +---------+---------------+
         | the request)    |                       | signed by the |
         +-----------------+                       | CA or an LRA  |
                                                   +---------------+

          Figure 2: Full PKI Requests and Responses
]]></artwork></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) 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>

<figure><artwork><![CDATA[
  ExtensionReq ::= SEQUENCE SIZE (1..MAX) OF Extension
]]></artwork></figure>

<t>where Extension is imported from <xref target="PKIXCERT"/> and ExtensionReq is
identified by:</t>

<figure><artwork><![CDATA[
  id-ExtensionReq OBJECT IDENTIFIER ::= {iso(1) member-body(2)
    us(840) rsadsi(113549) pkcs(1) pkcs-9(9) 14}
]]></artwork></figure>

<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 <spanx style="verb">SignedData</spanx> 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>

<t><list style="numbers">
  <t>The certification request containing the corresponding public key
<bcp14>MUST</bcp14> include a Subject Key Identifier extension.</t>
  <t>The subjectKeyIdentifier form of the signerIdentifier in
SignerInfo <bcp14>MUST</bcp14> be used.</t>
  <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>
</list></t>

<t>If <spanx style="verb">AuthenticatedData</spanx> is used, then:</t>

<t><list style="numbers">
  <t>The Password Recipient Info option of RecipientInfo <bcp14>MUST</bcp14> be used.</t>
  <t>A randomly generated key is used to compute the Message
Authentication Code (MAC) value on the encapsulated content.</t>
  <t>The input for the key derivation algorithm is a concatenation of
the identifier (encoded as UTF8) and the shared-secret.</t>
</list></t>

<t>When creating a PKI Request to renew or rekey a certificate:</t>

<t><list style="numbers">
  <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>
  <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>
  <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>
</list></t>

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

<figure><artwork><![CDATA[
  id-cct-PKIData ::= {id-pkix id-cct(12) 2 }
]]></artwork></figure>

<t>The ASN.1 structure corresponding to the PKIData content type is:</t>

<figure><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></figure>

<t>The fields in PKIData have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><spanx style="verb">controlSequence</spanx> 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><spanx style="verb">reqSequence</spanx> 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><spanx style="verb">cmsSequence</spanx> 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><spanx style="verb">otherMsgSequence</spanx> 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>

<t><list style="numbers">
  <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>
  <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>
  <t>Finally, the to-do list is processed. In many cases, the to-do
list will be ordered by grouping specific tasks together.</t>
</list></t>

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

<figure><artwork><![CDATA[
  TaggedAttribute ::= SEQUENCE {
    bodyPartID         BodyPartID,
    attrType           OBJECT IDENTIFIER,
    attrValues         SET OF AttributeValue
  }

  AttributeValue ::= ANY
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  TaggedRequest ::= CHOICE {
    tcr               [0] TaggedCertificationRequest,
    crm               [1] CertReqMsg,
    orm               [2] SEQUENCE {
      bodyPartID            BodyPartID,
      requestMessageType    OBJECT IDENTIFIER,
      requestMessageValue   ANY DEFINED BY requestMessageType
    }
  }
]]></artwork></figure>

<t>The fields in TaggedRequest have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><spanx style="verb">tcr</spanx> 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><spanx style="verb">crm</spanx> 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><spanx style="verb">orm</spanx> 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>
    <t><list style="symbols">
      <t><spanx style="verb">bodyPartID</spanx> is the identifier number for this certification
    request. Details on body part identifiers are found in
    <xref target="BodyPartIdentification"/>.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t><spanx style="verb">requestMessageType</spanx> identifies the other request type. These
   values are defined outside of this document.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t><spanx style="verb">requestMessageValue</spanx> is the data associated with the other request
   type.</t>
    </list></t>
  </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>

<figure><artwork><![CDATA[
  TaggedCertificationRequest ::= SEQUENCE {
    bodyPartID            BodyPartID,
    certificationRequest  CertificationRequest
  }
]]></artwork></figure>

<t>The fields in TaggedCertificationRequest have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><spanx style="verb">bodyPartID</spanx> 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><spanx style="verb">certificationRequest</spanx> 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>

<figure><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></figure>

<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 <spanx style="verb">cmsSequence</spanx> field of the <spanx style="verb">PKIData</spanx> and <spanx style="verb">PKIResponse</spanx> messages
contains zero or more tagged content info objects. The syntax for
this structure is:</t>

<figure><artwork><![CDATA[
  TaggedContentInfo ::= SEQUENCE {
    bodyPartID              BodyPartID,
    contentInfo             ContentInfo
  }
]]></artwork></figure>

<t>The fields in <spanx style="verb">TaggedContentInfo</spanx> have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><spanx style="verb">bodyPartID</spanx> is a unique integer that identifies this content info
   object.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><spanx style="verb">contentInfo</spanx> is a ContentInfo object (defined in <xref target="CMS"/>).</t>
  </li></ul>
</li></ul>

<t>The four content types used in <spanx style="verb">cmsSequence</spanx> are <spanx style="verb">AuthenticatedData</spanx>,
<spanx style="verb">Data</spanx>, <spanx style="verb">EnvelopedData</spanx>, and <spanx style="verb">SignedData</spanx>. All of these content types are
defined in <xref target="CMS"/>.</t>

<section anchor="AuthenticatedData"><name>Authenticated Data</name>

<t>The <spanx style="verb">AuthenticatedData</spanx> content type provides a method of doing pre-
shared-secret-based validation of data being sent between two
parties. Unlike <spanx style="verb">SignedData</spanx>, it does not specify which party actually
generated the information.</t>

<t><spanx style="verb">AuthenticatedData</spanx> 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><spanx style="verb">AuthenticatedData</spanx> 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.</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 <spanx style="verb">EnvelopedData</spanx> content type provides for shrouding of data.</t>

<t>The <spanx style="verb">EnvelopedData</spanx> content type is the primary confidentiality method
for sensitive information in this protocol. <spanx style="verb">EnvelopedData</spanx> can
provide encryption of an entire PKI Request (see <xref target="ApplicationofEncryptiontoaPKIRequestResponse"/>).
<spanx style="verb">EnvelopedData</spanx> 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 <spanx style="verb">CMCFailInfo</spanx> value of <spanx style="verb">badMessageCheck</spanx> and
a <spanx style="verb">bodyPartID</spanx> of 0.</t>

</section>
<section anchor="SignedData"><name>Signed Data</name>

<t>The <spanx style="verb">SignedData</spanx> content type provides for authentication and
integrity.</t>

<t>The <spanx style="verb">SignedData</spanx> 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 <spanx style="verb">CMCFailInfo</spanx> with a value of <spanx style="verb">badMessageCheck</spanx> and a
<spanx style="verb">bodyPartID</spanx> of 0.</t>

<t>For the PKI Response, <spanx style="verb">SignedData</spanx> 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, the <spanx style="verb">EncapsulatedInfo</spanx> and <spanx style="verb">SignerInfo</spanx>
fields are not populated.</t>

</section>
</section>
<section anchor="OtherMessageBodies"><name>Other Message Bodies</name>

<t>The otherMsgSequence field of the PKI Request/Response allows for
arbitrary data objects to be carried as part of a PKI Request/
Response. This is intended to contain a data object that is not
already wrapped in a cmsSequence field <xref target="ContentInfoObjects"/>. The data
object is ignored unless a control references the data object by
bodyPartID.</t>

<figure><artwork><![CDATA[
  OtherMsg ::= SEQUENCE {
    bodyPartID        BodyPartID,
    otherMsgType      OBJECT IDENTIFIER,
    otherMsgValue     ANY DEFINED BY otherMsgType }
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  bodyIdMax INTEGER ::= 4294967295

  BodyPartID ::= INTEGER(0..bodyIdMax)
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  BodyPartList ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
  id-aa-cmc-unsignedData OBJECT IDENTIFIER ::= {id-aa 34}
]]></artwork></figure>

<t>The CMC Unsigned Data attribute has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  CMCUnsignedData ::= SEQUENCE {
    bodyPartPath        BodyPartPath,
    identifier          OBJECT IDENTIFIER,
    content             ANY DEFINED BY identifier
  }
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cct-PKIResponse ::= {id-pkix id-cct(12) 3  }
]]></artwork></figure>

<t>The ASN.1 structure corresponding to the PKIResponse content type is:</t>

<figure><artwork><![CDATA[
  PKIResponse ::= SEQUENCE {
    controlSequence   SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
    cmsSequence       SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
    otherMsgSequence  SEQUENCE SIZE(0..MAX) OF OtherMsg
    }

    ReponseBody ::= PKIResponse
]]></artwork></figure>

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

<t><list style="numbers">
  <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>
  <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>
</list></t>

<t>No processing is required for cmsSequence or otherMsgSequence members
of the PKIResponse, if items are present and are not referenced by a
control. In this case, the cmsSequence and otherMsgSequence members
are to be ignored.</t>

</section>
</section>
</section>
<section anchor="ApplicationofEncryptiontoaPKIRequestResponse"><name>Application of Encryption to a PKI Request/Response</name>

<t>There are occasions when a PKI Request or Response must be encrypted
in order to prevent disclosure of information in the PKI Request/
Response from being accessible to unauthorized entities. This
section describes the means to encrypt Full PKI Requests and
Responses (Simple PKI Requests cannot be encrypted). Data portions
of PKI Requests and Responses that are placed in the cmsSequence
field can be encrypted separately.</t>

<t>Confidentiality is provided by wrapping the PKI Request/Response (a
SignedData) in an EnvelopedData. The nested content type in the
EnvelopedData is id-SignedData. Note that this is different from
S/MIME where there is a MIME layer placed between the encrypted and
signed data. It is recommended that if an EnvelopedData layer is
applied to a PKI Request/Response, a second signature layer be placed
outside of the EnvelopedData layer. The following figure shows how
this nesting would be done:</t>

<figure><artwork><![CDATA[
  Normal              Option 1                  Option 2
  ------              --------                  --------
   SignedData          EnvelopedData             SignedData
     PKIData             SignedData                EnvelopedData
                           PKIData                   SignedData
                                                       PKIData
]]></artwork></figure>

<t>Note: PKIResponse can be substituted for PKIData in the above figure.</t>

<t>Options 1 and 2 prevent leakage of sensitive data by encrypting the
Full PKI Request/Response. An RA that receives a PKI Request that it
cannot decrypt <bcp14>MAY</bcp14> reject the PKI Request unless it can process the
PKI Request without knowledge of the contents (i.e., all it does is
amalgamate multiple PKI Requests and forward them to a server).</t>

<t>After the RA removes the envelope and completes processing, it may
then apply a new EnvelopedData layer to protect PKI Requests for
transmission to the next processing agent. Section 7 contains more
information about RA processing.</t>

<t>Full PKI Requests/Responses can be encrypted or transmitted in the
clear. Servers <bcp14>MUST</bcp14> provide support for all three options.</t>

<t>Alternatively, an authenticated, secure channel could exist between
the parties that require confidentiality. Clients and servers <bcp14>MAY</bcp14>
use such channels instead of the technique described above to provide
secure, private communication of Simple and Full PKI Requests/
Responses.</t>

</section>
<section anchor="Controls"><name>Controls</name>

<t>Controls are carried as part of both Full PKI Requests and Responses.
Each control is encoded as a unique OID followed by the data for the
control (see syntax in <xref target="ControlSyntax"/>). The encoding of the data is
based on the control. Processing systems would first detect the OID
(TaggedAttribute attrType) and process the corresponding control
value (TaggedAttribute attrValues) prior to processing the message
body.</t>

<t>The OIDs are all defined under the following arc:</t>

<figure><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></figure>

<t>The following table lists the names, OID, and syntactic structure for
each of the controls described in this document.</t>

<figure><artwork><![CDATA[
 Identifier  Description       OID       ASN.1 Structure      Section
 --------------------------------------------------------------------
 id-cmc-statusInfo            id-cmc 1   CMCStatusInfo        6.1.2
 id-cmc-identification        id-cmc 2   UTF8String           6.2.3
 id-cmc-identityProof         id-cmc 3   OCTET STRING         6.2.2
 id-cmc-dataReturn            id-cmc 4   OCTET STRING         6.4
 id-cmc-transactionId         id-cmc 5   INTEGER              6.6
 id-cmc-senderNonce           id-cmc 6   OCTET STRING         6.6
 id-cmc-recipientNonce        id-cmc 7   OCTET STRING         6.6
 id-cmc-addExtensions         id-cmc 8   AddExtensions        6.5.2
 id-cmc-encryptedPOP          id-cmc 9   EncryptedPOP         6.7
 id-cmc-decryptedPOP          id-cmc 10  DecryptedPOP         6.7
 id-cmc-lraPOPWitness         id-cmc 11  LraPOPWitness        6.8
 id-cmc-getCert               id-cmc 15  GetCert              6.9
 id-cmc-getCRL                id-cmc 16  GetCRL               6.10
 id-cmc-revokeRequest         id-cmc 17  RevokeRequest        6.11
 id-cmc-regInfo               id-cmc 18  OCTET STRING         6.12
 id-cmc-responseInfo          id-cmc 19  OCTET STRING         6.12
 id-cmc-queryPending          id-cmc 21  OCTET STRING         6.13
 id-cmc-popLinkRandom         id-cmc 22  OCTET STRING         6.3.1
 id-cmc-popLinkWitness        id-cmc 23  OCTET STRING         6.3.1
 id-cmc-popLinkWitnessV2      id-cmc 33  OCTET STRING         6.3.1.1
 id-cmc-confirmCertAcceptance id-cmc 24  CMCCertId            6.14
 id-cmc-statusInfoV2          id-cmc 25  CMCStatusInfoV2      6.1.1
 id-cmc-trustedAnchors        id-cmc 26  PublishTrustAnchors  6.15
 id-cmc-authData              id-cmc 27  AuthPublish          6.16
 id-cmc-batchRequests         id-cmc 28  BodyPartList         6.17
 id-cmc-batchResponses        id-cmc 29  BodyPartList         6.17
 id-cmc-publishCert           id-cmc 30  CMCPublicationInfo   6.18
 id-cmc-modCertTemplate       id-cmc 31  ModCertTemplate      6.5.1
 id-cmc-controlProcessed      id-cmc 32  ControlsProcessed    6.19
 id-cmc-identityProofV2       id-cmc 34  IdentityProofV2      6.2.1
 id-cmc-raIdentityWitness     id-cmc 35  BodyPartPath         6.20
 id-cmc-responseBody          id-cmc 37  BodyPartPath         6.21

              Table 1: CMC Control Attributes
]]></artwork></figure>

<section anchor="xtCMCStatusInfo"><name>CMC Status Info Controls</name>

<t>The CMC Status Info controls return information about the status of a
client/server request/response. Two controls are described in this
section. The Extended CMC Status Info control is the preferred
control; the CMC Status Info control is included for backwards
compatibility with RFC 2797.</t>

<t>Servers <bcp14>MAY</bcp14> emit multiple CMC status info controls referring to a
single body part. Clients <bcp14>MUST</bcp14> be able to deal with multiple CMC
status info controls in a PKI Response. Servers <bcp14>MUST</bcp14> use the
Extended CMC Status Info control, but <bcp14>MAY</bcp14> additionally use the CMC
Status Info control. Clients <bcp14>MUST</bcp14> be able to process the Extended</t>

<t>CMC Status Info control.</t>

<section anchor="extCMCStatusInfo"><name>Extended CMC Status Info Control</name>

<t>The Extended CMC Status Info control is identified by the OID:</t>

<figure><artwork><![CDATA[
  id-cmc-statusInfoV2 ::= { id-cmc 25 }
]]></artwork></figure>

<t>The Extended CMC Status Info control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
   CMCStatusInfoV2 ::= SEQUENCE {
      cMCStatus             CMCStatus,
      bodyList              SEQUENCE SIZE (1..MAX) OF
                              BodyPartReference,
      statusString          UTF8String OPTIONAL,
      otherInfo             OtherStatusInfo OPTIONAL
   }

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

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

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

  BodyPartReference ::= CHOICE {
    bodyPartID           BodyPartID,
    bodyPartPath         BodyPartPath
   }
]]></artwork></figure>

<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>
    <t><list style="symbols">
      <t>pendToken is the token used in the Query Pending control
   (<xref target="QueryPendingControl"/>).</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>pendTime contains the suggested time the server wants to be
   queried about the status of the certification request.</t>
    </list></t>
  </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>
    <t><list style="symbols">
      <t>failInfoOID contains an OID that is associated with a set of
   extended error values.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>failInfoValue contains an extended error code from the defined
   set of extended error codes.</t>
    </list></t>
  </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>

<figure><artwork><![CDATA[
  id-cmc-statusInfo ::= { id-cmc 1 }
]]></artwork></figure>

<t>The CMC Status Info control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  CMCStatusInfo ::= SEQUENCE {
    cMCStatus           CMCStatus,
    bodyList            BodyPartList,
    statusString        UTF8String OPTIONAL,
    otherInfo           CHOICE {
      failInfo            CMCFailInfo,
      pendInfo            PendInfo } OPTIONAL
    }
]]></artwork></figure>

<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>
    <t><list style="symbols">
      <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>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <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>
    </list></t>
  </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>

<figure><artwork><![CDATA[
  CMCStatus ::= INTEGER {
    success                (0),
    -- reserved            (1),
    failed                 (2),
    pending                (3),
    noSupport              (4),
    confirmRequired        (5),
    popRequired            (6),
    partial                (7)
    }
]]></artwork></figure>

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

<figure><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></figure>

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

<figure><artwork><![CDATA[
  id-cmc-identityProofV2 ::= { id-cmc 34 }
]]></artwork></figure>

<t>The Identity Proof Version 2 control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  IdentifyProofV2 ::= SEQUENCE {
    hashAlgID        AlgorithmIdentifier,
    macAlgID         AlgorithmIdentifier,
    witness          OCTET STRING
    }
]]></artwork></figure>

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

<t><list style="numbers">
  <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>
  <t>A hash of the shared-secret as a UTF8 string is computed using
hashAlgID.</t>
  <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>
  <t>The result from Step 3 is then encoded as the witness value in
the Identity Proof Version 2 control.</t>
</list></t>

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

<figure><artwork><![CDATA[
  id-cmc-identityProof ::= { id-cmc 3 }
]]></artwork></figure>

<t>The Identity Proof control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  IdentifyProof ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-identification ::= { id-cmc 2 }
]]></artwork></figure>

<t>The Identification control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  Identification ::= UTF8String
]]></artwork></figure>

</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>

<t><list style="numbers">
  <t>The Identification control <bcp14>MUST</bcp14> be included and <bcp14>MUST</bcp14> contain the
hardware-generated token.</t>
  <t>The shared-secret value used above is the same hardware-generated
token.</t>
  <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>
  <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>
</list></t>

</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>

<figure><artwork><![CDATA[
  id-cmc-popLinkWitnessV2 ::= { id-cmc 33 }
]]></artwork></figure>

<t>The POP Link Witness Version 2 control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  PopLinkWitnessV2 ::= SEQUENCE {
    keyGenAlgorithm   AlgorithmIdentifier,
    macAlgorithm      AlgorithmIdentifier,
    witness           OCTET STRING
    }
]]></artwork></figure>

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

<t><list style="numbers">
  <t>The client generates a random byte-string, R, which <bcp14>SHOULD</bcp14> be at
least 512 bits in length.</t>
  <t>The key is computed from the shared-secret using the algorithm in
keyGenAlgorithm.</t>
  <t>A MAC is then computed over the random value produced in Step 1,
using the key computed in Step 2.</t>
  <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>
  <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.  <list style="symbols">
      <t>For CRMF, the POP Link Witness/POP Link Witness V2 control is
included in the controls field of the CertRequest structure.</t>
      <t>For PKCS #10, the POP Link Witness/POP Link Witness V2 control
is included in the attributes field of the
CertificationRequestInfo structure.</t>
    </list></t>
</list></t>

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

<figure><artwork><![CDATA[
  id-cmc-popLinkWitness ::= { id-cmc 23 }
]]></artwork></figure>

<t>The POP Link Witness control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  PopLinkWitness ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-popLinkRandom ::= { id-cmc 22 }
]]></artwork></figure>

<t>The POP Link Random control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  PopLinkRandom ::= OCTET STRING
]]></artwork></figure>

</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>

<t><list style="numbers">
  <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>
  <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>
</list></t>

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

<figure><artwork><![CDATA[
  id-cmc-dataReturn ::= { id-cmc 4 }
]]></artwork></figure>

<t>The Data Return control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  DataReturn ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-modCertTemplate ::= { id-cmc 31 }
]]></artwork></figure>

<t>The Modify Certification Request has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  ModCertTemplate ::= SEQUENCE {
    pkiDataReference             BodyPartPath,
    certReferences               BodyPartList,
    replace                      BOOLEAN DEFAULT TRUE,
    certTemplate                 CertTemplate
    }
]]></artwork></figure>

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

<t><list style="symbols">
  <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>
  <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>
</list></t>

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

<figure><artwork><![CDATA[
id-cmc-addExtensions ::= { id-cmc 8 }
]]></artwork></figure>

<t>The Add Extensions control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  AddExtensions ::= SEQUENCE {
    pkiDataReference             BodyPartID,
    certReferences               SEQUENCE OF BodyPartID,
    extensions                   SEQUENCE OF Extension
    }
]]></artwork></figure>

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

<t><list style="numbers">
  <t>If the conflict is within a single PKIData, the certification
request would be rejected with a CMCFailInfo value of badRequest.</t>
  <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>
</list></t>

</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>

<figure><artwork><![CDATA[
  id-cmc-transactionId  ::= { id-cmc 5 }
]]></artwork></figure>

<t>The Transaction Identifier control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  TransactionId ::= INTEGER
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-senderNonce     ::= { id-cmc 6 }
  id-cmc-recipientNonce  ::= { id-cmc 7 }
]]></artwork></figure>

<t>The Sender Nonce control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  SenderNonce ::= OCTET STRING
]]></artwork></figure>

<t>The Recipient Nonce control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  RecipientNonce ::= OCTET STRING
]]></artwork></figure>

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

<t><list style="numbers">
  <t>Client tells the server about the public component of a new
encryption key pair.</t>
  <t>Server sends the client a POP challenge, encrypted with the
presented public encryption key.</t>
  <t>Client decrypts the POP challenge using the private key that
corresponds to the presented public key and sends the plaintext
back to the server.</t>
  <t>Server validates the decrypted POP challenge and continues
processing the certification request.</t>
</list></t>

<t>CMC defines two different controls. The first deals with the
encrypted challenge sent from the server to the user in Step 2. The
second deals with the decrypted challenge sent from the client to the
server in Step 3.</t>

<t>The Encrypted POP control is used to send the encrypted challenge
from the server to the client as part of the PKIResponse. (Note that
it is assumed that the message sent in Step 1 above is a Full PKI
Request and that the response in Step 2 is a Full PKI Response
including a CMCFailInfo specifying that a POP is explicitly required,
and providing the POP challenge in the encryptedPOP control.)</t>

<t>The Encrypted POP control is identified by the OID:</t>

<figure><artwork><![CDATA[
    id-cmc-encryptedPOP ::= { id-cmc 9 }
]]></artwork></figure>

<t>The Encrypted POP control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  EncryptedPOP ::= SEQUENCE {
    request        TaggedRequest,
    cms            ContentInfo,
    thePOPAlgID    AlgorithmIdentifier,
    witnessAlgID   AlgorithmIdentifier,
    witness        OCTET STRING
    }
]]></artwork></figure>

<t>The Decrypted POP control is identified by the OID:</t>

<figure><artwork><![CDATA[
  id-cmc-decryptedPOP   ::= { id-cmc 10 }
]]></artwork></figure>

<t>The Decrypted POP control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  DecryptedPOP ::= SEQUENCE {
    bodyPartID     BodyPartID,
    thePOPAlgID    AlgorithmIdentifier,
    thePOP         OCTET STRING
    }
]]></artwork></figure>

<t>The encrypted POP algorithm works as follows:</t>

<t><list style="numbers">
  <t>The server randomly generates the POP Proof Value and associates
it with the request.</t>
  <t>The server returns the Encrypted POP control with the following
fields set:  <list style="symbols">
      <t>request is the original certification request (it is included
here so the client need not keep a copy of the request).</t>
      <t>cms is an EnvelopedData, the encapsulated content type being id-
   data and the content being the POP Proof Value; this value
   needs to be long enough that one cannot reverse the value from
   the witness hash. If the certification request contains a
   Subject Key Identifier (SKI) extension, then the recipient
   identifier <bcp14>SHOULD</bcp14> be the SKI. If the issuerAndSerialNumber
   form is used, the IssuerName <bcp14>MUST</bcp14> be encoded as NULL and the
   SerialNumber as the bodyPartID of the certification request.</t>
      <t>thePOPAlgID identifies the algorithm to be used in computing the
return POP value.</t>
      <t>witnessAlgID identifies the hash algorithm used on the POP Proof
Value to create the field witness.</t>
      <t>witness is the hashed value of the POP Proof Value.</t>
    </list></t>
  <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>
  <t>The client creates the Decrypted POP control as part of a new
PKIData. The fields in the DecryptedPOP are:  <list style="symbols">
      <t>bodyPartID refers to the certification request in the new PKI
Request.</t>
      <t>thePOPAlgID is copied from the encryptedPOP.</t>
      <t>thePOP contains the possession proof. This value is computed by
thePOPAlgID using the POP Proof Value and the request.</t>
    </list></t>
  <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>
</list></t>

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

<t><list style="numbers">
  <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>
  <t>For certification request R, server computes y = F(x,R). F can
be, for example, HMAC-SHA1(x,R). All that's important for
statelessness is that y be consistently computable with only
known state constant x and function F, other inputs coming from
the certification request structure. y should not be predictable
based on knowledge of R, thus the use of a one-way function like
HMAC-SHA1.</t>
</list></t>

</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>

<figure><artwork><![CDATA[
  id-cmc-lraPOPWitness ::= { id-cmc 11 }
]]></artwork></figure>

<t>The RA POP Witness control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  LraPopWitness ::= SEQUENCE {
    pkiDataBodyid   BodyPartID,
    bodyIds         SEQUENCE of BodyPartID
    }
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-getCert ::= { id-cmc 15 }
]]></artwork></figure>

<t>The Get Certificate control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  GetCert ::= SEQUENCE {
    issuerName    GeneralName,
    serialNumber  INTEGER }
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-getCRL ::= { id-cmc 16 }
]]></artwork></figure>

<t>The Get CRL control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  GetCRL ::= SEQUENCE {
    issuerName    Name,
    cRLName       GeneralName OPTIONAL,
    time          GeneralizedTime OPTIONAL,
    reasons       ReasonFlags OPTIONAL }
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-revokeRequest ::= { id-cmc 17 }
]]></artwork></figure>

<t>The Revocation Request control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  RevokeRequest ::= SEQUENCE {
    issuerName      Name,
    serialNumber    INTEGER,
    reason          CRLReason,
    invalidityDate  GeneralizedTime OPTIONAL,
    sharedSecret    OCTET STRING OPTIONAL,
    comment         UTF8string OPTIONAL }
]]></artwork></figure>

<t>The fields of RevokeRequest have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>issuerName is the issuerName of the certificate to be revoked.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>serialNumber is the serial number of the certificate to be revoked.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>reason is the suggested CRLReason code for why the certificate is
   being revoked. The CA can use this value at its discretion in
   building the CRL.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>invalidityDate is the suggested value for the Invalidity Date CRL
   Extension. The CA can use this value at its discretion in
   building the CRL.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>sharedSecret is a secret value registered by the EE when the
   certificate was obtained to allow for revocation of a certificate
   in the event of key loss.</t>
  </li></ul>
</li></ul>

<t>comment is a human-readable comment.</t>

<t>For a revocation request to be reliable in the event of a dispute, a
strong proof-of-origin is required. However, in the instance when an
EE has lost use of its signature private key, it is impossible for
the EE to produce a digital signature (prior to the certification of
a new signature key pair). The Revoke Request control allows the EE
to send the CA a shared-secret that may be used as an alternative
authenticator in the instance of loss of use of the EE's signature
private key. The acceptability of this practice is a matter of local
security policy.</t>

<t>It is possible to sign the revocation for the lost certificate with a
different certificate in some circumstances. A client can sign a
revocation for an encryption key with a signing certificate if the
name information matches. Similarly, an administrator or RA can be
assigned the ability to revoke the certificate of a third party.
Acceptance of the revocation by the server depends on local policy in
these cases.</t>

<t>Clients <bcp14>MUST</bcp14> provide the capability to produce a digitally signed
Revocation Request control. Clients <bcp14>SHOULD</bcp14> be capable of producing
an unsigned Revocation Request control containing the EE shared-
secret (the unsigned message consisting of a SignedData with no
signatures). If a client provides shared-secret-based self-
revocation, the client <bcp14>MUST</bcp14> be capable of producing a Revocation
Request control containing the shared-secret. Servers <bcp14>MUST</bcp14> be
capable of accepting both forms of revocation requests.</t>

<t>The structure of an unsigned, shared-secret-based revocation request
is a matter of local implementation. The shared-secret does not need
to be encrypted when sent in a Revocation Request control. The
shared-secret has a one-time use (i.e., it is used to request
revocation of the certificate), and public knowledge of the shared-
secret after the certificate has been revoked is not a problem.
Clients need to inform users that the same shared-secret <bcp14>SHOULD NOT</bcp14>
be used for multiple certificates.</t>

<t>A Full PKI Response <bcp14>MUST</bcp14> be returned for a revocation request.</t>

</section>
<section anchor="RegistrationandResponseInformationControls"><name>Registration and Response Information Controls</name>

<t>The Registration Information control allows for clients to pass
additional information as part of a Full PKI Request.</t>

<t>The Registration Information control is identified by the OID:</t>

<figure><artwork><![CDATA[
  id-cmc-regInfo ::= { id-cmc 18 }
]]></artwork></figure>

<t>The Registration Information control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  RegInfo ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-responseInfo  ::= { id-cmc 19 }
]]></artwork></figure>

<t>The Response Information control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  ResponseInfo ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-queryPending  ::= { id-cmc 21 }
]]></artwork></figure>

<t>The Query Pending control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  QueryPending ::= OCTET STRING
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-confirmCertAcceptance  ::= { id-cmc 24 }
]]></artwork></figure>

<t>The Confirm Certificate Acceptance control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  CMCCertId ::= IssuerAndSerialNumber
]]></artwork></figure>

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

<t><list style="numbers">
  <t>The client sends the certification request to the CA.</t>
  <t>The CA returns a Full PKI Response with the certificate and this
control.</t>
  <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>
  <t>The CA sends a Full PKI Response to the client with an Extended
CMC Status Info of success.</t>
</list></t>

</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>

<figure><artwork><![CDATA[
  id-cmc-trustedAnchors  ::= { id-cmc 26 }
]]></artwork></figure>

<t>The Publish Trust Anchors control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  PublishTrustAnchors ::= SEQUENCE {
    seqNumber      INTEGER,
    hashAlgorithm  AlgorithmIdentifier,
    anchorHashes   SEQUENCE OF OCTET STRING
  }
]]></artwork></figure>
<t>The fields in PublishTrustAnchors have the following meaning:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>seqNumber is an integer indicating the location within a sequence of
   updates.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>hashAlgorithm is the identifier and parameters for the hash
   algorithm that is used in computing the values of the anchorHashes
   field. All implementations <bcp14>MUST</bcp14> implement SHA-1 for this field.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>anchorHashes are the hashes for the certificates that are to be
   treated as trust anchors by the client. The actual certificates
   are transported in the certificate bag of the containing
   SignedData structure.</t>
  </li></ul>
</li></ul>

<t>While it is recommended that the sender place the certificates that
are to be trusted in the PKI Response, it is not required as the
certificates should be obtainable using normal discovery techniques.</t>

<t>Prior to accepting the trust anchors changes, a client <bcp14>MUST</bcp14> at least
do the following: validate the signature on the PKI Response to a
current trusted anchor, check with policy to ensure that the signer
is permitted to use the control, validate that the authenticated
publish time in the signature is near to the current time, and
validate that the sequence number is greater than the previously used
one.</t>

<t>In the event that multiple agents publish a set of trust anchors, it
is up to local policy to determine how the different trust anchors
should be combined. Clients <bcp14>SHOULD</bcp14> be able to handle the update of
multiple trust anchors independently.</t>

<dl>
  <dt>Note:</dt>
  <dd>
    <t>Clients that handle this control must use extreme care in
validating that the operation is permissible. Incorrect handling of
this control allows for an attacker to change the set of trust
anchors on the client.</t>
  </dd>
</dl>

</section>
<section anchor="AuthenticatedDataControl"><name>Authenticated Data Control</name>

<t>The Authenticated Data control allows a server to provide data back
to the client in an authenticated manner. This control uses the
Authenticated Data structure to allow for validation of the data.
This control is used where the client has a shared-secret and a
secret identifier with the server, but where a trust anchor has not
yet been downloaded onto the client so that a signing certificate for
the server cannot be validated. The specific case that this control
was created for use with is the Publish Trust Anchors control
(<xref target="PublishTrustAnchorsControl"/>), but it may be used in other cases as well.</t>

<t>The Authenticated Data control is identified by the OID:</t>

<figure><artwork><![CDATA[
  id-cmc-authData ::= { id-cmc 27 }
]]></artwork></figure>

<t>The Authenticated Data control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  AuthPublish ::= BodyPartID
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-batchRequests ::= {id-cmc 28}
]]></artwork></figure>

<t>The Batch Response control is identified by the OID:</t>

<figure><artwork><![CDATA[
  id-cmc-batchResponses ::= {id-cmc 29}
]]></artwork></figure>

<t>Both the Batch Request and Batch Response controls have the ASN.1
definition:</t>

<figure><artwork><![CDATA[
  BodyPartList ::= SEQUENCE of BodyPartID
]]></artwork></figure>

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

<figure><artwork><![CDATA[
  id-cmc-publishCert ::= { id-cmc 30 }
]]></artwork></figure>

<t>The Publication Information control has the ASN.1 definition:</t>

<figure><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></figure>

<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>
    <t><list style="symbols">
      <t>action indicates the action the service should take. It has two
   values:</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t><list style="symbols">
        <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>
      </list></t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t><list style="symbols">
        <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>
      </list></t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>pubInfos pubInfos indicates how (e.g., X500, Web, IP Address) the
   PKI <bcp14>SHOULD</bcp14> publish the certificate.</t>
    </list></t>
  </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>

<figure><artwork><![CDATA[
  id-cmc-controlProcessed  ::= { id-cmc 32 }
]]></artwork></figure>

<t>The Control Processed control has the ASN.1 definition:</t>

<figure><artwork><![CDATA[
  ControlList ::= SEQUENCE {
    bodyList        SEQUENCE SIZE (1..MAX) OF BodyPartReference
  }
]]></artwork></figure>

<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 relevant ASN.1 for the RA Identity Proof Witness control is as
follows:</t>

<figure><artwork><![CDATA[
  cmc-raIdentityWitness CMC-CONTROL ::=
    { BodyPartPath IDENTIFIED BY id-cmc-raIdentityWitness }

  id-cmc-raIdentityWitness OBJECT IDENTIFIER ::= {id-cmc 35}
]]></artwork></figure>

<t>The above ASN.1 defines the following items:</t>

<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>
    <t><list style="symbols">
      <t>Identity Proof control if the RA verified the identity proof in
   this control.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>Identity Proof Version 2 control if the RA verified the identity
   proof in this control.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <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>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t><list style="symbols">
      <t>Simple PKI Request  if the RA performed an out-of-band identity
   proof for this request.</t>
    </list></t>
  </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 relevant ASN.1 for the Response Body Control is as follows:</t>

<figure><artwork><![CDATA[
  cmc-responseBody CMC-CONTROL ::= {
     BodyPartPath IDENTIFIED BY id-cmc-responseBody
  }

  id-cmc-responseBody OBJECT IDENTIFIER ::= {id-cmc 37}
]]></artwork></figure>

<t>The above ASN.1 defines the following items:</t>

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

<figure><artwork><![CDATA[
  at-cmc-changeSubjectName ATTRIBUTE ::=
    { ChangeSubjectName IDENTIFIED BY id-cmc-changeSubjectName }

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

  ChangeSubjectName ::= SEQUENCE {
    subject             Name OPTIONAL,
    subjectAlt          SubjectAltName OPTIONAL
  }
  (WITH COMPONENTS {..., subject PRESENT} |
    COMPONENTS {..., subjectAlt PRESENT} )
]]></artwork></figure>

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

<t><list style="numbers">
  <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>
  <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>
</list></t>

</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>

<t><list style="symbols">
  <t>Batching multiple PKI Requests together,</t>
  <t>Performing challenge/response POP proofs,</t>
  <t>Adding private or standardized certificate extensions to all
certification requests,</t>
  <t>Archiving private key material,</t>
  <t>Routing requests to different CAs.</t>
</list></t>

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

<figure><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></figure>

<t>Under some circumstances, an RA is required to remove wrapping
layers. The following sections look at the processing required if
encryption layers and signing layers need to be removed.</t>

<section anchor="EncryptionRemoval"><name>Encryption Removal</name>

<t>There are two cases that require an RA to remove or change encryption
in a PKI Request. In the first case, the encryption was applied for
the purposes of protecting the entire PKI Request from unauthorized
entities. If the CA does not have a Recipient Info entry in the
encryption layer, the RA <bcp14>MUST</bcp14> remove the encryption layer. The RA
<bcp14>MAY</bcp14> add a new encryption layer with or without adding a new signing
layer.</t>

<t>The second change of encryption that may be required is to change the
encryption inside of a signing layer. In this case, the RA <bcp14>MUST</bcp14>
remove all signing layers containing the encryption. All control
statements <bcp14>MUST</bcp14> be merged according to local policy rules as each
signing layer is removed and the resulting merged controls <bcp14>MUST</bcp14> be
placed in a new signing layer provided by the RA. If the signing
layer provided by the EE needs to also be removed, the RA can also
remove this layer.</t>

</section>
<section anchor="SignatureRemoval"><name>Signature Layer Removal</name>

<t>Only two instances exist where an RA should remove a signature layer
on a Full PKI Request: if an encryption layer needs to be modified
within the request, or if a CA will not accept secondary delegation
(i.e., multiple RA signatures). In all other situations, RAs <bcp14>SHOULD
NOT</bcp14> remove a signing layer from a PKI Request.</t>

<t>If an RA removes a signing layer from a PKI Request, all control
statements <bcp14>MUST</bcp14> be merged according to local policy rules. The
resulting merged control statements <bcp14>MUST</bcp14> be placed in a new signing
layer provided by the RA.</t>

</section>
</section>
<section anchor="CertificateRequirements"><name>Certificate Requirements</name>

<t>Certificates for servers used in the CMC protocol <bcp14>SHOULD</bcp14> conform to
the profile defined in <xref target="PKIXCERT"/>.  This document defines some
additional items that <bcp14>MAY</bcp14> appear in CMC server certificates.  <xref target="ExtendedKeyUsage"/>
defines some additional values for the Extended Key Usage
extension.  <xref target="SubjectInformationAccess"/> defines a new Subject Information Access
value that allows for a CMC certificate to publish information on how
to contact the services it provides.</t>

<section anchor="ExtendedKeyUsage"><name>Extended Key Usage</name>
<t>The Extended Key Usage (EKU) extension is used to restrict the use of
a certificate to specific applications.  We define three different
EKUs in this document.  The ASN.1 to define these EKUs is:</t>

<figure><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></figure>

<t>The usage description for each of the EKUs is as follows:</t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>CMC Certification Authorities  are identified by the id-kp-cmcCA
   extended key usage.  The certificate may be the same as or
   different than the CA certificate.  If a different certificate is
   used, the certificates containing the id-kp-cmcCA extended key
   usage <bcp14>SHOULD</bcp14> have the same name as the certificate used for
   issuing the certificates.  (Using a separate key pair for CMC
   protocol operations and for issuing certificates and CRLs
   decreases the number of operations for which the private key used
   to sign certificates and CRLs would be used.)</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>CMC Registration Authorities  are identified by the id-kp-cmcRA
   extended key usage.  This usage is placed into RA certificates.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>CMC Archive Servers  are identified by the id-kp-cmcArchive extended
   key usage.  CMC Archive Servers and the associated protocol are to
   be defined in a future document.</t>
  </li></ul>
</li></ul>

</section>
<section anchor="SubjectInformationAccess"><name>Subject Information Access</name>

<t>The subject information access extension indicates how to access
information and services for the subject of the certificate.  We
define a new value for use in this extension, to identify the
different locations that CMC services will be available.  If this
value is placed in a certificate, an appropriate extended key usage
defined in <xref target="ExtendedKeyUsage"/> <bcp14>MUST</bcp14> be included in the certificate as well.</t>

<t>The id-ad-cmc OID is used when the subject offers certification
services using the CMC protocol.  If the CMC services are available
via HTTP or FTP, accessLocation <bcp14>MUST</bcp14> be a uniformResourceIdentifier.
If the CMC services are available via electronic mail, accessLocation
<bcp14>MUST</bcp14> be an rfc822Name.  If CMC services are available using TCP/IP,
the dNSName or iPAddress name forms <bcp14>MUST</bcp14> be used.  Since the
GeneralName data structure does not permit the inclusion of a port
number, in the absence of other external configuration information,
the value of 5318 should be used.  (The port registration is in
<xref target="FullPKIRequest"/>)  The semantics of other name forms of accessLocation
(when accessMethod is id-ad-cmc) are not defined by this
specification.</t>

<t>The ASN.1 type for this extension is GeneralName see <xref section="4.2.1.8" sectionFormat="of" target="PKIXCERT"/>.</t>

<figure><artwork><![CDATA[
  id-ad-cmc OBJECT IDENTIFIER ::= { id-ad 12 }
]]></artwork></figure>

</section>
</section>
<section anchor="SecurityConsiderations"><name>Security Considerations</name>

<t>Mechanisms for thwarting replay attacks may be required in particular
implementations of this protocol depending on the operational
environment. In cases where the CA maintains significant state
information, replay attacks may be detectable without the inclusion
of the optional nonce mechanisms. Implementers of this protocol need
to carefully consider environmental conditions before choosing
whether or not to implement the senderNonce and recipientNonce
controls described in <xref target="TransactionIdentifierControlandSenderandRecipientNonceControls"/>.  Developers of state-constrained
PKI clients are strongly encouraged to incorporate the use of these
controls.</t>

<t>Extreme care needs to be taken when archiving a signing key. The
holder of the archived key may have the ability to use the key to
generate forged signatures. There are however reasons why a signing
key should be archived. An archived CA signing key can be recovered
in the event of failure to continue to produced CRLs following a
disaster.</t>

<t>Due care must be taken prior to archiving keys. Once a key is given
to an archiving entity, the archiving entity could use the keys in a
way not conducive to the archiving entity. Users should be made
especially aware that proper verification is made of the certificate
used to encrypt the private key material.</t>

<t>Clients and servers need to do some checks on cryptographic
parameters prior to issuing certificates to make sure that weak
parameters are not used. A description of the small subgroup attack
is provided in <xref target="X942"/>. Methods of avoiding the small subgroup attack
can be found in <xref target="SMALL-GROUP"/>. CMC implementations ought to be aware
of this attack when doing parameter validations.</t>

<t>When using a shared-secret for authentication purposes, the shared-
secret should be generated using good random number techniques
<xref target="RANDOM"/>. User selection of the secret allows for dictionary attacks
to be mounted.</t>

<t>Extreme care must be used when processing the Publish Trust Anchors
control. Incorrect processing can lead to the practice of slamming
where an attacker changes the set of trusted anchors in order to
weaken security.</t>

<t>One method of controlling the use of the Publish Trust Anchors
control is as follows. The client needs to associate with each trust
anchor accepted by the client the source of the trust anchor.
Additionally, the client should associate with each trust anchor the
types of messages for which the trust anchor is valid (i.e., is the
trust anchor used for validating S/MIME messages, TLS, or CMC
enrollment messages?).</t>

<t>When a new message is received with a Publish Trust Anchors control,
the client would accept the set of new trust anchors for specific
applications only if the signature validates, the signer of the
message has the required policy approval for updating the trust
anchors, and local policy also would allow updating the trust
anchors.</t>

<t>The CMS AuthenticatedData structure provides message integrity, it
does not provide message authentication in all cases. When using
MACs in this document the following restrictions need to be observed.
All messages should be for a single entity. If two entities are
placed in a single message, the entities can generate new messages
that have a valid MAC and might be assumed to be from the original
message sender. All entities that have access to the shared-secret
can generate messages that will have a successful MAC validation.
This means that care must be taken to keep this value secret.
Whenever possible, the SignedData structure should be used in
preference to the AuthenticatedData structure.</t>

<t>A number of controls such as the RA Identity Proof Witness control
exist for an RA to either make assertions about or modify a
certification request.  Any upstream request processor, such as a CA,
<bcp14>MUST</bcp14> verify that the RA is fully identified and authorized to make
the assertion or modification it is claiming.  If it is not
identified or authorized, then any request <bcp14>MUST</bcp14> be rejected.</t>

<t>CMC servers, both RAs and CAs, need to perform due diligence in
checking the contents of a certification request.  At an absolute
minimum, all fields should be checked to ensure that the policies of
the CA/RA are correctly enforced.  While all fields need to be
checked, special care should be taken with names, name forms,
algorithm choices, and algorithm parameters.</t>

</section>
<section anchor="IANAConsiderations"><name>IANA Considerations</name>

<t>This document defines a number of control objects.  These are
identified by Object Identifiers (OIDs).  The objects are defined
from an arc delegated by IANA to the PKIX Working Group.  No further
action by IANA is necessary for this document or any anticipated
updates.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="CMS">
  <front>
    <title>Cryptographic Message Syntax (CMS)</title>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <date month="September" year="2009"/>
    <abstract>
      <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="70"/>
  <seriesInfo name="RFC" value="5652"/>
  <seriesInfo name="DOI" value="10.17487/RFC5652"/>
</reference>

<reference anchor="CRMF">
  <front>
    <title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <date month="September" year="2005"/>
    <abstract>
      <t>This document describes the Certificate Request Message Format (CRMF) syntax and semantics. This syntax is used to convey a request for a certificate to a Certification Authority (CA), possibly via a Registration Authority (RA), for the purposes of X.509 certificate production. The request will typically include a public key and the associated registration information. This document does not define a certificate request protocol. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4211"/>
  <seriesInfo name="DOI" value="10.17487/RFC4211"/>
</reference>

<reference anchor="DH-POP">
  <front>
    <title>Diffie-Hellman Proof-of-Possession Algorithms</title>
    <author fullname="H. Prafullchandra" initials="H." surname="Prafullchandra"/>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <date month="July" year="2000"/>
    <abstract>
      <t>This document describes two methods for producing an integrity check value from a Diffie-Hellman key pair. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2875"/>
  <seriesInfo name="DOI" value="10.17487/RFC2875"/>
</reference>

<reference anchor="PKCS10">
  <front>
    <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
    <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
    <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
    <date month="November" year="2000"/>
    <abstract>
      <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2986"/>
  <seriesInfo name="DOI" value="10.17487/RFC2986"/>
</reference>

<reference anchor="PKIXCERT">
  <front>
    <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
    <author fullname="D. Cooper" initials="D." surname="Cooper"/>
    <author fullname="S. Santesson" initials="S." surname="Santesson"/>
    <author fullname="S. Farrell" initials="S." surname="Farrell"/>
    <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <author fullname="W. Polk" initials="W." surname="Polk"/>
    <date month="May" year="2008"/>
    <abstract>
      <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5280"/>
  <seriesInfo name="DOI" value="10.17487/RFC5280"/>
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<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="J. Schaad" initials="J." surname="Schaad"/>
    <author fullname="M. Myers" initials="M." surname="Myers"/>
    <date month="June" year="2008"/>
    <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. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5273"/>
  <seriesInfo name="DOI" value="10.17487/RFC5273"/>
</reference>

<reference anchor="CMC-COMPL">
  <front>
    <title>Certificate Management Messages over CMS (CMC): Compliance Requirements</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 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. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5274"/>
  <seriesInfo name="DOI" value="10.17487/RFC5274"/>
</reference>

<reference anchor="CMC-Updates">
  <front>
    <title>Certificate Management over CMS (CMC) Updates</title>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <date month="November" year="2011"/>
    <abstract>
      <t>This document contains a set of updates to the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This document updates RFC 5272, RFC 5273, and RFC 5274.</t>
      <t>The new items in this document are: new controls for future work in doing server side key generation, definition of a Subject Information Access value to identify CMC servers, and the registration of a port number for TCP/IP for the CMC service to run on. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6402"/>
  <seriesInfo name="DOI" value="10.17487/RFC6402"/>
</reference>

<reference anchor="PASSWORD">
  <front>
    <title>Digital identity guidelines: revision 3</title>
    <author fullname="Paul A Grassi" initials="P." surname="Grassi">
      <organization/>
    </author>
    <author fullname="Michael E Garcia" initials="M." surname="Garcia">
      <organization/>
    </author>
    <author fullname="James L Fenton" initials="J." surname="Fenton">
      <organization/>
    </author>
    <date month="June" year="2017"/>
  </front>
  <seriesInfo name="DOI" value="10.6028/nist.sp.800-63-3"/>
<refcontent>National Institute of Standards and Technology</refcontent></reference>

<reference anchor="RANDOM">
  <front>
    <title>Randomness Requirements for Security</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <author fullname="J. Schiller" initials="J." surname="Schiller"/>
    <author fullname="S. Crocker" initials="S." surname="Crocker"/>
    <date month="June" year="2005"/>
    <abstract>
      <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
      <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="106"/>
  <seriesInfo name="RFC" value="4086"/>
  <seriesInfo name="DOI" value="10.17487/RFC4086"/>
</reference>

<reference anchor="SMALL-GROUP">
  <front>
    <title>Methods for Avoiding the "Small-Subgroup" Attacks on the Diffie-Hellman Key Agreement Method for S/MIME</title>
    <author fullname="R. Zuccherato" initials="R." surname="Zuccherato"/>
    <date month="March" year="2000"/>
    <abstract>
      <t>This document will describe the situations relevant to implementations of S/MIME version 3 in which protection is necessary and the methods that can be used to prevent these attacks. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2785"/>
  <seriesInfo name="DOI" value="10.17487/RFC2785"/>
</reference>

<reference anchor="X942">
  <front>
    <title>Diffie-Hellman Key Agreement Method</title>
    <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
    <date month="June" year="1999"/>
    <abstract>
      <t>This document standardizes one particular Diffie-Hellman variant, based on the ANSI X9.42 draft, developed by the ANSI X9F1 working group. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2631"/>
  <seriesInfo name="DOI" value="10.17487/RFC2631"/>
</reference>

<reference anchor="RFC2797">
  <front>
    <title>Certificate Management Messages over CMS</title>
    <author fullname="M. Myers" initials="M." surname="Myers"/>
    <author fullname="X. Liu" initials="X." surname="Liu"/>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <author fullname="J. Weinstein" initials="J." surname="Weinstein"/>
    <date month="April" year="2000"/>
    <abstract>
      <t>This document defines a Certificate Management protocol using CMS (CMC). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2797"/>
  <seriesInfo name="DOI" value="10.17487/RFC2797"/>
</reference>


<reference anchor="erratum2063" target="https://www.rfc-editor.org/errata/eid2063">
  <front>
    <title>RFC 5272 erratum 2063</title>
    <author >
      <organization></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></organization>
    </author>
    <date year="2023" month="September" day="04"/>
  </front>
</reference>


    </references>


<?line 3355?>

<section anchor="ASN.1"><name>ASN.1 Module</name>

<figure><artwork><![CDATA[
EnrollmentMessageSyntax
 { iso(1) identified-organization(3) dod(6) internet(1)
 security(5) mechansims(5) pkix(7) id-mod(0) id-mod-cmc2002(23) }

 DEFINITIONS IMPLICIT TAGS ::=
 BEGIN

 -- EXPORTS All --
 -- The types and values defined in this module are exported for use
 -- in the other ASN.1 modules.  Other applications may use them for
 -- their own purposes.

 IMPORTS

   -- PKIX Part 1 - Implicit    From [PKIXCERT]
      GeneralName, CRLReason, ReasonFlags
      FROM PKIX1Implicit88 {iso(1) identified-organization(3) dod(6)
              internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
              id-pkix1-implicit(19)}

   -- PKIX Part 1 - Explicit    From [PKIXCERT]
      AlgorithmIdentifier, Extension, Name, CertificateSerialNumber
      FROM PKIX1Explicit88 {iso(1) identified-organization(3) dod(6)
              internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
              id-pkix1-explicit(18)}

   -- Cryptographic Message Syntax   FROM [CMS]
      ContentInfo, Attribute, IssuerAndSerialNumber
        FROM CryptographicMessageSyntax2004 { iso(1) member-body(2)
             us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16)
             modules(0) cms-2004(24)}

   -- CRMF                         FROM [CRMF]
    CertReqMsg, PKIPublicationInfo, CertTemplate
    FROM PKIXCRMF-2005 {iso(1) identified-organization(3) dod(6)
           internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
           id-mod-crmf2005(36)};

   -- Global Types
      UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
        -- The content of this type conforms to RFC 2279.

 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}   -- CMC controls
 id-cct OBJECT IDENTIFIER ::= {id-pkix 12}  -- CMC content types

 -- The following controls have the type OCTET STRING

 id-cmc-identityProof OBJECT IDENTIFIER ::= {id-cmc 3}
 id-cmc-dataReturn OBJECT IDENTIFIER ::= {id-cmc 4}
 id-cmc-regInfo OBJECT IDENTIFIER ::= {id-cmc 18}
 id-cmc-responseInfo OBJECT IDENTIFIER ::= {id-cmc 19}
 id-cmc-queryPending OBJECT IDENTIFIER ::= {id-cmc 21}
 id-cmc-popLinkRandom OBJECT IDENTIFIER ::= {id-cmc 22}
 id-cmc-popLinkWitness OBJECT IDENTIFIER ::= {id-cmc 23}

 -- The following controls have the type UTF8String

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

 -- The following controls have the type INTEGER

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

 -- The following controls have the type OCTET STRING

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

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

 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
 }

  bodyIdMax INTEGER ::= 4294967295

  BodyPartID ::= INTEGER(0..bodyIdMax)

TaggedAttribute ::= SEQUENCE {
     bodyPartID         BodyPartID,
     attrType           OBJECT IDENTIFIER,
     attrValues         SET OF AttributeValue
 }

  AttributeValue ::= ANY

  TaggedRequest ::= CHOICE {
      tcr               [0] TaggedCertificationRequest,
      crm               [1] CertReqMsg,
      orm               [2] SEQUENCE {
          bodyPartID            BodyPartID,
          requestMessageType    OBJECT IDENTIFIER,
          requestMessageValue   ANY DEFINED BY requestMessageType
      }
  }

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

  CertificationRequest ::= SEQUENCE {
    certificationRequestInfo  SEQUENCE {
      version                   INTEGER,
      subject                   Name,
      subjectPublicKeyInfo      SEQUENCE {
        algorithm                 AlgorithmIdentifier,
        subjectPublicKey          BIT STRING },
      attributes                [0] IMPLICIT SET OF Attribute },
    signatureAlgorithm        AlgorithmIdentifier,
    signature                 BIT STRING
  }

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

 OtherMsg ::= SEQUENCE {
     bodyPartID        BodyPartID,
     otherMsgType      OBJECT IDENTIFIER,
     otherMsgValue     ANY DEFINED BY otherMsgType }
--  This defines the response message in the protocol
 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

 }

 -- Used to return status state in a response

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

 -- Note:
 -- The spelling of unsupportedExt is corrected in this version.
 -- In RFC 2797, it was unsuportedExt.

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

 -- Used for RAs to add extensions to certification requests
 id-cmc-addExtensions OBJECT IDENTIFIER ::= {id-cmc 8}

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


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

 EncryptedPOP ::= SEQUENCE {
     request       TaggedRequest,
     cms             ContentInfo,
     thePOPAlgID     AlgorithmIdentifier,
     witnessAlgID    AlgorithmIdentifier,
     witness         OCTET STRING
 }

 DecryptedPOP ::= SEQUENCE {
     bodyPartID      BodyPartID,
     thePOPAlgID     AlgorithmIdentifier,
     thePOP          OCTET STRING
 }

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

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

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

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

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

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

 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 }

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

 CMCCertId ::= IssuerAndSerialNumber

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

 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

 -- The following exists to allow Diffie-Hellman Certification Requests
 -- Messages to be well-formed

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

 NoSignatureValue ::= OCTET STRING

 --  Unauthenticated attribute to carry removable data.
 --    This could be used in an update of "CMC Extensions: Server Side
 --    Key Generation and Key Escrow" (February 2005) and in other
 --    documents.

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

 CMCUnsignedData ::= SEQUENCE {
     bodyPartPath        BodyPartPath,
     identifier          OBJECT IDENTIFIER,
     content             ANY DEFINED BY identifier
 }

 --  Replaces CMC Status Info
 --

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

 CMCStatusInfoV2 ::= SEQUENCE {
    cMCStatus             CMCStatus,
    bodyList              SEQUENCE SIZE (1..MAX) OF
                                   BodyPartReference,
    statusString          UTF8String OPTIONAL,
    otherInfo             CHOICE {
      failInfo               CMCFailInfo,
      pendInfo               PendInfo,
      extendedFailInfo       SEQUENCE {
         failInfoOID            OBJECT IDENTIFIER,
         failInfoValue          AttributeValue
      }
    } OPTIONAL
 }

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

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

 --  Allow for distribution of trust anchors
 --

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

 PublishTrustAnchors ::= SEQUENCE {
     seqNumber      INTEGER,
     hashAlgorithm  AlgorithmIdentifier,
     anchorHashes     SEQUENCE OF OCTET STRING
 }

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

 AuthPublish ::= BodyPartID

 --   These two items use BodyPartList
 id-cmc-batchRequests OBJECT IDENTIFIER ::= {id-cmc 28}
 id-cmc-batchResponses OBJECT IDENTIFIER ::= {id-cmc 29}

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

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

 CMCPublicationInfo ::= SEQUENCE {
     hashAlg                      AlgorithmIdentifier,
     certHashes                   SEQUENCE OF OCTET STRING,
     pubInfo                          PKIPublicationInfo
 }

 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

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

 ControlsProcessed ::= SEQUENCE {
     bodyList              SEQUENCE SIZE(1..MAX) OF BodyPartReference
 }
 --  Identity Proof control w/ algorithm agility

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

 IdentifyProofV2 ::= SEQUENCE {
     proofAlgID       AlgorithmIdentifier,
     macAlgId         AlgorithmIdentifier,
     witness          OCTET STRING
 }

 id-cmc-popLinkWitnessV2 OBJECT IDENTIFIER ::= { id-cmc 33 }
 PopLinkWitnessV2 ::= SEQUENCE {
     keyGenAlgorithm   AlgorithmIdentifier,
     macAlgorithm      AlgorithmIdentifier,
     witness           OCTET STRING
 }

 END
]]></artwork></figure>

</section>
<section anchor="enroll"><name>Enrollment Message Flows</name>

<t>This section is informational.  The purpose of this section is to
present, in an abstracted version, the messages that would flow
between the client and server for several different common cases.</t>

<section anchor="RequestofaSigningCertificate"><name>Request of a Signing Certificate</name>

<t>This section looks at the messages that would flow in the event that
an enrollment is occurring for a signing-only key.  If the
certificate was designed for both signing and encryption, the only
difference would be the key usage extension in the certification
request.</t>

<t>Message #2 from client to server:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-PKIData
       eContent
         controlSequence
           {102, id-cmc-identityProof, computed value}
           {103, id-cmc-senderNonce, 10001}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = My Proposed DN
               publicKey = My Public Key
               extensions
                 {id-ce-subjectPublicKeyIdentifier, 1000}
                 {id-ce-keyUsage, digitalSignature}
     SignedData.SignerInfos
       SignerInfo
         sid.subjectKeyIdentifier = 1000
]]></artwork></figure>

<t>Response from server to client:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-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></figure>

</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>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-PKIData
       eContent
         controlSequence
           {102, id-cmc-identityProof, computed value}
           {103, id-cmc-senderNonce, 10001}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = My Proposed DN
               publicKey = My Public Key
               extensions
                 {id-ce-subjectPublicKeyIdentifier, 1000}
                 {id-ce-keyUsage, digitalSignature}
     SignedData.SignerInfos
       SignerInfo
         sid.subjectKeyIdentifier = 1000
]]></artwork></figure>

<t>Message from RA to CA:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-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></figure>

<t>Response from CA to RA:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-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-ct-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-ct-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></figure>

<t>Response from RA to client:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-PKIResponse
       eContent
         controlSequence
           {102, id-cmc-statusInfoV2, {success, 201}}
     certificates
       Newly issued certificate
       Other certificates
     SignedData.SignerInfos
       Signed by CA
]]></artwork></figure>

</section>
<section anchor="DirectPOPforRSACertificate"><name>Direct POP for an RSA Certificate</name>

<t>This section looks at the messages that would flow in the event that
an enrollment is done for an encryption only certificate using an
direct POP method.  For simplicity, it is assumed that the
certification requester already has a signing-only certificate.</t>

<t>The fact that a second round-trip is required is implicit rather than
explicit.  The server determines this based on the fact that no other
POP exists for the certification request.</t>

<t>Message #1 from client to server:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-PKIData
       eContent
         controlSequence
           {102, id-cmc-transactionId, 10132985123483401}
           {103, id-cmc-senderNonce, 10001}
           {104, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = <My DN from my signing cert>
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage
     SignedData.SignerInfos
       SignerInfo
         Signed by requester's signing cert
]]></artwork></figure>

<t>Response #1 from server to client:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-PKIResponse
       eContent
         controlSequence
           {101, id-cmc-statusInfoV2, {failed, 201, popRequired}}
           {102, id-cmc-transactionId, 10132985123483401}
           {103, id-cmc-senderNonce, 10005}
           {104, id-cmc-recipientNonce, 10001}
           {105, id-cmc-encryptedPOP, {
              request {
                certRequest
                  certReqId = 201
                   certTemplate
                     subject = <My DN from my signing cert>
                     publicKey = My Public Key
                     extensions
                       {id-ce-keyUsage, keyEncipherment}
                   popo
                     keyEncipherment
                     subsequentMessage
              }
              cms
                contentType = id-envelopedData
                content
                  recipientInfos.riid.issuerSerialNumber = <NULL, 201>
                  encryptedContentInfo
                    eContentType = id-data
                    eContent = <Encrypted value of 'y'>
              thePOPAlgID = HMAC-SHA1
              witnessAlgID = SHA-1
              witness <hashed value of 'y'>}}
           {106, id-cmc-dataReturn, <packet of binary data identifying
                                     where the key in question is.>}
     certificates
       Other certificates (optional)
     SignedData.SignerInfos
       Signed by CA

   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-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-SHA1,
             thePOP <HMAC computed value goes here>}}
         reqSequence
           certRequest
             certReqId = 201
             certTemplate
               subject = <My DN from my signing cert>
               publicKey = My Public Key
               extensions
                 {id-ce-keyUsage, keyEncipherment}
             popo
               keyEncipherment
                 subsequentMessage
     SignedData.SignerInfos
       SignerInfo
         Signed by requester's signing cert
]]></artwork></figure>

<t>Response #2 from server to client:</t>

<figure><artwork><![CDATA[
   ContentInfo.contentType = id-signedData
   ContentInfo.content
     SignedData.encapContentInfo
       eContentType = id-ct-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></figure>

</section>
</section>
<section anchor="enroll-dh"><name>Production of Diffie-Hellman Public Key Certification Requests</name>

<t>Part of a certification request is a signature over the request;
Diffie-Hellman is a key agreement algorithm and cannot be used to
directly produce the required signature object.  <xref target="DH-POP"/> provides
two ways to produce the necessary signature value.  This document
also defines a signature algorithm that does not provide a POP value,
but can be used to produce the necessary signature value.</t>

<section anchor="NoSig-Sig"><name>No-Signature Signature Mechanism</name>

<t>Key management (encryption/decryption) private keys cannot always be
used to produce some type of signature value as they can be in a
decrypt-only device.  Certification requests require that the
signature field be populated.  This section provides a signature
algorithm specifically for that purposes.  The following object
identifier and signature value are used to identify this signature
type:</t>

<figure><artwork><![CDATA[
  id-alg-noSignature OBJECT IDENTIFIER ::= {id-pkix id-alg(6) 2}

  NoSignatureValue ::= OCTET STRING
]]></artwork></figure>

<t>The parameters for id-alg-noSignature <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> be
encoded as NULL.  NoSignatureValue contains the hash of the
certification request.  It is important to realize that there is no
security associated with this signature type.  If this signature type
is on a certification request and the Certification Authority policy
requires proof-of-possession of the private key, the POP mechanism
defined in <xref target="EncryptedandDecryptedPOPControls"/> <bcp14>MUST</bcp14> be used.</t>

</section>
</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>Obviously, the authors of this version of the document would like to
thank Jim Schaad and Michael Myers for their work on the previous
version of this document.</t>

<t>The acknowledgment from the previous version of this document follows:</t>

<t>The authors and the PKIX Working Group are grateful for the
participation of Xiaoyi Liu and Jeff Weinstein in helping to author
the original versions of this document.</t>

<t>The authors would like to thank Brian LaMacchia for his work in
developing and writing up many of the concepts presented in this
document.  The authors would also like to thank Alex Deacon and Barb
Fox for their contributions.</t>

</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="J." surname="Schaad" fullname="Jim Schaad">
      <organization>August Cellars</organization>
      <address>
      </address>
    </contact>
    <contact initials="M." surname="Myers" fullname="Michael Myers">
      <organization>TraceRoute Security, Inc.</organization>
      <address>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAJlPKWUAA+y963YcyXUu+D+eIof9Q0ALKBLgrUnZ8qkGQTUs3gyg1dLx
0jqdqEoAaVZVljOziIao9rOcZ5knm32N2BEZWQDb0hzPLGN5Wc3KzLju2LGv
397f33d93S+ql8WDo6rt68t6VvZV8bZclVfVslr1RfOpaoujt2fFztHbo90H
rry4aKtP+P7bo5fFWd9uZv2mrboHDr+8atrbl0XXz11z0TWLqq+6l8XTw+eH
e8WzJ48OnZs3s1W5hP7mbXnZ7y/L1bxa7C/K5brbby9n+OpF3e0/euS6zcWy
7rq6WfW3a/jg5Pj8tavX7cti3VZPHz//5rzddP3ho0cvoN3VZnlRtS/dHMbw
0s2aVVetug30DeOrHAz3sSvbqoRhn1WzTVv3tw/cTdN+vGqbzRp+fVMv676a
F9P5vO6hy3JRvK1m1+Wq7pZdcdm0xYffn/yxgNEWZ29P3h4/cB+rW2hg/tIV
+8WHzcWinhW/r26Lk9VlW3a6Kvgwv670pL1d981VW66v4eu3VdfBw+LsdtWX
P7lP1WoDUymKXz7EouCVe/ADzLReXRW/w6bw92VZL+D3bl12y/9RV/3lpGmv
8EHZzq7hwXXfr7uXDx/ie/hT/ama6GsP8YeHF21z01UPqYWH+OVV3V9vLrDR
qlzB3FdV+3C2nMFmPnCu3PTXTYtrBW8WRb2CnfnnCS4H7P5ecTyf0O9MGf/c
dNX6Wh4WOxVMt2l36QXo/mUx/f30T2+me7DUM/6s4un8W1P9j/JjebsoJ7Nm
GfV1NinOaUhpX2cwWHk06AlW9i8lrjQQ9OpxO7d94ST/B/1KfSHF9W19senD
LGUy9bI4g10q6XMe/+YKCBfoYgFr20Vvv63hVZj029sKn8gH5205q06bDRCQ
Uq/M3q2adglj/ESUgsf0ZXH6+ujps6eH9O/Tt6/phyeHBwf4w6vv9j+8/0A/
HX7z/Cn+9OH3R2cHj/inF988459O/nh0fHrObR1+88i5enVpe4Kzv//h9P35
pwN55/mh/Hp+On13pj8+lh+P3r/98EZ/fCI/fr/Gw9rRz8QboOPp2dkP709f
vSxevT+ZHDyaPHt0+M3Ddydn55OzD5NvHj3af/Z4HxuFTl69f8tTe0SDPns7
ffNm/3en77+X6T3/Bqf3xxdPDvnfzx7jCtCTF89xDlXblv1mefjo2WNavKIv
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
xglM4sOEWwLxJAu35AgIIyqmjD7q95Q1gJFtCRef2BIDkKl5C28XY5Eqs2tt
hoHLTULz65puCh6C+Yg1IB3xCaVh3ipghH8XW6TXFVGFtoQXkGAfydUm6Z1F
X3YfkciuKoppoCTumAAj2JroNLVD4Ym9KxQrrWeJ7Wq3wvnpXmPD9B1b7KzA
vzc4yx7LMtM9cQs+DXOW6hH0TShf8pw+fxVLKizLlTNFDSJaVwAng/s6SEWy
mA2O7fNimQtc/7gMAGqa5dmJ6iohYkFPd2y2ZzuB9+fR4UpfFau3+LjZZSG9
GAE+leAygjy6wz6AAHjyyocKfOt/YkEZHYOkCoW/gactvPkHHH2IET47PkcB
2o+BHpMY7YrkVxre9N2fcgJ2OpO7BG0zLbrmN6sado9cPFcEUlKa1dQsPKU/
bMBPmqFdivfQ0vCraviRzF8+oxv8E/+0kQvBnLLo1lb7hxezFWqQDhOqAGi1
JheVcFk5yy4oZBNdOM1zFQ8P6bs2pUvuPskbbSt7atHJnNKycnK4Gxvg5X9h
q1vZp8/LRVuV81uHsFJscAr3Bp3yIRKdtiAygbzgn8u/QRZwkZwJIhca77tg
ocv4RWITsrvLlQWnzlvSVb5GUnpTS+SEU2BWfSJEJlslrkXkkJtVWCqd4g6a
M6aKCSQkEu0Vrb4Ae8J/172H0C0DxSAydgxeUK4CVgtKFtMi9IFfE+fhy4AZ
HJqr0o6NunETrFLYsdjAYtAE0lGAThgNpe6D0lBaIqNt0rCHVJslc96oKhtQ
BT0rz2Z3iNKFnH2LSuZc9usEeycGANobIAA5tksCa9cYoqhV1X69OT/K0RKo
CrxOObnaKR453l3zCmhHk2N1HBPJG75HL26sl2K0F2x54kRVyC3evWdi+3BR
H9HyTeKrSXcQOf/Rd+9P/LWEbqz4718f/VktOZlxilWoXaZfHfzZ6P9i+Bm+
dfjn9F7M3oyZy9FrwqJo6UU5ckOmr/PFV+C1V7w6fn3y7vhV8e2fMm3S1z+P
2Z/i1bzTCgWrK+pv3nhAjH0soo7y142pKMQbxeaRLadD1f92+QXDYCAxHoL2
T1r5ih+l1pmxQ6P2AO08awca8bVhYqJEfogjmdQ7L5aMfFaY3VLcXFMHCVsJ
OcI/BsL7Ue8I48sRCFxWt1PsgJjGIosetsrh0aGx2KQlH4NWrgOI/Di6cl+T
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
/3B9KWECAA==

-->

</rfc>

