Re: [pkix] [Technical Errata Reported] RFC6277 (5892)

Jim Schaad <ietf@augustcellars.com> Wed, 06 November 2019 19:30 UTC

Return-Path: <ietf@augustcellars.com>
X-Original-To: pkix@ietfa.amsl.com
Delivered-To: pkix@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B55D9120132 for <pkix@ietfa.amsl.com>; Wed, 6 Nov 2019 11:30:41 -0800 (PST)
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, SPF_HELO_NONE=0.001, SPF_PASS=-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 ZDiHcTUuVXaX for <pkix@ietfa.amsl.com>; Wed, 6 Nov 2019 11:30:39 -0800 (PST)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09023120104 for <pkix@ietf.org>; Wed, 6 Nov 2019 11:30:38 -0800 (PST)
Received: from Jude (192.168.1.159) by mail2.augustcellars.com (192.168.1.201) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 6 Nov 2019 11:30:30 -0800
From: Jim Schaad <ietf@augustcellars.com>
To: 'Benjamin Kaduk' <kaduk@mit.edu>, 'RFC Errata System' <rfc-editor@rfc-editor.org>
CC: rdd@cert.org, kent@bbn.com, stefan@aaa-sec.com, sts@aaa-sec.com, pkix@ietf.org
References: <20191102012613.82ED7F40742@rfc-editor.org> <20191106171129.GS61969@kduck.mit.edu>
In-Reply-To: <20191106171129.GS61969@kduck.mit.edu>
Date: Wed, 06 Nov 2019 11:30:27 -0800
Message-ID: <02da01d594d8$a72f0120$f58d0360$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Content-Language: en-us
Thread-Index: AQHuB3OLaFjRZDR66M5ccZEJUfxOkwI+6SZNpzuq44A=
X-Originating-IP: [192.168.1.159]
Archived-At: <https://mailarchive.ietf.org/arch/msg/pkix/wNLVLANXe0My3yRmSs059tcAGhA>
Subject: Re: [pkix] [Technical Errata Reported] RFC6277 (5892)
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: PKIX Working Group <pkix.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pkix>, <mailto:pkix-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pkix/>
List-Post: <mailto:pkix@ietf.org>
List-Help: <mailto:pkix-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pkix>, <mailto:pkix-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Nov 2019 19:30:42 -0000


-----Original Message-----
From: pkix <pkix-bounces@ietf.org> On Behalf Of Benjamin Kaduk
Sent: Wednesday, November 6, 2019 9:11 AM
To: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: rdd@cert.org; kent@bbn.com; stefan@aaa-sec.com; sts@aaa-sec.com;
pkix@ietf.org
Subject: Re: [pkix] [Technical Errata Reported] RFC6277 (5892)

On Fri, Nov 01, 2019 at 06:26:13PM -0700, RFC Errata System wrote:
> The following errata report has been submitted for RFC6277, "Online 
> Certificate Status Protocol Algorithm Agility".
> 
> --------------------------------------
> You may review the report below and at:
> https://www.rfc-editor.org/errata/eid5892
> 
> --------------------------------------
> Type: Technical
> Reported by: Russ Housley <housley@vigilsec.com>
> 
> Section: Appendix A.1
> 
> Original Text
> -------------
>    PreferredSignatureAlgorithm ::= SEQUENCE {
>     sigIdentifier       AlgorithmIdentifier{SIGNATURE-ALGORITHM, {...}},
>     pubKeyAlgIdentifier SMIMECapability{PUBLIC-KEY, {...}} OPTIONAL  }
> 
> 
> Corrected Text
> --------------
>    PreferredSignatureAlgorithm ::= SEQUENCE {
>     sigIdentifier       AlgorithmIdentifier{SIGNATURE-ALGORITHM, {...}},
>     pubKeyAlgIdentifier AlgorithmIdentifier{PUBLIC-KEY, {...}} 
> OPTIONAL}

Is this going to encode in the same way as the 1988-syntax version (from
Appendix A.2):

     PreferredSignatureAlgorithm ::= SEQUENCE {
        sigIdentifier        AlgorithmIdentifier,
        pubKeyAlgIdentifier  SMIMECapability OPTIONAL
        }

-Ben

[JLS]  From RFC 5755

SMIMECapability ::= SEQUENCE {
      capabilityID OBJECT IDENTIFIER,
      parameters ANY DEFINED BY capabilityID OPTIONAL }

Which is the same structure as what AlgorithmIdentifier uses.

Jim


> Notes
> -----
> The original ASN.1 definition does not compile.  The correction uses a
syntax that is aligned with RFC 6960, which obsoletes RFC 6277.
> 
> 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.
> 
> --------------------------------------
> RFC6277 (draft-ietf-pkix-ocspagility-10)
> --------------------------------------
> Title               : Online Certificate Status Protocol Algorithm Agility
> Publication Date    : June 2011
> Author(s)           : S. Santesson, P. Hallam-Baker
> Category            : PROPOSED STANDARD
> Source              : Public-Key Infrastructure (X.509)
> Area                : Security
> Stream              : IETF
> Verifying Party     : IESG

_______________________________________________
pkix mailing list
pkix@ietf.org
https://www.ietf.org/mailman/listinfo/pkix