mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
@@ -28,6 +28,9 @@ if [ ! -d "$TESTDIR/db" ]; then
|
|||||||
directories.tokendir = $TESTDIR/db
|
directories.tokendir = $TESTDIR/db
|
||||||
objectstore.backend = file
|
objectstore.backend = file
|
||||||
log.level = DEBUG
|
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
|
EOF
|
||||||
|
|
||||||
cat "$TESTDIR/softhsm.conf"
|
cat "$TESTDIR/softhsm.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user