ietf-smime
[Top] [All Lists]

RE: Comments To ESS-00

1997-11-07 06:58:12
-----Original Message-----
From:   Phillip H. Griffin [SMTP:asn1(_at_)mindspring(_dot_)com]
Sent:   Tuesday, November 04, 1997 4:14 PM
To:     ietf-smime(_at_)imc(_dot_)org
Subject:        Re: Comments To ESS-00

The reference to DirectoryString {}, a parameterized type 
as defined in  X.683, is missing a parameter in ...

  ContentHints ::= SEQUENCE {
     contentDescription  DirectoryString OPTIONAL,
     receipt             BOOLEAN DEFAULT FALSE 
  }
 
and should contain an integer value, such as in...

  ContentHints ::= SEQUENCE {
     contentDescription  DirectoryString { ub-conDesc } OPTIONAL,
     receipt             BOOLEAN DEFAULT FALSE 
  }

  ub-conDesc INTEGER ::= 72

Phil

[SAH]  Phil is correct.  The value we've used in the MSP world for
a maximum content description length is 128 decimal.  We do need
to modify the ContentHints description and add an INTEGER to bound
the size, but using 128 as the upper bound:

  ub-conDesc INTEGER ::= 128

Scott Hollenbeck
Xerox Corporation

<Prev in Thread] Current Thread [Next in Thread>