Files
heimdal/lib/asn1/x509.asn1
Johan Danielsson d2e9f53ffc jox
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8187 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-14 15:49:32 +00:00

23 lines
438 B
Groff

X509 DEFINITIONS ::= BEGIN
CertificateSerialNumber ::= INTEGER -- X.509 '97
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