Re: [lamps] ASN.1 module for 7030est clarify - was [pkix] [Errata Held for Document Update] RFC7030 (4384)
Russ Housley <housley@vigilsec.com> Fri, 21 August 2020 17:53 UTC
Return-Path: <housley@vigilsec.com>
X-Original-To: spasm@ietfa.amsl.com
Delivered-To: spasm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2B08A3A0F86 for <spasm@ietfa.amsl.com>; Fri, 21 Aug 2020 10:53:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=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 YMu3ELRYPTFt for <spasm@ietfa.amsl.com>; Fri, 21 Aug 2020 10:53:51 -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 EB1C23A0F85 for <spasm@ietf.org>; Fri, 21 Aug 2020 10:53:50 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 84E75300B84 for <spasm@ietf.org>; Fri, 21 Aug 2020 13:53:48 -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 LrHXK6l5Tw5E for <spasm@ietf.org>; Fri, 21 Aug 2020 13:53:47 -0400 (EDT)
Received: from a860b60074bd.fios-router.home (pool-141-156-161-153.washdc.fios.verizon.net [141.156.161.153]) by mail.smeinc.net (Postfix) with ESMTPSA id E3054300A9E; Fri, 21 Aug 2020 13:53:46 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <23177.1598030509@localhost>
Date: Fri, 21 Aug 2020 13:53:48 -0400
Cc: Jim Schaad <ietf@augustcellars.com>, LAMPS WG <spasm@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <C2221163-9DC9-4BD5-BD0E-F1F9A69F70AC@vigilsec.com>
References: <00a501d6771c$ca3fb250$5ebf16f0$@augustcellars.com> <23177.1598030509@localhost>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: Apple Mail (2.3445.104.15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/spasm/eZBJf2OVOuMnLbNgvMDuxIwi6RI>
Subject: Re: [lamps] ASN.1 module for 7030est clarify - was [pkix] [Errata Held for Document Update] RFC7030 (4384)
X-BeenThere: spasm@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This is a venue for discussion of doing Some Pkix And SMime \(spasm\) work." <spasm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spasm>, <mailto:spasm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/spasm/>
List-Post: <mailto:spasm@ietf.org>
List-Help: <mailto:spasm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spasm>, <mailto:spasm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Aug 2020 17:53:53 -0000
Michael:
There is noting broken with the ASN.1 module in the current I-D. The proposal just make it "tighter".
Russ
> On Aug 21, 2020, at 1:21 PM, Michael Richardson <mcr+ietf@sandelman.ca> wrote:
>
> Jim Schaad <ietf@augustcellars.com> wrote:
>> So as suggested by Russ, I when and looked at it
>
> oops, it is in the RFC editor queue at this point.
>
>> I think that the module needs to have some modifications.
>
>> 1) If you really mean to have the oid option for AttrOrOid then you should
>> have
>
>> AttrOrOID ::= CHOICE {
>> oid OBJECT IDENTIFIER (OidValueSet),
>> attribute Attribute {{AttrSet}} }
>
>> OidValueSet OBJECT IDENTIFER ::= { ...}
>> AttrSet ATTRIBUTE ::= {...}
>
> Your change involves the (OidValueSet).
> We don't know what the ValueSet will be, so I'm not sure I understand what
> the difference would be. OidValueSet is whatever has been (or will be) defined for CSRs.
>
>> 2) I would really suggest that if there are some known values, especially if
>> there are not attributes defined already, that these attributes be defined
>> and added to the value and object sets.
>
> I can see how this would help implementors, telling them what to expect.
> Is that your idea?
>
>> This becomes interesting since
>> challengePassword is defined with an attribute in PKSC#9 but appears to be
>> used only as a bare OID in this specification. That is not how would have
>> expected things to work, I would have thought it was a challengePassword
>> with an empty type value.
>
> Yes, I think that's right.
> Does the WG need to reset on this document?
> Is this AUTH48'able?
>
> --
> Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
> -= IPv6 IoT consulting =-
>
>
- [lamps] ASN.1 module for 7030est clarify - was [p… Jim Schaad
- Re: [lamps] ASN.1 module for 7030est clarify - wa… Michael Richardson
- Re: [lamps] ASN.1 module for 7030est clarify - wa… Russ Housley