<?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-15" 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="January" day="20"/>

    <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 REQUIRED in this profile. Other
protocols (such as HTTP and TLS, or CoAP and OSCORE <xref target="RFC8613"/>) will
require specification of additional profile(s).</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:
H4sIAGoCCGAAA9V96XLcyJng/3yKXHXENjmuquYhHuK4HaYoyuJIampEtnt2
2x0iiEKRMFFADYASVS1rnmaeYV7AL7bflReQKLLddsyswuEuVgF5fPndV47H
Y5VW07y8OdLLdjY+VKrN2yI70i+SNrmpk7m+rJOyWVR1q98kq6zWF1m6rPN2
pTdeXL652NTv6mqWF5meVbU+Xra3WdnmadLmVamTckpfVXX+M3+DD51UZdPW
SV5mU31afszrqpzDS43eOD453VTJ9XWdfTyCx47fjXEKNa3SMpnDmqZ1MmvH
eQYLTdJsPG2LZpzI+Nm4SNqsaRXMnd1U9epIN+1UqXxRH+m2XjbtztbWs60d
ldRZcmR3oe6r+u6mrpaLIw3T6x/gT4CG/gN+pe6yFfw+PdJnZZvVZdaOX+AS
lGpa2NuHpKhKWNYqa9QiP9I/tlU60g2Aqs5mDXxazfHDT0rxIo+UHisN//Ky
gRVM9B+yegrv4le8wYs2myVlnvm/VDWczfdl/jGrm7z963+2+nmdAcD05f89
owcAmFnWHul3VdPOkvRW7+5uPX26Rb+lsMUjeYG/qKZ4uOOdw929Z/LNsmwR
XDDnPClX9OXilnb2m6fPxk93tsc724fj/d1nW/v0YzZP8uJI39Aaf9/+nE9g
jcHezif6eVbfwHClt7vzIpmF38N7sF3Gjf8xm3zqb/Jalhvd5glss6o7uzxJ
6qaFlfu//A86w51tf3tpcl1Ft/aHCZBIAUie1d7e/vDX/wJuEP5Cezut87Rp
gMCPnwcoUsHjk0Ye/30mT03Sah7M9gZny9ufvaneLKf3+Y33Nc1zUs2v8zZL
bwOovfjzX//zrsxugGWVenfbg9rbpJj/9b88qO1sb+vdvRBoF/fZVEAr6y5o
clg4TP771MwJfytV4rG2cJJAzfr9yxMY8Jl8PNw+eCofn+4cmG/3d58emI8H
T823Bzt7W+7jtvu4Yz4+29mz49pvD5/u2I8HdtzDZzCuTq8rPJGz8YuJZZEV
ch7ikT8fxX9bJMDkmyNglOWss7W9rQMzw97hvt3P/p5Z2MH+vl3uwdNDs5qt
XbtGwDfzcX97y33chY8KJQUcEgEe/12cvnl5pJ/8CI+M/w3+/fREqfF4rJNr
lBcpsN3L27zRzSJL85mRMdNsBpKk0YleiCCqZhqkEHHzGewtQw4P3yStToqi
um/g4J0AarIaiVK1FYxUIAplOi1yWJpO+sIs8YXZROtLmAemBb5fFarO4L1G
w6MotTTROvyxPdkhsQdoNF+WZrTGSNHrrL3PgBMQMPD9HKZS/hJB7NAWlg0K
JkDJW5DCdXKvF8vrIk81CCmYtYaFZOPmFsTblL6a6GNYUlMtazjr/paB9EsY
MgPIAEzNJrQHBwWcJLlBrtMiTIO9a4st8BneSVjEwui3wMH0PSxSF1nTqCaD
uTJd5PO8pacbXcPoNaocOGsKD9HH6h7WhDCeZ3OQ3hM++nk+nRZAdeorFMF1
NV2mOMivwAT1+fMQhXz5Akd6VlqI4BgjGM7gAyKABakBI4IQVRX9+bMQ8Jcv
usJfelhATyA7gCfaSjmEyCaESTJPdd3CQcE+ABFShA88fJeVI30NDGvK0IYD
VhstY181G8P/FlXTICxhLvhxcwQ7ruY0RnBusmoYBN78mKkc9K7wCRyfp0Wk
yFI8VLPpho4XvrheEWTN94qHBZQrmmpEP3lA8580CwA0pRXkUzuaiq6UUAlH
KDNcVFKvcH+IMoB9IFASwllQ/BIghuYWTojgLrAQwAakZyjOP9bYzPNkpRLY
D7zA5AorpdXgBET8PRRslgvUlBs+e3r4fXKv3jGhvkZC3Xj/7vWmRZYtQAVc
AD36Dgj4ggmYH3138XpT0aMoTwA9Ee+7nK3O/n2ZA3iZxXmbMttYtktgfCvl
8bNMZ6hkVMRKrjMg5QxeWelksSgsOYE01bDD7FN6m5Q32XTCkM1KgDRMx+N2
uWQ+AzSFvfTXwfgGD+dw+td5gcwPTg7pJ81qRPneweYlnTxNC2uYAne7yyYE
g+iJJXDmTdvwe0zDhMgVjyNPNYBzgHIg8NKqhuOCIWDS7twbwFF9JgeK0rLt
PrUJg8AecPCQVO9vc4BvzrIG5sMzTfQTolZkS45anyh6BY72jFcJ+KHnoKsE
ZETAkyPOW4938/OGMyB4eQmW8Mymb1Hydd9PLOhhFMGuLqWWWTZt3Pa0mwJe
A+OIuQmQ2KLIWjxgD2eASl4CHAe3NQeZoZeLokqmHhAZImau7noEXfMSxCUf
HT5l0QMYdqPALknr/BqAnqO2SjJD700OJ9t/g0ywJwPkKFvoYzfC1/GqEGMJ
7Hg0q+DgemyMDqdxbL6LVoD58CWa47Os7v3KDN8Dbhx+I8KRq0Vz9wHwkjSw
K01KIJxeHZAc7tdtAtghckJY/RSwHqQAnBkAk0/PHAOvZFHnVW3m9whXHaP0
R26cldPe4eBo6w5iREStQo4Ly2n0yfPz9/o+u+bpG8bH8iPCu0jyeUMHg3pV
GWJY3jRLJ8yMDNM/3JLyQMyRGQDS8bKYmv0DisF0RYGwrJCMAB+RO8AGmrRa
sC+ECGFapUtUoGDvX32lL8E6y8uqqG5WTGuAAhodDI1+8vb7i8snI/6v/u6c
Pr8//dfvz96fvsDPF6+O37yxH/gJBX+cf/9GfsdP7s2T87dvT797wS/Dt7rz
1dvj/wP/gbNRT87fXZ6df3f85ollnGbZtLOWJGCOHhBQMVvefkBhz0/eqe2n
LNTQHgKhRp/RIILP97fIEpFYqrJYyZ9EDiBvsoSQDiSUSpMFKIlFgyRMBFVq
OALEm/eAbKBI0XKyTwtWSnhds2QOsiTxFAVY57yh6QAJ0mzRdvjBOhyj14ae
YVPJiuFhhXiDRhvjV5uO/upshnswhD34NtDGosoR+Fa9eHjhLBVx6/qKkP4K
WQkha+9QLaQaIHpAe9DzQX43KmkemmWk80k2GaEIAd4B2mETrDxN6jon9tDn
TkARgDzLGi0Q4lQ56vO4P7KlUMN/Z4yQc6DDj3l2rz9/VcnHLwxz6xS0Oj65
HYGZG0g1jAOGS4rh4jQUFQj1cjpClcXqlqM152L0RlRVhcVunGwOargb7y82
9RSMPGCNDex8QWvRvnaq2B0KxsMcp7+BRyf6DO1U0DrdhlC0eHzdyBB6EeHD
ehngFQAY4P8x65oOTjRE1aaN44tNWkoSUfmNxi86VGeXwC2PPSxVHkffnxw8
zNFxH/AQbQBXUJXwd61IhWRJ3QjrSVK2HkmnYl0DeEkOcmSBwqQ03gGDF55a
7EvEYRDBtP3dbzSbiOz3CfqnnWUUBwZqHo8nWPg1aceynqQA3mN0NFCiVgtA
10LQApC8ABQwdNykoIKDhNUb8jORbfPvS+SO1wCou6wlVqmqBcIM1NQjpf4j
/k+h9+VEP/Dv/UXky+MLfPcv+scxWurvDSzeA+DBHNNj+ve7n/4SHfEv/O4D
/9a+++Nvx8cXdrqTOmOkfgXo0ox/Wv/ur5mXNzbWl4Q3Zn7zdfTf7/4e8/52
3Qz6mDGTF+W+ftS8vzFvn3nsDucdxJrPR/orH3s1RY2+ffKev0CeBwTmr+kJ
cnB0LrWkBGXD7AiQGayH+iZjhtlhRAqU5Jha2+WQTYZ2fSl2QqG/L22kaKp6
yGoILa4zsxeh8yXq0eh0Ko3MqWUstgrKKXlwBjHUTImuPrTAjAadTKc1sZiZ
7vtmjAkENG6WyltWXV3B6dXoeXqAD4P0PQdNyQfhXSm8KLqCrxuzzpExJ3HH
qstUDUgCs9HpN21/AmVZ6S/QfVAG9cxHexysq+N/5WgXIEfYnhHY439nbA0B
pqDjg62kuN8o4t2K+4/AuFXXWTA4WFtjJ2XwdbBXlnXmlBR4IvAGohfqNgGB
dZ3Rpm5yoAJyJ0SgZ6b+mCf04zlGX/XOZMsoLPx+zQ/PM7TS82aOsAH7pSD3
cIA8u4A6D1nHl11Vz+p5YlhFl4g4QxRkbEp52Ilqz6cHCtp9oDk5Hbbngvzh
Njwj1B6QGMXXhCjarMACBUaVDrlPxQxWHTu+N2mM+ZAB53waKgCNp/yzfWCH
YtW6+6uhlZEaUDnYG4Lx6Nr6QsJVj3rmWtch8oBL/AwV+ybgDmR1J3otHJWD
Y29F4rlOsynhfoPeNUBxsEkNOozQYEgKjLpTSKpYjVTfqMAXjC/i2mn9tbF6
5ARPaNWvs9Wp+KUsv99osgx4y6K542wC/LnMQBnbnKDXB32iuPcR74CO1vgA
0GgldxA7bsSZjQ6ORQE0K1TOtg3MILbN2Bo0X+BQQMtrRUMFVlOVLg5DGt9M
fGeUBWEU22TWivdHDuM2aaxaO+3DyOj+Uff6CATU5Fcohw8qhjG95Hd/u3K2
XkH69ls+JzlFMbu+/fZ3/5j5YLpjq1NYMf/tP2w+2N+3ZCSz9LBKDHw79N5a
Ba6Hk0aLs4a4+QGVN88+fwnIyXx/VmFIlU1cMdBYbK/IaiUT1fghgPeRJcck
KHwRVEjM25lyuMEXset4rMjdeMSoqZgi14oeIVffmB8y5InrN8vZDIQzCxQ/
9Kl8McVhIoN/I+OEQk/koF/BOjSd1zDUOwhCCNrbfDGkoCKLOQFzaIyvEmth
fu85Dx7SZYwvQ631E7DL3kXEJuoFGeCIAiKi6LDp5G2Qm9gk8Vp0bSgjgJ6x
Ymrjpqx1MbcetxWad6LFIZ/Cb06MGiNKHI0pw6m9yf5Dmi5vMfDB2PObs+lQ
1yvdFPnNbVus9DSfgTzpnDqa7vXiboy7+vJFiSYsVoB4NLrx+XvyKbOk4fds
vBpOSHVi9+ToDJx3wv3Zj3wSnOVz7yxPQlQOk+8u+Bg/f+UwhWyydT6RENss
XQnOGL+IEHNAo3JyvTj2gDPK6m/POb7TMeesJdELtYVsYRh7SXjbw1aOWANg
CulOdOBMSppmOTfxNxe7UX4IWoaLELARRyio+alixeo8h/pB+ZWsDtCB50mJ
YVUyGm6WoqlX7COnYH41J35JDAwR2EukmHR4svjAOLuSnOz5TelcwM5Tt/eQ
FoibrvlgDAMAze9IqX/ybRUCsd0hWS1mh7GgvZcAAQLOKtex05vARC+XNa5i
DovoK9zwDAqd9Yw/x4xK5wYwWRAoB3ycavRGXqbFkphaiKTa5wObEhSOCY3A
Oh8JQSYtDEAIMuxldkMObEE3bQ7m7Ec4zCmCxaVcDKP92jOBNdlTMRTvr9s+
Ho5fLzELIFlQaHoKg3RyQnR1X5Ib/HyTAzG19XEMCFwYw0APj5E1A4YkbLuD
QGJ4PsYQZ4uMLZi8JuGBmP8xU12kJCc4ANfmPBhDoZnoVyJIjVBTwBSqNP/b
fAOAiddV1aIpvlggm290WbUYh23Z7+3HDnV/o3HNh0hTHAos8wPPw4j0rxuS
yMgqfZ8D+dqiOzfB01ai5kZrJJ0jaUiOAEzQfx1ELEIeuJa6CauNPkES7n1y
z0kzYLTpt6g9fP7KilylujY+2aPBO2HQp2txIgV2ooKtzzlJzH4V2i7vra/T
CrCYeFXquGugPeAl4vQcf8WwIi8/B18narc/KPrh6w4bCZiiOCDjfrgBl17o
npv49EUkBIoOjHgFg31Iy9kVMIY/Ax2xyuSlJqLbMlR/FMWWABlgFZoREtCk
1hJzss9pk5+CkhJUoo95tWwKlIlToNUSA8JrdkChMzhZL9CtTeZFgCguOas1
QdCIdLLyPFO/AJVHLFEoo9F6lCTnBCGBG7NEnoXHM9HnBEDrl2sIQtEBlQxo
0jJYmXSYDFhFkfNjONBPCcbL4p7ZgaSRqE8WeRK5LIxLFikyeHIsTGMsc5J/
0LM6wSZ9dw6YlFbJojn65pukmciTmBL+DS2NfA4VOu3a8UsSi0d+Xto3oJv8
RlKd9btkhX42SiH+zHnENzXopB/a1SLTR7KpD2mdCRdsRvwU4nCynOLHI/2k
zeaLC+CbVf30YHv7ifcM4Dk/89lkKZ+cX5x+QA7jfaf1XYtfnJ7sjNx3af0R
vns33tnb9779RMPdfp0d7u+nu3uzp+luerh9ff1sP9meTCZfe4+u5NGdbGdv
b2//Ott6dpAeHhwcJjtb+Kh58oty//miOkb+g2dkjP4Os2P0OJVnEA8xgwtZ
8ROJxZv3OWw55Prv2RCW/q3LF6Qg4nf3GIw9GSMzxcnQSYfRRDMzfC0gvc3S
O4z4+yhvkuKcOtooInISEyzkTe4nvoeAEDpzzNClUIlLFpOLJA7WdQHnLSYa
z4aFgo2SNcpqtAageSOZL54iCxNUnFLt/ANGx4lobRS0uclAPcO9Ro5OrGs5
O3GQsB4S+l/FIRqkrCF4qgDC1ys1z5KyMV9fEcQoTcUlHfKU6NE1URmQNWKA
+eC1xwAycZmpK+QlH9B5e8UepiknuArcPCMu8N5iuP/R4Z1YOFC5tQkLdvEq
0ODRF37N6SWlZIOSEx0zZ6qMtT1UxlUr+cUGvhYSlAQioOifEUIhSGXp0ZkJ
pFl7gjcFct6jF9rJMLlwJAe3QELdLI2UKXMg6qpumASWJab84xbRBJbE0q7L
ICnqLJmuvAAjL4fCBYIf/SST9VSdNDKboxZEwiCAaFd5nRVVedMMeNJ6GoNN
/fDYA0F/sn5RJgBAkzi9W3YYnGWzTG+1R+dBQIu8H8gPYKilF8PWrKc3Hifx
xzSIo/qhzQcMJcI7b/GqY0XEthAaY+GZeDZ5lMl452HTkZWn/DWENRHRMnIh
XQniAx0a7zMuPOrIZVp84IDXKk6GOa7NqQqj84/QnMy4nuqkX2Xi6qAkAfLi
GA7Ka/pAaxJWql2YuK2XJdsRyBLnnHqPdCeJ9xN1AmaEeI4+ocVmUuVx8LfJ
p/Expl8sxDvBrkX06NrdExgV6ukJ6p7JsmiZIeMK97dQe67QAtlwwcZ9zr7+
Udy9P22uyeTnbFaVTP+8FKdfZ1GOZnyOCtZrxjEwdZV9WmD+14e89KUHYtnH
Kp+C0pEUjts2PT11Z7K1zSkb5Nx4tEoq6zzSu3v7WwM6qn94oOFd7z/9+qI4
/uPuzu3d6z+AZieK3UaN5YhYOYlwO/nhUlfzvG1Zemmskoaj/Gd5GH+20iJg
9566guos4cqm0TMdlGAhu/tbW0b5bYzu+49QfqcHabp1sDPNdna29q6n6fbe
7sGA8jt7tpdtT59eH+5tJztperg1m81+hfLbJbMB7VewfEj9RecAR5bFtXtB
kUbjife88DZIZ53vuKYg1qxU3+Ut1Q0SU3goDUENpSFwEpS+QqPryvLJTsaR
dUI/MlPhwRqwrv+jztIs/0gZAyRLbPBsSOQRW0kxdTsS0CblVbLdiWsxl/Mr
wGy2iPG8DyVuiGYRZG6QkoZys65RAnreiXg50jpFnhikU0MS0Xzhj8Ka6lHp
4h+l8vyX7AcVR8F93kQ84aa8pONWUQC1QCEKzZeYXmLdEpedtTghmzcRAF0s
yTFknXGYVYhG3jJFp4RxXnSQupukImJi66cJxag4jwrLu2z4wi+4ZKku9b1I
rWCU1vAojPX2+ES3yU2jOM/LlsFmXuuJEWau5Ujq+KeHnbagz+iUFMk0HtrA
sgAQF1nS2Hf4YPIFHBQYgm2mYL9/+nB68uLVKf3n4vhPH344u3z1pw/Hp/DD
9s7hnz6cnLz904dDu7Nt9J8cA2DyJl02jVEepNwa86cR009PToD5pcsaSczp
AMYjhNRXYiyTS6DrzK9Jg7VmUqxDoQkgjGqcAhzht+/O0GCmYSexYsfWhYTg
FMlq1l0gGlhQATQOtbO3t/1Mb6SziZSIbO1i4Ff+eLoDf2xikKZhCNM7ukly
U+6R2TA8cleyN6aoB9egLCrt1RZ3FpLVdVVTAM/UAqYLkE31tkwhW0AIwzAe
ag1UxfW9CQHphGEarDFQMWMjb6x5QAVRQAFtXkoRCZdaMGuZwpbTbFP5bkOO
zuS+I/EeSzhsUZNX/JtNo1aesaw6S2cyWaaOyw9kWkQNFz/NwrpPeJCuBcuK
ZcwupXV5fgK2qYxnQDzNPTWnqkcGIMSPmsDcLM1meqUa2eRmIhXTxvII4xeb
I8pEplwAjINXyvHidY4c5P9l5QpcYRVAWjeuJNDtPrrggRq+AG7K48DGx8Hx
yywqZGCuq9BlhXtQ3SI6psjdZ8hebTrCRtKt4FsbNgawUTqDWRYAr5pyAZkv
i7jGGRtaUDJvnNiIs9GJJ4sklerhpkX+U5Ud3EJ2g40HVoMJnkBI/IBvUbOb
Swg+cCx6yRjD6pgnhRVbtYP55GdRR4dkCMAnsNVhAd7Jss+Oa3FbP42eJR9J
eUpwjbglfE/CbVYszIrJKk0piQApw4t5dxFEk2ulwyhMvWrfRdrNgHBtFRRn
U8b2HigvgWfLGNq0KMXKEwVoCuNfgVMGORYNES8lK8WdFxUhgmwEXRFLZwJP
ZS8k7bUrwLJ3k0XcdiLJkam/woS5jOv5vSimTQAaiGKGmUAPxjFVV2/CB/4+
ccx/WGYQZ+0Sg7Ko1o0loj5mA4VSnObSjUXZpAKJNfUG8QQj1mW8MCTShfEL
r0tZh92E5StyTqBLAKCk6pgFpzmnXlI0u8secmgGioW3Ui4hVeQqC6FB8L8P
w6bGwx/flVdpkXR2YrNABhzkSN9SdjLkIQcGB3KPFIRwobjGGYYLRsN6BcHA
rF6y/yPbBey3pQY9F7Xvf3swLLSuKonzXDBe4NvnYbiIGR+RIivd8VwYTLqw
2+rxUxvEKVbrw0MWaEF1IwkIhodUHkUSJo3ksdnkHosn3GnMSJSSQUjtRVge
ihc85PSFQS1SqqGIxRArCfLF2AP/mNyndX74nsvDJs+s0WnZGa/WO+NDL3y/
wIhJI2kIqQLcFlYZd7p7YTdpTeOKVie6l4or/JA8JLRDDItTw5viBlbe3s5N
nUTcwT4I2WTqeoJ4RYPKCz9KpMgvjfAPdTipWpFsR39a8lgvzqDKw+vsqTNh
c41uCTsLIHVlvJ1WOjHXoaeDzbgYW0cikN/FxGtZvvySKKNpY8FIwsX6RtQM
mgVRjpFSJSSLXHSY5+jbKlZRHxQmofaitYqtMJOOAsMMZsRLh6CoHkWqa51/
jMlPF1DxI0tY25eUyisFGlAfQakgzUxa03jNBVBwW01GbMNe2h+nZfpwsEBa
W0HzmBwb1F4i8VtfiKvBSjTAz6JYUtGecQBR5S2N/d+QYGOcEZI708xhTM7a
2D7cOuDkmZ4j3q3YONyNaz2WdjLSG+i+wcTETY85vqvejQEk6IA/1uSfRS5D
/G59qK4HQyUw5N+Dvm8y0hreZ2WsohiRncVzq7PKEixm46GY3Kb0HumH9K18
twZaIDT8Qjsb4BEV0x8OGZFXIEd6Hxn9KI+U88/+srYjSv32f2GjvuZmW4/H
v/u7h9EO9w63huJo3UDa7dfTrcPdp7vJ9tYvjKJtysM0kskeA3wzAakgTHa4
/9TGyawPmKjBakrmVxNDC8NoA3E0CaTZgx35P+VT2uDudGvn4HB3d5bu7+wf
pNnXwUMSMzvY3d872IX/f7Y/28/2r+GvZzZgZiJmAyEzjy4eIFUTqYgSaM+t
KOksgPc5F4/6SUBskrGIWTbcrs6lvugBScztZhrfGxhoUtjcMCtmVEnKvNRZ
UjJAz/Dr5/F3bT4WVjRcyxKs6bqAJmFKhhSkm+UmMX0vmlYFbLZeYRDMprsx
JE75+60rF1V5IBsF96hiok9E8JBqxeKcZiMJ6Gd78AE6vhHTJThIwl0eiZXc
TWdjeK8rt5BOmBZ6pBElikFyUIjSPaSWWaPBXtw6qm+vGTJvBTIsZUJFdpql
BbcYLUEjX2SmOqerbLtcx0b5vvQgTc8lRuzYMjhsEIxlcBQf8TMndicPVrZh
QIWADvSLNPLli7KZmZkXx068WqqEU62ltcCfua50usw4k45iF8o8bbXnfq6E
fjrZ2tLPE1sES18+ltUHnN3yQwrYwBnLMj7U3si98/X3/SiupX+g3pz0Ap40
ITTs7rZisWCqJrvk4BIzI+zGdlyNJGKxUYZp/l1OhD48B5mxibH9s8zvyS7u
/iNYYY0qdH4bHW+Nn2NdI1Yub2OnKvIDxYskTZ0HsS7wjgIfOGU6vMTU1Vq9
vrvxPr8QrQWB2Zncprnj3NJBrKnmpk2fx5V5Fco3tH4JQEQW4RKst92Wu2I6
GkYcuHWH5Ew5vyuZaPewUklMw0EM1Hw3xHDi6dBKY9FDOO3XNp4kttraAwm6
bmK6FOg+WVIo5GbxErQIFmCTrg7IGyUTPQrm/V2ceX1E13v9Kl9ce0WfjzaE
/axnmoDUBIeTHE2xmcJcsZLMMZSD1VEhBje+5hD3ilnL8mGXhXN/ZdLWso2T
wiNEdoxEyUwIdHuMUd2T6WO7eTJXMSZGvx9vLwq0BtTib2gitG86BF6BHPf8
MqBLUjsOpyRYYvQZh3QgjkbU0U2YFOmyMC7WEINM7jfzp3hZj43GeGDoUgH5
0PTrFy8lf7vj9/UY+oiDkSKMXsEr44tXx5gXN7G8ztvbIk/vHghDdLATPdNU
LRb6FzA5wxVddUInjSkNnprutr7li4s02TbWC4Sqe9XkrVfPRJs5/cS9+REi
8sWCOmC12aKhLB68O+An3mxvGQE/xzMJj3q0Dv7MhtB4PVLq/PVb/S0tYKNJ
CjCWz16/HRFXG+k3myOlCCBUsHyOv+C4wOUW/Z7OI5OVYdYWCvl/0ji+eSab
L7CH/6o1VSzw+5kZPy/XDR/blQsgUEMcGIwy7+SNhgYw2EDN0ch+B7uCe1nh
gZGiMdMbP8qdCz9Fm/+JkkWjf6t/tLahWL5YmOoMyzfwzZKaEJlvfLv7iLbf
yG8/ReZyoKfhXWRBHN14mQ78nX1qbSnQ8cnp2Pb6RJty7ED1ZAQjvbFAyX8e
kH55ySvDxwNHQW5a7pB+OpBSzWHmBPfle00elfXdF3HHIDysr4XAIM1sJSEC
1ko/M9NZUJyPXaPekRONGQ0Ujzrl98k0HOj/9pTthjEq29wlFp1h6FzjtpFY
jJgju/TiLle4viuisas3V0z5JWWfS+hb4fzz5VwXWXkDXNOswnTbfxiuoPS2
7BSi3mOLBJkUwcY4vRbLelFxL42QUgCa3zfSG1C428aC3HIB0DdFuBg1b2ne
6UhUoFbeeYet4pCxM/6m2wZwkeSddnXczOoe07+68STDU4T9oRIm+mqS1lWD
XfWLNkdJwVIII0qvqvuMlZoK4xnEgqli2HjiPyY1l6EbserPIuO6RiaS3uM7
PUhvdVFEDFkEEwUVtZUNJOCrT2DmJ+K5oXZ21hejnmSfFk9QX4QP+RPTijum
9f+6hOpe8y7JrLAXd7j848FCt9hdGYNZ1cNpf77H2fbkd032/9aqFuVVtcTb
Ew1WtaiwquXSPUG7sPkvC7bBB/KAQw93g9myHbJ2sTVWjXoZZj+Y1KCgas1b
cWqbdYrmFjbmIdo1id0qCAkmEe2a03RcpXenwc4oMFArzhvGSbHnPZKN6YPg
RUqj/HVHGd8NX9HRURs5fuclXHcCkeY2ggvl6v4aWgR2SXf5JGbMBToEsAGk
mF+002uqDwpyoxlRJE+Pu0e53GFOmbbkAUfi91SvkFFgd0nOZqYT6mYxwwLX
Jy/jJVF0y82APASdM0iOcjdD3PVM2iBIGHSJHEo/sS3HUJjE7ykxpip2mlaL
DL1aKLw4oTkeYTSNb0weWOAXVo+KZb60rXnwN7ZFC+yq0bEe7c0Uvba2vcsy
gnKNriEsLSK6BRxyhUavaaTyqhr8wggySa03xJbYSnPz/tvCjjx2x8tmF6jn
He5256QbLqaVxqyO3HBb0hPCKIBzOltsZ2lPEXdMMeoRnin/ZFEl3w6U9MVt
eYNs5IlARfbK6ptX9jogszDuDoy6lsnEFbZOTsCMU9NDruA2ZbKbzF0TXFiH
yNy5t8Pek0C07f8Wc7J/1s7NHgtB3eGNeb3o0zpXOweRIg737lI6nveeazTR
yDaBrnA2xx7JCc9y28X/O9kbPBYjWI9cREUiV8EcbybjaogOGsophLBlRVXy
hAY7iBIDFozt6gmk4YqnYW35Jk/l0jGjre7AFPH15EGFn8MJP8oVgj8R2lJv
oaxGuUvevhpvhDMaOyWdWwEYcagEuROirgqf6+VIBDn78Urhs1lfYvs1YsPd
Wom6/bhgeGKiDIhRckN8g8yaUv+c1Y6lgMpem3623YOJ4UDSeLabo3DPBRyO
RRmOwujJ7JVoIL3vL98rBpO1D/I4rIlhHhcXTjhsXi7XFwxSYY1N1rZ5lC6V
Qqri0eXGzcXCldvgrTUOKJ7uKXR8R0+QzaVdy0hxnUdaAho3KS08bKxFzTS0
2SAyi4Frlhi1HnGqQK5IECsCvEtjUp00JskvT7iGZyj/mZR0XJXYT1GvJFiE
pogsdjRJqa7AWsxukuKDZX7A3QuwGyZenvgw0XSvCsw7pko/e79foTSkSSHi
PLZCKchT3PQrlNSDFUoDTZ2IQ3VufbLFXWHKFpFeLJGKf6V6c1/D6wLEu2Ax
SGogn4EpdzBCuaOXPpzX5wpk/7sLXC5j2m2yGsyf+1Huev1JV7E6EE9CzPlq
tlgsyZygSYG/dE6ZcLa8iV+mFeIA0UVeRBqF9oRVTyn3+IOKWWWm211MDkfZ
r7LxmiCXlFl91/oblI2qa1TAr2S7yPrJJCwrTEai3DjReTnr3yZZxO53IxlD
WSkdr7Pg8yiGqC4IJVLpxcsPFNP/1F6FZ+yXoJDzi8tfrKuGtT65ZKKT1Gvz
D6y5n/UvGAv67QI6+H10R14ZTrEKtDCv0SbbtpKPYzaKZsJHqoM18ZaOdYKL
s6aLmFiPr4h35u4PttnckmaYLYu+e8NKB9s+OmQmUclCTINyCV3OfXDN4NqG
l8CLut2pYpcQ2hrLbtvbgQZZtonucTzh5RHXDtDma2ouJhfvkeGE90MFJEOM
EKNfJvPqu07ipS9uhvz2StoJUOv+NPMNV3k5HNEEEL36L79FVr+gwRRKy12a
0u1fLTGzA6Mf00CtiVeSVt190Q1PNdVxrwknA18faa5vNV5E1Dzb3DAiU9kS
Zqt6fbXpwHYf7qyNvdBBLlc4AcZxQHei5VGG9CrMOlqrzSBLCZmETaTPhY47
WIv3nWD5TzdgrYxTn/QgPMcb1L1j/XW5zMdPC7SseKrc0QTunMhhK0/tckLa
9m57sFR8ooICEmRAnHs6HUh75zZdc4w45C1eWgG4hTCQdj3Sg9vW/qPi6/FE
2pigMZWV4SXAjyvyDG3da6QGSSAbSKWk9576KdNhxzNDhSa8MHx1Ukc8KIeo
29xj6BE31kQByRla1HmE746KABMNcQ+CcqSu6fZtVUwbMPu2eXfGdr3nyumM
AjOE4eFlATrIxkPfii8QnVfZFX8GLT+Du0a3Y/wgsG5yK8+oR4yzX/CsBRG3
zfHYvoOs/LsMir6k2+4Qxffvz/pdR7wRQ/mLux5cdG9Bkq6XN10zIg2zMmUp
YkUbbI/WiIbzDRFT9Bh7/MqQGzDXZaCH9OhlIC308OGLuwjLLA1LjAZIB6hs
V2+8rOrrfApK4Carju3gySjKBegeDvKKroI0BC2+SnZwNXt64y0f13cw6DHS
SjYdWBYuZhBnHrsefb2kXFHcg/e+RY+HO9bF5EnIq5XxowsFucxaLpNCNmq+
D8svTfzC9mZhRZM7kMSF8efP/Ds1Vchb41TBTnkLMnLsor0T5MWit6Ho4hnz
EtZzYj1CxV/NzbLLKpDoOIQxeIMUd9aVmzDPT/biOqlfmHtAPn824e6x3AbD
qs2XL5KpLI1vTLqLr/g5+Hp+Hz7Nm4xvneAUYitePHfzsGihzOtfdnueSsK6
Y+8MGr9ZlZUf/eIgtEyHb64I71lnP99Ae/VuAAiTJfw61VAh8O+VMyyN3FXh
DSmyfrpgy+ZslFU5niUtEEVc3Jurgm10yDgn3Gh3JGYLVJ+XsKuCMd8pGgGI
gEKUaEJ0WfCLVZnM81R/T1SBZxR2MfCvsvz8ldCOcjc/8iobpiOS+3Q7XP9s
MDLFc/QjQ91qrRBwXisan4uoqI0VpCZRQoYt6e/2HvHDdM9Xzl1qbpAMrASr
rXlJhkhLJUBT0sX8NcfyOcP6WC6ZYV6lTPEEOert9Q5YLlLd1Mni1lx/499k
FqKuenxFrFyRR/UMsnSDon4lD+3YMNMFqvD0TNNJf0j8DlbuhNfs3fiv2xil
4deoPbf5PNM9sCShf8MniIEIkrs+R0XZxbClaAvrrdO2pxEZq9V6fBDihnn3
K2HX9ALkMSNsx8iroQvvgquNOVs1snsVIUi+AE8UL7rL4sGLOAZcJxHPk1G0
uXCJL7owPRO6/QgegzQjR9y2kqbTQ69XGCG+oAHPrvJzmHVIxEb/fLw3Wscz
sc0aYndxPdQE4mPnKh6ny/Ek5ub4RHFghZ73roMY8t87C8n5ZxQdoDhpbLZJ
JybTa5fo7yo8FTL7U74I1XJO1iNIlb1altLSLpt+WFSLD3cZheGVZ4wFdVuP
sEZteGfgapRmaasV4oLJcfI1aGgiQn7yXudkVMcD3mEDg4EL4zZbLx9J6Kx0
VOpYN0P3coB+8r89FcPh1xlwvVxkSVH4dfda4j2M3asm6avH3fv4m7AkjZ94
xHvRJ9a99w+4pPxXXFCOjtnwMtCH5xu8mPxXw0XUxm88mUYQWPce/uvt4hHz
/a3r/P/9ftGOAmBygM7N38AROlr8uamp5QtHGcKnqPUbRb7Nknpa3Zdf1njx
plmRtV092HPJaGzNl9UsfsDa6yYd9Kwj7kaTmxZNSWncSUEXWKqkLO6TlfNT
26s9ZREbnBjHxYzK3bUl2R9TgYYoFkP3Nj/d5BvPaUzFg6VYCym1soEqKr0t
4YlEIkJyC5wYU5vSh8vTobwRl5gEAUDEVrj4N98MpSOSwOrS7AFn1znuImT4
/jzuJuMCM00D8z7aVNB/2fOMTyhJLJoN9ajQRTxng7YBmopR0vzGRT3nAqOD
8XZt6w3f6t6UDjArQjxdL8vS3M6YkROHwGYgZs04t1kyeC/Yz3jSt/ux2Vek
gx9Qi3c9Wx9GFOI+OXXJprZZf4O6C2mMe5ODhyJ1m6Ou1sVRZ70RUzdh0G+C
tiab669H82/d+JgnypnK5p4yvhzTTyCwN5hpP8mAfLhoCxAeDty1S9eH/ev3
Z+9PX1gdyFy9ylqkMmYBULP08NKvLi9paA0j08XlZi59fnFy/v5Ueqnub+9i
nAwLQ5TU33VaKqOO5HKrZOKNZhMQAK8f9O6xMnT97uL1CFvfjvS/Tfa2nlGp
AeMbWzLBXWcDea11FphAQ/kX3h20YBBx9Z1tFMXGmHEAPOK+NL+zpktBCN+0
Fl5wkSlZv+bO3/2H/XNSRG+KMq/5Fl2mJxz8RNphM+9XXCJlginepYaJ5fTG
+DoOc8oRuUJCnBEuuJ7jp17Pcb0BxLfpqG8tkRHDz/1Shbxxr35t2uoViu7j
TNJbBqfJMLeATIO9dkD5ICCphwuCcWXzBB1ODEeglxQ063UGjHTh8lssmss9
XPe4+IU9nCNDofq41DBGoH6bYNoM9Xbm4iqSdLdUS8ojOVd207klIa+xh6OR
UZ5XiUomiBaI7eWmWTryCUC1OTqaMAhxzSW0qJlQAnjO4nGKGQswOYxQUJ9U
gJDtM5+3SvIfZAQ0ifNrwUCzCcq/EtdyN01BJfV1DtiHiWKul/BRp+st+sKs
ehAnU/RroyVqr5Ts3d1ofF7D1xWGLbsWlISUmRY4LgsZRzapSxrAfJ3TCypp
2wQrlpyzyNr94jpdNlSbwYmFMgCfjen77hIZqzJb14bVuQYD1YczODBSbm7k
dPjsAdPipL2MwW1WhWDoptgEl9n9wL0ApCY0uCHc3v+8PrWFdRtL/wXgWoF+
OCq6MA5BoIBqXiLmAAcgiWJksr3sVvxBZPJSNZCmciB6MF4vhVoiM6pO8mab
1ByhaYfvY7DuQalLazxl+fEOYxZtrrZJYRLyHBs5UIAqwbZJLKv9wihzmwGj
WHiNAGCyv33T+PWa2oghOY/04ZjKwfHKCa4/kp3Y3qOmYyf5fl+SZ0mKt1JD
CUbQiNxrIsuwYYJgPTyg134AZHhWJnVe+XSTYiUEjDFbFsX4Pp/iFkJRRquH
hRR8ka9EGBlVkVcSDOfVsmwRMyg9/DojdMZaae6vxiJItK8I1Lb3CVLKNWV1
gLELsKXQImGwNC56BweVrTUcM2zBZFqyKWOuUpXYGTbTDMnEmIcV4OSt8S91
GyLz3WQO1xKXyyuyOERxqnTt4PcUMCTNODaKmZWKEM/ehkXxVik0t67n0d+p
Ds9l0VnvpXhxw4wyIaOQQwWgaHpdpdcolV5V4bXfMBTrX/F+lnFBMUcgTNtU
FMQi1qID4dyDoT+mSdOVNHhH6cqVYmRmADDmpPS8yGHkbPwqKwogXr3x4hUo
VgFXclfqMoWwB0DmD+T+SMPbPqQbD3qoqAIinkSOlcSArTll4O/ihQYEiry8
perrYqU+LgsEoBQRvshK1H0Am9Fog5Fg9dUFGEUi7KRqzEb8rPnheENqItic
SY1lUgXW9sk9hbYmHEc36fQ+xqKcQgrlO9pN5xBA4ikGSFF1QNks66UJKD+K
pWlOHY3TqrrLM08IUCdLeJIacsFh9i4UN2UVSl71Q9vWYPDinMcWNVgNIa+C
i26qZWn7IK+J4FmbsZd4YvQcW+V4l2WLSOVHI4oP3+6Qz3FpAidATtgNYsoM
sy6WC6Elhyv96kzvvKqawmE4uqKkQTsF79LCE5UXacKEIQ2b8T4NlivojAde
gRbV5jfkUrL5j3kTTygUZMcOHWBt4+wUpkY04CB97z5bE5VhHZWbF01dRL9U
1AmBIiuo/RpO7jH7Tm6H56yTkGseCZCo6MF2VJvevd5+EYcoEsOJFwNqxVE0
8ZPMHL/fA9su1CGscZmFkU1uuD6PMOOm0xTGDqfDYpmOqpp0Ut0V9xsjjhrN
XI6kqFO+vgjrU+Oyu2AFvqHLIPjeRKMB3ErHKExuWnBWSFjaJHc6YRHily/K
FqM3NuYDa1jO+TZHenJv6+CAa8ZrWoh5jlkZpcigWp/UBcaB+t5EOqxl4zFG
Ftho8KpQgfL6/QaC26WruBwOeGQpTUerCKpwshTHNON1BGEeh7FyDetk37Kf
/u87/vQp9rryMh08qKl7olTjSWJ13bahMarE2ui0S2wOgY3ektK1HzV4cInN
qUzmpL0V+hi7B7KZbCK+Xv0IcjGRs71OSHwjDO0CxDumj1m5J00o2Tmc3iGA
RCfQohNM9FvgDRXZOF7U3kr6kVPZuC4Iexx2M3TEaFXGaCVbzTdc6RspAWPu
2esTwESjImgNy/nu/DJonzKrep1qMDHlIseYAmgI2U3V5lac9yMTrPGWBBxP
R7gH1WekPILrUkHDHQsotK25BLisbgzptHj1Oh6l8nmKTXSwbTnABpVDdPax
uYoR75GbsjqBGShU6YMGRlCgCVzmrelw44fRGpYJwn9sE5yY5JVCcXtRJqo/
UqikWNL2Un/dTScmcdL4wUyNXBB6AEYS9pCTMizf6xNccG4vouB1YscWVGbq
ZIopk1Sewm4IF/4psmTaIdmsZLDdw/neKD9xCRNQ8MwjNWMmCNJYxkiuDpqu
sYENhCf6ELwN4CK41QcoBK4G1rdNX6CzAPXuxhwyiwCmts4hqeCQ7L0rpx+5
GV3pTi5gjthmyWWesyM4KQW1yf8P3EFR6XE1z8Wb0omTOSOPW+0FGTFVWUpQ
AzMKQAVJCH+JDG0y6wInayMJ7i48rFxUwV0qxWmZ9oZ32xIY8CNNl7UeuN90
w8oqubeyx5+tjsKSnACW6Btgo6UKU6Q2PQfjzTIBtt9maN3pU5Js7BktxQmF
17tQka5C3K7H0eomon3Qupapn5L1dej1tBmrRo716o+5z5hxWGJrT7M6KygU
zSKb7kCBlMYWS6QzwFK8iFXuqeSUHBcTFl8IvHmToybtWkrp82WLiUTPEdwn
eKHKzZJfIn3GDy2Z9q7D7Sy71Xiy/m4JE8ti4+sOWx0lNmvbWkpTBdIHOZEc
kNh2lBTXudbLr/AYzsCiCSi+a671XSP9xeSzYZv1zjSrZy6o3nDau01RLjli
aaSpCYvvR+jVHl5GSMOt36YkD5tzD6zE2x7dFBaMM09KsLfqxj/Locvc/F44
fQCvyXnqADhuZMgmkD3hMntQ7Htk+lWc5h4kZYmVh3GrtbAKJNfX3QCopDUM
3LHTwZD1GKgcBkrBow4LHrnJdr85bicRLHItk6yDJ+gkq4pHOh5akkude5sL
Cwj8rvWmw1hwG+OQHeVXZriQF7NxYvX9q0dZAngJbuRfHMKoTTpkc1WojXah
r70o1lFKHyjKrJPS8NFbUaEjl4Oj7zBekQ7ERhfy47pg4oHBs/UBRYolUlix
H1A8RnxxFrBfYoHlzZGyBlJqsGakqJpMxdsQ9JRCTkhAyrOaA0gC3tNtvnAm
kr3bgbng9GPeOK+Y3GYI9k7etkWnB0KjrBxky2pZOtvK1QZJ18LAQLFlNqXv
ogeqeCjyIdfIsp9sxI0ZphmgYwEv+6vDi5P8G2MHElw8l0Lr5UIPX+PFhnyC
NUMi/LxeozQ49UVFxhUes6lQiYd78Yilb3n8gE0fS86PYPJyBf/uCSVWTxBA
FbLmLq1D99BZOFQPckrRm9EKxCqxyD1wORocMQgAdL6rTHyx4fQut995fnPb
Sn0X2BJ3kkzVcV0oL69jZGzq6hoXSqhrYlPYRFdUWt6LjQAqv+FLMp3W5M4i
HnF2/N1xhEH4tbB1dpPTrUvEINDXNUU7xuZPnJzqc8yYwKxDpHr1nl9YeWOI
YiRFr51rg9cmVjP4Kg1GsT6d5m1VH+l3GE3JbMoyxrFIVad7ncmse/L58/++
OH3z8suXJ04a4hDlcn6deRcxhBEfas1LeYfMxkDXpQoYWIdsToPRknl3BLkf
XpCmRz6DIwMKAhKOeJN4qezdOB2mnHS5PonbaFwV9SSLEVyZ+AJwENY5V5fo
MKK72t8kK9imTY/ZQJza7JUWGKwfe3OpspoScpg9nL040vry+QtMlbq5ofrL
I729qdQJxwmwnUgNJ40+VX12evEHLNCSS7aP8Bp2OQlEt+PUtIakELFSF2zf
kMF7R4T5LzkIIFhoIpd48FXmNhpo6hIx+bQx56hspk/CxVjPYXOvk+nyzo6B
4K2WN7eDryLJ0xqMJHuXLAv9evUzBv3tMPw2QOfNcnqfo3M1b3/WmL/DpcSB
ik+djIBf2kKMDKzt9LvsE5no6I5s9MkK8PGHM6bVk/dnl2cXpyfMkmdLVrFI
Jv8xBwPxYwIzY+bzNdi6cmmXflOlSfEDWLENQNugAkfET6r3p8xOKLkOrcGa
q3Pxlq/I64jdzQKJ6o+moONfLs6/owgG4Nx84T5Rh9PBgaYZ3zf0/eWJ+Yxi
6RZjcQtpzyExyVdvj08U3TpG49Aw+o/YDhkvCDhyM3C3uyO9BFZx6L7OgYiL
Ylzge2N01mDiXb060k9gMzUQWfnEPXxaTnnE/wdvmktvNcUAAA==

-->

</rfc>

