From 3dbd5a679a3d695d43729916e2196d2b50b128cf Mon Sep 17 00:00:00 2001 From: Bojan Suzic Date: Mon, 17 Mar 2014 18:24:11 +0100 Subject: adding samlengine 1.4.0 --- .../target/test-classes/p11Conf.cfg | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 id/server/SamlEngine-VIDP/target/test-classes/p11Conf.cfg (limited to 'id/server/SamlEngine-VIDP/target/test-classes/p11Conf.cfg') diff --git a/id/server/SamlEngine-VIDP/target/test-classes/p11Conf.cfg b/id/server/SamlEngine-VIDP/target/test-classes/p11Conf.cfg new file mode 100644 index 000000000..bd9f357ce --- /dev/null +++ b/id/server/SamlEngine-VIDP/target/test-classes/p11Conf.cfg @@ -0,0 +1,24 @@ +//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 +attributes(*,CKO_PUBLIC_KEY,CKK_RSA)={ + CKA_VERIFY=true +} +attributes(*,CKO_PRIVATE_KEY,CKK_RSA)={ + CKA_SIGN=true +} \ No newline at end of file -- cgit v1.2.3