Re: [smime] [Technical Errata Reported] RFC2631 (5480)

Russ Housley <housley@vigilsec.com> Mon, 27 August 2018 15:32 UTC

Return-Path: <housley@vigilsec.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 0CD6A130E9D for <smime@ietfa.amsl.com>; Mon, 27 Aug 2018 08:32:28 -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, RCVD_IN_DNSWL_NONE=-0.0001] 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 JGnS2NvhxBk4 for <smime@ietfa.amsl.com>; Mon, 27 Aug 2018 08:32:24 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D631E130E00 for <smime@ietf.org>; Mon, 27 Aug 2018 08:32:24 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 6F4BD300A3D for <smime@ietf.org>; Mon, 27 Aug 2018 11:32:22 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id x2MTQS2bq2z4 for <smime@ietf.org>; Mon, 27 Aug 2018 11:32:20 -0400 (EDT)
Received: from new-host-4.home (pool-71-127-50-4.washdc.fios.verizon.net [71.127.50.4]) by mail.smeinc.net (Postfix) with ESMTPSA id 34C5C3002C6; Mon, 27 Aug 2018 11:32:20 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <20180827085537.C2AC4B81999@rfc-editor.org>
Date: Mon, 27 Aug 2018 11:32:20 -0400
Cc: Ben Kaduk <kaduk@mit.edu>, Blake Ramsdell <blaker@gmail.com>, charlie.zhuo@ericsson.com, IETF SMIME <smime@ietf.org>, Paul Hoffman <paul.hoffman@icann.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <AA66CD98-BBEA-4D80-92AA-5ECFBE802A3A@vigilsec.com>
References: <20180827085537.C2AC4B81999@rfc-editor.org>
To: Eric Rescorla <ekr@rtfm.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/smime/iwW4eB77aOzN6_3kx8xZCqEt2oU>
Subject: Re: [smime] [Technical Errata Reported] RFC2631 (5480)
X-BeenThere: smime@ietf.org
X-Mailman-Version: 2.1.27
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: Mon, 27 Aug 2018 15:32:28 -0000

Wow, this has gone a very long time without anyone noticing.  As far as I can tell, it have not resulted in any implementation errors.

Russ


> On Aug 27, 2018, at 4:55 AM, RFC Errata System <rfc-editor@rfc-editor.org> wrote:
> 
> The following errata report has been submitted for RFC2631,
> "Diffie-Hellman Key Agreement Method".
> 
> --------------------------------------
> You may review the report below and at:
> http://www.rfc-editor.org/errata/eid5480
> 
> --------------------------------------
> Type: Technical
> Reported by: Charlie Zhuo <charlie.zhuo@ericsson.com>
> 
> Section: 2.1.1
> 
> Original Text
> -------------
> h is any integer with 1 < h < p-1 such that h{(p-1)/q} mod p > 1
> (g has order q mod p; i.e. g^q mod p = 1 if g!=1)
> 
> Corrected Text
> --------------
> h is any integer with 1 < h < p-1 such that h^{(p-1)/q} mod p > 1
> (g has order q mod p; i.e. g^q mod p = 1 if g!=1)
> 
> Notes
> -----
> the explanation of h misses exponentiation operation in formula.
> 
> 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. 
> 
> --------------------------------------
> RFC2631 (draft-ietf-smime-x942-07)
> --------------------------------------
> Title               : Diffie-Hellman Key Agreement Method
> Publication Date    : June 1999
> Author(s)           : E. Rescorla
> Category            : PROPOSED STANDARD
> Source              : S/MIME Mail Security
> Area                : Security
> Stream              : IETF
> Verifying Party     : IESG
> 
> _______________________________________________
> smime mailing list
> smime@ietf.org
> https://www.ietf.org/mailman/listinfo/smime