Re: [TLS] Registry for ALPN
Yoav Nir <ynir@checkpoint.com> Mon, 26 August 2013 20:16 UTC
Return-Path: <ynir@checkpoint.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix)
with ESMTP id 368D421F9E5E for <tls@ietfa.amsl.com>;
Mon, 26 Aug 2013 13:16:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.651
X-Spam-Level:
X-Spam-Status: No, score=-10.651 tagged_above=-999 required=5 tests=[AWL=-0.052,
BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XtipDgmAGtE2 for
<tls@ietfa.amsl.com>; Mon, 26 Aug 2013 13:15:58 -0700 (PDT)
Received: from smtp.checkpoint.com (smtp.checkpoint.com [194.29.34.68]) by
ietfa.amsl.com (Postfix) with ESMTP id 8F15921F9E39 for <tls@ietf.org>;
Mon, 26 Aug 2013 13:15:57 -0700 (PDT)
Received: from IL-EX10.ad.checkpoint.com ([194.29.34.147]) by
smtp.checkpoint.com (8.13.8/8.13.8) with ESMTP id r7QKFT1i011620;
Mon, 26 Aug 2013 23:15:30 +0300
X-CheckPoint: {521BB761-10-1B221DC2-1FFFF}
Received: from DAG-EX10.ad.checkpoint.com ([169.254.3.173]) by
IL-EX10.ad.checkpoint.com ([169.254.2.124]) with mapi id 14.02.0347.000;
Mon, 26 Aug 2013 23:15:30 +0300
From: Yoav Nir <ynir@checkpoint.com>
To: Martin Thomson <martin.thomson@gmail.com>
Thread-Topic: [TLS] Registry for ALPN
Thread-Index: AQHOopY2hnhrfeOon0eP6uPxKZawJZmnupaA
Date: Mon, 26 Aug 2013 20:15:28 +0000
Message-ID: <64BA577B-0090-4986-82B2-DD89B7F1176C@checkpoint.com>
References: <CABkgnnWDpqrHEwUA+y4Syk-imtNfo==ZH060p4M_z1Fxp2_+tA@mail.gmail.com>
In-Reply-To: <CABkgnnWDpqrHEwUA+y4Syk-imtNfo==ZH060p4M_z1Fxp2_+tA@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.31.20.149]
x-kse-antivirus-interceptor-info: protection disabled
x-cpdlp: 1160a2977f241ea6add4c3da0fef295ab6a54c84e0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <DD4DE1D45F270A418E0FC765F15EC3C3@ad.checkpoint.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Registry for ALPN
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working
group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>,
<mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>,
<mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Aug 2013 20:16:03 -0000
Hi Martin Any reason for "expert review" rather than "first come first serve"? What meaningful input can a designated expert have on someone asking for a string for their proprietary protocol? Yoav On Aug 26, 2013, at 10:55 PM, Martin Thomson <martin.thomson@gmail.com> wrote: > draft-ietf-tls-applayerprotoneg-01 describes a registry for new > strings, but it does not describe what rules that registry operates > under, nor does it describe what information a registration is > expected to contain. > > I'm going to suggest that "Expert Review" [RFC5226] is sufficient for > this registry. Here's what I propose the document describe. > > OLD: > This document also requires the IANA to create a registry of > Application Layer Protocol Negotiation protocol byte strings, > initially containing the following entries: > > [... registrations ...] > > We propose that this new registry be created in a new page entitled: > "Application Layer Protocol Negotiation (ALPN) Protocol IDs" beneath > the existing heading of "Transport Layer Security (TLS)". > > NEW: > This document establishes a registry for protocol identifiers entitled > "Application Layer Protocol Negotiation (ALPN) Protocol IDs" under the > existing "Transport Layer Security (TLS)" heading. > > Entries in this registry require the following fields: > > Protocol: The name of the protocol. > Identification Sequence: The precise set of octet values that identifies > the protocol. This could be the UTF-8 encoding [RFC3269] of the > protocol name. > Specification: A reference to a specification that defines the protocol. > > This registry operates under the "Expert Review" policy as defined > in [RFC5226]. The designated expert is advised to encourage the > inclusion of a reference to a permanent and readily available > specification that enables the creation of interoperable > implementations of the identified protocol. > > An initial set of registrations for this registry follow: > > Protocol: HTTP/1.1 > Identification Sequence: > 0x68 0x74 0x74 0x70 0x2f 0x31 0x2e 0x31 ("http/1.1") > Specification: RFC 2616 > > Protocol: SPDY/1 > Identification Sequence: > 0x68 0x74 0x74 0x70 0x2f 0x31 0x2e 0x31 ("http/1.1") > Specification: > http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft1 > > etc... > _______________________________________________ > TLS mailing list > TLS@ietf.org > https://www.ietf.org/mailman/listinfo/tls
- [TLS] Registry for ALPN Martin Thomson
- Re: [TLS] Registry for ALPN Stephan Friedl (sfriedl)
- Re: [TLS] Registry for ALPN Yoav Nir
- Re: [TLS] Registry for ALPN Paul Hoffman
- Re: [TLS] Registry for ALPN Martin Thomson
- Re: [TLS] Registry for ALPN Peter Saint-Andre