summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/tests/test.asn
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/gkm/tests/test.asn')
-rw-r--r--pkcs11/gkm/tests/test.asn16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkcs11/gkm/tests/test.asn b/pkcs11/gkm/tests/test.asn
new file mode 100644
index 00000000..d6ca54dd
--- /dev/null
+++ b/pkcs11/gkm/tests/test.asn
@@ -0,0 +1,16 @@
+TEST { }
+
+DEFINITIONS EXPLICIT TAGS ::=
+
+BEGIN
+
+TestIntegers ::= SEQUENCE {
+ mpi INTEGER
+}
+
+TestData ::= SEQUENCE {
+ data OCTET STRING,
+ boolean BOOLEAN DEFAULT FALSE
+}
+
+END