diff --git a/draft-ietf-core-coap-dtls-alpn.html b/draft-ietf-core-coap-dtls-alpn.html new file mode 100644 index 0000000..201cac9 --- /dev/null +++ b/draft-ietf-core-coap-dtls-alpn.html @@ -0,0 +1,1234 @@ + + + + + + +ALPN ID Specification for CoAP over DTLS + + + + + + + + + + + + + + + + + + + + + + + +
Internet-DraftCoRE ALPNSeptember 2024
Expires 8 March 2025[Page]
+
+
+
+
Workgroup:
+
CoRE Working Group
+
Internet-Draft:
+
draft-ietf-core-coap-dtls-alpn-latest
+
Published:
+
+ +
+
Intended Status:
+
Standards Track
+
Expires:
+
+
Author:
+
+
+
TBD
+
+
+
+
+

ALPN ID Specification for CoAP over DTLS

+
+

Abstract

+

TODO Abstract

+
+
+

+Discussion Venues +

+

This note is to be removed before publishing as an RFC.

+

Discussion of this document takes place on the + Constrained RESTful Environments Working Group mailing list (core@ietf.org), + which is archived at https://mailarchive.ietf.org/arch/browse/core/.

+

Source for this draft and an issue tracker can be found at + https://github.com/core-wg/coap-dtls-alpn.

+
+
+
+

+Status of This Memo +

+

+ This Internet-Draft is submitted in full conformance with the + provisions of BCP 78 and BCP 79.

+

+ Internet-Drafts are working documents of the Internet Engineering Task + Force (IETF). Note that other groups may also distribute working + documents as Internet-Drafts. The list of current Internet-Drafts is + at https://datatracker.ietf.org/drafts/current/.

+

+ Internet-Drafts are draft documents valid for a maximum of six months + and may be updated, replaced, or obsoleted by other documents at any + time. It is inappropriate to use Internet-Drafts as reference + material or to cite them other than as "work in progress."

+

+ This Internet-Draft will expire on 8 March 2025.

+
+
+ +
+
+

+Table of Contents +

+ +
+
+
+
+

+1. Introduction +

+

TODO Introduction

+
+
+

+1.1. Terminology +

+

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 [RFC2119] [RFC8174] when, and only when, they +appear in all capitals, as shown here.

+

TODO terminology.

+
+
+
+
+
+
+

+2. Security Considerations +

+

TODO Security

+
+
+
+
+

+3. IANA Considerations +

+

This document has no IANA actions.

+
+
+
+
+

+4. Normative References +

+
+
[RFC2119]
+
+Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
+
+
[RFC8174]
+
+Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.
+
+
+
+
+
+
+

+Acknowledgments +

+

TODO acknowledge.

+
+
+
+
+

+Author's Address +

+
+
X Y
+
TBD
+ +
+
+
+ + + diff --git a/draft-ietf-core-coap-dtls-alpn.txt b/draft-ietf-core-coap-dtls-alpn.txt new file mode 100644 index 0000000..439a5c2 --- /dev/null +++ b/draft-ietf-core-coap-dtls-alpn.txt @@ -0,0 +1,111 @@ + + + + +CoRE Working Group TBD +Internet-Draft 4 September 2024 +Intended status: Standards Track +Expires: 8 March 2025 + + + ALPN ID Specification for CoAP over DTLS + draft-ietf-core-coap-dtls-alpn-latest + +Abstract + + TODO Abstract + +Discussion Venues + + This note is to be removed before publishing as an RFC. + + Discussion of this document takes place on the Constrained RESTful + Environments Working Group mailing list (core@ietf.org), which is + archived at https://mailarchive.ietf.org/arch/browse/core/. + + Source for this draft and an issue tracker can be found at + https://github.com/core-wg/coap-dtls-alpn. + +Status of This Memo + + This Internet-Draft is submitted in full conformance with the + provisions of BCP 78 and BCP 79. + + Internet-Drafts are working documents of the Internet Engineering + Task Force (IETF). Note that other groups may also distribute + working documents as Internet-Drafts. The list of current Internet- + Drafts is at https://datatracker.ietf.org/drafts/current/. + + Internet-Drafts are draft documents valid for a maximum of six months + and may be updated, replaced, or obsoleted by other documents at any + time. It is inappropriate to use Internet-Drafts as reference + material or to cite them other than as "work in progress." + + This Internet-Draft will expire on 8 March 2025. + +Copyright Notice + + Copyright (c) 2024 IETF Trust and the persons identified as the + document authors. All rights reserved. + + This document is subject to BCP 78 and the IETF Trust's Legal + Provisions Relating to IETF Documents (https://trustee.ietf.org/ + license-info) in effect on the date of publication of this document. + Please review these documents carefully, as they describe your rights + and restrictions with respect to this document. Code Components + extracted from this document must include Revised BSD License text as + described in Section 4.e of the Trust Legal Provisions and are + provided without warranty as described in the Revised BSD License. + +Table of Contents + + 1. Introduction + 1.1. Terminology + 2. Security Considerations + 3. IANA Considerations + 4. Normative References + Acknowledgments + Author's Address + +1. Introduction + + TODO Introduction + +1.1. Terminology + + 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 [RFC2119] [RFC8174] when, and only when, they appear in all + capitals, as shown here. + + TODO terminology. + +2. Security Considerations + + TODO Security + +3. IANA Considerations + + This document has no IANA actions. + +4. Normative References + + [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate + Requirement Levels", BCP 14, RFC 2119, + DOI 10.17487/RFC2119, March 1997, + . + + [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC + 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, + May 2017, . + +Acknowledgments + + TODO acknowledge. + +Author's Address + + X Y + TBD + Email: TBD diff --git a/index.html b/index.html index e69de29..7ad2f93 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,48 @@ + + + + core-wg/coap-dtls-alpn main preview + + + + +

Editor's drafts for main branch of core-wg/coap-dtls-alpn

+

View saved issues, or the latest GitHub issues and pull requests in the repo.

+ + + + + + + + +
CoRE ALPNplain textdatatrackerdiff with last submission
+ + +