<?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.3.8 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY SELF "[RFC-XXXX]">
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-ace-dtls-authorize-16" category="std">

  <front>
    <title abbrev="CoAP-DTLS">Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>

    <author initials="S." surname="Gerdes" fullname="Stefanie Gerdes">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63906</phone>
        <email>gerdes@tzi.org</email>
      </address>
    </author>
    <author initials="O." surname="Bergmann" fullname="Olaf Bergmann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63904</phone>
        <email>bergmann@tzi.org</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="L." surname="Seitz" fullname="Ludwig Seitz">
      <organization>Combitech</organization>
      <address>
        <postal>
          <street>Djäknegatan 31</street>
          <city>Malmö</city>
          <code>211 35</code>
          <country>Sweden</country>
        </postal>
        <email>ludwig.seitz@combitech.se</email>
      </address>
    </author>

    <date year="2021" month="March" day="08"/>

    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This specification defines a profile of the ACE framework that allows constrained servers
to delegate client authentication and authorization.  The protocol
relies on DTLS version 1.2 for communication security between entities in a
constrained network using either raw public keys or pre-shared keys. A
resource-constrained server can use this protocol to delegate
management of authorization information to a trusted host with less
severe limitations regarding processing power and memory.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>This specification defines a profile of the ACE framework
<xref target="I-D.ietf-ace-oauth-authz"/>.  In this profile, a client and a
resource server use CoAP <xref target="RFC7252"/> over DTLS version 1.2 <xref target="RFC6347"/> to
communicate. The client obtains an access token, bound to a key
(the proof-of-possession key), from an authorization server to prove
its authorization to access protected resources hosted by the resource
server. Also, the client and the resource server are provided by the
authorization server with the necessary keying material to establish a
DTLS session. The communication between client and authorization server may
also be secured with DTLS.  This specification supports DTLS with Raw
Public Keys (RPK) <xref target="RFC7250"/> and with Pre-Shared Keys (PSK)
<xref target="RFC4279"/>.</t>

<t>The ACE framework requires that client and server mutually
authenticate each other before any application data is exchanged.
DTLS enables mutual authentication if both client and server prove
their ability to use certain keying material in the DTLS handshake.
The authorization server assists in this process on the server side by
incorporating keying material (or information about keying material)
into the access token, which is considered a “proof of possession”
token.</t>

<t>In the RPK mode, the client proves that it can use the RPK bound to
the token and the server shows that it can use a certain RPK.</t>

<t>The resource server needs access to the token in order to complete
this exchange.  For the RPK mode, the client must upload the access
token to the resource server before initiating the handshake, as
described in Section 5.8.1 of the ACE framework
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>In the PSK mode, client and server show with the DTLS handshake that
they can use the keying material that is bound to the access token.
To transfer the access token from the client to the resource server,
the <spanx style="verb">psk_identity</spanx> parameter in the DTLS PSK handshake may be used
instead of uploading the token prior to the handshake.</t>

<t>As recommended in Section 5.8 of <xref target="I-D.ietf-ace-oauth-authz"/>, this
specification uses CBOR web tokens to convey claims within an access
token issued by the server.  While other formats could be used as well,
those are out of scope for this document.</t>

<section anchor="terminology" title="Terminology">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”,
“SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and
“OPTIONAL” 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>Readers are expected to be familiar with the terms and concepts
described in <xref target="I-D.ietf-ace-oauth-authz"/> and in <xref target="I-D.ietf-ace-oauth-params"/>.</t>

<t>The authorization information (authz-info) resource refers to the authorization information endpoint as specified in <xref target="I-D.ietf-ace-oauth-authz"/>.
The term <spanx style="verb">claim</spanx> is used in this document with the same semantics
as in <xref target="I-D.ietf-ace-oauth-authz"/>, i.e., it denotes information carried
in the access token or returned from introspection.</t>

</section>
</section>
<section anchor="overview" title="Protocol Overview">

<t>The CoAP-DTLS profile for ACE specifies the transfer of authentication
information and, if necessary, authorization information between the
client (C) and the resource server (RS) during setup of a DTLS session
for CoAP messaging. It also specifies how the client can use CoAP over
DTLS to retrieve an access token from the authorization server (AS)
for a protected resource hosted on the resource server.  As specified
in Section 6.7 of <xref target="I-D.ietf-ace-oauth-authz"/>, use of DTLS for one or
both of these interactions is completely independent</t>

<t>This profile requires the client to retrieve an access token for
protected resource(s) it wants to access on the resource server as
specified in <xref target="I-D.ietf-ace-oauth-authz"/>. <xref target="at-retrieval"/> shows the
typical message flow in this scenario (messages in square brackets are
optional):</t>

<figure title="Retrieving an Access Token" anchor="at-retrieval"><artwork><![CDATA[
   C                                RS                   AS
   | [---- Resource Request ------>]|                     |
   |                                |                     |
   | [<-AS Request Creation Hints-] |                     |
   |                                |                     |
   | ------- Token Request  ----------------------------> |
   |                                |                     |
   | <---------------------------- Access Token --------- |
   |                               + Access Information   |

]]></artwork></figure>

<t>To determine the authorization server in charge of a resource hosted
at the resource server, the client can send an initial Unauthorized
Resource Request message to the resource server. The resource server
then denies the request and sends an AS Request Creation Hints message
containing the address of its authorization server back to the client
as specified in Section 5.1.2 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>Once the client knows the authorization server’s address, it can send
an access token request to the token endpoint at the authorization
server as specified in <xref target="I-D.ietf-ace-oauth-authz"/>. As the access
token request as well as the response may contain confidential data,
the communication between the client and the authorization server must
be confidentiality-protected and ensure authenticity. The client may
have been registered at the authorization server via the OAuth 2.0
client registration mechanism as outlined in Section 5.3 of
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>The access token returned by the authorization server can then be used
by the client to establish a new DTLS session with the resource
server. When the client intends to use an asymmetric proof-of-possession key in the
DTLS handshake with the resource server, the client MUST upload the
access token to the authz-info resource, i.e. the authz-info endpoint,
on the resource server before
starting the DTLS handshake, as described in Section 5.8.1 of
<xref target="I-D.ietf-ace-oauth-authz"/>. In case the client uses a symmetric proof-of-possession
key in the DTLS handshake, the procedure as above MAY be used, or alternatively,
 the access token MAY instead be transferred in the
DTLS ClientKeyExchange message (see <xref target="psk-dtls-channel"/>).
In any case, DTLS MUST be used in a mode that provides replay
protection.</t>

<t><xref target="protocol-overview"/> depicts the common protocol flow for the DTLS
profile after the client has retrieved the access token from the
authorization server, AS.</t>

<figure title="Protocol overview" anchor="protocol-overview"><artwork><![CDATA[
   C                            RS                   AS
   | [--- Access Token ------>] |                     |
   |                            |                     |
   | <== DTLS channel setup ==> |                     |
   |                            |                     |
   | == Authorized Request ===> |                     |
   |                            |                     |
   | <=== Protected Resource == |                     |

]]></artwork></figure>

</section>
<section anchor="protocol-flow" title="Protocol Flow">

<t>The following sections specify how CoAP is used to interchange
access-related data between the resource server, the client and the
authorization server so that the authorization server can provide the
client and the resource server with sufficient information to
establish a secure channel, and convey authorization information
specific for this communication relationship to the resource server.</t>

