Re: [smime] draft-housley-ct-keypackage-receipt-n-error-00

Russ Housley <housley@vigilsec.com> Fri, 17 May 2013 13:34 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 5B0DE21F93E1 for <smime@ietfa.amsl.com>; Fri, 17 May 2013 06:34:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, 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 WxUkx-2vMCEN for <smime@ietfa.amsl.com>; Fri, 17 May 2013 06:34:35 -0700 (PDT)
Received: from odin.smetech.net (mail.smetech.net [208.254.26.82]) by ietfa.amsl.com (Postfix) with ESMTP id CDAC221F93E8 for <smime@ietf.org>; Fri, 17 May 2013 06:34:29 -0700 (PDT)
Received: from localhost (unknown [208.254.26.81]) by odin.smetech.net (Postfix) with ESMTP id AC612F24076; Fri, 17 May 2013 09:34:35 -0400 (EDT)
X-Virus-Scanned: amavisd-new at smetech.net
Received: from odin.smetech.net ([208.254.26.82]) by localhost (ronin.smetech.net [208.254.26.81]) (amavisd-new, port 10024) with ESMTP id HSkoS+4VKAFE; Fri, 17 May 2013 09:34:25 -0400 (EDT)
Received: from [192.168.2.109] (pool-96-241-156-29.washdc.fios.verizon.net [96.241.156.29]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by odin.smetech.net (Postfix) with ESMTP id 1DD7DF2406E; Fri, 17 May 2013 09:34:35 -0400 (EDT)
Mime-Version: 1.0 (Apple Message framework v1085)
Content-Type: text/plain; charset="us-ascii"
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <022901ce4770$48a51250$d9ef36f0$@augustcellars.com>
Date: Fri, 17 May 2013 09:34:27 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <171566A4-63B6-4547-B462-2A75B9DD4D36@vigilsec.com>
References: <20130418151254.13949.52367.idtracker@ietfa.amsl.com> <50816A63-E208-449A-977A-9F31544C9222@vigilsec.com> <00fc01ce3d61$0055ad20$01010760$@augustcellars.com> <708EAE82-3FC4-4979-A72C-30EA52DE26C0@vigilsec.com> <022901ce4770$48a51250$d9ef36f0$@augustcellars.com>
To: Jim Schaad <ietf@augustcellars.com>
X-Mailer: Apple Mail (2.1085)
Cc: 'IETF SMIME' <smime@ietf.org>
Subject: Re: [smime] draft-housley-ct-keypackage-receipt-n-error-00
X-BeenThere: smime@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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: Fri, 17 May 2013 13:34:41 -0000

Jim:

>>> 3.  Should you define a relationship for relating nameType and
>>> nameValue information?  Automated packages would find it useful, it
>>> also makes the fact that you are use Name rather than possibly
>>> GeneralName explicit in the module.
>> 
>> I am not totally sure what you are suggesting.  Let me know if I got it
> right.
>> 
>>  SIR-ENTITY-NAME ::= CLASS {
>>      &SIRNameType  OBJECT IDENTIFIER UNIQUE,
>>      &SIRNameValue
>>  } WITH SYNTAX {
>>      SYNTAX &SIRNameValue IDENTIFIED BY &SIRNameType
>>  }
>> 
>>  SIRNames{SIR-ENTITY-NAME:SIRNameSet} ::=
>>      SEQUENCE SIZE (1..MAX) OF SIRName{{SIRNameSet}}
>> 
>>  SIRName{SIR-ENTITY-NAME:SIRNameSet} ::= SEQUENCE {
>>      sirNameType      SIR-ENTITY-NAME.&SIRNameType({SIRNameSet}),
>>      sirNameValue   OCTET STRING (CONTAINING
>> 
> SIR-ENTITY-NAME.&SIRNameValue({SIRNameSet}{@sirNameType}))
> 
> Yes that looks correct.  You could use a fixed name set if you wanted to
> rather than having it be a parameter.  This would depend on how you are
> planning to use it.

I have not made this change yet.  It seems I would need a '88 and an '02 module.

I'd appreciate advice on the fixed name set vs. the parameter.

Russ