aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-08-10 16:52:00 +0200
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-08-10 16:53:53 +0200
commit2b8c631a8ef6d6970a482914e41c59f37e3a6d08 (patch)
treea81b4c3247d1c65a3a9992f787511a5a0579e519 /id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
parent496ba9bb6e150ad67c5c628c1c97f30d6da81dfb (diff)
downloadmoa-id-spss-2b8c631a8ef6d6970a482914e41c59f37e3a6d08.tar.gz
moa-id-spss-2b8c631a8ef6d6970a482914e41c59f37e3a6d08.tar.bz2
moa-id-spss-2b8c631a8ef6d6970a482914e41c59f37e3a6d08.zip
approved tests
Diffstat (limited to 'id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg')
-rw-r--r--id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg30
1 files changed, 12 insertions, 18 deletions
diff --git a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg b/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
index bd9f357ce..84f7050d1 100644
--- a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
+++ b/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
@@ -1,21 +1,15 @@
-//ATTRIBUTE VALUE
-//name name suffix of this provider instance
-//library pathname of PKCS#11 implementation
-//slotListIndex slot index
-
-//PREFIX DESCRIPTION
-//CKO_ Object class
-//CKA_ Attribute
-//CKK_ Key type
-
-//attributes(operation, keytype, keyalgorithm) = {
-// name1 = value1
-// [...]
-//}
-
-name=nameProvider
-library=library.dll
-slotListIndex=0
+name=OpenDNSSEC
+library = /usr/lib/softhsm/libsofthsm.so
+slot = 0
+attributes(generate, *, *) = {
+ CKA_TOKEN = true
+}
+attributes(generate, CKO_CERTIFICATE, *) = {
+ CKA_PRIVATE = false
+}
+attributes(generate, CKO_PUBLIC_KEY, *) = {
+ CKA_PRIVATE = false
+}
attributes(*,CKO_PUBLIC_KEY,CKK_RSA)={
CKA_VERIFY=true
}