[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: zero-len RDNs



Actually Directory String syntax is specified in X.520 Section 2:

5 Definition of selected attribute types

DirectoryString { INTEGER : maxSize } ::= CHOICE {
    teletexString        TeletexString (SIZE(1..maxSize)),
    printableString      PrintableString (SIZE(1..maxSize)),
    universalString      UniversalString (SIZE(1..maxSize)) }

which indicates that the attribute has a minimum length of 1 character.
---
David Cahlander David.A.Cahlander@syntegra.com 651-415-3171


----- Original Message -----
From: Mark Wahl <Mark.Wahl@Sun.com>
Sent: Wednesday, September 20, 2000 12:31 PM
Subject: Re: zero-len RDNs
|
| I don't think X.520 has a lower bound on the number of characters in
'name'
| and the Directory String syntax.