tests: Workaround softhsm-2.7.0 bug in hashed ECDSA

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
This commit is contained in:
Jakub Jelen
2026-01-21 17:55:25 +01:00
parent d936b7e81d
commit d297621c33

View File

@@ -28,6 +28,9 @@ if [ ! -d "$TESTDIR/db" ]; then
directories.tokendir = $TESTDIR/db
objectstore.backend = file
log.level = DEBUG
# # The hashed ECDSA mechanisms wrongly do not support multi-part operations
# https://github.com/softhsm/SoftHSMv2/issues/842
slots.mechanisms = -CKM_ECDSA_SHA1,CKM_ECDSA_SHA224,CKM_ECDSA_SHA256,CKM_ECDSA_SHA384,CKM_ECDSA_SHA512
EOF
cat "$TESTDIR/softhsm.conf"