Re: [Ace] [Technical Errata Reported] RFC8392 (5710)

Carsten Bormann <cabo@tzi.org> Mon, 29 April 2019 16:45 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: ace@ietfa.amsl.com
Delivered-To: ace@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 50B87120424 for <ace@ietfa.amsl.com>; Mon, 29 Apr 2019 09:45:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=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 Od-Carizaifh for <ace@ietfa.amsl.com>; Mon, 29 Apr 2019 09:45:47 -0700 (PDT)
Received: from smtp.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E31C912040F for <ace@ietf.org>; Mon, 29 Apr 2019 09:45:46 -0700 (PDT)
Received: from client-0080.vpn.uni-bremen.de (client-0080.vpn.uni-bremen.de [134.102.107.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.uni-bremen.de (Postfix) with ESMTPSA id 44t9Ws39LwzyXw; Mon, 29 Apr 2019 18:45:45 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <F2A9D0F9-CEA2-4C66-B016-5575DF58C7F6@tzi.org>
Date: Mon, 29 Apr 2019 18:45:44 +0200
Cc: Ace Wg <ace@ietf.org>
X-Mao-Original-Outgoing-Id: 578249142.890191-c493279829491c6feccdf205b1861d93
Content-Transfer-Encoding: quoted-printable
Message-Id: <C7932228-CB08-470A-82BB-3E04BE64808A@tzi.org>
References: <20190429155553.4F894B8217A@rfc-editor.org> <20190429160038.GS60332@kduck.mit.edu> <27E15D28-2659-41BC-A2EA-413EAC544F79@felipegasper.com> <20190429160544.GV60332@kduck.mit.edu> <466A3BDA-1009-46C0-B4EC-579C8573438B@felipegasper.com> <F2A9D0F9-CEA2-4C66-B016-5575DF58C7F6@tzi.org>
To: Felipe Gasper <felipe@felipegasper.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ace/6d8U19BPiPU8g7BQkkfKA-88NNM>
Subject: Re: [Ace] [Technical Errata Reported] RFC8392 (5710)
X-BeenThere: ace@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Authentication and Authorization for Constrained Environments \(ace\)" <ace.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ace>, <mailto:ace-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ace/>
List-Post: <mailto:ace@ietf.org>
List-Help: <mailto:ace-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ace>, <mailto:ace-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Apr 2019 16:45:48 -0000

(Resending to ACE list with recipient list trimmed.)

> On Apr 29, 2019, at 18:40, Carsten Bormann <cabo@tzi.org> wrote:
> 
> On Apr 29, 2019, at 18:15, Felipe Gasper <felipe@felipegasper.com> wrote:
>> 
>> In JSON, maps are called objects and only have one kind of key:
>> a UTF-8 string. In CBOR, any valid CBOR item can be a map key.
>> CWT uses signed and unsigned integers, in addition to UTF-8 strings,
>> as map keys.
> 
> s/CBOR item/CBOR data item/ (this is the term we use in 7049)
> 
> Also, I think
> s/UTF-8 string/text string/g
> The fact that this is encoded in UTF-8 is somewhat on a different level of detail.
> 
> Finally, s/signed/negative/ if you want to follow the CBOR terminology here.
> (Otherwise, all unsigned integers are also signed integers :-)
> 
> Grüße, Carsten
> 
> 
>