Re: [Cbor] [COSE] CBOR magic number, file format and tags

Carsten Bormann <cabo@tzi.org> Sat, 23 January 2021 20:42 UTC

Return-Path: <cabo@tzi.org>
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 59F7F3A03C9 for <cbor@ietfa.amsl.com>; Sat, 23 Jan 2021 12:42:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.919
X-Spam-Level:
X-Spam-Status: No, score=-1.919 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 P3nwyQ_WvaMP for <cbor@ietfa.amsl.com>; Sat, 23 Jan 2021 12:42:42 -0800 (PST)
Received: from gabriel-vm-2.zfn.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 BCF9E3A0317 for <cbor@ietf.org>; Sat, 23 Jan 2021 12:42:42 -0800 (PST)
Received: from [192.168.217.118] (p548dc939.dip0.t-ipconnect.de [84.141.201.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4DNSk83v6tzyXn; Sat, 23 Jan 2021 21:42:40 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <0C79FC37-0720-4C5F-B52D-C46ADD0EFB37@island-resort.com>
Date: Sat, 23 Jan 2021 21:42:40 +0100
Cc: cbor@ietf.org, "Dale R. Worley" <worley@ariadne.com>, Michael Richardson <mcr@sandelman.ca>, doug@ewellic.org
X-Mao-Original-Outgoing-Id: 633127359.978642-045fd561c103bbca3f6c2006332a8022
Content-Transfer-Encoding: quoted-printable
Message-Id: <10BA9C50-E54C-467E-9AD2-9477D712353A@tzi.org>
References: <87wnw49wez.fsf@hobgoblin.ariadne.com> <3DD6CB17-103F-48BF-A4EF-B2AEF1573C93@tzi.org> <0C79FC37-0720-4C5F-B52D-C46ADD0EFB37@island-resort.com>
To: Laurence Lundblade <lgl@island-resort.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/OSUVEsOlIIdcjSNWTQh3dlWxQZo>
Subject: Re: [Cbor] [COSE] CBOR magic number, file format and tags
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: Sat, 23 Jan 2021 20:42:45 -0000

On 2021-01-23, at 21:36, Laurence Lundblade <lgl@island-resort.com> wrote:
> 
> You could take d9 d9 f7 d8 30 to be the magic number for a compressed CBOR cert. The 8b is to open the array for step 1) above. When you want to put the compressed CBOR cert into a protocol message field that needs no tagging you can just exclude those five bytes. When you take it out of a protocol message and put it in a file, you add those five bytes.

… or six bytes!

(Turning the over-the-air cert into a CBOR sequence again.)

Grüße, Carsten