Merge from vendor branch FILE:
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / asn1 / rfc2459.asn1
1 RFC2459 DEFINITIONS ::= BEGIN
2
3 AttributeType ::= OBJECT-IDENTIFIER
4
5 AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType
6
7 AttributeTypeAndValue ::= SEQUENCE {
8         type AttributeType,
9         value AttributeValue
10 }
11
12 RelativeDistinguishedName ::= --SET
13 SEQUENCE OF AttributeTypeAndValue
14
15 RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
16
17 Name ::= CHOICE { -- RFC2459
18         x RDNSequence
19 }
20
21 END