Re: [COSE] [Technical Errata Reported] RFC8152 (5669)

Benjamin Kaduk <kaduk@mit.edu> Sat, 23 March 2019 22:11 UTC

Return-Path: <kaduk@mit.edu>
X-Original-To: cose@ietfa.amsl.com
Delivered-To: cose@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EFB3C12AF80 for <cose@ietfa.amsl.com>; Sat, 23 Mar 2019 15:11:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V0zmLYhdYQCK for <cose@ietfa.amsl.com>; Sat, 23 Mar 2019 15:11:29 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98B061200B3 for <cose@ietf.org>; Sat, 23 Mar 2019 15:11:29 -0700 (PDT)
Received: from kduck.mit.edu (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x2NMBJZB011633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 23 Mar 2019 18:11:22 -0400
Date: Sat, 23 Mar 2019 17:11:19 -0500
From: Benjamin Kaduk <kaduk@mit.edu>
To: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: ietf@augustcellars.com, ekr@rtfm.com, ivaylo@ackl.io, linuxwolf+ietf@outer-planes.net, marco.tiloca@ri.se, cose@ietf.org
Message-ID: <20190323221119.GJ88959@kduck.mit.edu>
References: <20190323172649.46604B81B5D@rfc-editor.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20190323172649.46604B81B5D@rfc-editor.org>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cose/hHz9tUzU3Z6oALEa_YbBbKRK4kA>
Subject: Re: [COSE] [Technical Errata Reported] RFC8152 (5669)
X-BeenThere: cose@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: CBOR Object Signing and Encryption <cose.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cose>, <mailto:cose-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cose/>
List-Post: <mailto:cose@ietf.org>
List-Help: <mailto:cose-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cose>, <mailto:cose-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 23 Mar 2019 22:11:32 -0000

On Sat, Mar 23, 2019 at 10:26:49AM -0700, RFC Errata System wrote:
> The following errata report has been submitted for RFC8152,
> "CBOR Object Signing and Encryption (COSE)".
> 
> --------------------------------------
> You may review the report below and at:
> http://www.rfc-editor.org/errata/eid5669
> 
> --------------------------------------
> Type: Technical
> Reported by: Marco Tiloca <marco.tiloca@ri.se>
> 
> Section: 16.7
> 
> Original Text
> -------------
> Value:  This is the value used to identify the curve.  These values
>    MUST be unique.  The value can be a positive integer, a negative
>    integer, or a string.
> 
> Description:  This field contains a brief description of the curve.
> 
> References:  This contains a pointer to the public specification for
>    the curve if one exists.
> 
> Corrected Text
> --------------
> Value:  This is the value used to identify the key type.  These values
>    MUST be unique.  The values are positive integers.
> 
> Description:  This field contains a brief description of the key type.
> 
> References:  This contains a pointer to the public specification for
>    the key type if one exists.
> 
> Notes
> -----
> This Registry is about Key Types, but the current text refers to curves.
> 
> The value identifying a key type can be only a positive integer.

This seems pretty straightforward, but I'm not entirely sure how to confirm
that the key types are always positive integers (with 0 reserved).

Thanks,

Ben