]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - crypto/heimdal/lib/asn1/rfc2459.asn1
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / crypto / heimdal / 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