git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8187 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-04-14 15:49:32 +00:00
parent ab3325e616
commit d2e9f53ffc
3 changed files with 233 additions and 0 deletions

21
lib/asn1/rfc2459.asn1 Normal file
View File

@@ -0,0 +1,21 @@
RFC2459 DEFINITIONS ::= BEGIN
AttributeType ::= OBJECT-IDENTIFIER
AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType
AttributeTypeAndValue ::= SEQUENCE {
type AttributeType,
value AttributeValue
}
RelativeDistinguishedName ::= --SET
SEQUENCE OF AttributeTypeAndValue
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
Name ::= CHOICE { -- RFC2459
x RDNSequence
}
END