Re: [Cbor] I-D Action: draft-richardson-cbor-network-addresses-01.txt

Michael Richardson <mcr+ietf@sandelman.ca> Sun, 07 February 2021 04:37 UTC

Return-Path: <mcr+ietf@sandelman.ca>
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 859473A2F88 for <cbor@ietfa.amsl.com>; Sat, 6 Feb 2021 20:37:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, 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 PH_77WFB3xcp for <cbor@ietfa.amsl.com>; Sat, 6 Feb 2021 20:37:51 -0800 (PST)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DE1703A2F87 for <cbor@ietf.org>; Sat, 6 Feb 2021 20:37:50 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id 46292389A9; Sat, 6 Feb 2021 23:40:54 -0500 (EST)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4VMb9RV06vlu; Sat, 6 Feb 2021 23:40:53 -0500 (EST)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 1F98B389A7; Sat, 6 Feb 2021 23:40:53 -0500 (EST)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id BCE3EC65; Sat, 6 Feb 2021 23:37:47 -0500 (EST)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Carsten Bormann <cabo@tzi.org>
cc: cbor@ietf.org
In-Reply-To: <8145641F-60C3-437D-93EA-1ACFC6ED2B89@tzi.org>
References: <161266446471.542.2418789735601546566@ietfa.amsl.com> <8145641F-60C3-437D-93EA-1ACFC6ED2B89@tzi.org>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha512"; protocol="application/pgp-signature"
Date: Sat, 06 Feb 2021 23:37:47 -0500
Message-ID: <9223.1612672667@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/eH1MnJHF0zPlVvzprtdwUjmuqIs>
Subject: Re: [Cbor] I-D Action: draft-richardson-cbor-network-addresses-01.txt
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: Sun, 07 Feb 2021 04:37:54 -0000

Carsten Bormann <cabo@tzi.org> wrote:
    > Nice and sweet (although I liked the sequence in -00 of describing
    > current IP before legacy 32-bit IP better).

I put current IP (v6) first, and v4 second.
I don't think that changed.

    > Need to update the IANA considerations with the new array order.

Yes, I saw that in the diff, it's updated in github now.

    > There needs to be some text about padding in the prefix byte strings.
    > (Ultimately, a prefix is a bit string, which we decided NOT to have as
    > a basic type in RFC 7049; that would be two bytes shorter if we want
    > that.)

You mean, if I have 2001:db8:1234::/33  ?  That I need to emit 7 bits of
zeroes, ideally, and/or that the recipient needs to force those bits to 0.

    > We use the term “byte string”, not “bytestring” or “byte-string”.

okay.

    > I don’t think the current security considerations are worth it — this
    > security consideration applies to any self-describing representation.
    > (And inversely, in a signed object you do want to minimize semantic
    > dependencies from context.)

I don't mind removing it, but having it blank would seem to be lame.

    > I think it would be useful to have some discussion about the
    > pre-existing tags in this space, but that could be done separately
    > (such as in the notable-tags document, for which I need to find time to
    > update it…).

An appendix that describes previous work maybe?

--
Michael Richardson <mcr+IETF@sandelman.ca>   . o O ( IPv6 IøT consulting )
           Sandelman Software Works Inc, Ottawa and Worldwide