diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-01-03 15:39:16 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-01-03 15:39:16 +0000 |
commit | 43738c7b7098fa974a59f2c939f2b2632c52c265 (patch) | |
tree | 5f2c39885f6c50a72625a0592e461441554e9e57 /lib/pkix.asn | |
parent | 9de6741877f3156f7ad66d709fa8a84ceb3c50fd (diff) | |
download | gnutls-43738c7b7098fa974a59f2c939f2b2632c52c265.tar.gz |
Corrected problem printing the DC attributes in a DN.
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r-- | lib/pkix.asn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn index c43743b90b..2ec091e0fc 100644 --- a/lib/pkix.asn +++ b/lib/pkix.asn @@ -1206,4 +1206,15 @@ pkcs-7-EncryptedContent ::= OCTET STRING pkcs-7-UnprotectedAttributes ::= SET SIZE (1..MAX) OF Attribute +-- LDAP stuff +-- may not be correct + +id-at-ldap-DC AttributeType ::= { 0 9 2342 19200300 100 1 25 } + +ldap-DC ::= IA5String + +id-at-ldap-UID AttributeType ::= { 0 9 2342 19200300 100 1 1 } + +ldap-UID ::= IA5String + END |