Re: Correct definition of ContentInfo in CMS-10

pgut001@cs.aucKland.ac.nz (Peter Gutmann) Mon, 22 February 1999 14:42 UTC

Received: (from majordomo@localhost) by mail.proper.com (8.8.8/8.8.5) id GAA19300 for ietf-smime-bks; Mon, 22 Feb 1999 06:42:31 -0800 (PST)
Received: from mail.student.auckland.ac.nz (mail.student.auckland.ac.nz [130.216.35.101]) by mail.proper.com (8.8.8/8.8.5) with ESMTP id GAA19296 for <ietf-smime@imc.org>; Mon, 22 Feb 1999 06:42:26 -0800 (PST)
Received: from cs26.cs.auckland.ac.nz (pgut001@cs26.cs.auckland.ac.nz [130.216.36.9]) by mail.student.auckland.ac.nz (8.8.6/8.8.6/cs-master) with SMTP id DAA03283; Tue, 23 Feb 1999 03:46:29 +1300 (NZDT) (sender pgut001@cs.auckland.ac.nz)
Received: by cs26.cs.auckland.ac.nz (relaymail v0.9) id <91969478808191>; Tue, 23 Feb 1999 03:46:28 (NZDT)
From: pgut001@cs.aucKland.ac.nz
To: ietf-smime@imc.org, ross@jgross.demon.co.uk
Subject: Re: Correct definition of ContentInfo in CMS-10
Reply-To: pgut001@cs.aucKland.ac.nz
X-Charge-To: pgut001
X-Authenticated: relaymail v0.9 on cs26.cs.auckland.ac.nz
Date: Tue, 23 Feb 1999 03:46:28 -0000
Message-ID: <91969478808191@cs26.cs.auckland.ac.nz>
Sender: owner-ietf-smime@imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-smime/mail-archive/>
List-Unsubscribe: <mailto:ietf-smime-request@imc.org?body=unsubscribe>

>>Within the body of CMS 10 ContentInfo is defined as : -
>>
>>ContentInfo ::= SEQUENCE {
>>        contentType ContentType,
>>        content [0] EXPLICIT ANY DEFINED BY contentType }
>>
>>However, in the appendix ContentInfo is defined as : -
>>
>>ContentInfo ::= SEQUENCE {
>>     contentType ContentType,
>>     content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
>>
>>I assume the one within the body (i.e. content not optional) is correct.
 
>I assume that content is not optional
 
The content is optional.  Think about how detached sigs work.
 
Peter.