aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-03-11 09:19:58 +0000
committerErlang/OTP <[email protected]>2010-03-11 09:19:58 +0000
commita3202b05d648732b7d2afe3ad952782e5376a18d (patch)
treea9607987555b3ab1217f38fa06e6ce0d1bd57282 /lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn
parent356c33b6063de632f9c98c66260603e6edbc3ee5 (diff)
downloadotp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.gz
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.bz2
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.zip
OTP-8516 asn1: clean up test suite
Diffstat (limited to 'lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn')
-rw-r--r--lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn49
1 files changed, 0 insertions, 49 deletions
diff --git a/lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn b/lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn
deleted file mode 100644
index 9a7d4936a6..0000000000
--- a/lib/asn1/test/asn1_bin_SUITE_data/x420/External-References.asn
+++ /dev/null
@@ -1,49 +0,0 @@
--- Module External-References (T.422:08/1995)
-
-External-References {2 8 1 12 1} DEFINITIONS IMPLICIT TAGS ::=
-BEGIN
-
-EXPORTS External-References-List, Reference-Name;
-
-IMPORTS
- Location-Expression
- FROM Location-Expressions {2 8 1 12 0}
- -- see 7.4
- DOR
- FROM DOR-definition {2 4 0}
- -- see ISO/IEC 10031-2
- DistinguishedName
- FROM InformationFramework {joint-iso-itu-t ds(5) module(1)
- informationFramework(1) 3};
-
--- see ITU-T Rec. X.501 � ISO/IEC 9594-2
-External-References-List ::=
- SET OF
- SET {reference-name [1] Reference-Name,
- external-entity [2] External-Entity,
- location-rule [3] Location-Expression OPTIONAL}
-
-Reference-Name ::= PrintableString
-
-External-Entity ::= CHOICE {
- external-info [0] External-Information-Name,
- object-id [1] OBJECT IDENTIFIER,
- dor [2] DOR,
- distinguished [3] DistinguishedName,
- associated-info [4] Associated-Information-Name
-}
-
-External-Information-Name ::= SEQUENCE {
- string [0] PrintableString,
- object-id [1] OBJECT IDENTIFIER OPTIONAL
-}
-
-Associated-Information-Name ::= SEQUENCE {
- string [0] PrintableString,
- object-id [1] OBJECT IDENTIFIER OPTIONAL
-}
-
-END
-
--- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-