Re: [COSE] Proposal for multiple keys / signatures in CBOR Certificates

Derek Atkins <derek@ihtfp.com> Mon, 26 September 2022 16:45 UTC

Return-Path: <derek@ihtfp.com>
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 811A1C14F728 for <cose@ietfa.amsl.com>; Mon, 26 Sep 2022 09:45:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.109
X-Spam-Level:
X-Spam-Status: No, score=-2.109 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ihtfp.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uvDVlXXv3LGy for <cose@ietfa.amsl.com>; Mon, 26 Sep 2022 09:44:58 -0700 (PDT)
Received: from mail2.ihtfp.org (MAIL2.IHTFP.ORG [204.107.200.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F00FC14F732 for <cose@ietf.org>; Mon, 26 Sep 2022 09:44:57 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail2.ihtfp.org (Postfix) with ESMTP id 1EEDBE203F; Mon, 26 Sep 2022 12:44:56 -0400 (EDT)
Received: from mail2.ihtfp.org ([127.0.0.1]) by localhost (mail2.ihtfp.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 06082-01; Mon, 26 Sep 2022 12:44:54 -0400 (EDT)
Received: by mail2.ihtfp.org (Postfix, from userid 48) id DC08CE2040; Mon, 26 Sep 2022 12:44:54 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ihtfp.com; s=default; t=1664210694; bh=kml7PwjGC435tUsW88vz7oL4WJXmc2LrH+Qev+wqyGs=; h=In-Reply-To:References:Date:Subject:From:To:Cc; b=I/uzes2OvSip0hmIvccNKFsJV1Bpra85WR4vAd0IjepWQy68V/UYB4GBHlEy/uyVJ ht0LjfrvEMrzwMNdH7jGhkR3/OwKJ44OSHEczSrj7ZSB1f/j4EkubbnP8AsO5f/l/5 yqyV6HE6mHaLLr5ZvkKrR6CL307PW7txKUmH7MCE=
Received: from 192.168.248.239 (SquirrelMail authenticated user warlord) by mail2.ihtfp.org with HTTP; Mon, 26 Sep 2022 12:44:54 -0400
Message-ID: <b030ce6f43d53260a4622d640903627a.squirrel@mail2.ihtfp.org>
In-Reply-To: <131063.1664209652@dooku>
References: <cd7203f430896369ac39a6d435604447.squirrel@mail2.ihtfp.org> <131063.1664209652@dooku>
Date: Mon, 26 Sep 2022 12:44:54 -0400
From: Derek Atkins <derek@ihtfp.com>
To: Michael Richardson <mcr+ietf@sandelman.ca>
Cc: cose@ietf.org
User-Agent: SquirrelMail/1.4.22-14.fc20
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: Maia Mailguard 1.0.2a
Archived-At: <https://mailarchive.ietf.org/arch/msg/cose/GXsxSLGfDEzTfZkavHj6mV-F2wg>
Subject: Re: [COSE] Proposal for multiple keys / signatures in CBOR Certificates
X-BeenThere: cose@ietf.org
X-Mailman-Version: 2.1.39
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: Mon, 26 Sep 2022 16:45:02 -0000

Hi,

On Mon, September 26, 2022 12:27 pm, Michael Richardson wrote:
>
> Derek Atkins <derek@ihtfp.com> wrote:
>     > We are happily using the (currently draft) CBOR Certificates object
> in
>     > our code, but we're getting closer to having a requirement where a
>
> To be clear, you are talking about certificates encoded in CBOR, and for
> which the signature is calculated over the CBOR. i.e. _Natively signed
> C509 certificates_

Yes, I am specifically talking about NATIVE CBOR certificates, where the
signature is calculated over the CBOR.

>
>     > My straightforward proposal, which keeps some amount of backwards
>     > compatibility (in the sense that the TBSCertificate still has the
> same
>     > number of top-level entries), would be to modify this to allow
> either a
>     > singleton or an array for subjectPublicKeyAlgorithm,
> subjectPublicKey,
>     > issuerSignatureAlgorithm, and issuerSignatureValue.  At a higher
> level,
>     > the restriction that both subjectPublicKeyAlgoritihm and
>     > subjectPublicKey must contain the same number of items and in the
> same
>     > order, and both issuerSignatureAlgorithm and issuerSignatureValue
> must
>     > contain the same number of items and in the same order.
>
> So, this might be backwards compatible to the draft, it would not be 1:1
> with
> X509 format certificates.  I guess that you are alright with this, but I
> think for the community, that might be a big step.

We don't use X509 in any capacity (except our cloud service that uses HTTPS).

>
>     > The benefit of this approach is that all signatures cover all keys
> and
>     > all SignatureAlgorithm identifiers, so you cannot go back and add a
> new
>     > signature method (downgrade attack).
>
>     > Another benefit of this approach is that it requires only minimal
>     > updates to existing parsers.  While it is true that a parser that
>     > expects a single entry would fail with the array with multiple
>     > Ids/Keys/Signatures, I don't see this as a bad thing because, most
>     > likely, the recipient would want to be able to validate both
>     > signatures.
>
> Agreed.
>
>     > Oh... Having thrown this out there, I am offering to write it up if
>     > there is interest, either as a modification to the existing
> CBOR-Certs
>     > draft, or a companion draft.
>
> If we were further along with cose-cbor-encoded-cert, then I'd want to see
> it
> as a new document.  It does not seem that we are in that place yet.
> Still, it might be kinder to the reviewers of the current document if it
> were
> a new draft.

I am fine with that, although my draft would start with "take all the
definitions from [xxx] and make these minor changes"

-derek

-- 
       Derek Atkins                 617-623-3745
       derek@ihtfp.com             www.ihtfp.com
       Computer and Internet Security Consultant