<t><xref target="C-AS-comm"/> describes how the communication between the client (C) and 
the authorization server (AS) must be secured.
Depending on the used CoAP security mode (see also
Section 9 of <xref target="RFC7252"/>,
the Client-to-AS request, AS-to-Client response (see Section
5.6 of <xref target="I-D.ietf-ace-oauth-authz"/>) and DTLS session
establishment carry slightly different information. <xref target="rpk-mode"/>
addresses the use of raw public keys while <xref target="psk-mode"/> defines how
pre-shared keys are used in this profile.</t>

<section anchor="C-AS-comm" title="Communication Between the Client and the Authorization Server">

<t>To retrieve an access token for the resource that the client wants to
access, the client requests an access token from the authorization
server. Before the client can request the access token, the client and
the authorization server MUST establish
a secure communication channel. This profile assumes that the keying
material to secure this communication channel has securely been obtained
either by manual configuration or in an automated provisioning process.
The following requirements in alignment with Section 6.5 of
<xref target="I-D.ietf-ace-oauth-authz"/> therefore must be met:</t>

<t><list style="symbols">
  <t>The client MUST securely have obtained keying material to communicate
with the authorization server.</t>
  <t>Furthermore, the client MUST verify that the authorization server is
authorized to provide access tokens (including authorization
information) about the resource server to the client, and that
this authorization information about the authorization server is still valid.</t>
  <t>Also, the authorization server MUST securely have obtained keying
material for the client, and obtained authorization rules approved
by the resource owner (RO) concerning the client and the resource
server that relate to this keying material.</t>
</list></t>

<t>The client and the authorization server MUST use their respective
keying material for all exchanged messages. How the security
association between the client and the authorization server is
bootstrapped is not part of this document. The client and the
authorization server must ensure the confidentiality, integrity and
authenticity of all exchanged messages within the ACE protocol.</t>

<t><xref target="as-commsec"/> specifies how communication with the authorization server is secured.</t>

</section>
<section anchor="rpk-mode" title="RawPublicKey Mode">

<t>When the client uses RawPublicKey authentication, the procedure is as
described in the following.</t>

<section anchor="access-token-retrieval-from-the-authorization-server" title="Access Token Retrieval from the Authorization Server">

<t>After the client and the authorization server mutually authenticated each other and validated each
other’s authorization, the client sends a token request to the authorization server’s token endpoint.
The client MUST add a <spanx style="verb">req_cnf</spanx> object carrying either its raw public key
or a unique identifier for a public key that it has previously made
known to the authorization server. It is RECOMMENDED that
the client uses DTLS with the same keying material to secure the
communication with the authorization server, proving possession of the key
as part of the token request. Other mechanisms for proving possession of
the key may be defined in the future.</t>

<t>An example access token request from the client to the authorization
server is depicted in <xref target="rpk-authorization-message-example"/>.</t>

<figure title="Access Token Request Example for RPK Mode" anchor="rpk-authorization-message-example"><artwork><![CDATA[
   POST coaps://as.example.com/token
   Content-Format: application/ace+cbor
   Payload:
   {
     grant_type : client_credentials,
     req_aud    : "tempSensor4711",
     req_cnf    : {
       COSE_Key : {
         kty : EC2,
         crv : P-256,
         x   : h'e866c35f4c3c81bb96a1...',
         y   : h'2e25556be097c8778a20...'
       }
     }
   }
]]></artwork></figure>

<t>The example shows an access token request for the resource identified
by the string “tempSensor4711” on the authorization server
using a raw public key.</t>

<t>The authorization server MUST check if the client that it communicates
with is associated with the RPK in the <spanx style="verb">req_cnf</spanx> parameter before
issuing an access token to it.  If the authorization server determines
that the request is to be authorized according to the respective
authorization rules, it generates an access token response for the
client. The access token MUST be bound to the RPK of the client by
means of the <spanx style="verb">cnf</spanx> claim.</t>

<t>The response MAY contain a <spanx style="verb">profile</spanx> parameter with the value
<spanx style="verb">coap_dtls</spanx> to indicate that this profile MUST be used for
communication between the client and the resource server. The
<spanx style="verb">profile</spanx> may be specified out-of-band, in which case it does not have
to be sent. The response also contains an access token with
information for the resource server about the client’s public key. The
authorization server MUST return in its response the parameter
<spanx style="verb">rs_cnf</spanx> unless it is certain that the client already knows the public
key of the resource server.  The authorization server MUST ascertain
that the RPK specified in <spanx style="verb">rs_cnf</spanx> belongs to the resource server that
the client wants to communicate with. The authorization server MUST
protect the integrity of the access token such that the resource
server can detect unauthorized changes.  If the access token contains
confidential data, the authorization server MUST also protect the
confidentiality of the access token.</t>

<t>The client MUST ascertain that the access token response belongs to a certain
previously sent access token request, as the request may specify the
resource server with which the client wants to communicate.</t>

<t>An example access token response from the authorization server to the client
is depicted in <xref target="rpk-authorization-response-example"/>. Here, the
contents of the <spanx style="verb">access_token</spanx> claim have been truncated to improve
readability.
Caching proxies process the Max-Age option in the CoAP response which
has a default value of 60 seconds (Section 5.6.1 of <xref target="RFC7252"></xref>).
The authorization server SHOULD
adjust the Max-Age option such that it does not exceed the
<spanx style="verb">expires_in</spanx> parameter to avoid stale responses.</t>

<figure title="Access Token Response Example for RPK Mode" anchor="rpk-authorization-response-example"><artwork><![CDATA[
   2.01 Created
   Content-Format: application/ace+cbor
   Max-Age: 3560
   Payload:
   {
     access_token : b64'SlAV32hkKG...
      (remainder of CWT omitted for brevity;
      CWT contains the client's RPK in the cnf claim)',
     expires_in : 3600,
     rs_cnf     : {
       COSE_Key : {
         kty : EC2,
         crv : P-256,
         x   : h'd7cc072de2205bdc1537...',
         y   : h'f95e1d4b851a2cc80fff...'
       }
     }
   }
]]></artwork></figure>

</section>
<section anchor="rpk-dtls-channel" title="DTLS Channel Setup Between Client and Resource Server">

<t>Before the client initiates the DTLS handshake with the resource
server, the client MUST send a <spanx style="verb">POST</spanx> request containing the obtained
access token to the authz-info resource hosted by the resource
server. After the client receives a confirmation that the resource
server has accepted the access token, it SHOULD proceed to establish a
new DTLS channel with the resource server.  The client MUST use its
correct public key in the DTLS handshake. If the authorization server
has specified a <spanx style="verb">cnf</spanx> field in the access token response, the client
MUST use this key. Otherwise, the client MUST use the public key that
it specified in the <spanx style="verb">req_cnf</spanx> of the access token request. The client
MUST specify this public key in the SubjectPublicKeyInfo structure of
the DTLS handshake as described in <xref target="RFC7250"></xref>.</t>

<t>To be consistent with <xref target="RFC7252"/> which allows for shortened MAC tags
in constrained environments,
an implementation that supports the RPK mode of this profile MUST at
least support the ciphersuite
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 <xref target="RFC7251"/>.
As discussed in <xref target="RFC7748"/>, new ECC
  curves have been defined recently that are considered superior to
  the so-called NIST curves. This specification therefore mandates
  implementation support for curve25519 (cf. <xref target="RFC8032"/>, <xref target="RFC8422"/>)
  as this curve said to be efficient and less dangerous
  regarding implementation errors than the secp256r1 curve mandated in
  <xref target="RFC7252"/>.</t>

<t>The resource server MUST check if the access token is still valid, if
the resource server is the intended destination (i.e., the audience)
of the token, and if the token was issued by an authorized
authorization server.  The access token is constructed by the
authorization server such that the resource server can associate the
access token with the Client’s public key.  The <spanx style="verb">cnf</spanx> claim MUST
contain either the client’s RPK or, if the key is already known by the
resource server (e.g., from previous communication), a reference to
this key. If the authorization server has no certain knowledge that
the Client’s key is already known to the resource server, the Client’s
public key MUST be included in the access token’s <spanx style="verb">cnf</spanx> parameter. If
CBOR web tokens <xref target="RFC8392"/> are used (as recommended in
<xref target="I-D.ietf-ace-oauth-authz"/>), keys MUST be encoded as specified in
<xref target="RFC8747"/>. A resource server MUST have the capacity to store one
access token for every proof-of-possession key of every authorized client.</t>

<t>The raw public key used in the DTLS handshake with the client MUST
belong to the resource server. If the resource server has several raw
public keys, it needs to determine which key to use. The authorization
server can help with this decision by including a <spanx style="verb">cnf</spanx> parameter in
the access token that is associated with this communication.  In this
case, the resource server MUST use the information from the <spanx style="verb">cnf</spanx>
field to select the proper keying material.</t>

<t>Thus, the handshake only finishes if the client and the resource
server are able to use their respective keying material.</t>

</section>
</section>
<section anchor="psk-mode" title="PreSharedKey Mode">

<t>When the client uses pre-shared key authentication, the procedure is
as described in the following.</t>

<section anchor="access-token-retrieval-from-the-authorization-server-1" title="Access Token Retrieval from the Authorization Server">

<t>To retrieve an access token for the resource that the client wants to
access, the client MAY include a <spanx style="verb">cnf</spanx> object carrying an identifier
for a symmetric key in its access token request to the authorization
server.  This identifier can be used by the authorization server to
determine the shared secret to construct the proof-of-possession
token.  The authorization server MUST check if the identifier refers
to a symmetric key that was previously generated by the authorization
server as a shared secret for the communication between this client
and the resource server. If no such symmetric key was found, the
authorization server MUST generate a new symmetric key that is
returned in its response to the client.</t>

<t>The authorization server MUST determine the authorization rules for
the client it communicates with as defined by the resource owner and
generate the access token accordingly.  If the authorization server
authorizes the client, it returns an AS-to-Client response. If the
profile parameter is present, it is set to <spanx style="verb">coap_dtls</spanx>. The
authorization server MUST ascertain that the access token is generated
for the resource server that the client wants to communicate
with. Also, the authorization server MUST protect the integrity of the
access token to ensure that the resource server can detect
unauthorized changes.  If the token contains confidential data such as
the symmetric key, the confidentiality of the token MUST also be
protected. Depending on the requested token type and algorithm in the
access token request, the authorization server adds access Information
to the response that provides the client with sufficient information
to setup a DTLS channel with the resource server. The authorization
server adds a <spanx style="verb">cnf</spanx> parameter to the access information carrying a
<spanx style="verb">COSE_Key</spanx> object that informs the client about the shared secret that
is to be used between the client and the resource server. To convey
the same secret to the resource server, the authorization server
can include it directly in the access token by means of the <spanx style="verb">cnf</spanx>
claim or provide sufficient information to enable the resource
server to derive the shared secret from the access token. As an
alternative, the resource server MAY use token introspection to
retrieve the keying material for this access token directly from the
authorization server.</t>

<t>An example access token request for an access token with a symmetric
proof-of-possession key is illustrated in <xref target="at-request"/>.</t>

<figure title="Example Access Token Request, (implicit) symmetric PoP-key" anchor="at-request"><artwork><![CDATA[
   POST coaps://as.example.com/token
   Content-Format: application/ace+cbor
   Payload:
   {
     audience    : "smokeSensor1807",
   }
]]></artwork></figure>

<t>A corresponding example access token response is illustrated in
<xref target="at-response"/>.  In this example, the authorization server returns a
2.01 response containing a new access token (truncated to improve
readability) and information for the client, including the symmetric
key in the cnf claim.  The information is transferred as a CBOR data
structure as specified in <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<!-- msg1 -->

<figure title="Example Access Token Response, symmetric PoP-key" anchor="at-response"><artwork><![CDATA[
   2.01 Created
   Content-Format: application/ace+cbor
   Max-Age: 85800
   Payload:
   {
      access_token : h'd08343a10...
      (remainder of CWT omitted for brevity)
      token_type : PoP,
      expires_in : 86400,
      profile    : coap_dtls,
      cnf        : {
        COSE_Key : {
          kty : symmetric,
          kid : h'3d027833fc6267ce',
          k   : h'73657373696f6e6b6579'
        }
      }
   }
]]></artwork></figure>

<t>The access token also comprises a <spanx style="verb">cnf</spanx> claim. This claim usually
contains a <spanx style="verb">COSE_Key</spanx> object that carries either the symmetric key
itself or a key identifier that can be used by the resource server to
determine the secret key it shares with the client. If the access
token carries a symmetric key, the access token MUST be encrypted
using a <spanx style="verb">COSE_Encrypt0</spanx> structure. The authorization server MUST use
the keying material shared with the resource server to encrypt the
token.</t>

<t>The <spanx style="verb">cnf</spanx> structure in the access token is provided in <xref target="kdf-cnf"/>.</t>

<figure title="Access Token without Keying Material" anchor="kdf-cnf"><artwork><![CDATA[
cnf : {
  COSE_Key : {
    kty : symmetric,
    kid : h'3d027833fc6267ce'
  }
}
]]></artwork></figure>

<t>A response that declines any operation on the requested resource is
constructed according to Section 5.2 of <xref target="RFC6749"/>,
(cf. Section 5.6.3. of <xref target="I-D.ietf-ace-oauth-authz"/>). <xref target="token-reject"/>
shows an example for a request that has been rejected due to invalid
request parameters.</t>

<figure title="Example Access Token Response With Reject" anchor="token-reject"><artwork><![CDATA[
    4.00 Bad Request
    Content-Format: application/ace+cbor
    Payload:
    {
      error : invalid_request
    }
]]></artwork></figure>

<t>The method for how the resource server determines the symmetric key
from an access token containing only a key identifier is
application-specific; the remainder of this section provides one
example.</t>

<t>The authorization server and the resource server are assumed to share
a key derivation key used to derive the symmetric key shared with the
client from the key identifier in the access token.  The key
derivation key may be derived from some other secret key shared
between the authorization server and the resource server. This key
needs to be securely stored and processed in the same way as the key
used to protect the communication between the authorization server and
the resource server.</t>

<t>Knowledge of the symmetric key shared with the client must not reveal
any information about the key derivation key or other secret keys
shared between the authorization server and resource server.</t>

<t>In order to generate a new symmetric key to be used by client and
resource server, the authorization server generates a new key
identifier which MUST be unique among all key identifiers used by the
authorization server for this resource server. The authorization server then uses the key
derivation key shared with the resource server to derive the symmetric
key as specified below.  Instead of providing the keying material in
the access token, the authorization server includes the key identifier
in the <spanx style="verb">kid</spanx> parameter, see <xref target="kdf-cnf"/>. This key identifier enables
the resource server to calculate the symmetric key used for the
communication with the client using the key derivation key and a KDF
to be defined by the application, for example HKDF-SHA-256. The key
identifier picked by the authorization server MUST be unique for
each access token where a unique symmetric key is required.</t>

<t>In this example, HKDF consists of the composition of the HKDF-Extract
and HKDF-Expand steps <xref target="RFC5869"></xref>. The symmetric key is derived from the
key identifier, the key derivation key and other data:</t>

<t>OKM = HKDF(salt, IKM, info, L),</t>

<t>where:</t>

<t><list style="symbols">
  <t>OKM, the output keying material, is the derived symmetric key</t>
  <t>salt is the empty byte string</t>
  <t>IKM, the input keying material, is the key derivation key as defined above</t>
  <t>info is the serialization of a CBOR array consisting of (<xref target="RFC8610"></xref>):</t>
</list></t>

<figure><artwork><![CDATA[
      info = [
        type : tstr,
        L : uint,
        access_token: bytes
      ]
]]></artwork></figure>
<t>where:</t>

<t><list style="symbols">
  <t>type is set to the constant text string “ACE-CoAP-DTLS-key-derivation”,</t>
  <t>L is the size of the symmetric key in bytes,</t>
  <t>access_token is the content of the <spanx style="verb">access_token</spanx> field as
transferred from the authorization server to the resource server.</t>
</list></t>

<t>All CBOR data types are encoded in CBOR using preferred serialization
and deterministic encoding as specified in Section 4 of <xref target="RFC8949"/>.
This implies in particular that the <spanx style="verb">type</spanx> and <spanx style="verb">L</spanx> components use the
minimum length encoding. The content of the <spanx style="verb">access_token</spanx> field is
treated as opaque data for the purpose of key derivation.</t>

<t>Use of a unique (per resource server) <spanx style="verb">kid</spanx> and the use of a key
derivation IKM that MUST be unique per authorization server/resource server
pair as specified above will ensure that the derived key is not shared
across multiple clients.  However, to additionally provide variation
in the derived key across different tokens used by the same client, it
is additionally RECOMMENDED to include the “iat” claim and either the
“exp” or “exi” claims in the access token.</t>

</section>
<section anchor="psk-dtls-channel" title="DTLS Channel Setup Between Client and Resource Server">

<t>When a client receives an access token response from an authorization
server, the client MUST check if the access token response is bound to
a certain previously sent access token request, as the request may
specify the resource server with which the client wants to
communicate.</t>

<t>The client checks if the payload of the access token response contains
an <spanx style="verb">access_token</spanx> parameter and a <spanx style="verb">cnf</spanx> parameter. With this
information the client can initiate the establishment of a new DTLS
channel with a resource server. To use DTLS with pre-shared keys, the
client follows the PSK key exchange algorithm specified in Section 2
of <xref target="RFC4279"/> using the key conveyed in the <spanx style="verb">cnf</spanx> parameter of the AS
response as PSK when constructing the premaster secret. To be
consistent with the recommendations in <xref target="RFC7252"/> a client is
expected to offer at least the ciphersuite
TLS_PSK_WITH_AES_128_CCM_8 <xref target="RFC6655"/> to the resource server.</t>

<t>In PreSharedKey mode, the knowledge of the shared secret by the client
and the resource server is used for mutual authentication between both
peers. Therefore, the resource server must be able to determine the
shared secret from the access token. Following the general ACE
authorization framework, the client can upload the access token to the
resource server’s authz-info resource before starting the DTLS
handshake.  The client then needs to indicate during the DTLS
handshake which previously uploaded access token it intends to use.
To do so, it MUST create a <spanx style="verb">COSE_Key</spanx> structure with the <spanx style="verb">kid</spanx> that
was conveyed in the <spanx style="verb">rs_cnf</spanx> claim in the token response from the
authorization server and the key type <spanx style="verb">symmetric</spanx>.  This structure
then is included as the only element in the <spanx style="verb">cnf</spanx> structure that is
used as value for <spanx style="verb">psk_identity</spanx> as shown in <xref target="psk_identity-cnf"/>.</t>

<figure title="Access token containing a single kid parameter " anchor="psk_identity-cnf"><artwork><![CDATA[
{ cnf : {
   COSE_Key : {
      kty: symmetric,
      kid : h'3d027833fc6267ce'
    }
  }
}
]]></artwork></figure>

<t>As an alternative to the access token upload, the client can provide
the most recent access token in the <spanx style="verb">psk_identity</spanx> field of the
ClientKeyExchange message. To do so, the client MUST treat the
contents of the <spanx style="verb">access_token</spanx> field from the AS-to-Client response as
opaque data as specified in Section 4.2 of <xref target="RFC7925"></xref> and not perform
any re-coding. This allows the resource server to retrieve the shared
secret directly from the <spanx style="verb">cnf</spanx> claim of the access token.</t>

<t>If a resource server receives a ClientKeyExchange message that
contains a <spanx style="verb">psk_identity</spanx> with a length greater than zero, it MUST
parse the contents of the <spanx style="verb">psk_identity</spanx> field as CBOR data structure
and process the contents as following:</t>

<t><list style="symbols">
  <t>If the data contains a <spanx style="verb">cnf</spanx> field with a <spanx style="verb">COSE_Key</spanx> structure with
a <spanx style="verb">kid</spanx>, the resource server continues the DTLS handshake with the
associated key that corresponds to this kid.</t>
  <t>If the data comprises additional CWT information, this information
must be stored as an access token for this DTLS association before
continuing with the DTLS handshake.</t>
</list></t>

<t>If the contents of the <spanx style="verb">psk_identity</spanx> do not yield sufficient
information to select a valid access token for the requesting client,
the resource server aborts the DTLS handshake with an
<spanx style="verb">illegal_parameter</spanx> alert.</t>

<t>When the resource server receives an access token, it MUST check if
the access token is still valid, if the resource server is the
intended destination (i.e., the audience of the token), and if the
token was issued by an authorized authorization server.  This
specification implements access tokens as proof-of-possession tokens.
Therefore, the access token is bound to a symmetric PoP key
that is used as shared secret between the client and the resource
server. A resource server MUST have the capacity to store one
access token for every proof-of-possession key of every authorized client.
The resource server may use token introspection <xref target="RFC7662"></xref> on
the access token to retrieve more information about the specific
token. The use of introspection is out of scope for this
specification.</t>

<t>While the client can retrieve the shared secret from the contents of
the <spanx style="verb">cnf</spanx> parameter in the AS-to-Client response, the resource server
uses the information contained in the <spanx style="verb">cnf</spanx> claim of the access token
to determine the actual secret when no explicit <spanx style="verb">kid</spanx> was provided in
the <spanx style="verb">psk_identity</spanx> field. If key derivation is used, the resource
server uses the <spanx style="verb">COSE_KDF_Context</spanx> information as described above.</t>

</section>
</section>
<section anchor="resource-access" title="Resource Access">

<t>Once a DTLS channel has been established as described in <xref target="rpk-mode"/>
or <xref target="psk-mode"/>, respectively, the client is authorized to access
resources covered by the access token it has uploaded to the
authz-info resource hosted by the resource server.</t>

<t>With the successful establishment of the DTLS channel, the client and
the resource server have proven that they can use their respective
keying material. An access token that is bound to the client’s keying
material is associated with the channel. According to Section 5.8.1 of
<xref target="I-D.ietf-ace-oauth-authz"/>, there should be only one access token
for each client. New access tokens issued by the authorization server
SHOULD replace previously issued access tokens for the
respective client. The resource server therefore needs a common
understanding with the authorization server how access tokens are
ordered. The authorization server may, e.g., specify a <spanx style="verb">cti</spanx> claim for
the access token (see Section 5.8.3 of <xref target="I-D.ietf-ace-oauth-authz"/>) to
employ a strict order.</t>

<t>Any request that the resource server receives on a DTLS channel that
is tied to an access token via its keying material 
MUST be checked against the authorization rules that can be determined
with the access token. The resource server
MUST check for every request if the access token is still valid.
If the token has expired, the resource server MUST remove it.
Incoming CoAP requests that are not authorized with respect
to any access token that is associated with the client MUST be
rejected by the resource server with 4.01 response. The response
SHOULD include AS Request Creation Hints as described in
Section 5.1.1 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>The resource server MUST only accept an incoming CoAP request as
authorized if the following holds:</t>

<t><list style="numbers">
  <t>The message was received on a secure channel that has been
established using the procedure defined in this document.</t>
  <t>The authorization information tied to the sending client is valid.</t>
  <t>The request is destined for the resource server.</t>
  <t>The resource URI specified in the request is covered by the
authorization information.</t>
  <t>The request method is an authorized action on the resource with
respect to the authorization information.</t>
</list></t>

<t>Incoming CoAP requests received on a secure DTLS channel that are not
thus authorized MUST be
rejected according to Section 5.8.2 of <xref target="I-D.ietf-ace-oauth-authz"/></t>

<t><list style="numbers">
  <t>with response code 4.03 (Forbidden) when the resource URI specified
in the request is not covered by the authorization information, and</t>
  <t>with response code 4.05 (Method Not Allowed) when the resource URI
specified in the request covered by the authorization information but
not the requested action.</t>
</list></t>

<t>The client MUST ascertain that its keying material is still valid
before sending a request or processing a response. If the client
recently has updated the access token (see <xref target="update"/>), it must be
prepared that its request is still handled according to the previous
authorization rules as there is no strict ordering between access
token uploads and resource access messages. See also
<xref target="multiple-access-tokens"/> for a discussion of access token
processing.</t>

<t>If the client gets an error response
containing AS Request Creation Hints (cf.  Section 5.1.2 of <xref target="I-D.ietf-ace-oauth-authz"/>
as response to its requests, it SHOULD request a new access token from
the authorization server in order to continue communication with the
resource server.</t>

<t>Unauthorized requests that have been received over a DTLS session
SHOULD be treated as non-fatal by the resource server, i.e., the DTLS
session SHOULD be kept alive until the associated access token has
expired.</t>

</section>
</section>
<section anchor="update" title="Dynamic Update of Authorization Information">

<t>Resource servers must only use a new access token to update the
authorization information for a DTLS session if the keying material
that is bound to the token is the same that was used in the DTLS
handshake. By associating the access tokens with the identifier of an
existing DTLS session, the authorization information can be updated
without changing the cryptographic keys for the DTLS communication
between the client and the resource server, i.e. an existing session
can be used with updated permissions.</t>

<t>The client can therefore update the authorization information stored at the
resource server at any time without changing an established DTLS
session. To do so, the client requests a
new access token from the authorization server 
for the intended action on the respective resource
and uploads this access token to the authz-info resource on the
resource server.</t>

<t><xref target="update-overview"/> depicts the message flow where the client requests
a new access token after a security association between the client and
the resource server has been established using this protocol. If the
client wants to update the authorization information, the token
request MUST specify the key identifier of the proof-of-possession key
used for the existing DTLS channel between the client and the resource
server in the <spanx style="verb">kid</spanx> parameter of the Client-to-AS request. The
authorization server MUST verify that the specified <spanx style="verb">kid</spanx> denotes a
valid verifier for a proof-of-possession token that has previously
been issued to the requesting client. Otherwise, the Client-to-AS
request MUST be declined with the error code <spanx style="verb">unsupported_pop_key</spanx> as
defined in Section 5.6.3 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>When the authorization server issues a new access token to update
existing authorization information, it MUST include the specified <spanx style="verb">kid</spanx>
parameter in this access token. A resource server MUST replace the
authorization information of any existing DTLS session that is identified
by this key identifier with the updated authorization information.</t>

<figure title="Overview of Dynamic Update Operation" anchor="update-overview"><artwork><![CDATA[
   C                            RS                   AS
   | <===== DTLS channel =====> |                     |
   |        + Access Token      |                     |
   |                            |                     |
   | --- Token Request  ----------------------------> |
   |                            |                     |
   | <---------------------------- New Access Token - |
   |                           + Access Information   |
   |                            |                     |
   | --- Update /authz-info --> |                     |
   |     New Access Token       |                     |
   |                            |                     |
   | == Authorized Request ===> |                     |
   |                            |                     |
   | <=== Protected Resource == |                     |

]]></artwork></figure>

</section>
<section anchor="teardown" title="Token Expiration">

<t>The resource server MUST delete access tokens that are no longer
valid.  DTLS associations that have been setup in accordance with
this profile are always tied to specific tokens (which may be
exchanged with a dynamic update as described in Section 4). As tokens
may become invalid at any time (e.g., because they have expired), the
association may become useless at some point.  A resource server therefore
MUST terminate existing DTLS association after the last access token
associated with this association has expired.</t>

<t>As specified in Section 5.8.3 of <xref target="I-D.ietf-ace-oauth-authz"/>,
the resource server MUST notify the client with an error response with
code 4.01 (Unauthorized) for any long running request before
terminating the association.</t>

</section>
<section anchor="as-commsec" title="Secure Communication with an Authorization Server">

<t>As specified in the ACE framework (Sections 5.6 and 5.7 of
<xref target="I-D.ietf-ace-oauth-authz"/>), the requesting entity (the resource
server and/or the client) and the authorization server communicate via
the token endpoint or introspection endpoint.  The use of CoAP and
DTLS for this communication is RECOMMENDED in this profile. Other
protocols fulfilling the security requirements defined in Section 5
of <xref target="I-D.ietf-ace-oauth-authz"/> MAY be used instead.</t>

<t>How credentials (e.g., PSK, RPK, X.509 cert) for using DTLS with the
authorization server are established is out of scope for this profile.</t>

<t>If other means of securing the communication with the authorization
server are used, the communication security requirements from Section
6.2 of <xref target="I-D.ietf-ace-oauth-authz"/> remain applicable.</t>

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

<t>This document specifies a profile for the Authentication and
Authorization for Constrained Environments (ACE) framework
<xref target="I-D.ietf-ace-oauth-authz"/>. As it follows this framework’s general
approach, the general security considerations from Section
6 of <xref target="I-D.ietf-ace-oauth-authz"/> also apply to this profile.</t>

<t>The authorization server must ascertain that the keying material for
the client that it provides to the resource server actually is
associated with this client.  Malicious clients may hand over access
tokens containing their own access permissions to other entities. This
problem cannot be completely eliminated. Nevertheless, in RPK mode it
should not be possible for clients to request access tokens for
arbitrary public keys: if the client can cause the authorization
server to issue a token for a public key without proving possession of
the corresponding private key, this allows for identity misbinding
attacks where the issued token is usable by an entity other than the
intended one.  The authorization server therefore at some point needs
to validate that the client can actually use the private key
corresponding to the client’s public key.</t>

<t>When using pre-shared keys provisioned by the authorization server,
the security level depends on the randomness of PSK, and the security
of the TLS cipher suite and key exchange algorithm.  As this
specification targets at constrained environments, message payloads
exchanged between the client and the resource server are expected to
be small and rare.  CoAP <xref target="RFC7252"/> mandates the implementation of
cipher suites with abbreviated, 8-byte tags for message integrity
protection. For consistency, this profile requires implementation of
the same cipher suites. For application scenarios where the cost of
full-width authentication tags is low compared to the overall amount
of data being transmitted, the use of cipher suites with 16-byte
integrity protection tags is preferred.</t>

<t>The PSK mode of this profile offers a distribution mechanism to convey
authorization tokens together with a shared secret to a client and a
server. As this specification aims at constrained devices and uses
CoAP <xref target="RFC7252"></xref> as transfer protocol, at least the ciphersuite
TLS_PSK_WITH_AES_128_CCM_8 <xref target="RFC6655"/> should be supported. The
access tokens and the corresponding shared secrets generated by the
authorization server are expected to be sufficiently short-lived to
provide similar forward-secrecy properties to using ephemeral
Diffie-Hellman (DHE) key exchange mechanisms. For longer-lived access
tokens, DHE ciphersuites should be used.</t>

<t>Constrained devices that use DTLS <xref target="RFC6347"/> are inherently
vulnerable to Denial of Service (DoS) attacks as the handshake
protocol requires creation of internal state within the device.  This
is specifically of concern where an adversary is able to intercept the
initial cookie exchange and interject forged messages with a valid
cookie to continue with the handshake. A similar issue exists with the
unprotected authorization information endpoint when the resource
server needs to keep valid access tokens for a long time. Adversaries
could fill up the constrained resource server’s internal storage for a
very long time with interjected or otherwise retrieved valid access
tokens.  To mitigate against this, the resource server should set a
time boundary until an access token that has not been used until then
will be deleted.</t>

<t>The protection of access tokens that are stored in the authorization
information endpoint depends on the keying material that is used between
the authorization server and the resource server: The resource server
must ensure that it processes only access tokens that are (encrypted
and) integrity-protected by an authorization server that is authorized
to provide access tokens for the resource server.</t>

<section anchor="reuse-of-existing-sessions" title="Reuse of Existing Sessions">

<t>To avoid the overhead of a repeated DTLS handshake, <xref target="RFC7925"/>
recommends session resumption <xref target="RFC5077"/> to reuse session state from
an earlier DTLS association and thus requires client side
implementation.  In this specification, the DTLS session is subject to
the authorization rules denoted by the access token that was used for
the initial setup of the DTLS association. Enabling session resumption
would require the server to transfer the authorization information
with the session state in an encrypted SessionTicket to the
client. Assuming that the server uses long-lived keying material, this
could open up attacks due to the lack of forward secrecy. Moreover,
using this mechanism, a client can resume a DTLS session without
proving the possession of the PoP key again. Therefore, the use of
session resumption is NOT RECOMMENDED for resource servers.</t>

<t>Since renegotiation of DTLS associations is prone to attacks as well,
<xref target="RFC7925"/> requires clients to decline any renogiation attempt. A
server that wants to initiate re-keying therefore SHOULD periodically
force a full handshake.</t>

</section>
<section anchor="multiple-access-tokens" title="Multiple Access Tokens">

<t>The use of multiple access tokens for a single client increases the
strain on the resource server as it must consider every access token
and calculate the actual permissions of the client. Also, tokens may
contradict each other which may lead the server to enforce wrong
permissions. If one of the access tokens expires earlier than others,
the resulting permissions may offer insufficient
protection. Developers SHOULD avoid using multiple access
tokens for a client.</t>

<t>Even when a single access token per client is used, an attacker could
compromise the dynamic update mechanism for existing DTLS connections
by delaying or reordering packets destined for the authz-info
endpoint. Thus, the order in which operations occur at the resource
server (and thus which authorization info is used to process a given
client request) cannot be guaranteed.  Especially in the presence of
later-issued access tokens that reduce the client’s permissions from
the initial access token, it is impossible to guarantee that the
reduction in authorization will take effect prior to the expiration of
the original token.</t>

</section>
<section anchor="out-of-band-configuration" title="Out-of-Band Configuration">

<t>To communicate securely, the authorization server, the client and the
resource server require certain information that must be exchanged
outside the protocol flow described in this document. The
authorization server must have obtained authorization information
concerning the client and the resource server that is approved by the
resource owner as well as corresponding keying material. The resource
server must have received authorization information approved by the
resource owner concerning its authorization managers and the
respective keying material. The client must have obtained
authorization information concerning the authorization server approved
by its owner as well as the corresponding keying material. Also, the
client’s owner must have approved of the client’s communication with
the resource server. The client and the authorization server must have
obtained a common understanding how this resource server is identified
to ensure that the client obtains access token and keying material for
the correct resource server. If the client is provided with a raw
public key for the resource server, it must be ascertained to which
resource server (which identifier and authorization information) the
key is associated.  All authorization information and keying material
must be kept up to date.</t>

</section>
</section>
<section anchor="privacy-considerations" title="Privacy Considerations">

<t>This privacy considerations from Section
7 of the <xref target="I-D.ietf-ace-oauth-authz"/> apply also to this profile.</t>

<t>An unprotected response to an unauthorized request may disclose
information about the resource server and/or its existing relationship
with the client. It is advisable to include as little information as
possible in an unencrypted response. When a DTLS session between an authenticated
client and the resource server already exists, more detailed
information MAY be included with an error response to provide the
client with sufficient information to react on that particular error.</t>

<t>Also, unprotected requests to the resource server may reveal
information about the client, e.g., which resources the client
attempts to request or the data that the client wants to provide to
the resource server. The client SHOULD NOT send confidential data in
an unprotected request.</t>

<t>Note that some information might still leak after DTLS session is
established, due to observable message sizes, the source, and the
destination addresses.</t>

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

<t>The following registrations are done for the ACE OAuth Profile
Registry following the procedure specified in
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>Note to RFC Editor: Please replace all occurrences of “&SELF;” with
the RFC number of this specification and delete this paragraph.</t>

<t>Profile name: coap_dtls</t>

<t>Profile Description: Profile for delegating client authentication and
authorization in a constrained environment by establishing a Datagram
Transport Layer Security (DTLS) channel between resource-constrained
nodes.</t>

<t>Profile ID:  TBD (suggested: 1)</t>

<t>Change Controller:  IESG</t>

<t>Reference:  &SELF;</t>

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

<t>Special thanks to Jim Schaad for his contributions and reviews of this
document and to Ben Kaduk for his thorough reviews of this
document. Thanks also to Paul Kyzivat for his review.</t>

<t>Ludwig Seitz worked on this document as part of the CelticNext
projects CyberWI, and CRITISEC with funding from Vinnova.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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>



<reference  anchor="RFC4279" target='https://www.rfc-editor.org/info/rfc4279'>
<front>
<title>Pre-Shared Key Ciphersuites for Transport Layer Security (TLS)</title>
<author initials='P.' surname='Eronen' fullname='P. Eronen' role='editor'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<date year='2005' month='December' />
<abstract><t>This document specifies three sets of new ciphersuites for the Transport Layer Security (TLS) protocol to support authentication based on pre-shared keys (PSKs).  These pre-shared keys are symmetric keys, shared in advance among the communicating parties.  The first set of ciphersuites uses only symmetric key operations for authentication. The second set uses a Diffie-Hellman exchange authenticated with a pre-shared key, and the third set combines public key authentication of the server with pre-shared key authentication of the client.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4279'/>
<seriesInfo name='DOI' value='10.17487/RFC4279'/>
</reference>



<reference  anchor="RFC6347" target='https://www.rfc-editor.org/info/rfc6347'>
<front>
<title>Datagram Transport Layer Security Version 1.2</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<author initials='N.' surname='Modadugu' fullname='N. Modadugu'><organization /></author>
<date year='2012' month='January' />
<abstract><t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6347'/>
<seriesInfo name='DOI' value='10.17487/RFC6347'/>
</reference>



<reference  anchor="RFC6749" target='https://www.rfc-editor.org/info/rfc6749'>
<front>
<title>The OAuth 2.0 Authorization Framework</title>
<author initials='D.' surname='Hardt' fullname='D. Hardt' role='editor'><organization /></author>
<date year='2012' month='October' />
<abstract><t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf.  This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6749'/>
<seriesInfo name='DOI' value='10.17487/RFC6749'/>
</reference>



<reference  anchor="RFC7250" target='https://www.rfc-editor.org/info/rfc7250'>
<front>
<title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
<author initials='P.' surname='Wouters' fullname='P. Wouters' role='editor'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<author initials='J.' surname='Gilmore' fullname='J. Gilmore'><organization /></author>
<author initials='S.' surname='Weiler' fullname='S. Weiler'><organization /></author>
<author initials='T.' surname='Kivinen' fullname='T. Kivinen'><organization /></author>
<date year='2014' month='June' />
<abstract><t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS).  The new certificate type allows raw public keys to be used for authentication.</t></abstract>
</front>
<seriesInfo name='RFC' value='7250'/>
<seriesInfo name='DOI' value='10.17487/RFC7250'/>
</reference>



<reference  anchor="RFC7251" target='https://www.rfc-editor.org/info/rfc7251'>
<front>
<title>AES-CCM Elliptic Curve Cryptography (ECC) Cipher Suites for TLS</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='D.' surname='Bailey' fullname='D. Bailey'><organization /></author>
<author initials='M.' surname='Campagna' fullname='M. Campagna'><organization /></author>
<author initials='R.' surname='Dugal' fullname='R. Dugal'><organization /></author>
<date year='2014' month='June' />
<abstract><t>This memo describes the use of the Advanced Encryption Standard (AES) in the Counter and CBC-MAC Mode (CCM) of operation within Transport Layer Security (TLS) to provide confidentiality and data-origin authentication.  The AES-CCM algorithm is amenable to compact implementations, making it suitable for constrained environments, while at the same time providing a high level of security.  The cipher suites defined in this document use Elliptic Curve Cryptography (ECC) and are advantageous in networks with limited bandwidth.</t></abstract>
</front>
<seriesInfo name='RFC' value='7251'/>
<seriesInfo name='DOI' value='10.17487/RFC7251'/>
</reference>



<reference  anchor="RFC7252" target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby'><organization /></author>
<author initials='K.' surname='Hartke' fullname='K. Hartke'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference  anchor="RFC7925" target='https://www.rfc-editor.org/info/rfc7925'>
<front>
<title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<author initials='T.' surname='Fossati' fullname='T. Fossati'><organization /></author>
<date year='2016' month='July' />
<abstract><t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t><t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery.  The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t></abstract>
</front>
<seriesInfo name='RFC' value='7925'/>
<seriesInfo name='DOI' value='10.17487/RFC7925'/>
</reference>



<reference  anchor="RFC8152" target='https://www.rfc-editor.org/info/rfc8152'>
<front>
<title>CBOR Object Signing and Encryption (COSE)</title>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2017' month='July' />
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t></abstract>
</front>
<seriesInfo name='RFC' value='8152'/>
<seriesInfo name='DOI' value='10.17487/RFC8152'/>
</reference>



<reference  anchor="RFC8422" target='https://www.rfc-editor.org/info/rfc8422'>
<front>
<title>Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS) Versions 1.2 and Earlier</title>
<author initials='Y.' surname='Nir' fullname='Y. Nir'><organization /></author>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<author initials='M.' surname='Pegourie-Gonnard' fullname='M. Pegourie-Gonnard'><organization /></author>
<date year='2018' month='August' />
<abstract><t>This document describes key exchange algorithms based on Elliptic Curve Cryptography (ECC) for the Transport Layer Security (TLS) protocol.  In particular, it specifies the use of Ephemeral Elliptic Curve Diffie-Hellman (ECDHE) key agreement in a TLS handshake and the use of the Elliptic Curve Digital Signature Algorithm (ECDSA) and Edwards-curve Digital Signature Algorithm (EdDSA) as authentication mechanisms.</t><t>This document obsoletes RFC 4492.</t></abstract>
</front>
<seriesInfo name='RFC' value='8422'/>
<seriesInfo name='DOI' value='10.17487/RFC8422'/>
</reference>



<reference  anchor="RFC8747" target='https://www.rfc-editor.org/info/rfc8747'>
<front>
<title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2020' month='March' />
<abstract><t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to &quot;Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)&quot; (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t></abstract>
</front>
<seriesInfo name='RFC' value='8747'/>
<seriesInfo name='DOI' value='10.17487/RFC8747'/>
</reference>



<reference  anchor="RFC8949" target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2020' month='December' />
<abstract><t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>



<reference anchor="I-D.ietf-ace-oauth-authz">
<front>
<title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>

<author initials='L' surname='Seitz' fullname='Ludwig Seitz'>
    <organization />
</author>

<author initials='G' surname='Selander' fullname='Goeran Selander'>
    <organization />
</author>

<author initials='E' surname='Wahlstroem' fullname='Erik Wahlstroem'>
    <organization />
</author>

<author initials='S' surname='Erdtman' fullname='Samuel Erdtman'>
    <organization />
</author>

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<date month='November' day='16' year='2020' />

<abstract><t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE- OAuth.  The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices.  Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-ace-oauth-authz-36' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-ace-oauth-authz-36.txt' />
</reference>



<reference anchor="I-D.ietf-ace-oauth-params">
<front>
<title>Additional OAuth Parameters for Authorization in Constrained Environments (ACE)</title>

<author initials='L' surname='Seitz' fullname='Ludwig Seitz'>
    <organization />
</author>

<date month='April' day='28' year='2020' />

<abstract><t>This specification defines new parameters and encodings for the OAuth 2.0 token and introspection endpoints when used with the framework for authentication and authorization for constrained environments (ACE).  These are used to express the proof-of-possession key the client wishes to use, the proof-of-possession key that the Authorization Server has selected, and the key the Resource Server uses to authenticate to the client.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-ace-oauth-params-13' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-ace-oauth-params-13.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC5077" target='https://www.rfc-editor.org/info/rfc5077'>
<front>
<title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
<author initials='J.' surname='Salowey' fullname='J. Salowey'><organization /></author>
<author initials='H.' surname='Zhou' fullname='H. Zhou'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2008' month='January' />
<abstract><t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state.  The TLS server encapsulates the session state into a ticket and forwards it to the client.  The client can subsequently resume a session using the obtained ticket.  This document obsoletes RFC 4507.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5077'/>
<seriesInfo name='DOI' value='10.17487/RFC5077'/>
</reference>



<reference  anchor="RFC5869" target='https://www.rfc-editor.org/info/rfc5869'>
<front>
<title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
<author initials='H.' surname='Krawczyk' fullname='H. Krawczyk'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<date year='2010' month='May' />
<abstract><t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications.  The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5869'/>
<seriesInfo name='DOI' value='10.17487/RFC5869'/>
</reference>



<reference  anchor="RFC6655" target='https://www.rfc-editor.org/info/rfc6655'>
<front>
<title>AES-CCM Cipher Suites for Transport Layer Security (TLS)</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='D.' surname='Bailey' fullname='D. Bailey'><organization /></author>
<date year='2012' month='July' />
<abstract><t>This memo describes the use of the Advanced Encryption Standard (AES) in the Counter with Cipher Block Chaining - Message Authentication Code (CBC-MAC) Mode (CCM) of operation within Transport Layer Security (TLS) and Datagram TLS (DTLS) to provide confidentiality and data origin authentication.  The AES-CCM algorithm is amenable to compact implementations, making it suitable for constrained environments.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6655'/>
<seriesInfo name='DOI' value='10.17487/RFC6655'/>
</reference>



<reference  anchor="RFC7662" target='https://www.rfc-editor.org/info/rfc7662'>
<front>
<title>OAuth 2.0 Token Introspection</title>
<author initials='J.' surname='Richer' fullname='J. Richer' role='editor'><organization /></author>
<date year='2015' month='October' />
<abstract><t>This specification defines a method for a protected resource to query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token. OAuth 2.0 deployments can use this method to convey information about the authorization context of the token from the authorization server to the protected resource.</t></abstract>
</front>
<seriesInfo name='RFC' value='7662'/>
<seriesInfo name='DOI' value='10.17487/RFC7662'/>
</reference>



<reference  anchor="RFC7748" target='https://www.rfc-editor.org/info/rfc7748'>
<front>
<title>Elliptic Curves for Security</title>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<author initials='M.' surname='Hamburg' fullname='M. Hamburg'><organization /></author>
<author initials='S.' surname='Turner' fullname='S. Turner'><organization /></author>
<date year='2016' month='January' />
<abstract><t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t></abstract>
</front>
<seriesInfo name='RFC' value='7748'/>
<seriesInfo name='DOI' value='10.17487/RFC7748'/>
</reference>



<reference  anchor="RFC8032" target='https://www.rfc-editor.org/info/rfc8032'>
<front>
<title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<author initials='I.' surname='Liusvaara' fullname='I. Liusvaara'><organization /></author>
<date year='2017' month='January' />
<abstract><t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t></abstract>
</front>
<seriesInfo name='RFC' value='8032'/>
<seriesInfo name='DOI' value='10.17487/RFC8032'/>
</reference>



<reference  anchor="RFC8392" target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='E.' surname='Wahlstroem' fullname='E. Wahlstroem'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2018' month='May' />
<abstract><t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8392'/>
<seriesInfo name='DOI' value='10.17487/RFC8392'/>
</reference>



<reference  anchor="RFC8610" target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author initials='H.' surname='Birkholz' fullname='H. Birkholz'><organization /></author>
<author initials='C.' surname='Vigano' fullname='C. Vigano'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2019' month='June' />
<abstract><t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8610'/>
<seriesInfo name='DOI' value='10.17487/RFC8610'/>
</reference>



<reference  anchor="RFC8613" target='https://www.rfc-editor.org/info/rfc8613'>
<front>
<title>Object Security for Constrained RESTful Environments (OSCORE)</title>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='J.' surname='Mattsson' fullname='J. Mattsson'><organization /></author>
<author initials='F.' surname='Palombini' fullname='F. Palombini'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<date year='2019' month='July' />
<abstract><t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t><t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t></abstract>
</front>
<seriesInfo name='RFC' value='8613'/>
<seriesInfo name='DOI' value='10.17487/RFC8613'/>
</reference>




    </references>


<!--  LocalWords:  Datagram CoAP CoRE DTLS introducer URI
 -->
<!--  LocalWords:  namespace Verifier JSON timestamp timestamps PSK
 -->
<!--  LocalWords:  decrypt UTC decrypted whitespace preshared HMAC
-->

<!-- Local Variables: -->
<!-- coding: utf-8 -->
<!-- ispell-local-dictionary: "american" -->
<!-- End: -->



  </back>

<!-- ##markdown-source:
H4sIADpaRmAAA9V96XLcRprg/3yKXDliTU5XlXmIhzjtjqEoyuJIsrSi3J5d
t0MEAZBEEwXUAChRZbX2aeYZ5gX6xfa78gISRbrdHTOr6GgXq4A8vvzuK6fT
qUrrrKiuj/Syu5oeKtUVXZkf6WdJl1w3yVy/b5KqXdRNp18lq7zR53m6bIpu
pTeevX91vqnfNvVVUeb6qm708bK7yauuSJOuqCudVBl9VTfFL/wNPnRSV23X
JEWVZ/q0+lg0dTWHl1q9cXxyuqmSy8sm/3gEjx2/neIUKqvTKpnDmrImueqm
RQ4LTdJ8mnVlO01k/HxaJl3edgrmzq/rZnWk2y5Tqlg0R7prlm23s7X1ZGtH
JU2eHNldqLu6ub1u6uXiSMP0+kf4E6Chv8Ov1G2+gt+zI31WdXlT5d30GS5B
qbaDvX1IyrqCZa3yVi2KI/1TV6cT3QKomvyqhU+rOX74WSle5JHSU6XhX1G1
sIKZ/i5vMngXv+INnnf5VVIVuf9L3cDZ/FAVH/OmLbq//kennzY5AEy//z9n
9AAAM8+7I/22brurJL3Ru7tbjx9v0W8pbPFIXuAv6gwPd7pzuLv3RL5ZVh2C
C+acJ9WKvlzc0M5+9/jJ9PHO9nRn+3C6v/tka59+zOdJUR7pa1rjv3S/FDNY
Y7C3NzP9NG+uYbjK292bMrkKv4f3YLuMG/9tNvnY3+SlLDe6zRPYZt30dnmS
NG0HK/d/+W90hjvb/vbS5LKObu27GZBICUieN97evvvrfwI3CH+hvZ02Rdq2
QODHTwMUqeHxWSuP/0suT83Seh7M9gpnK7pfvKleLbO74tr7muY5qeeXRZen
NwHUnv35r/9xW+XXwLIqvbvtQe11Us7/+p8e1Ha2t/XuXgi087s8E9DKukua
HBYOk/9LauaEv5Wq8Fg7OEmgZv3u+QkM+EQ+Hm4fPJaPj3cOzLf7u48PzMeD
x+bbg529Lfdx233cMR+f7OzZce23h4937McDO+7hExhXp5c1nsjZ9NnMssga
OQ/xyF+O4r8tEmDy7REwyuqqt7W9rQMzw97hvt3P/p5Z2MH+vl3uweNDs5qt
XbtGwDfzcX97y33chY8KJQUcEgEe/52fvnp+pB/9BI9M/w3+/fxIqel0qpNL
lBcpsN33N0Wr20WeFldGxmT5FUiSVid6IYKovtIghYibX8HecuTw8E3S6aQs
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
38pvP0fmcqCn4V1kQRzdeJkO/J1/6mwp0PHJ6dT2+kSbcupA9WgCI72yQCl+
GZF+RcUrw8cDR0FhWu6QfjqSUs1h5gT35XtNHpT1PRRxxyA8rK+FwCDNbCUh
AtZKPzPTWVCcj12j3pETjRkNFI865ffJNBzp//aY7YYpKtvcJRadYehc47aR
WIxYILv04i4XuL4LorGLVxdM+RVln0voW+H88+Vcl3l1DVzTrMJ0278frqD0
duwUot5jiwSZFMHGOL0Wy2ZRcy+NkFIAmj+00htQuNvGgtxyAdA3RbgYNW9p
3ulJVKBW3nmPreKQsTP+pt8GcJEUvXZ13MzqDtO/+vEkw1OE/aESJvpqkjZ1
i131y65AScFSCCNKL+q7nJWaGuMZxIKpYth44j8mDZehG7HqzyLjukYmkt7j
Oz1Ib3VRRAxZBBMFFbW1DSTgq49g5kfiuaF2dtYXox7lnxaPUF+ED8Uj04o7
pvX/toTqQfMuyaywF3e4/OPRQrfYXRmjWdXjaX++x9n25HdN9v/WqhblVbXE
2xONVrWosKrlvXuCdmHzXxZsg4/kAYce7hazZXtk7WJrrBoNMsx+NKlBQdWa
t+LUNusUzS1szEO0axK7VRASTCLaNafpuErvXoOdSWCg1pw3jJNiz3skG9MH
wYuURvnrjjK+G76io6c2cvzOS7juBSLNbQTnytX9tbQI7JLu8knMmAt0CGAD
SDG/aKeXVB8U5EYzokieHnePcrnDnDJtyQOOxO+pXiOjwO6SnM1MJ9TPYoYF
rk9exkui6JabEXkIOmeQHOVuhrgdmLRBkDDoEjmWfmJbjqEwid9TYkxV7DSt
Fjl6tVB4cUJzPMJoGt+YPLDAL6weFMt8blvz4G9si5bYVaNnPdqbKQZtbQeX
ZQTlGn1DWFpE9As45AqNQdNI5VU1+IURZJJab4gtsZXm5sO3hR157I6XzS5Q
zzvc785JN1xktcasjsJwW9ITwiiAczpbbGdpTxF3TDEaEJ4p/2RRJd+OlPTF
bXmDbOSJQEX2wuqbF/Y6ILMw7g6MupbJxBW2Tk7AnFPTQ67gNmWym8xdE1xY
h8jcu7fD3pNAtO3/FnOyf9bOzR4LQd3ijXmD6NM6VzsHkSIO9/5Sep73gWs0
0cg2ga5wNsceyQnPctvF/3vZGzwWI9iAXERFIlfBHG8m42qIHhrKKYSwZUVV
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

-->

</rfc>

