summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/rfc2459.asn1
blob: c9adec6093c60183c4a9e47115bbd0b9a7d75978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
OpenPOWER on IntegriCloud