diff --git a/tests/test-pkcs11-tool-allowed-mechanisms.sh b/tests/test-pkcs11-tool-allowed-mechanisms.sh index 4c9c62d5..0ab47681 100755 --- a/tests/test-pkcs11-tool-allowed-mechanisms.sh +++ b/tests/test-pkcs11-tool-allowed-mechanisms.sh @@ -22,7 +22,7 @@ MECHANISMS="RSA-PKCS,SHA1-RSA-PKCS,RSA-PKCS-PSS" # Generate key pair $PKCS11_TOOL --keypairgen --key-type="RSA:" --login --pin=$PIN \ --module="$P11LIB" --label="test" --id="$ID" \ - --allowed-mechanisms="$MECHANISMS" + --allowed-mechanisms="$MECHANISMS,SHA384-RSA-PKCS" assert $? "Failed to Generate RSA key pair" # Check the attributes are visible