Re: [pkix] [Technical Errata Reported] RFC3779 (7653)

Russ Housley <housley@vigilsec.com> Wed, 27 September 2023 15:30 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: pkix@ietfa.amsl.com
Delivered-To: pkix@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7A0BCC17CE9C for <pkix@ietfa.amsl.com>; Wed, 27 Sep 2023 08:30:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.906
X-Spam-Level:
X-Spam-Status: No, score=-1.906 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] 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 sftxKN3r5xKX for <pkix@ietfa.amsl.com>; Wed, 27 Sep 2023 08:30:08 -0700 (PDT)
Received: from mail3.g24.pair.com (mail3.g24.pair.com [66.39.134.11]) (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 9EA46C17CE99 for <pkix@ietf.org>; Wed, 27 Sep 2023 08:30:08 -0700 (PDT)
Received: from mail3.g24.pair.com (localhost [127.0.0.1]) by mail3.g24.pair.com (Postfix) with ESMTP id B9964143192; Wed, 27 Sep 2023 11:30:07 -0400 (EDT)
Received: from smtpclient.apple (unknown [96.241.2.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail3.g24.pair.com (Postfix) with ESMTPSA id 9C9AC14314B; Wed, 27 Sep 2023 11:30:02 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <20230922121745.D1D50E5F67@rfcpa.amsl.com>
Date: Wed, 27 Sep 2023 11:29:51 -0400
Cc: "Roman D. Danyliw" <rdd@cert.org>, Paul Wouters <paul.wouters@aiven.io>, Stefan Santesson <stefan@aaa-sec.com>, Job Snijders <job@fastly.com>
Content-Transfer-Encoding: quoted-printable
Message-Id: <67B1F9CD-F8E9-4895-A0AC-C6B32EAE7150@vigilsec.com>
References: <20230922121745.D1D50E5F67@rfcpa.amsl.com>
To: IETF PKIX <pkix@ietf.org>
X-Mailer: Apple Mail (2.3731.700.6)
X-Scanned-By: mailmunge 3.11 on 66.39.134.11
Archived-At: <https://mailarchive.ietf.org/arch/msg/pkix/mhiE4wXNIi5jxROEBrfSliogP7Q>
Subject: Re: [pkix] [Technical Errata Reported] RFC3779 (7653)
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: PKIX Working Group <pkix.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pkix>, <mailto:pkix-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pkix/>
List-Post: <mailto:pkix@ietf.org>
List-Help: <mailto:pkix-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pkix>, <mailto:pkix-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Sep 2023 15:30:12 -0000

Two thoughts below.

> The following errata report has been submitted for RFC3779,
> "X.509 Extensions for IP Addresses and AS Identifiers".
> 
> --------------------------------------
> You may review the report below and at:
> https://www.rfc-editor.org/errata/eid7653
> 
> --------------------------------------
> Type: Technical
> Reported by: Job Snijders <job@fastly.com>
> 
> Section: 3.2.3
> 
> Original Text
> -------------
> Section 3.2.3.4:
> Any contiguous series of AS identifiers MUST be combined into a single range
> whenever possible.
> 
> Section 3.2.3.8:
> The ASRange type is a SEQUENCE consisting of a min and a max element,
> and is used to specify a range of AS identifier values.
> 
> Corrected Text
> --------------
> Section 3.2.3.4:
> Any contiguous series of AS identifiers MUST be combined into a single range
> or, whenever possible, represented as a single ASId.

I don't like "or, whenever possible". That is not well specified and thus unlikely to yield a canonical result. In my view, this text is not an improvement to the existing text.

> Section 3.2.3.8:
> The ASRange type is a SEQUENCE consisting of a min and a max element,
> and is used to specify a range of AS identifier values. The min and max
> elements MUST specify two distinct AS identifiers.

This statement seems clear to me, and I think it is an improvement over the current text.

Russ

> 
> Notes
> -----
> The introduction in section 1 stresses that the objective of the encoding rules in section 2 and section 3
> is to produce unique encoding and minimal size encoding of the information.
> 
> Allowing ASRanges where the minimum value is the same as the maximum value clearly violates the
> objective of specifying a canonical form (in order to produce a unique representation); however the
> specification as-is doesn't forbid min & max to be the same value. The corrected text addresses this.
> 
> Instructions:
> -------------
> This erratum is currently posted as "Reported". If necessary, please
> use "Reply All" to discuss whether it should be verified or
> rejected. When a decision is reached, the verifying party  
> can log in to change the status and edit the report, if necessary. 
> 
> --------------------------------------
> RFC3779 (draft-ietf-pkix-x509-ipaddr-as-extn-03)
> --------------------------------------
> Title               : X.509 Extensions for IP Addresses and AS Identifiers
> Publication Date    : June 2004
> Author(s)           : C. Lynn, S. Kent, K. Seo
> Category            : PROPOSED STANDARD
> Source              : Public-Key Infrastructure (X.509)
> Area                : Security
> Stream              : IETF
> Verifying Party     : IESG