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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc compact="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc iprnotified="no"?>
<?rfc strict="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-anima-brski-ae-00" category="std" consensus="true">

  <front>
    <title abbrev="BRSKI-AE">BRSKI-AE: Alternative Enrollment Protocols in BRSKI</title>

    <author initials="D." surname="von Oheimb" fullname="David von Oheimb" role="editor">
      <organization abbrev="Siemens">Siemens AG</organization>
      <address>
        <postal>
          <street>Otto-Hahn-Ring 6</street>
          <city>Munich</city>
          <code>81739</code>
          <country>Germany</country>
        </postal>
        <email>david.von.oheimb@siemens.com</email>
        <uri>https://www.siemens.com/</uri>
      </address>
    </author>
    <author initials="S." surname="Fries" fullname="Steffen Fries">
      <organization abbrev="Siemens">Siemens AG</organization>
      <address>
        <postal>
          <street>Otto-Hahn-Ring 6</street>
          <city>Munich</city>
          <code>81739</code>
          <country>Germany</country>
        </postal>
        <email>steffen.fries@siemens.com</email>
        <uri>https://www.siemens.com/</uri>
      </address>
    </author>
    <author initials="H." surname="Brockhaus" fullname="Hendrik Brockhaus">
      <organization abbrev="Siemens">Siemens AG</organization>
      <address>
        <postal>
          <street>Otto-Hahn-Ring 6</street>
          <city>Munich</city>
          <code>81739</code>
          <country>Germany</country>
        </postal>
        <email>hendrik.brockhaus@siemens.com</email>
        <uri>https://www.siemens.com/</uri>
      </address>
    </author>
    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>

    <date year="2022"/>

    <area>Operations and Management</area>
    <workgroup>ANIMA WG</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document enhances
Bootstrapping Remote Secure Key Infrastructure (BRSKI, <xref target="RFC8995"/>)
to allow employing alternative enrollment protocols, such as CMP.</t>

<t>Using self-contained signed objects, the origin of enrollment requests and responses
can be authenticated independently of message transfer.
This supports end-to-end security and asynchronous operation of certificate enrollment
and provides flexibility where to authenticate and authorize certification requests.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<section anchor="motivation"><name>Motivation</name>

<t>BRSKI, as defined in <xref target="RFC8995"/>, specifies a solution for
secure automated zero-touch bootstrapping of new devices, so-called pledges.
This includes the discovery of the registrar in the target domain,
time synchronization, and the exchange of security information
necessary to establish mutual trust between pledges and the target domain.</t>

<t>A pledge gains trust in the target domain via the domain registrar as follows.
It obtains security information about the domain,
specifically a domain certificate to be trusted,
by requesting a voucher object defined in <xref target="RFC8366"/>.
Such a voucher is a self-contained signed object
originating from a Manufacturer Authorized Signing Authority (MASA).
Therefore, the voucher may be provided
in online mode (synchronously) or offline mode (asynchronously).
The pledge can authenticate the voucher
because it is shipped with a trust anchor of its manufacturer such that
it can validate signatures (including related certificates) by the MASA.</t>

<t>Trust by the target domain in a pledge is established by providing the pledge
with a domain-specific LDevID certificate.
The certification request of the pledge is signed using its IDevID secret and can be
validated by the target domain using the trust anchor of the pledge manufacturer,
which needs to pre-installed in the domain.</t>

<t>For enrolling devices with LDevID certificates,
BRSKI typically utilizes Enrollment over Secure Transport (EST) <xref target="RFC7030"/>.
EST has its specific characteristics, detailed in <xref target="using-est"/>.
In particular, it requires online or on-site availability of the RA
for performing the data origin authentication and final authorization decision
on the certification request.
This type of enrollment can be called 'synchronous enrollment'.
For various reasons,
it may be preferable to use alternative enrollment protocols such as
the Certificate Management Protocol (CMP) <xref target="RFC4210"/>
profiled in <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>
or Certificate Management over CMS (CMC) <xref target="RFC5272"/>.
that are more flexible and independent of the transfer mechanism because they
represent certification request messages as authenticated self-contained objects.</t>

<t>Depending on the application scenario,
the required RA/CA components may not be part of the registrar.
They even may not be available on-site but rather be
provided by remote backend systems. The registrar or its deployment site may not have
an online connection with them or the connectivity may be intermittent.
This may be due to security requirements for operating the backend systems
or due to site deployments where on-site or always-online operation
may be not feasible or too costly.
In such scenarios, the authentication and authorization of certification requests
will not or can not be performed on-site at enrollment time.
In this document, enrollment that is not performed in a (time-wise) consistent
way is called 'asynchronous enrollment'.
Asynchronous enrollment requires a store-and-forward transfer of certification
requests along with the information needed for authenticating the requester.
This allows offline processing the request.</t>

<t>Application scenarios may also involve network segmentation, which is utilized
in industrial systems to separate domains with different security needs.
Such scenarios lead to similar requirements if the TLS connection
carrying the requester authentication is terminated
and thus request messages need to be forwarded on further channels
before the registrar/RA can authorize the certification request.
In order to preserve the requester authentication, authentication information
needs to be retained and ideally bound directly to the certification request.</t>

<t>There are basically two approaches for forwarding certification requests
along with requester authentication information:</t>

<t><list style="symbols">
  <t>A trusted component (e.g., a local RA) in the target domain is needed
that forwards the certification request combined with the validated identity of
the requester (e,g., its IDevID certificate)
and an indication of successful verification of
the proof-of-possession (of the corresponding private key) in a way
preventing changes to the combined information.
When connectivity is available, the trusted component
forwards the certification request together with the requester information
(authentication and proof-of-possession) for further processing.
This approach offers only hop-by-hop security.
The backend PKI must rely on the local pledge authentication result
provided by the local RA
when performing the authorization of the certification request.
In BRSKI, the EST server is such a trusted component,
being co-located with the registrar in the target domain.</t>
  <t>Involved components use authenticated self-contained objects for the enrollment,
directly binding the certification request and the requester authentication
in a cryptographic way.
This approach supports end-to-end security,
without the need to trust in intermediate domain components.
Manipulation of the request and the requester identity information
can be detected during the validation of the self-contained signed object.</t>
</list></t>

<t>Focus of this document is the support of alternative enrollment protocols that allow
using authenticated self-contained objects for device credential bootstrapping.
This enhancement of BRSKI is named BRSKI-AE,
where AE stands for alternative enrollment protocols and for asynchronous enrollment.
This specification carries over the main characteristics of BRSKI,
namely that the pledge obtains trust anchor information
for authenticating the domain registrar and other target domain components
as well as a domain-specific X.509 device certificate (the LDevID certificate)
along with the corresponding private key (the LDevID secret) and certificate chain.</t>

<t>The goals are to enhance BRSKI to</t>

<t><list style="symbols">
  <t>support alternative enrollment protocols,</t>
  <t>support end-to-end security for enrollment, and</t>
  <t>make it applicable to scenarios involving asynchronous enrollment.</t>
</list></t>

<t>This is achieved by</t>

<t><list style="symbols">
  <t>extending the well-known URI approach with an additional path element
indicating the enrollment protocol being used, and</t>
  <t>defining a certificate waiting indication and handling, for the case that the
certifying component is (temporarily) not available.</t>
</list></t>

<t>This specification can be applied to both synchronous and asynchronous enrollment.</t>

<t>In contrast to BRSKI, this specification supports offering multiple enrollment protocols
on the infrastructure side, which enables pledges and their developers
to pick the preferred one.</t>

</section>
<section anchor="sup-env"><name>Supported Environment</name>

<t>BRSKI-AE is intended to be used in domains that may have limited support
of on-site PKI services and comprises application scenarios like the following.</t>

<t><list style="symbols">
  <t>There are requirements or implementation restrictions
that do not allow using EST for enrolling an LDevID certificate.</t>
  <t>Pledges and/or the target domain already have an established
certificate management approach different from EST that shall be reused
(e.g., in brownfield installations).</t>
  <t>There is no registration authority available on site in the target domain.
Connectivity to an off-site RA is intermittent or entirely offline.
A store-and-forward mechanism is used
for communicating with the off-site services.</t>
  <t>Authoritative actions of a local RA are limited and may not be sufficient
