mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Fix PrintableString/IA5String commentary
This commit is contained in:
parent
33f311d81f
commit
f8fcb44d13
1 changed files with 2 additions and 3 deletions
|
|
@ -1445,12 +1445,11 @@ PrintableString
|
||||||
In ASN.1, Printable string is just a string of printable characters
|
In ASN.1, Printable string is just a string of printable characters
|
||||||
and can be empty. In X.500, semantics much like NumericString (see
|
and can be empty. In X.500, semantics much like NumericString (see
|
||||||
serialNumber for a like example) excepting uses insignificant space
|
serialNumber for a like example) excepting uses insignificant space
|
||||||
handling instead of ignore all spaces.
|
handling instead of ignore all spaces. They must be non-empty.
|
||||||
|
|
||||||
IA5String
|
IA5String
|
||||||
Basically same as PrintableString. There are no examples in X.500,
|
Basically same as PrintableString. There are no examples in X.500,
|
||||||
but same logic applies. So we require them to be non-empty as
|
but same logic applies. Empty strings are allowed.
|
||||||
well.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------*/
|
-------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue