Re: [pkix] [Technical Errata Reported] RFC5912 (3626)

Stefan Santesson <stefan@aaa-sec.com> Wed, 29 May 2013 22:38 UTC

Return-Path: <stefan@aaa-sec.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 93CF721F96D9 for <pkix@ietfa.amsl.com>; Wed, 29 May 2013 15:38:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.249
X-Spam-Level:
X-Spam-Status: No, score=-102.249 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_SE=0.35, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iSAdN2UbKntr for <pkix@ietfa.amsl.com>; Wed, 29 May 2013 15:38:28 -0700 (PDT)
Received: from s87.loopia.se (s87.loopia.se [194.9.95.113]) by ietfa.amsl.com (Postfix) with ESMTP id A789A21F96B1 for <pkix@ietf.org>; Wed, 29 May 2013 15:38:26 -0700 (PDT)
Received: from s87.loopia.se (localhost [127.0.0.1]) by s87.loopia.se (Postfix) with ESMTP id 603C7C4B84E for <pkix@ietf.org>; Thu, 30 May 2013 00:38:25 +0200 (CEST)
X-Virus-Scanned: amavisd-new at outgoing-smtp.loopia.se
Received: from s87.loopia.se ([127.0.0.1]) by s87.loopia.se (s87.loopia.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lb1hN1ESS8jt for <pkix@ietf.org>; Thu, 30 May 2013 00:38:25 +0200 (CEST)
Received: from s327.loopia.se (s34.loopia.se [194.9.94.70]) by s87.loopia.se (Postfix) with ESMTP id 04D95C4B858 for <pkix@ietf.org>; Thu, 30 May 2013 00:38:25 +0200 (CEST)
Received: (qmail 39307 invoked from network); 29 May 2013 22:38:24 -0000
Received: from 81-232-51-61-no39.business.telia.com (HELO [192.168.0.103]) (stefan@fiddler.nu@[81.232.51.61]) (envelope-sender <stefan@aaa-sec.com>) by s327.loopia.se (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <kent@bbn.com>; 29 May 2013 22:38:24 -0000
User-Agent: Microsoft-MacOutlook/14.3.4.130416
Date: Thu, 30 May 2013 00:38:20 +0200
From: Stefan Santesson <stefan@aaa-sec.com>
To: Stephen Kent <kent@bbn.com>, Jim Schaad <ietf@augustcellars.com>
Message-ID: <CDCC4FF6.668EF%stefan@aaa-sec.com>
Thread-Topic: [pkix] [Technical Errata Reported] RFC5912 (3626)
In-Reply-To: <519685A9.8080702@bbn.com>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
Cc: pkix@ietf.org, jimsch@exmsft.com, paul.hoffman@vpnc.org, 'RFC Errata System' <rfc-editor@rfc-editor.org>
Subject: Re: [pkix] [Technical Errata Reported] RFC5912 (3626)
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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, 29 May 2013 22:38:32 -0000

+1

On 5/17/13 9:31 PM, "Stephen Kent" <kent@bbn.com> wrote:

>I concur with Jim.
>
>Steve
>------
>On 5/17/13 12:02 PM, Jim Schaad wrote:
>> Totally reasonable - should be accepted.
>>
>>> -----Original Message-----
>>> From: pkix-bounces@ietf.org [mailto:pkix-bounces@ietf.org] On Behalf Of
>>> RFC Errata System
>>> Sent: Friday, May 17, 2013 11:35 AM
>>> To: paul.hoffman@vpnc.org; jimsch@exmsft.com;
>>>stephen.farrell@cs.tcd.ie;
>>> turners@ieca.com; kent@bbn.com; stefan@aaa-sec.com
>>> Cc: pkix@ietf.org; rfc-editor@rfc-editor.org
>>> Subject: [pkix] [Technical Errata Reported] RFC5912 (3626)
>>>
>>> The following errata report has been submitted for RFC5912, "New ASN.1
>>> Modules for the Public Key Infrastructure Using X.509 (PKIX)".
>>>
>>> --------------------------------------
>>> You may review the report below and at:
>>> http://www.rfc-editor.org/errata_search.php?rfc=5912&eid=3626
>>>
>>> --------------------------------------
>>> Type: Technical
>>> Reported by: Carl Wallace <carl@redhoundsoftware.com>
>>>
>>> Section: 14
>>>
>>> Original Text
>>> -------------
>>>     -- CRL number extension OID and syntax
>>>     ext-CRLNumber EXTENSION ::= {SYNTAX
>>>         INTEGER (0..MAX) IDENTIFIED BY id-ce-cRLNumber }
>>>     id-ce-cRLNumber OBJECT IDENTIFIER ::= { id-ce 20 }
>>>
>>>     CRLNumber ::= INTEGER (0..MAX)
>>>
>>> Corrected Text
>>> --------------
>>>     -- CRL number extension OID and syntax
>>>     CRLNumber ::= INTEGER  (0..MAX)
>>>
>>>     ext-CRLNumber EXTENSION ::= {SYNTAX
>>>         CRLNumber IDENTIFIED BY id-ce-cRLNumber }
>>>     id-ce-cRLNumber OBJECT IDENTIFIER ::= { id-ce 20 }
>>>
>>> Notes
>>> -----
>>> The CRLNumber extension was not defined to use the CRLNumber type.  It
>>> should use the CRLNumber type.  This is a corrected resubmission of an
>>> earlier errata submission that included an error.
>>>
>>> Instructions:
>>> -------------
>>> This errata 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 (IESG) can log in to change the status and
>> edit the
>>> report, if necessary.
>>>
>>> --------------------------------------
>>> RFC5912 (draft-ietf-pkix-new-asn1-08)
>>> --------------------------------------
>>> Title               : New ASN.1 Modules for the Public Key
>>>Infrastructure
>> Using
>>> X.509 (PKIX)
>>> Publication Date    : June 2010
>>> Author(s)           : P. Hoffman, J. Schaad
>>> Category            : INFORMATIONAL
>>> 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
>>
>
>_______________________________________________
>pkix mailing list
>pkix@ietf.org
>https://www.ietf.org/mailman/listinfo/pkix