[Rats] EAT submods: JWTs inside CWTs inside UCCSs and such
Laurence Lundblade <lgl@island-resort.com> Wed, 04 November 2020 21:11 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 428593A0FED
for <rats@ietfa.amsl.com>; Wed, 4 Nov 2020 13:11:08 -0800 (PST)
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 7o2NA04rZ3MW for <rats@ietfa.amsl.com>;
Wed, 4 Nov 2020 13:11:06 -0800 (PST)
Received: from p3plsmtpa07-06.prod.phx3.secureserver.net
(p3plsmtpa07-06.prod.phx3.secureserver.net [173.201.192.235])
(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 AE7553A0FD9
for <rats@ietf.org>; Wed, 4 Nov 2020 13:11:06 -0800 (PST)
Received: from [192.168.1.81] ([76.167.193.86]) by :SMTPAUTH: with ESMTPA
id aQ3dkgzSltEwzaQ3dknMus; Wed, 04 Nov 2020 14:11:05 -0700
X-CMAE-Analysis: v=2.4 cv=PPDKRdmC c=1 sm=1 tr=0 ts=5fa318e9
a=t2DvPg6iSvRzsOFYbaV4uQ==:117 a=t2DvPg6iSvRzsOFYbaV4uQ==:17
a=0XtbOteLAAAA:20 a=-rnlabj2CPZP0gvXs3MA:9 a=CjuIK1q_8ugA:10
a=m3Me5-Z2g0qsoftb:21 a=_W_S_7VecoQA:10 a=WQnItmPV2fbdzLaCP6-h:22
a=ApmT8IYWVU_m-XHnEi-O:22 a=p-dnK0njbqwfn1k4-x12:22 a=jjky5lfK57Ii_Ajn6BuG:22
X-SECURESERVER-ACCT: lgl@island-resort.com
From: Laurence Lundblade <lgl@island-resort.com>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_CA4C7E0C-C3F2-4DEC-9021-AD423B3CB2FE"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\))
Message-Id: <84894691-0324-4BE9-8B52-93BCD9DDCAFA@island-resort.com>
Date: Wed, 4 Nov 2020 13:11:04 -0800
To: rats@ietf.org
X-Mailer: Apple Mail (2.3445.104.17)
X-CMAE-Envelope: MS4xfKOZ96O7HjVfN1AxnYtH3XN9KB8fIZ+mJKi2nobdf0QPXPFZgUM7l+sUNb3XOXSbcj+lIbunALPMdgsa/Dql/TY3sdDuvN8UFu479hzat7JmrZHiPvCv
9HbxDVrAT0WxVaGkLLbKu5oopS/YHqh7zald0kxgKCWwq4h6nt9EVDv2er43kGTznXhXzmLOEETdGQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/rats/iNAobUwH-bpEKy3dLiDUuu8A_8A>
Subject: [Rats] EAT submods: JWTs inside CWTs inside UCCSs and such
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: Wed, 04 Nov 2020 21:11:08 -0000
This PR <https://github.com/ietf-rats-wg/eat/pull/67> attempts to sort out all the tagging and nesting for submodule CWTs, JWTs (secured and unsecured) and UCCSs. This goes quite a ways beyond the byte string wrapping. Thanks to Thomas for the build and verification set up for CDDL! Any hints how you make reference from one RFC to another with CDDL files and a CDDL verification system? Comments and review please. LL
- [Rats] EAT submods: JWTs inside CWTs inside UCCSs… Laurence Lundblade