Re: [Cbor] Review of draft-ietf-cbor-packed-02

Russ Housley <housley@vigilsec.com> Mon, 15 March 2021 18:40 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7F073A1A6B for <cbor@ietfa.amsl.com>; Mon, 15 Mar 2021 11:40:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=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 5KWJAkQlMEjM for <cbor@ietfa.amsl.com>; Mon, 15 Mar 2021 11:40:15 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E257F3A1A69 for <cbor@ietf.org>; Mon, 15 Mar 2021 11:40:14 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 304A5300B98 for <cbor@ietf.org>; Mon, 15 Mar 2021 14:40:12 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6k0aA6DQTNQh for <cbor@ietf.org>; Mon, 15 Mar 2021 14:40:11 -0400 (EDT)
Received: from [192.168.1.161] (pool-141-156-161-153.washdc.fios.verizon.net [141.156.161.153]) by mail.smeinc.net (Postfix) with ESMTPSA id EE845300B19; Mon, 15 Mar 2021 14:40:10 -0400 (EDT)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <08DB2CF6-21D7-4EE6-85C7-1E73416D1A70@tzi.org>
Date: Mon, 15 Mar 2021 14:40:11 -0400
Cc: cbor@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <0C959B3D-462F-4872-A8AA-12F9C90FD425@vigilsec.com>
References: <3835E637-85A1-44B3-812D-FD6A80EE8473@vigilsec.com> <08DB2CF6-21D7-4EE6-85C7-1E73416D1A70@tzi.org>
To: Carsten Bormann <cabo@tzi.org>
X-Mailer: Apple Mail (2.3445.104.17)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/XQo-PKJZ8znxB7lsfN1DdRFCHdY>
Subject: Re: [Cbor] Review of draft-ietf-cbor-packed-02
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Mar 2021 18:40:17 -0000

Carsten:

> thank you for this review.
> 
>> Document: draft-ietf-cbor-packed-02
>> Reviewer: Russ Housley
>> Review Date: 2021-03-15
>> 
>> Major Concern:
>> 
>> RFC 7049 says that CBOR was designed so that "encoded data should be
>> self-describing so that a generic decoder can be written."  I di not
>> expect Packed CBOR to deviate from this design goal.  However, the
>> feature that allows an application environment, such as a media type,
>> to define tables does exactly that.  Decode will fail if these table
>> values are not known to the decoder.
> 
> Well, decode won’t fail, but unpacking will leave holes.
> That is a consequence of using external dictionaries that is hard to avoid.
> Would you prefer to rule out external dictionaries?  
> They sure were useful in places like RFC 3485 etc.

 I felt this point of divergence from the original design goal needed explicit discussion.

I'm not sure what the right answer might be.  Maybe some preamble to say that a named table is needed for successfully recovering the entire content. In the current document, this context is assumed.

Russ