travis CI: testsuite fix (tests/test-pkcs11-tool-allowed-mechanisms.sh)

Ubuntu (focal) softhsm2 workaround - mechanism listing incorrect
This commit is contained in:
Peter Popovec 2021-04-06 13:49:06 +02:00 committed by Jakub Jelen
parent 7d274a0d72
commit dd48facd38
1 changed files with 1 additions and 1 deletions

View File

@ -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