From 8a39672af4d9becac56ca069ecc107d68b202dcb Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Fri, 17 Oct 2014 10:26:02 +0200 Subject: Add the other PKCS files to the rfcs test case Changed the following from the original copies: PKCS-5 (renamed from PKCS-v21) PKCS-9 Import from CryptographicMessageSyntax-2009 instead of CryptographicMessageSyntax Since most of the files from the x420 directory are needed, copy all of them into the rfcs directory and remove the x420 directory and test case. Copy the test of OTP-7759 to the testRfcs test case. --- .../rfcs/Remote-Operations-Realizations.asn1 | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 lib/asn1/test/asn1_SUITE_data/rfcs/Remote-Operations-Realizations.asn1 (limited to 'lib/asn1/test/asn1_SUITE_data/rfcs/Remote-Operations-Realizations.asn1') diff --git a/lib/asn1/test/asn1_SUITE_data/rfcs/Remote-Operations-Realizations.asn1 b/lib/asn1/test/asn1_SUITE_data/rfcs/Remote-Operations-Realizations.asn1 new file mode 100644 index 0000000000..73b49c8d7a --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/rfcs/Remote-Operations-Realizations.asn1 @@ -0,0 +1,81 @@ +-- Module Remote-Operations-Realizations (X.882:07/1994) + +Remote-Operations-Realizations {joint-iso-itu-t remote-operations(4) + realizations(9) version1(0)} DEFINITIONS ::= +BEGIN + +-- exports everything +IMPORTS + REALIZATION + FROM Remote-Operations-Information-Objects-extensions {joint-iso-itu-t + remote-operations(4) informationObjects-extensions(8) version1(0)}; + +RealizationParameter ::= SEQUENCE { + realization-type ENUMERATED {association-service(0), transfer-service(1)}, + concatenation BOOLEAN DEFAULT FALSE +} + +acse REALIZATION ::= { + RealizationParameter + (WITH COMPONENTS { + realization-type (association-service) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) association-realizations(10) + acse-without-concatenation(0)} +} + +acse-with-concatenation REALIZATION ::= { + RealizationParameter + (WITH COMPONENTS { + realization-type (association-service), + concatenation (TRUE) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) association-realizations(10) + acse-with-concatenation(1)} +} + +association-by-RTSE REALIZATION ::= { + RealizationParameter + (WITH COMPONENTS { + realization-type (association-service) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) association-realizations(10) + association-by-rtse(2)} +} + +pData REALIZATION ::= { + RealizationParameter(WITH COMPONENTS { + realization-type (transfer-service) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) transfer-realizations(11) + pData-without-concatenation(0)} +} + +pData-with-concatenation REALIZATION ::= { + RealizationParameter + (WITH COMPONENTS { + realization-type (transfer-service), + concatenation (TRUE) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) transfer-realizations(11) + pData-with-concatenation(1)} +} + +transfer-by-RTSE REALIZATION ::= { + RealizationParameter(WITH COMPONENTS { + realization-type (transfer-service) + }) + IDENTIFIED BY + {joint-iso-itu-t remote-operations(4) transfer-realizations(11) + rTSE-transfer(2)} +} + +END -- end of the OSI realizations module + +-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D + -- cgit v1.2.3