summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/tests/test.asn
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-05-27 03:21:59 +0000
committerStef Walter <stef@memberwebs.com>2010-06-08 15:46:24 +0000
commitcf0192e26a095c7f1840cd34b3cd1476d696a7b9 (patch)
treec29d881a5395056862abc9c7b32bd84956683c2a /pkcs11/gkm/tests/test.asn
parent86599c674c42d2c58ab40ebb1a75fc5aeb6819b8 (diff)
downloadgnome-keyring-cf0192e26a095c7f1840cd34b3cd1476d696a7b9.tar.gz
Massive cleanup of line endings and file names.
* Cleanup all line endings for pkcs11 code. * Rename C namespace to GKM This is big "rip off the bandaid fast" change in order to prevent later constant pain with git and naming.
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