Re: [smime] [Editorial Errata Reported] RFC3394 (5777)

"Jim Schaad" <jimsch@exmsft.com> Wed, 10 July 2019 14:47 UTC

Return-Path: <jimsch@exmsft.com>
X-Original-To: smime@ietfa.amsl.com
Delivered-To: smime@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BBCE31202D6 for <smime@ietfa.amsl.com>; Wed, 10 Jul 2019 07:47:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 E3CNdah79iKr for <smime@ietfa.amsl.com>; Wed, 10 Jul 2019 07:47:07 -0700 (PDT)
Received: from mdm.exmsft.com (exmsft.com [67.227.211.206]) (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 E5CFE12016D for <smime@ietf.org>; Wed, 10 Jul 2019 07:47:06 -0700 (PDT)
Received: from c-73-180-8-170.hsd1.or.comcast.net ([73.180.8.170]:62853 helo=Jude) by lw6.pugetsoundsoftware.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from <jimsch@exmsft.com>) id 1hlDs6-0007Im-Lb; Wed, 10 Jul 2019 07:47:02 -0700
From: Jim Schaad <jimsch@exmsft.com>
To: 'RFC Errata System' <rfc-editor@rfc-editor.org>, rhousley@rsasecurity.com, rdd@cert.org, kaduk@mit.edu, paul.hoffman@vpnc.org, blaker@gmail.com
Cc: sparticvs@popebp.com, smime@ietf.org
References: <20190710141133.0253DB80FAC@rfc-editor.org>
In-Reply-To: <20190710141133.0253DB80FAC@rfc-editor.org>
Date: Wed, 10 Jul 2019 07:47:03 -0700
Message-ID: <000201d5372e$57755bf0$066013d0$@exmsft.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQHm1ZC9+Dp3sbgtIbSHWG6ZWAh4M6agsPFg
Content-Language: en-us
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - lw6.pugetsoundsoftware.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - exmsft.com
X-Get-Message-Sender-Via: lw6.pugetsoundsoftware.com: authenticated_id: jimsch@exmsft.com
X-Authenticated-Sender: lw6.pugetsoundsoftware.com: jimsch@exmsft.com
X-Source:
X-Source-Args:
X-Source-Dir:
Archived-At: <https://mailarchive.ietf.org/arch/msg/smime/B19Jc9LpHICM0sa_wj7IOPWXFp8>
Subject: Re: [smime] [Editorial Errata Reported] RFC3394 (5777)
X-BeenThere: smime@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SMIME Working Group <smime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/smime>, <mailto:smime-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/smime/>
List-Post: <mailto:smime@ietf.org>
List-Help: <mailto:smime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/smime>, <mailto:smime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Jul 2019 15:12:07 -0000

I believe that this is correct.  Although it is reported as Editorial, it could potentially be technical although I did not believe that there would be any confusion.

Jim


-----Original Message-----
From: RFC Errata System <rfc-editor@rfc-editor.org> 
Sent: Wednesday, July 10, 2019 7:12 AM
To: jimsch@exmsft.com; rhousley@rsasecurity.com; rdd@cert.org; kaduk@mit.edu; paul.hoffman@vpnc.org; blaker@gmail.com
Cc: sparticvs@popebp.com; smime@ietf.org; rfc-editor@rfc-editor.org
Subject: [Editorial Errata Reported] RFC3394 (5777)

The following errata report has been submitted for RFC3394, "Advanced Encryption Standard (AES) Key Wrap Algorithm".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid5777

--------------------------------------
Type: Editorial
Reported by: Charles Timko <sparticvs@popebp.com>

Section: 2.2.1

Original Text
-------------
   1) Initialize variables.

       Set A0 to an initial value (see 2.2.3)
       For i = 1 to n
            R[0][i] = P[i]

Corrected Text
--------------
   1) Initialize variables.

       Set A[0] to an initial value (see 2.2.3)
       For i = 1 to n
            R[0][i] = P[i]

Notes
-----


Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please use "Reply All" to discuss whether it should be verified or rejected. When a decision is reached, the verifying party can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC3394 (draft-ietf-smime-aes-keywrap-00)
--------------------------------------
Title               : Advanced Encryption Standard (AES) Key Wrap Algorithm
Publication Date    : September 2002
Author(s)           : J. Schaad, R. Housley
Category            : INFORMATIONAL
Source              : S/MIME Mail Security
Area                : Security
Stream              : IETF
Verifying Party     : IESG