for authorizing certification requests by pledges.
Final authorization is done by an RA residing in the operator domain.</t>
</list></t>

</section>
<section anchor="list-examples"><name>List of Application Examples</name>

<t>Bootstrapping can be handled in various ways, depending on the application domains.
The informative <xref target="app-examples"/> provides illustrative examples from
various industrial control system environments and operational setups.
They motivate the support of alternative enrollment protocols,
based on the following examples of operational environments:</t>

<t><list style="symbols">
  <t>Rolling stock</t>
  <t>Building automation</t>
  <t>Electrical substation automation</t>
  <t>Electric vehicle charging infrastructures</t>
  <t>Infrastructure isolation policy</t>
  <t>Sites with insufficient level of operational security</t>
</list></t>

</section>
</section>
<section anchor="terminology"><name>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>

<t>This document relies on the terminology defined in <xref target="RFC8995"/>
and <xref target="IEEE.802.1AR_2009"/>.<!-- TBD DvO: Have not found version of 2014 -->
The following terms are defined in addition:</t>

<dl>
  <dt>
EE:  </dt>
  <dd>
    <t>End entity, in the BRSKI context called pledge.
It is the entity that is bootstrapped to the target domain.
It holds a public-private key pair, for which it requests a public-key certificate.
An identifier for the EE is given as the subject name of the certificate.</t>
  </dd>
  <dt>
RA:  </dt>
  <dd>
    <t>Registration authority, an optional system
component to which a CA delegates certificate management functions
such as authenticating requesters and performing authorization checks
on certification requests.</t>
  </dd>
  <dt>
CA:  </dt>
  <dd>
    <t>Certification authority, issues certificates
and provides certificate status information.</t>
  </dd>
  <dt>
target domain:  </dt>
  <dd>
    <t>The set of entities that share a common local trust anchor,
independent of where the entities are deployed.</t>
  </dd>
  <dt>
site:  </dt>
  <dd>
    <t>Describes the locality where an entity, e.g., pledge, registrar, RA, CA, is deployed.
Different sites can belong to the same target domain.</t>
  </dd>
  <dt>
on-site:  </dt>
  <dd>
    <t>Describes a component or service or
functionality available in the target deployment site.</t>
  </dd>
  <dt>
off-site:  </dt>
  <dd>
    <t>Describes a component or service or
functionality available in an operator site different from
the target deployment site. This may be a central site or a
cloud service, to which only a temporary connection is available.</t>
  </dd>
  <dt>
asynchronous communication:  </dt>
  <dd>
    <t>Describes a time-wise interrupted communication
between a pledge (EE) and a registrar or PKI component.</t>
  </dd>
  <dt>
synchronous communication:  </dt>
  <dd>
    <t>Describes a time-wise uninterrupted communication
between a pledge (EE) and a registrar or PKI component.</t>
  </dd>
  <dt>
authenticated self-contained object:  </dt>
  <dd>
    <t>Describes in this context an object
that is cryptographically bound to the IDevID certificate of a pledge.
The binding is assumed to be provided through a digital signature
of the actual object using the IDevID secret.</t>
  </dd>
</dl>

</section>
<section anchor="req-sol"><name>Requirements and Mapping to Solutions</name>

<section anchor="basic-requirements"><name>Basic Requirements</name>

<t>There were two main drivers for the definition of BRSKI-AE:</t>

<t><list style="symbols">
  <t>The solution architecture may already use or require
a certificate management protocol other than EST.
Therefore, this other protocol should be usable for requesting LDevID certificates.</t>
  <t>The domain registrar may not be the (final) point that authenticates and authorizes
certification requests and the pledge may not have a direct connection to it.
Therefore, certification requests should be self-contained signed objects.</t>
</list></t>

<t>Based on the intended target environment described in <xref target="sup-env"/> and
the application examples described in <xref target="app-examples"/>, the following
requirements are derived to support authenticated self-contained objects
as containers carrying certification requests.</t>

<t>At least the following properties are required:</t>

<t><list style="symbols">
  <t>proof-of-possession: demonstrates access to the private
key corresponding to the public key contained in a certification request.
This is typically achieved by a self-signature using the corresponding private key.</t>
  <t>proof-of-identity: provides data origin authentication of
the certification request. This typically is achieved by a signature
using the IDevID secret of the pledge.</t>
</list></t>

<t>The rest of this section gives an incomplete list of solution examples,
based on existing technology described in IETF documents:</t>

</section>
<section anchor="solution-options-for-proof-of-possession"><name>Solution Options for Proof-of-possession</name>

<t>Certification request objects: Certification requests are
  data structures protecting only the integrity of the contained data
  and providing proof-of-possession for a (locally generated) private key.
  Examples for certification request data structures are:</t>

<t><list style="symbols">
  <t>PKCS#10 <xref target="RFC2986"/>. This certification request structure is self-signed to
protect its integrity and prove possession of the private key
that corresponds to the public key included in the request.</t>
  <t>CRMF <xref target="RFC4211"/>. Also this certificate request message format supports
integrity protection and proof-of-possession,
typically by a self-signature generated over (part of) the structure
with the private key corresponding to the included public key.
CRMF also supports further proof-of-possession methods
for types of keys that do not support any signature algorithm.</t>
</list></t>

<t>The integrity protection of certification request fields includes the public
  key because it is part of the data signed by the corresponding private key.
  Yet note that for the above examples this is not sufficient to provide data
  origin authentication, i.e., proof-of-identity. This extra property can be
  achieved by an additional binding to the IDevID of the pledge.
  This binding to source authentication supports the
  authorization decision for the certification request. The binding of data
  origin authentication to the certification request may be
  delegated to the protocol used for certificate management.</t>

</section>
<section anchor="solution-options-for-proof-of-identity"><name>Solution Options for Proof-of-identity</name>

<t>The certification request should be bound to
  an existing authenticated credential (here, the IDevID certificate) to enable a proof
  of identity and, based on it, an authorization of the certification request.
  The binding may be achieved through security options in an
  underlying transport protocol such as TLS if the authorization of the
  certification request is (completely) done at the next communication hop.
  This binding can also be done in a transport-independent way by wrapping the
  certification request with signature employing an existing IDevID.
  the BRSKI context, this will be the IDevID.
  This requirement is addressed by existing enrollment protocols
  in various ways, such as:</t>

<t><list style="symbols">
  <t>EST <xref target="RFC7030"/> utilizes PKCS#10 to
encode the certification request. The Certificate Signing
Request (CSR) optionally provides a binding to the underlying TLS session
by including the tls-unique value in the self-signed PKCS#10 structure.
The tls-unique value results from the TLS handshake.
Since the TLS handshake includes client
authentication and the pledge utilizes its IDevID for it,
the proof-of-identity is provided by such a binding to the TLS session.
This can be supported using the EST /simpleenroll endpoint.
Note that the binding of the TLS handshake to the CSR is optional in EST.
As an alternative to binding to the underlying
TLS authentication in the transport layer, <xref target="RFC7030"/> sketches wrapping the CSR
with a Full PKI Request message using an existing certificate.</t>
  <t>SCEP <xref target="RFC8894"/> supports using a shared secret (passphrase) or
an existing certificate to protect CSRs based on
SCEP Secure Message Objects using CMS wrapping
(<xref target="RFC5652"/>). Note that the wrapping using
an existing IDevID in SCEP is referred to as renewal.
Thus SCEP does not rely on the security of the underlying transfer.</t>
  <t>CMP <xref target="RFC4210"/> supports using a shared secret (passphrase) or an existing
certificate, which may be an IDevID credential, to authenticate
certification requests via the PKIProtection structure in a PKIMessage.
The certification request is typically encoded utilizing CRMF,
while PKCS#10 is supported as an alternative.
Thus CMP does not rely on the security of the underlying transfer protocol.</t>
  <t>CMC <xref target="RFC5272"/> also supports utilizing a shared secret (passphrase) or
an existing certificate to protect certification requests,
which can be either in CRMF or PKCS#10 structure.
The proof-of-identity can be provided as part of a FullCMCRequest,
based on CMS <xref target="RFC5652"/> and signed with an existing IDevID secret.
Thus CMC does not rely on the security of the underlying transfer protocol.</t>
</list></t>

