[pkg-opensc-commit] [engine-pkcs11] 135/152: tests: don't rely on softhsm's version for PKCS #11 URLs
Eric Dorland
eric at moszumanska.debian.org
Mon Oct 19 03:11:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository engine-pkcs11.
commit d48bf3853bbe9f1bef55de566e630e8ef08ffd68
Author: Nikos Mavrogiannopoulos <nmav at gnutls.org>
Date: Wed Sep 16 00:28:54 2015 +0200
tests: don't rely on softhsm's version for PKCS #11 URLs
---
tests/softhsm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/softhsm b/tests/softhsm
index 9585acf..23ac424 100755
--- a/tests/softhsm
+++ b/tests/softhsm
@@ -27,13 +27,13 @@ sed -e "s|@MODULE_PATH@|${ADDITIONAL_PARAM}|g" -e "s|@ENGINE_PATH@|../src/.libs/
export OPENSSL_ENGINES="../src/.libs/"
-./evp-sign false engines.cnf "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;token=libp11-test;id=%00%01%02%03;object=server-key;type=private;pin-value=1234" ${ADDITIONAL_PARAM}
+./evp-sign false engines.cnf "pkcs11:token=libp11-test;id=%00%01%02%03;object=server-key;type=private;pin-value=1234" ${ADDITIONAL_PARAM}
if test $? != 0;then
echo "Basic PKCS #11 test failed"
exit 1;
fi
-./evp-sign 1234 engines.cnf "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;token=libp11-test;id=%00%01%02%03;object=server-key;type=private" ${ADDITIONAL_PARAM}
+./evp-sign 1234 engines.cnf "pkcs11:token=libp11-test;id=%00%01%02%03;object=server-key;type=private" ${ADDITIONAL_PARAM}
if test $? != 0;then
echo "Basic PKCS #11 test without pin-value failed"
exit 1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git
More information about the pkg-opensc-commit
mailing list