[Rats] EAT token-in-token submod CBOR implementation issue

Laurence Lundblade <lgl@island-resort.com> Tue, 20 October 2020 17:41 UTC

Return-Path: <lgl@island-resort.com>
X-Original-To: rats@ietfa.amsl.com
Delivered-To: rats@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D94CA3A11EA for <rats@ietfa.amsl.com>; Tue, 20 Oct 2020 10:41:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.895
X-Spam-Level:
X-Spam-Status: No, score=-1.895 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 jcvIlNW213kb for <rats@ietfa.amsl.com>; Tue, 20 Oct 2020 10:41:53 -0700 (PDT)
Received: from p3plsmtpa09-10.prod.phx3.secureserver.net (p3plsmtpa09-10.prod.phx3.secureserver.net [173.201.193.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BEC4E3A11FC for <rats@ietf.org>; Tue, 20 Oct 2020 10:41:53 -0700 (PDT)
Received: from [192.168.1.81] ([76.167.193.86]) by :SMTPAUTH: with ESMTPA id UvdwkGnbrXVKvUvdxk0FKS; Tue, 20 Oct 2020 10:41:53 -0700
X-CMAE-Analysis: v=2.3 cv=fPlHIqSe c=1 sm=1 tr=0 a=t2DvPg6iSvRzsOFYbaV4uQ==:117 a=t2DvPg6iSvRzsOFYbaV4uQ==:17 a=0XtbOteLAAAA:20 a=-W4SJTgYQpgGgjqte4sA:9 a=QEXdDO2ut3YA:10 a=wQz6RpIX6Kf567UU_j8A:9 a=_W_S_7VecoQA:10 a=WQnItmPV2fbdzLaCP6-h:22 a=Z5ABNNGmrOfJ6cZ5bIyy:22 a=bWyr8ysk75zN3GCy5bjg:22
X-SECURESERVER-ACCT: lgl@island-resort.com
From: Laurence Lundblade <lgl@island-resort.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_D62C314D-3BF1-424A-A6AE-03CD5BF4C5A0"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\))
Message-Id: <6E60011F-780B-47F4-8ADD-56FD7E9C247A@island-resort.com>
Date: Tue, 20 Oct 2020 10:41:52 -0700
To: rats@ietf.org
X-Mailer: Apple Mail (2.3445.104.17)
X-CMAE-Envelope: MS4wfPfOwauopDgGGfLb3CiIHn8IPmS8ng8qRQ6W3XEgg/wgUPlZZh4qqNkIfaLTG0Xd/0dYQxRY/KDOZi4UOvyP2EiSMtHxjy9MUwETwqvdJs62yVeiu71K GAYkDNSCKdc3C1yyXMsVNNJf1u3uawA7F4qxpzmHNsWCnU7SOkKgkoh6
Archived-At: <https://mailarchive.ietf.org/arch/msg/rats/np2-FRODpjRGqgW6by_SVRmEx6I>
Subject: [Rats] EAT token-in-token submod CBOR implementation issue
X-BeenThere: rats@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Remote ATtestation procedureS <rats.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rats>, <mailto:rats-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rats/>
List-Post: <mailto:rats@ietf.org>
List-Help: <mailto:rats-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rats>, <mailto:rats-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Oct 2020 17:41:55 -0000

I’m planning to say that EAT submods that are whole independently signed tokens must be CBOR byte-string wrapped because of implementation issues with CBOR/COSE/CWT/EAT SW stacks. See GitHub issue here <https://github.com/ietf-rats-wg/eat/issues/65>. There is no semantic change, just encoding format change.

LL