<!--
Note that, besides the existing enrollment protocols, there is
ongoing work in the ACE WG to define an encapsulation of EST messages in
OSCORE, which will result in a TLS-independent way of protecting EST.
This approach {{I-D.selander-ace-coap-est-oscore}}
may be considered as a further variant.
-->

</section>
</section>
<section anchor="uc1"><name>Adaptations to BRSKI</name>

<t>In order to support alternative enrollment protocols, asynchronous enrollment,
and more general system architectures,
BRSKI-AE lifts some restrictions of BRSKI <xref target="RFC8995"/>.
This way, authenticated self-contained objects such as those described in
<xref target="req-sol"/> above can be used for certificate enrollment.</t>

<t>The enhancements needed are kept to a minimum in order to ensure reuse of
already defined architecture elements and interactions.
In general, the communication follows the BRSKI model and utilizes the existing
BRSKI architecture elements.
In particular, the pledge initiates communication with the domain registrar
and interacts with the MASA as usual.</t>

<section anchor="architecture"><name>Architecture</name>

<t>The key element of BRSKI-AE is that the authorization of a certification request
<bcp14>MUST</bcp14> be performed based on an authenticated self-contained object.
The certification request is bound in a self-contained way
to a proof-of-origin based on the IDevID.
Consequently, the authentication and authorization of the certification request
<bcp14>MAY</bcp14> be done by the domain registrar and/or by other domain components. These components
may be offline or reside in some central backend of the domain operator (off-site)
as described in <xref target="sup-env"/>. The registrar and other on-site domain components
may have no or only temporary (intermittent) connectivity to them.
The certification request <bcp14>MAY</bcp14> also be piggybacked on another protocol.</t>

<t>This leads to generalizations in the
placement and enhancements of the logical elements as shown in <xref target="uc1figure"/>.</t>

<figure title="Architecture Overview Using Off-site PKI Components" anchor="uc1figure"><artwork align="left"><![CDATA[
                                           +------------------------+
   +--------------Drop-Ship--------------->| Vendor Service         |
   |                                       +------------------------+
   |                                       | M anufacturer|         |
   |                                       | A uthorized  |Ownership|
   |                                       | S igning     |Tracker  |
   |                                       | A uthority   |         |
   |                                       +--------------+---------+
   |                                                      ^
   |                                                      |
   V                                                      |
+--------+     .........................................  |
|        |     .                                       .  | BRSKI-
|        |     .  +------------+       +------------+  .  | MASA
| Pledge |     .  |   Join     |       | Domain     <-----+
|        |     .  |   Proxy    |       | Registrar/ |  .
|        <-------->............<-------> Enrollment |  .
|        |     .  |        BRSKI-AE    | Proxy/LRA  |  .
| IDevID |     .  |            |       +------^-----+  .
|        |     .  +------------+              |        .
|        |     .                              |        .
+--------+     ...............................|.........
                on-site "domain" components   |
                                              | e.g., RFC 4210,
                                              |       RFC 7030, ...
 .............................................|.....................
 . +---------------------------+     +--------v------------------+ .
 . | Public-Key Infrastructure <-----+ Registration Authority    | .
 . | PKI CA                    +-----> PKI RA                    | .
 . +---------------------------+     +---------------------------+ .
 ...................................................................
         off-site or central "domain" components
]]></artwork></figure>

<t>The architecture overview in <xref target="uc1figure"/>
has the same logical elements as BRSKI, but with more flexible placement
of the authentication and authorization checks on certification requests.
Depending on the application scenario, the registrar <bcp14>MAY</bcp14> still do all of these
checks (as is the case in BRSKI), or part of them, or none of them.</t>

<t>The following list describes the on-site components in the target domain
of the pledge shown in  <xref target="uc1figure"/>.</t>

<t><list style="symbols">
  <t>Join Proxy: same functionality as described in BRSKI <xref target="RFC8995"/>.</t>
  <t>Domain Registrar / Enrollment Proxy / LRA: in BRSKI-AE,
the domain registrar has mostly the same functionality as in BRSKI, namely
to facilitate the communication of the pledge with the MASA and the PKI.
Yet in contrast to BRSKI, the registrar offers different enrollment protocols
and <bcp14>MAY</bcp14> act as a local registration authority (LRA) or simply as an enrollment proxy.
In such cases, the domain registrar forwards the certification request
to some off-site RA component, which performs at least part of the authorization.
This also covers the case that the registrar has only intermittent connection
and forwards the certification request to the RA upon re-established connectivity.  <vspace blankLines='1'/>
Note: To support alternative enrollment protocols, the URI scheme
for addressing the domain registrar is generalized (see <xref target="addressing"/>).</t>
</list></t>

<t>The following list describes the components provided by the vendor or manufacturer
outside the target domain.</t>

<t><list style="symbols">
  <t>MASA: general functionality as described in BRSKI <xref target="RFC8995"/>.
The voucher exchange with the MASA via the domain registrar
is performed as described in BRSKI.  <vspace blankLines='1'/>
Note: The interaction with the MASA may be synchronous (voucher request with nonce)
or asynchronous (voucher request without nonce).</t>
  <t>Ownership tracker: as defined in BRSKI.</t>
</list></t>

<t>The following list describes the target domain components that can optionally be
operated in the off-site backend of the target domain.</t>

<t><list style="symbols">
  <t>PKI RA: Performs certificate management functions for the domain
as a centralized public-key infrastructure for the domain operator.
As far as not already done by the domain registrar, it performs the final
validation and authorization of certification requests.</t>
  <t>PKI CA: Performs certificate generation by signing the certificate structure
requested in already authenticated and authorized certification requests.</t>
</list></t>

<t>Based on the diagram in Section 2.1 of BRSKI <xref target="RFC8995"/> and the architectural changes,
the original protocol flow is divided into three phases showing commonalities
and differences to the original approach as follows.</t>

<t><list style="symbols">
  <t>Discovery phase: same as in BRSKI steps (1) and (2)</t>
  <t>Voucher exchange phase: same as in BRSKI steps (3) and (4).</t>
  <t>Enrollment phase: step (5) is changed to employing an alternative enrollment protocol
that uses authenticated self-contained objects.</t>
</list></t>

</section>
<section anchor="message-exchange"><name>Message Exchange</name>

<t>The behavior of a pledge described in Section 2.1 of BRSKI <xref target="RFC8995"/>
is kept with one exception.
After finishing the Imprint step (4), the Enroll step (5) <bcp14>MUST</bcp14> be performed
with an enrollment protocol utilizing authenticated self-contained objects.
<!-- Note that EST with simple-enroll cannot be applied here
because it binds the pledge authentication to the transport channel (TLS) rather than
to the certification request object itself, so this form of authentication
is not visible / verifiable to authorization points outside the registrar.-->
<xref target="exist_prot"/> discusses selected suitable enrollment protocols and options applicable.</t>

<t><figure title="BRSKI-AE Abstract Protocol Overview">
    <!-- Image converted from PDF using https://www.zamzar.com/convert/pdf-to-svg/-->
    <artwork>
