Skip to content

Commit 589eb3b

Browse files
alexleachwilliamcroberts
authored andcommitted
Swap openssl base provider for default provider in integration tests
Signed-off-by: Alex Leach <[email protected]>
1 parent fbe5052 commit 589eb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/p11-tool.sh.nosetup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ auth_myrsakey=$(echo "$yaml_myrsakey" | grep "object-auth" | cut -d' ' -f2-)
222222

223223
setup_asan
224224

225-
openssl dgst -provider tpm2 -provider base \
225+
openssl dgst -provider tpm2 -provider default \
226226
-sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1 \
227227
-sign "$TPM2_PKCS11_STORE/myrsakey.pem" -out ${tempdir}/sig -passin "pass:$auth_myrsakey" ${tempdir}/data
228228

@@ -252,7 +252,7 @@ auth_myecckey=$(echo "$yaml_myecckey" | grep "object-auth" | cut -d' ' -f2-)
252252

253253
setup_asan
254254

255-
openssl dgst -provider tpm2 -provider base \
255+
openssl dgst -provider tpm2 -provider default \
256256
-sha1 -sign "$TPM2_PKCS11_STORE/myecckey.pem" -out ${tempdir}/sig -passin "pass:$auth_myecckey" ${tempdir}/data
257257

258258
openssl dgst -sha1 -verify ${tempdir}/eccpubkey.pem -signature ${tempdir}/sig ${tempdir}/data

0 commit comments

Comments
 (0)