Re: [radext] Implementation independent ALPN selection for RADIUS versions

Alan DeKok <aland@deployingradius.com> Sun, 15 October 2023 21:11 UTC

Return-Path: <aland@deployingradius.com>
X-Original-To: radext@ietfa.amsl.com
Delivered-To: radext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 38998C15107C for <radext@ietfa.amsl.com>; Sun, 15 Oct 2023 14:11:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.908
X-Spam-Level:
X-Spam-Status: No, score=-1.908 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SpMws8q-5ytd for <radext@ietfa.amsl.com>; Sun, 15 Oct 2023 14:11:57 -0700 (PDT)
Received: from mail.networkradius.com (mail.networkradius.com [62.210.147.122]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE107C14F75F for <radext@ietf.org>; Sun, 15 Oct 2023 14:11:56 -0700 (PDT)
Received: from smtpclient.apple (135-23-95-173.cpe.pppoe.ca [135.23.95.173]) by mail.networkradius.com (Postfix) with ESMTPSA id 7F3D95B7; Sun, 15 Oct 2023 21:11:53 +0000 (UTC)
Authentication-Results: NetworkRADIUS; dmarc=none (p=none dis=none) header.from=deployingradius.com
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\))
From: Alan DeKok <aland@deployingradius.com>
In-Reply-To: <AD047955-19EC-471C-8F94-92577D58F229@gmail.com>
Date: Sun, 15 Oct 2023 17:11:51 -0400
Cc: Heikki Vatiainen <hvn@radiatorsoftware.com>, radext@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <85B61799-F9EA-42AC-885E-76CB4DEA28C9@deployingradius.com>
References: <42C9E043-31B8-4E1B-878F-19AC1D91A0F5@deployingradius.com> <AD047955-19EC-471C-8F94-92577D58F229@gmail.com>
To: Bernard Aboba <bernard.aboba@gmail.com>
X-Mailer: Apple Mail (2.3696.120.41.1.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/radext/XlItmAlAlPVvr7CTuo9VY8aBytA>
Subject: Re: [radext] Implementation independent ALPN selection for RADIUS versions
X-BeenThere: radext@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: RADIUS EXTensions working group discussion list <radext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/radext>, <mailto:radext-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/radext/>
List-Post: <mailto:radext@ietf.org>
List-Help: <mailto:radext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/radext>, <mailto:radext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 15 Oct 2023 21:11:59 -0000

On Oct 15, 2023, at 4:21 PM, Bernard Aboba <bernard.aboba@gmail.com> wrote:
> 
> On Oct 15, 2023, at 12:53, Alan DeKok <aland@deployingradius.com> wrote:
>> 
>> Perhaps instead "This section is informative, and contains no normative text."
> 
> [BA] That’s redundant. Just include a statement that all sections are normative unless stated otherwise. 

  Sure.  The intent is to say that the section describes the concepts to make them easier to understand, but doesn't define anything.

  Alan DeKok.