[ Cannot render SVG graphics - please view
  https://raw.githubusercontent.com/anima-wg/anima-brski-ae/main/overview.png ]
    </artwork>
</figure></t>

<t><strong>Pledge - registrar discovery and voucher exchange</strong></t>

<t>The discovery phase and voucher exchange are applied as specified in <xref target="RFC8995"/>.</t>

<t><strong>Registrar - MASA voucher exchange</strong></t>

<t>This voucher exchange is performed as specified in <xref target="RFC8995"/>.</t>

<t><strong>Pledge - registrar - RA/CA certificate enrollment</strong></t>

<t>As stated in <xref target="req-sol"/>, the enrollment <bcp14>MUST</bcp14> be
performed using an authenticated self-contained object providing
not only proof-of-possession but also proof-of-identity (source authentication).</t>

<figure title="Certificate Enrollment" anchor="enrollfigure"><artwork align="left"><![CDATA[
+--------+                        +------------+        +------------+
| Pledge |                        | Domain     |        | Operator   |
|        |                        | Registrar  |        | RA/CA      |
|        |                        |  (JRC)     |        | (PKI)      |
+--------+                        +------------+        +------------+
  /-->                                      |                       |
[Optional request of CA certificates]       |                       |
  |---------- CA Certs Request ------------>|                       |
  |                 [if connection to operator domain is available] |
  |                                         |-- CA Certs Request -->|
  |                                         |<- CA Certs Response --|
  |<--------- CA Certs Response ------------|                       |
  /-->                                      |                       |
[Optional request of attributes to include in Certificate Request]  |
  |---------- Attribute Request ----------->|                       |
  |                 [if connection to operator domain is available] |
  |                                         |- Attribute Request -->|
  |                                         |<- Attribute Response -|
  |<--------- Attribute Response -----------|                       |
  /-->                                      |                       |
[Mandatory certificate request]             |                       |
  |---------- Certificate Request --------->|                       |
  |                 [if connection to operator domain is available] |
  |                                         |-Certificate Request ->|
  |                                         |<- Certificate Resp. --|
  |<--------- Certificate Response ---------|                       |
  /-->                                      |                       |
[Optional certificate confirmation]         |                       |
  |---------- Certificate Confirm --------->|                       |
  |                 [if connection to operator domain is available] |
  |                                         |-Certificate Confirm ->|
  |                                         |<---- PKI Confirm -----|
  |<--------- PKI/Registrar Confirm --------|                       |
]]></artwork></figure>

<t>The following list provides an abstract description of the flow
depicted in <xref target="enrollfigure"/>.</t>

<t><list style="symbols">
  <t>CA Certs Request: The pledge optionally requests the latest relevant
CA certificates. This ensures that the pledge has the
complete set of current CA certificates beyond the
pinned-domain-cert (which is contained in the voucher
and may be just the domain registrar certificate).</t>
  <t>CA Certs Response: It <bcp14>MUST</bcp14> contain the current root CA certificate,
which typically is the LDevID trust anchor, and any additional certificates
that the pledge may need to validate certificates.</t>
  <t>Attribute Request: Typically, the automated bootstrapping occurs
without local administrative configuration of the pledge.
Nevertheless, there are cases in which the pledge may also
include additional attributes specific to the target domain
into the certification request. To get these attributes in
advance, the attribute request can be used.</t>
  <t>Attribute Response: It <bcp14>MUST</bcp14> contain the attributes to be included
in the subsequent certification request.</t>
  <t>Certificate Request: This certification request <bcp14>MUST</bcp14> contain the
authenticated self-contained object ensuring both proof-of-possession of the
corresponding private key and proof-of-identity of the requester.</t>
  <t>Certificate Response: The certification response message <bcp14>MUST</bcp14> contain on success
the requested certificate and <bcp14>MAY</bcp14> include further information,
like certificates of intermediate CAs.</t>
  <t>Certificate Confirm: An optional confirmation sent
after the requested certificate has been received and validated.
It contains a positive or negative confirmation by the pledge whether
the certificate was successfully enrolled and fits its needs.</t>
  <t>PKI/Registrar Confirm: An acknowledgment by the PKI or registrar
that <bcp14>MUST</bcp14> be sent on reception of the Cert Confirm.</t>
</list></t>

<t>The generic messages described above may be implemented using various
enrollment protocols supporting authenticated self-contained objects,
as described in <xref target="req-sol"/>. Examples are available in <xref target="exist_prot"/>.</t>

<t><strong>Pledge - registrar - enrollment status telemetry</strong></t>

<t>The enrollment status telemetry is performed as specified in <xref target="RFC8995"/>.
In BRSKI this is described as part of the enrollment phase,
but due to the generalization on the enrollment protocol described in this document
it fits better as a separate step here.</t>

</section>
<section anchor="addressing"><name>Enhancements to Addressing Scheme</name>

<t>BRSKI-AE provides generalizations to the addressing scheme defined in
BRSKI <xref target="RFC8995"/> to accommodate alternative enrollment protocols that
use authenticated self-contained objects for certification requests.
As this is supported by various existing enrollment protocols,
they can be directly employed (see also <xref target="exist_prot"/>).</t>

<t>The addressing scheme in BRSKI for certification requests and
the related CA certificates and CSR attributes retrieval functions
uses the definition from EST <xref target="RFC7030"/>; here on the
example of simple enrollment: "/.well-known/est/simpleenroll".
This approach is generalized to the following notation:
"/.well-known/&lt;enrollment-protocol&gt;/&lt;request&gt;"
in which &lt;enrollment-protocol&gt; refers to a certificate enrollment protocol.
Note that enrollment is considered here a message sequence
that contains at least a certification request and a certification response.
The following conventions are used in order to provide maximal compatibility to BRSKI:</t>

<t><list style="symbols">
  <t>&lt;enrollment-protocol&gt;: <bcp14>MUST</bcp14> reference the protocol being used, which
<bcp14>MAY</bcp14> be CMP, CMC, SCEP, EST <xref target="RFC7030"/> as in BRSKI, or a newly defined approach.  <vspace blankLines='1'/>
Note: additional endpoints (well-known URIs) at the registrar
may need to be defined by the enrollment protocol being used.</t>
  <t>&lt;request&gt;: if present, the &lt;request&gt; path component <bcp14>MUST</bcp14> describe,
depending on the enrollment protocol being used, the operation requested.
Enrollment protocols are expected to define their request endpoints,
as done by existing protocols (see also <xref target="exist_prot"/>).</t>
</list></t>

</section>
<section anchor="discovery_eo"><name>Domain Registrar Support of Alternative Enrollment Protocols</name>

<t>Well-known URIs for various endpoints on the domain registrar are
already defined as part of the base BRSKI specification or indirectly by EST.
In addition, alternative enrollment endpoints <bcp14>MAY</bcp14> be supported at the registrar.
The pledge will recognize whether its
preferred enrollment option is supported by the domain registrar
by sending a request to its preferred enrollment endpoint
and evaluating the HTTP response status code.</t>

<t>The following list of endpoints provides an illustrative example for
a domain registrar supporting several options for EST as well as for
CMP to be used in BRSKI-AE. The listing contains the supported
endpoints to which the pledge may connect for bootstrapping. This
includes the voucher handling as well as the enrollment endpoints.
The CMP related enrollment endpoints are defined as well-known URIs
in CMP Updates <xref target="I-D.ietf-lamps-cmp-updates"/>
and the Lightweight CMP profile <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.</t>

<figure><artwork align="left"><![CDATA[
  </brski/voucherrequest>,ct=voucher-cms+json
  </brski/voucher_status>,ct=json
  </brski/enrollstatus>,ct=json
  </est/cacerts>;ct=pkcs7-mime
  </est/fullcmc>;ct=pkcs7-mime
  </est/csrattrs>;ct=pkcs7-mime
  </cmp/initialization>;ct=pkixcmp
  </cmp/p10>;ct=pkixcmp
  </cmp/getcacerts>;ct=pkixcmp
  </cmp/getcertreqtemplate>;ct=pkixcmp

]]></artwork></figure>

</section>
</section>
<section anchor="exist_prot"><name>Instantiation to Existing Enrollment Protocols</name>

<t>This section maps the requirements to support proof-of-possession and
proof-of-identity to selected existing enrollment protocols
handles provides further aspects of instantiating them in BRSKI-AE.</t>

<!--
Note that the work in the ACE WG described in
{{I-D.selander-ace-coap-est-oscore}} may be considered
here as well, as it also addresses the encapsulation of EST in a way to
make it independent of the underlying TLS connection using OSCORE,
which also entails that authenticated self-contained objects are used.
-->

<section anchor="brski-est-fullcmc-instantiation-to-est-informative"><name>BRSKI-EST-fullCMC: Instantiation to EST (informative)</name>

<t>When using EST <xref target="RFC7030"/>, the following aspects and constraints
need to be considered and the given extra requirements need to be fulfilled,
which adapt Section 5.9.3 of BRSKI <xref target="RFC8995"/>:</t>

<t><list style="symbols">
  <t>proof-of-possession is provided typically by using the specified PKCS#10
structure in the request.
Together with Full PKI requests, also CRMF can be used.</t>
  <t>proof-of-identity needs to be achieved by signing the certification request
object using the Full PKI Request option (including the /fullcmc endpoint).
This provides sufficient information for the RA to authenticate the pledge
as the origin of the request and to make an authorization decision on the
received certification request.
Note: EST references CMC <xref target="RFC5272"/> for the
definition of the Full PKI Request. For proof-of-identity, the
signature of the SignedData of the Full PKI Request is
performed using the IDevID secret of the pledge.  <vspace blankLines='1'/>
Note: In this case the binding to the underlying TLS connection is not necessary.</t>
  <t>When the RA is temporarily not available, as per Section 4.2.3 of <xref target="RFC7030"/>,
an HTTP status code 202 should be returned by the registrar,
and the pledge will repeat the initial Full PKI Request</t>
</list></t>

</section>
<section anchor="brski-cmp-instantiation-to-cmp-normative-if-cmp-is-chosen"><name>BRSKI-CMP: Instantiation to CMP (normative if CMP is chosen)</name>

<t>Note: Instead of referring to CMP
as specified in <xref target="RFC4210"/> and <xref target="I-D.ietf-lamps-cmp-updates"/>,
this document refers to the Lightweight CMP Profile
<xref target="I-D.ietf-lamps-lightweight-cmp-profile"/> because
the subset of CMP defined there is sufficient for the functionality needed here.</t>

<t>When using CMP, the following specific implementation requirements apply
(cf. <xref target="enrollfigure"/>).</t>

<t><list style="symbols">
  <t>CA Certs Request
  <list style="symbols">
      <t>Requesting CA certificates over CMP is <bcp14>OPTIONAL</bcp14>.<br />
If supported, it <bcp14>SHALL</bcp14> be implemented as specified in
Section 4.3.1 of <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.</t>
    </list></t>
  <t>Attribute Request
  <list style="symbols">
      <t>Requesting certificate request attributes over CMP is <bcp14>OPTIONAL</bcp14>.<br />
If supported, it <bcp14>SHALL</bcp14> be implemented as specified in
Section 4.3.3 of <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.<br />
Note that alternatively the registrar <bcp14>MAY</bcp14> modify the contents of requested certificate contents
as specified in Section 5.2.3.2 of <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.</t>
    </list></t>
  <t>Certificate Request
  <list style="symbols">
      <t>Proof-of-possession <bcp14>SHALL</bcp14> be provided as defined in Section 4.1.1 (based on CRMF)
or Section 4.1.4 (based on PKCS#10) of the Lightweight CMP Profile
<xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.<br />
The <spanx style="verb">caPubs</spanx> field of certificate response messages <bcp14>SHOULD</bcp14> not be used.</t>
      <t>Proof-of-identity <bcp14>SHALL</bcp14> be provided by using signature-based
protection of the certification request message as outlined in
Section 3.2. of <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/> using the IDevID secret.</t>
    </list></t>
  <t>Certificate Confirm
  <list style="symbols">
      <t>Explicit confirmation of new certificates to the RA
<bcp14>MAY</bcp14> be used as specified in Section 4.1.1
of the Lightweight CMP Profile <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.<br />
Note that independently of certificate confirmation within CMP,
enrollment status telemetry with the registrar will be performed
as described in Section 5.9.4 of BRSKI <xref target="RFC8995"/>.</t>
    </list></t>
  <t>If delayed delivery of responses (for instance, to support asynchronous enrollment)
within CMP is needed, it <bcp14>SHALL</bcp14> be performed
as specified in Sections 4.4 and 5.1.2 of <xref target="I-D.ietf-lamps-lightweight-cmp-profile"/>.</t>
</list></t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document does not require IANA actions.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The security considerations as laid out in BRSKI <xref target="RFC8995"/> apply for
the discovery and voucher exchange as well as for the status exchange information.</t>

<t>The security considerations as laid out in the Lightweight CMP Profile
<xref target="I-D.ietf-lamps-lightweight-cmp-profile"/> apply as far as CMP is used.</t>

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

<t>We would like to thank
Brian E. Carpenter, Michael Richardson, and Giorgio Romanenghi
for their input and discussion on use cases and call flows.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference anchor='RFC4210' target='https://www.rfc-editor.org/info/rfc4210'>
<front>
<title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
<author fullname='C. Adams' initials='C.' surname='Adams'><organization/></author>
<author fullname='S. Farrell' initials='S.' surname='Farrell'><organization/></author>
<author fullname='T. Kause' initials='T.' surname='Kause'><organization/></author>
<author fullname='T. Mononen' initials='T.' surname='Mononen'><organization/></author>
<date month='September' year='2005'/>
<abstract><t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP).  Protocol messages are defined for X.509v3 certificate creation and management.  CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4210'/>
<seriesInfo name='DOI' value='10.17487/RFC4210'/>
</reference>



<reference anchor='RFC8366' target='https://www.rfc-editor.org/info/rfc8366'>
<front>
<title>A Voucher Artifact for Bootstrapping Protocols</title>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<author fullname='M. Richardson' initials='M.' surname='Richardson'><organization/></author>
<author fullname='M. Pritikin' initials='M.' surname='Pritikin'><organization/></author>
<author fullname='T. Eckert' initials='T.' surname='Eckert'><organization/></author>
<date month='May' year='2018'/>
<abstract><t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer.  This artifact is known as a &quot;voucher&quot;.</t><t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure.  Other YANG-derived formats are possible.  The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t><t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t></abstract>
</front>
<seriesInfo name='RFC' value='8366'/>
<seriesInfo name='DOI' value='10.17487/RFC8366'/>
</reference>



<reference anchor='RFC8995' target='https://www.rfc-editor.org/info/rfc8995'>
<front>
<title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
<author fullname='M. Pritikin' initials='M.' surname='Pritikin'><organization/></author>
<author fullname='M. Richardson' initials='M.' surname='Richardson'><organization/></author>
<author fullname='T. Eckert' initials='T.' surname='Eckert'><organization/></author>
<author fullname='M. Behringer' initials='M.' surname='Behringer'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<date month='May' year='2021'/>
<abstract><t>This document specifies automated bootstrapping of an Autonomic Control Plane.  To do this, a Secure Key Infrastructure is bootstrapped.  This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline.  We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device.  The established secure connection can be used to deploy a locally issued certificate to the device as well.</t></abstract>
</front>
<seriesInfo name='RFC' value='8995'/>
<seriesInfo name='DOI' value='10.17487/RFC8995'/>
</reference>


<reference anchor='I-D.ietf-lamps-cmp-updates'>
   <front>
      <title>Certificate Management Protocol (CMP) Updates</title>
      <author fullname='Hendrik Brockhaus'>
	 <organization>Siemens AG</organization>
      </author>
      <author fullname='David von Oheimb'>
	 <organization>Siemens AG</organization>
      </author>
      <author fullname='John Gray'>
	 <organization>Entrust</organization>
      </author>
      <date day='12' month='January' year='2022'/>
      <abstract>
	 <t>   This document contains a set of updates to the syntax and transfer of
   Certificate Management Protocol (CMP) version 2.  This document
   updates RFC 4210, RFC 5912, and RFC 6712.

   The aspects of CMP updated in this document are using EnvelopedData
   instead of EncryptedValue, clarifying the handling of p10cr messages,
   improving the crypto agility, as well as adding new general message
   types, extended key usages to identify certificates for use with CMP,
   and &#39;.well-known&#39; HTTP path segments.

   To properly differentiate the support of EnvelopedData instead of
   EncryptedValue, the CMP version 3 is introduced in case a transaction
   is supposed to use EnvelopedData.

   CMP version 3 is introduced to enable signaling support of
   EnvelopedData instead of EncryptedValue and signaling the use of an
   explicit hash AlgorithmIdentifier in certConf messages, as far as
   needed.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-lamps-cmp-updates-17'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-lamps-cmp-updates-17.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-lamps-lightweight-cmp-profile'>
   <front>
      <title>Lightweight Certificate Management Protocol (CMP) Profile</title>
      <author fullname='Hendrik Brockhaus'>
	 <organization>Siemens AG</organization>
      </author>
      <author fullname='David von Oheimb'>
	 <organization>Siemens AG</organization>
      </author>
      <author fullname='Steffen Fries'>
	 <organization>Siemens AG</organization>
      </author>
      <date day='1' month='February' year='2022'/>
      <abstract>
	 <t>   This document aims at simple, interoperable, and automated PKI
   management operations covering typical use cases of industrial and
   IoT scenarios.  This is achieved by profiling the Certificate
   Management Protocol (CMP), the related Certificate Request Message
   Format (CRMF), and HTTP-based or CoAP-based transfer in a succinct
   but sufficiently detailed and self-contained way.  To make secure
   certificate management for simple scenarios and constrained devices
   as lightweight as possible, only the most crucial types of operations
   and options are specified as mandatory.  More special and complex use
   cases are supported as well, by features specified as recommended or
   optional.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-lamps-lightweight-cmp-profile-10'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-lamps-lightweight-cmp-profile-10.txt' type='TXT'/>
</reference>

<reference anchor='IEEE.802.1AR_2009' target='http://ieeexplore.ieee.org/servlet/opac?punumber=5367676'>
 <front>
  <title>IEEE Standard for Local and metropolitan area networks - Secure Device Identity</title>
  <author>
   <organization>IEEE</organization>
  </author>
  <date day='28' month='December' year='2009'/>
  <abstract><t>A secure device identifier (DevID) is cryptographically bound to a device and supports authentication of the devices identity. Locally significant identities can be securely associated with an initial manufacturer-provisioned DevID and used in provisioning and authentication protocols toallow a network administrator to establish the trustworthiness of a device and select appropriate policies for transmission and reception of data and control protocols to and from the device.</t>
   </abstract>
 </front>
 <seriesInfo name='IEEE' value='802.1AR-2009'/>
 <seriesInfo name='DOI' value='10.1109/ieeestd.2009.5367679'/>
</reference>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<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'>





<reference anchor='RFC2986' target='https://www.rfc-editor.org/info/rfc2986'>
<front>
<title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
<author fullname='M. Nystrom' initials='M.' surname='Nystrom'><organization/></author>
<author fullname='B. Kaliski' initials='B.' surname='Kaliski'><organization/></author>
<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='RFC4211' target='https://www.rfc-editor.org/info/rfc4211'>
<front>
<title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<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='RFC5272' target='https://www.rfc-editor.org/info/rfc5272'>
<front>
<title>Certificate Management over CMS (CMC)</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<author fullname='M. Myers' initials='M.' surname='Myers'><organization/></author>
<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='RFC5652' target='https://www.rfc-editor.org/info/rfc5652'>
<front>
<title>Cryptographic Message Syntax (CMS)</title>
<author fullname='R. Housley' initials='R.' surname='Housley'><organization/></author>
<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='RFC5929' target='https://www.rfc-editor.org/info/rfc5929'>
<front>
<title>Channel Bindings for TLS</title>
<author fullname='J. Altman' initials='J.' surname='Altman'><organization/></author>
<author fullname='N. Williams' initials='N.' surname='Williams'><organization/></author>
<author fullname='L. Zhu' initials='L.' surname='Zhu'><organization/></author>
<date month='July' year='2010'/>
<abstract><t>This document defines three channel binding types for Transport Layer Security (TLS), tls-unique, tls-server-end-point, and tls-unique-for-telnet, in accordance with RFC 5056 (On Channel Binding).</t><t>Note that based on implementation experience, this document changes the original definition of 'tls-unique' channel binding type in the channel binding type IANA registry.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5929'/>
<seriesInfo name='DOI' value='10.17487/RFC5929'/>
</reference>



<reference anchor='RFC7030' target='https://www.rfc-editor.org/info/rfc7030'>
<front>
<title>Enrollment over Secure Transport</title>
<author fullname='M. Pritikin' initials='M.' role='editor' surname='Pritikin'><organization/></author>
<author fullname='P. Yee' initials='P.' role='editor' surname='Yee'><organization/></author>
<author fullname='D. Harkins' initials='D.' role='editor' surname='Harkins'><organization/></author>
<date month='October' year='2013'/>
<abstract><t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport.  This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates.  It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t></abstract>
</front>
<seriesInfo name='RFC' value='7030'/>
<seriesInfo name='DOI' value='10.17487/RFC7030'/>
</reference>



<reference anchor='RFC8894' target='https://www.rfc-editor.org/info/rfc8894'>
<front>
<title>Simple Certificate Enrolment Protocol</title>
<author fullname='P. Gutmann' initials='P.' surname='Gutmann'><organization/></author>
<date month='September' year='2020'/>
<abstract><t>This document specifies the Simple Certificate Enrolment Protocol (SCEP), a PKI protocol that leverages existing technology by using Cryptographic Message Syntax (CMS, formerly known as PKCS #7) and PKCS #10 over HTTP.  SCEP is the evolution of the enrolment protocol sponsored by Cisco Systems, which enjoys wide support in both client and server implementations, as well as being relied upon by numerous other industry standards that work with certificates.</t></abstract>
</front>
<seriesInfo name='RFC' value='8894'/>
<seriesInfo name='DOI' value='10.17487/RFC8894'/>
</reference>


<reference anchor="IEC-62351-9" >
  <front>
    <title>IEC 62351 - Power systems management and associated information exchange - Data and communications security - Part 9: Cyber security key management for power system equipment</title>
    <author >
      <organization>International Electrotechnical Commission</organization>
    </author>
    <date year="2017" month="May"/>
  </front>
  <seriesInfo name="IEC" value="62351-9 "/>
</reference>
<reference anchor="NERC-CIP-005-5" >
  <front>
    <title>Cyber Security - Electronic Security Perimeter</title>
    <author >
      <organization>North American Reliability Council</organization>
    </author>
    <date year="2013" month="December"/>
  </front>
  <seriesInfo name="CIP" value="005-5"/>
</reference>
<reference anchor="ISO-IEC-15118-2" >
  <front>
    <title>ISO/IEC 15118-2 Road vehicles - Vehicle-to-Grid Communication Interface - Part 2: Network and application protocol requirements</title>
    <author >
      <organization>International Standardization Organization / International Electrotechnical Commission</organization>
    </author>
    <date year="2014" month="April"/>
  </front>
  <seriesInfo name="ISO/IEC" value="15118-2 "/>
</reference>
<reference anchor="UNISIG-Subset-137" >
  <front>
    <title>Subset-137; ERTMS/ETCS On-line Key Management FFFIS; V1.0.0</title>
    <author >
      <organization>UNISIG</organization>
    </author>
    <date year="2015" month="December"/>
  </front>
  <format type="PDF" target="https://www.era.europa.eu/sites/default/files/filesystem/ertms/ccs_tsi_annex_a_-_mandatory_specifications/set_of_specifications_3_etcs_b3_r2_gsm-r_b1/index083_-_subset-137_v100.pdf"/>
<annotation>http://www.kmc-subset137.eu/index.php/download/</annotation></reference>
<reference anchor="OCPP" >
  <front>
    <title>Open Charge Point Protocol 2.0.1 (Draft)</title>
    <author >
      <organization>Open Charge Alliance</organization>
    </author>
    <date year="2019" month="December"/>
  </front>
</reference>


    </references>


<section anchor="using-est"><name>Using EST for Certificate Enrollment</name>

<t>When using EST with BRSKI, pledges interact via TLS with the domain registrar,
which acts both as EST server and as registration authority (RA).
The TLS connection is mutually authenticated,
where the pledge uses its IDevID certificate issued by its manufacturer.</t>

<t>In order to provide a strong proof-of-origin of the certification request,
EST has the option to include in the certification request
the so-called tls-unique value <xref target="RFC5929"/> of the underlying TLS channel.
This binding of the proof-of-identity of the TLS client, which is supposed to
be the certificate requester, to the proof-of-possession for the private key is
conceptually non-trivial and requires specific support by TLS implementations.</t>

<t>The registrar terminates the security association with the pledge at TLS level
and thus the binding between the certification request and the authentication
of the pledge.
The EST server uses the authenticated pledge identity provided by the IDevID
for checking the authorization of the pledge for the given certification request
before issuing to the pledge a domain-specific certificate (LDevID certificate).
This approach typically requires online or on-site availability of the RA
for performing the final authorization decision for the certification request.</t>

<t>Using EST for BRSKI has the advantage that the mutually authenticated TLS
connection established between the pledge and the registrar can be reused
for protecting the message exchange needed for enrolling the LDevID certificate.
This strongly simplifies the implementation of the enrollment message exchange.</t>

<t>Yet the use of TLS has the limitation that this cannot provide auditability
nor end-to-end security for the certificate enrollment request
because the TLS session is transient and terminates at the registrar.
This is a problem in particular if the enrollment is done via multiple hops,
part of which may not even be network-based.</t>

<t>A further limitation of using EST as the certificate enrollment protocol is that
due to using PKCS#10 structures in enrollment requests,
the only possible proof-of-possession method is a self-signature, which
excludes requesting certificates for key types that do not support signing.</t>

</section>
<section anchor="app-examples"><name>Application Examples</name>

<t>This informative annex provides some detail to
the application examples listed in <xref target="list-examples"/>.</t>

<section anchor="rolling-stock"><name>Rolling Stock</name>

<t>Rolling stock or railroad cars contain a variety of sensors,
actuators, and controllers, which communicate within the railroad car
but also exchange information between railroad cars building a train,
with track-side equipment, and/or possibly with backend systems.
These devices are typically unaware of backend system
connectivity. Managing certificates may be done during maintenance
cycles of the railroad car, but can already be prepared during
operation. Preparation will include generating certification requests,
which are collected and later forwarded for
processing, once the railroad car is connected to the operator backend.
The authorization of the certification request is then done based on
the operator's asset/inventory information in the backend.</t>

<t>UNISIG has included a CMP profile for enrollment of TLS certificates of
on-board and track-side components in the Subset-137 specifying the ETRAM/ETCS
on-line key management for train control systems <xref target="UNISIG-Subset-137"/>.</t>

</section>
<section anchor="building-automation"><name>Building Automation</name>

<t>In building automation scenarios, a detached
building or the basement of a building may be equipped with sensors, actuators,
and controllers that are connected with each other in a local network but
with only limited or no connectivity to a central building management system.
This problem may occur during installation time but also during operation.
In such a situation a service technician collects the necessary data
and transfers it between the local network and the central building management
system, e.g., using a laptop or a mobile phone.
This data may comprise parameters and settings
required in the operational phase of the sensors/actuators, like a
component certificate issued by the operator to authenticate against other
components and services.</t>

<t>The collected data may be provided by a domain registrar
already existing in the local network. In this case
connectivity to the backend PKI may be facilitated by the service
technician's laptop.
Alternatively, the data can also be collected from the
pledges directly and provided to a domain registrar deployed in a
different network as preparation for the operational phase.
In this case, connectivity to the domain registrar
may also be facilitated by the service technician's laptop.</t>

</section>
<section anchor="substation-automation"><name>Substation Automation</name>

<t>In electrical substation automation scenarios, a control center typically hosts
PKI services to issue certificates for Intelligent Electronic Devices
(IEDs) operated in a substation. Communication between the substation
and control center is performed through a proxy/gateway/DMZ, which
terminates protocol flows. Note that <xref target="NERC-CIP-005-5"/> requires
inspection of protocols at the boundary of a security
perimeter (the substation in this case).
In addition, security management in substation automation assumes
central support of several enrollment protocols in order to support the
various capabilities of IEDs from different vendors. The IEC standard
IEC62351-9 <xref target="IEC-62351-9"/> specifies mandatory
support of two enrollment protocols: SCEP <xref target="RFC8894"/> and EST
<xref target="RFC7030"/> for the infrastructure side, while
the IED must only support one of the two.</t>

</section>
<section anchor="electric-vehicle-charging-infrastructure"><name>Electric Vehicle Charging Infrastructure</name>

<t>For electric vehicle charging infrastructure, protocols have been
defined for the interaction between the electric vehicle and the
charging point (e.g., ISO 15118-2 <xref target="ISO-IEC-15118-2"/>)
as well as between the charging point and the charging point operator
(e.g. OCPP <xref target="OCPP"/>). Depending on the authentication
model, unilateral or mutual authentication is required. In both cases
the charging point uses an X.509 certificate to authenticate itself
in TLS connections between the electric vehicle and
the charging point. The management of this certificate depends,
among others, on the selected backend connectivity protocol.
In the case of OCPP, this protocol is meant to be the only communication
protocol between the charging point and the backend, carrying all
information to control the charging operations and maintain the
charging point itself. This means that the certificate management
needs to be handled in-band of OCPP. This requires the ability to
encapsulate the certificate management messages in a transport-independent way.
Authenticated self-containment will support this by
allowing the transport without a separate enrollment protocol,
binding the messages to the identity of the communicating endpoints.</t>

</section>
<section anchor="infrastructure-isolation-policy"><name>Infrastructure Isolation Policy</name>

<t>This refers to any case in which network infrastructure is normally
isolated from the Internet as a matter of policy, most likely for
security reasons. In such a case, limited access to external PKI
services will be allowed in carefully controlled short periods of
time, for example when a batch of new devices is deployed, and
forbidden or prevented at other times.</t>

</section>
<section anchor="sites-with-insufficient-level-of-operational-security"><name>Sites with Insufficient Level of Operational Security</name>

<t>The registration authority performing (at least part of) the authorization of a
certification request is a critical PKI component and therefore requires higher
operational security than components utilizing the issued
certificates for their security features. CAs may also demand higher
security in the registration procedures. Especially the CA/Browser
forum currently increases the security requirements in the certificate
issuance procedures for publicly trusted certificates.
In case the on-site components of the target domain cannot be operated securely
enough for the needs of a registration authority, this service should be
transferred to an off-site backend component that has a sufficient level of security.</t>

</section>
</section>
<section anchor="app_history"><name>History of Changes TBD RFC Editor: please delete</name>

<t>From IETF draft 06 -&gt; IETF draft 06:</t>

<t><list style="symbols">
  <t>Renamed the repo and files from anima-brski-async-enroll to anima-brski-ae</t>
  <t>Added graphics for abstract protocol overview as suggested by Toerless Eckert</t>
  <t>Balanced (sub-)sections and their headers</t>
  <t>Added details on CMP instance, now called BRSKI-CMP</t>
</list></t>

<t>From IETF draft 04 -&gt; IETF draft 05:</t>

<t><list style="symbols">
  <t>David von Oheimb became the editor.</t>
  <t>Streamline wording, consolidate terminology, improve grammar, etc.</t>
  <t>Shift the emphasis towards supporting alternative enrollment protocols.</t>
  <t>Update the title accordingly - preliminary change to be approved.</t>
  <t>Move comments on EST and detailed application examples to informative annex.</t>
  <t>Move the remaining text of section 3 as two new sub-sections of section 1.</t>
</list></t>

<t>From IETF draft 03 -&gt; IETF draft 04:</t>

<t><list style="symbols">
  <t>Moved UC2 related parts defining the pledge in responder mode to a
separate document. This required changes and adaptations in several
sections. Main changes concerned the removal of the subsection for UC2
as well as the removal of the YANG model related text as it is not
applicable in UC1.</t>
  <t>Updated references to the Lightweight CMP Profile.</t>
  <t>Added David von Oheimb as co-author.</t>
</list></t>

<t>From IETF draft 02 -&gt; IETF draft 03:</t>

<t><list style="symbols">
  <t>Housekeeping, deleted open issue regarding YANG voucher-request
in UC2 as voucher-request was enhanced with additional leaf.</t>
  <t>Included open issues in YANG model in UC2 regarding assertion
value agent-proximity and CSR encapsulation using SZTP sub module).</t>
</list></t>

<t>From IETF draft 01 -&gt; IETF draft 02:</t>

<t><list style="symbols">
  <t>Defined call flow and objects for interactions in UC2. Object format
based on draft for JOSE signed voucher artifacts and aligned the
remaining objects with this approach in UC2 .</t>
  <t>Terminology change: issue #2 pledge-agent -&gt; registrar-agent to
better underline agent relation.</t>
  <t>Terminology change: issue #3 PULL/PUSH -&gt; pledge-initiator-mode
and pledge-responder-mode to better address the pledge operation.</t>
  <t>Communication approach between pledge and registrar-agent
changed by removing TLS-PSK (former section TLS establishment)
and associated references to other drafts in favor of relying on
higher layer exchange of signed data objects. These data objects
are included also in the pledge-voucher-request and lead to an
extension of the YANG module for the voucher-request (issue #12).</t>
  <t>Details on trust relationship between registrar-agent and
registrar (issue #4, #5, #9) included in UC2.</t>
  <t>Recommendation regarding short-lived certificates for
registrar-agent authentication towards registrar (issue #7) in
the security considerations.</t>
  <t>Introduction of reference to agent signing certificate using SKID
in agent signed data (issue #11).</t>
  <t>Enhanced objects in exchanges between pledge and registrar-agent
to allow the registrar to verify agent-proximity to the pledge
(issue #1) in UC2.</t>
  <t>Details on trust relationship between registrar-agent and
pledge (issue #5) included in UC2.</t>
  <t>Split of use case 2 call flow into sub sections in UC2.</t>
</list></t>

<t>From IETF draft 00 -&gt; IETF draft 01:</t>

<t><list style="symbols">
  <t>Update of scope in <xref target="sup-env"/> to include in
which the pledge acts as a server. This is one main motivation
for use case 2.</t>
  <t>Rework of use case 2 to consider the
transport between the pledge and the pledge-agent. Addressed is
the TLS channel establishment between the pledge-agent and the
pledge as well as the endpoint definition on the pledge.</t>
  <t>First description of exchanged object types (needs more work)</t>
  <t>Clarification in discovery options for enrollment endpoints at
the domain registrar based on well-known endpoints in
<xref target="discovery_eo"/> do not result in additional
/.well-known URIs. Update of the illustrative example.
Note that the change to /brski for the voucher related endpoints
has been taken over in the BRSKI main document.</t>
  <t>Updated references.</t>
  <t>Included Thomas Werner as additional author for the document.</t>
</list></t>

<t>From individual version 03 -&gt; IETF draft 00:</t>

<t><list style="symbols">
  <t>Inclusion of discovery options of enrollment endpoints at
the domain registrar based on well-known endpoints in
<xref target="discovery_eo"/> as replacement of section 5.1.3
in the individual draft. This is intended to support both use
cases in the document. An illustrative example is provided.</t>
  <t>Missing details provided for the description and call flow in
pledge-agent use case UC2, e.g. to
accommodate distribution of CA certificates.</t>
  <t>Updated CMP example in <xref target="exist_prot"/> to use
Lightweight CMP instead of CMP, as the draft already provides
the necessary /.well-known endpoints.</t>
  <t>Requirements discussion moved to separate section in
<xref target="req-sol"/>. Shortened description of proof
of identity binding and mapping to existing protocols.</t>
  <t>Removal of copied call flows for voucher exchange and registrar
discovery flow from <xref target="RFC8995"/> in <xref target="uc1"/> to avoid doubling or text or
inconsistencies.</t>
  <t>Reworked abstract and introduction to be more crisp regarding
the targeted solution. Several structural changes in the document
to have a better distinction between requirements, use case
description, and solution description as separate sections.
History moved to appendix.</t>
</list></t>

<t>From individual version 02 -&gt; 03:</t>

<t><list style="symbols">
  <t>Update of terminology from self-contained to authenticated
self-contained object to be consistent in the wording and to
underline the protection of the object with an existing
credential. Note that the naming of this object may be discussed.
An alternative name may be attestation object.</t>
  <t>Simplification of the architecture approach for the initial use
case having an offsite PKI.</t>
  <t>Introduction of a new use case utilizing authenticated
self-contain objects to onboard a pledge using a commissioning
tool containing a pledge-agent. This requires additional changes
in the BRSKI call flow sequence and led to changes in the
introduction, the application example,and also in the
related BRSKI-AE call flow.</t>
  <t>Update of provided examples of the addressing approach used in
BRSKI to allow for support of multiple enrollment protocols in
<xref target="addressing"/>.</t>
</list></t>

<t>From individual version 01 -&gt; 02:</t>

<t><list style="symbols">
  <t>Update of introduction text to clearly relate to the usage of
IDevID and LDevID.</t>
  <t>Definition of the addressing approach used in BRSKI to allow for
support of multiple enrollment protocols in <xref target="addressing"/>.  This
section also contains a first
discussion of an optional discovery mechanism to address
situations in which the registrar supports more than one enrollment
approach. Discovery should avoid that the pledge performs a trial
and error of enrollment protocols.</t>
  <t>Update of description of architecture elements and
changes to BRSKI in <xref target="architecture"/>.</t>
  <t>Enhanced consideration of existing enrollment protocols in the
context of mapping the requirements to existing solutions in
<xref target="req-sol"/> and in <xref target="exist_prot"/>.</t>
</list></t>

<t>From individual version 00 -&gt; 01:</t>

<t><list style="symbols">
  <t>Update of examples, specifically for building automation as
well as two new application use cases in <xref target="app-examples"/>.</t>
  <t>Deletion of asynchronous interaction with MASA to not
complicate the use case. Note that the voucher exchange can
already be handled in an asynchronous manner and is therefore
not considered further. This resulted in removal of the
alternative path the MASA in Figure 1 and the associated
description in <xref target="architecture"/>.</t>
  <t>Enhancement of description of architecture elements and
changes to BRSKI in <xref target="architecture"/>.</t>
  <t>Consideration of existing enrollment protocols in the context
of mapping the requirements to existing solutions in <xref target="req-sol"/>.</t>
  <t>New section starting <xref target="exist_prot"/> with the
mapping to existing enrollment protocols by collecting
boundary conditions.</t>
</list></t>

<!--
LocalWords: bcp uc prot vexchange enrollfigure req eo selander coap
LocalWords: oscore fullcmc simpleenroll tls env brski UC seriesinfo
LocalWords: Attrib lt docname ipr toc anima async wg symrefs ann ae
LocalWords: sortrefs iprnotified Instantiation caPubs raVerified repo
-->

</section>


  </back>

<!-- ##markdown-source:
H4sIAGSQTWIAA9V9aXfbVpbgd/yKN/Y5HSkhqcV2EqvSOc1QcqIu29KIctLV
ddJuEARFtEGAA4CSWY7nt8xvmV82d30LAMpyqqq7R6cqlkjgLffdd/dlOBxG
UZM1eXpivvjhavrH8+H47MSM8yatirjJblNzVlRlnq/SojGXVdmUSZnXJisM
Pf1FFM9mVXp7YvTlaF4mRbyC8eZVvGiGWdoshnGRreLhrKrfZcM4HR5+HdVN
XMzfxnlZwJNNtUmjbF3Rb3VzfHj4/PA4iqs0PjEX67SChZRFbeAN8you4psU
VxPd3cBCX5+/Gptffoze3Z2Y8wJXnTbDU5w5SuLmxNTNPErg5bSoN7XMNI8b
mPT48Pg4WmcnkTGwKdj+Nq2/gD+ScrWOk8Z9UG9XVbqovQ/Kqgk/gbUXZZMt
snQOHxYlPdVUmRsm3jTLsjqJhgA6ePF0ZG7Lwlws02w1g4cZYqfxbTYPvwDY
wxfpPGvKCv4sK9j0NEMA1Gb8I3yi8JcPeeI0hYkvmqYc/hQvi+FVVtyYr3Fv
WbM9Ma82RZYsaatzPPdvj7558py3vimaCp74Ma1WcbGFj9JVnOVwlriyEaxs
VNLK/qnm6UYALXhqU2UnZtk06/rk4ODu7m7kfX2ge56OzIsqS2u73WmTLhZp
YT/9r9pczesYLXAdv2dnP43MD1WZvFvGG7e7n9JiXmXvgm/+q3a45LWMZrqW
37PLs5F5mcaV3eBZnpWNfkQ7m2R1UprpFgC68rdyBettMvgrruvUfGN38kuc
51md5nla2O1Mfhp+++Twqb+d6V3W/CWtcrj/8PF6STTj0VdPj8zTp+bbb741
z4FiPHK7zWFJ/5TgWmh7RQnQQFKGV/3qxeTp8dGh/Prtk6+/1l+fP3+Gv54P
T0dEs/J4ta6HyWo93KyRYtQ93+bZzbK5S/G/9OS6KhdZThOdn52djb49PB4d
ja/eIkU7ibJi0VrK8fNvv3arOpJfnx1/c6y/fv3M/vr8+Ln8+s3hE7uDb58/
5ekmw6+Pnzw7GtJDQNOEqMMXhr4wQ3NZ3qUV0DM6H7OypJQoK5xNmWSw0bmx
CwVKlL5PlnFxk9KgBgY5jZuYXgDYrhAVhTrXaQJo1GxxnrhqzHM4y+0M59Mv
3qVbf9IFUTT8WXvrMun/2mRrfOAL+lYJJ09OaMZ0nqaNc0DDNGmAMaXJEheT
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

-->

</rfc>

