<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.20 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-extend-dtls-authorize-06" category="std" consensus="true" submissionType="IETF" updates="9202" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="CoAP-DTLS Extension">Extension of the CoAP-DTLS Profile for ACE to TLS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-extend-dtls-authorize-06"/>
    <author initials="O." surname="Bergmann" fullname="Olaf Bergmann">
      <organization abbrev="TZI">Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Bremen, D-28359</street>
          <country>Germany</country>
        </postal>
        <email>bergmann@tzi.org</email>
      </address>
    </author>
    <author initials="J" surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <date year="2023" month="January" day="25"/>
    <workgroup>ACE Working Group</workgroup>
    <abstract>
      <t>This document updates the CoAP-DTLS profile for ACE described in RFC 9202
by specifying that the profile applies to TLS as well as DTLS.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC9202"/> only specifies the use of DTLS <xref target="RFC9147"/> but works equally well for TLS <xref target="RFC8446"/>. For many constrained implementations, CoAP over UDP <xref target="RFC7252"/> is the first choice, but when deploying ACE in networks controlled by other entities (such as the Internet), UDP might be blocked on the path between the client and the RS, and the client might have to fall back to CoAP over TCP <xref target="RFC8323"/> for NAT or firewall traversal. This dual support for security over TCP as well as UDP is already supported by the OSCORE profile <xref target="RFC9203"/>.</t>
      <t>This document updates <xref target="RFC9202"/> by specifying that the profile applies to TLS as well as DTLS. It only impacts the transport layer security channel between Client and Resource Server.
The same access rights are valid in case transport layer security is provided by either DTLS or TLS. The same access token can be used by either DTLS or TLS between a given (Client, RS) pair. Therefore, the value <tt>coap_dtls</tt> in the <tt>ace_profile</tt> parameter of an
AS-to-Client response or in the <tt>ace_profile</tt> claim of an access token
indicates that either DTLS or TLS can be used for transport layer
security.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <t>Readers are expected to be familiar with the terms and concepts
described in <xref target="RFC9200"/> and
<xref target="RFC9202"/>.</t>
    </section>
    <section anchor="specific-changes-to-rfc-9202">
      <name>Specific Changes to RFC 9202</name>
      <t>The main changes to <xref target="RFC9202"/> specified in this document are limited
to replacing "DTLS" with "DTLS/TLS" throughout the document. This
essentially impacts the use of secure transport as described in the
sections 3.2.2, 3.3.2, 4, and 5.</t>
      <t>In addition to this, the Client and Resource Server behavior is
updated to describe the case where either or both DTLS and TLS may be
available, as described in the following section.</t>
    </section>
    <section anchor="connection-establishment">
      <name>Connection Establishment</name>
      <t>Following the procedures defined in <xref target="RFC9202"/>, a
Client can retrieve an Access Token from an Authorization Server (AS)
in order to establish a security association with a specific Resource
Server. The <tt>ace_profile</tt> parameter in the Client-to-AS request and
AS-to-client response is used to determine the ACE profile that the
Client uses towards the Resource Server (RS).</t>
      <t>The <tt>ace_profile</tt> parameter indicates the use of the DTLS
profile for ACE as defined in <xref target="RFC9202"/>. Therefore, the Client typically
first tries using DTLS to connect to the Resource Server. If this fails the
Client <bcp14>MAY</bcp14> try to connect to the Resource Server via TLS. The client can try TLS and
DTLS in parallel to accelerate the connection setup. It is up to the
implementation to handle the case where the RS reponds to both connection
requests.</t>
      <t>As resource-constrained devices are not expected to support both
transport layer security mechanisms. Clients and Resource Servers
<bcp14>SHOULD</bcp14> support DTLS and <bcp14>MAY</bcp14> support TLS. A Client that implements either
TLS or DTLS but not both might fail in establishing a secure
communication channel with the Resource Server altogether.</t>
      <t>Note that a communication setup with an a priori unknown Resource
Server typically employs an initial unauthorized resource request as
illustrated in Section 2 of <xref target="RFC9202"/>. If this
message exchange succeeds, the Client <bcp14>SHOULD</bcp14> first use the same
underlying transport protocol also for the establishment of the security
association to RS (i.e., DTLS for UDP, and TLS for TCP).</t>
      <t>As a consequence, the selection of the transport protocol used for the
initial unauthorized resource request also depends on the transport
layer security mechanism supported by the Client.  Clients that
support either DTLS or TLS but not both <bcp14>SHOULD</bcp14> use the transport
protocol underlying the supported transport layer security mechanism
also for an initial unauthorized resource request to the RS as in Section 2 of <xref target="RFC9202"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The following updates have been done to the "ACE Profiles" registry
for the profile with a "CBOR Value" field value of 1 and "Name" of "coap_dtls":</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with
the RFC number of this specification and delete this paragraph.</t>
      <t>Description: Profile for delegating client Authentication and
Authorization for Constrained Environments by establishing a Datagram
Transport Layer Security (DTLS) or Transport Layer Security (TLS)
channel between resource-constrained nodes.</t>
      <t>Change Controller:  IESG</t>
      <t>Reference:  [RFC9202] [RFC-XXXX]</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security consideration and requirements in <xref target="RFC9202"/>, TLS 1.3 <xref target="RFC8446"/>, and BCP 195 <xref target="RFC8996"/> <xref target="RFC9325"/> also apply to this document.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7252.xml">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <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="RFC8323" target="https://www.rfc-editor.org/info/rfc8323" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8323.xml">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9147.xml">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200" target="https://www.rfc-editor.org/info/rfc9200" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9200.xml">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <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="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9202" target="https://www.rfc-editor.org/info/rfc9202" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9202.xml">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization.  The protocol relies on DTLS version 1.2 or later 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>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized.  This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8996" target="https://www.rfc-editor.org/info/rfc8996" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8996.xml">
          <front>
            <title>Deprecating TLS 1.0 and TLS 1.1</title>
            <author fullname="K. Moriarty" initials="K." surname="Moriarty"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <date month="March" year="2021"/>
            <abstract>
              <t>This document formally deprecates Transport Layer Security (TLS) versions 1.0 (RFC 2246) and 1.1 (RFC 4346). Accordingly, those documents have been moved to Historic status. These versions lack support for current and recommended cryptographic algorithms and mechanisms, and various government and industry profiles of applications using TLS now mandate avoiding these old TLS versions. TLS version 1.2 became the recommended version for IETF protocols in 2008 (subsequently being obsoleted by TLS version 1.3 in 2018), providing sufficient time to transition away from older versions. Removing support for older versions from implementations reduces the attack surface, reduces opportunity for misconfiguration, and streamlines library and product maintenance.</t>
              <t>This document also deprecates Datagram TLS (DTLS) version 1.0 (RFC 4347) but not DTLS version 1.2, and there is no DTLS version 1.1.</t>
              <t>This document updates many RFCs that normatively refer to TLS version 1.0 or TLS version 1.1, as described herein. This document also updates the best practices for TLS usage in RFC 7525; hence, it is part of BCP 195.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="8996"/>
          <seriesInfo name="DOI" value="10.17487/RFC8996"/>
        </reference>
        <reference anchor="RFC9203" target="https://www.rfc-editor.org/info/rfc9203" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9203.xml">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework.  It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9325" target="https://www.rfc-editor.org/info/rfc9325" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9325.xml">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Marco Tiloca for reviewing this
specification.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
lBIZAAA=

-->

</rfc>
