From 7238f460858f87ac684aa0b880af707b5492367f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 24 Oct 2024 10:35:26 +0200 Subject: [PATCH] tests: Softokn does not support allowed mechanisms Signed-off-by: Jakub Jelen --- tests/softokn-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/softokn-init.sh b/tests/softokn-init.sh index 03daa6fd..73e93ecc 100755 --- a/tests/softokn-init.sh +++ b/tests/softokn-init.sh @@ -19,5 +19,5 @@ export NSS_LIB_PARAMS="configDir=${TOKDIR}" export TOKENLABEL="NSS Certificate DB" export TOKENLABELURI="NSS%20Certificate%20DB" -export TOKENOPTIONS="pkcs11-module-quirks = no-operation-state" +export TOKENOPTIONS="pkcs11-module-quirks = no-operation-state no-allowed-mechanisms" export TOKENCONFIGVARS="export NSS_LIB_PARAMS=configDir=${TOKDIR}"