Re: [Rats] Initiating WGLC for draft-ietf-rats-msg-wrap-03

Russ Housley <housley@vigilsec.com> Wed, 07 February 2024 16:34 UTC

Return-Path: <housley@vigilsec.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 4A0B6C14CEE3 for <rats@ietfa.amsl.com>; Wed, 7 Feb 2024 08:34:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.909
X-Spam-Level:
X-Spam-Status: No, score=-1.909 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no
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 u_hdGcNMEXY4 for <rats@ietfa.amsl.com>; Wed, 7 Feb 2024 08:34:08 -0800 (PST)
Received: from mail3.g24.pair.com (mail3.g24.pair.com [66.39.134.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43D12C14F74A for <rats@ietf.org>; Wed, 7 Feb 2024 08:34:08 -0800 (PST)
Received: from mail3.g24.pair.com (localhost [127.0.0.1]) by mail3.g24.pair.com (Postfix) with ESMTP id A24ED1622FA; Wed, 7 Feb 2024 11:34:07 -0500 (EST)
Received: from smtpclient.apple (unknown [96.241.2.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail3.g24.pair.com (Postfix) with ESMTPSA id 8D059161E4C; Wed, 7 Feb 2024 11:34:07 -0500 (EST)
From: Russ Housley <housley@vigilsec.com>
Message-Id: <A6380412-1ADB-4DAA-ABE5-2AC7025039FF@vigilsec.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_11AAFE28-0ACB-4A96-B731-DCB9A9614140"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\))
Date: Wed, 07 Feb 2024 11:33:57 -0500
In-Reply-To: <PH7PR11MB76071962EAEE57530EEF5FD0D6422@PH7PR11MB7607.namprd11.prod.outlook.com>
Cc: "rats@ietf.org" <rats@ietf.org>
To: Nancy Cam-Winget <ncamwing@cisco.com>
References: <PH7PR11MB76071962EAEE57530EEF5FD0D6422@PH7PR11MB7607.namprd11.prod.outlook.com>
X-Mailer: Apple Mail (2.3731.700.6)
X-Scanned-By: mailmunge 3.11 on 66.39.134.11
Archived-At: <https://mailarchive.ietf.org/arch/msg/rats/3-qXHgtvBm4aZrP7bZSeT7690Ic>
Subject: Re: [Rats] Initiating WGLC for draft-ietf-rats-msg-wrap-03
X-BeenThere: rats@ietf.org
X-Mailman-Version: 2.1.39
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, 07 Feb 2024 16:34:09 -0000

There is an ASN.1 error.  To correct it:

OLD:

   CMWCollection ::= CHOICE {
       json UTF8String,
       cbor OCTET STRING,
   }

NEW:

   CMWCollection ::= CHOICE {
       json UTF8String,
       cbor OCTET STRING
   }

NOTE:

The comma after "OCET STRING" causes the compiler to throw an error.

Russ


> On Feb 3, 2024, at 10:50 AM, Nancy Cam-Winget (ncamwing) <ncamwing=40cisco.com@dmarc.ietf.org> wrote:
> 
> Hello RATS participants,
>  
> There have been a few comments and several updates to draft-ietf-rats-msg-wrap-03.
> We are going to initiate a first WGLC to assess its maturity for publication and get more feedback.
>  
> Thanks to Carl Wallace and Tom Jones for their prior feedback, can you please let us know if your
> Comments are address in this latest draft and believe it is ready for publication?
>  
> We also need a few others to comment on the draft especially on maturity and readiness for
> Publication.  The end of this WGLC is Feb. 23, 2024.
>  
> Best, Nancy