File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ auth_myrsakey=$(echo "$yaml_myrsakey" | grep "object-auth" | cut -d' ' -f2-)
222
222
223
223
setup_asan
224
224
225
- openssl dgst -provider tpm2 -provider base \
225
+ openssl dgst -provider tpm2 -provider default \
226
226
-sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1 \
227
227
-sign " $TPM2_PKCS11_STORE /myrsakey.pem" -out ${tempdir} /sig -passin " pass:$auth_myrsakey " ${tempdir} /data
228
228
@@ -252,7 +252,7 @@ auth_myecckey=$(echo "$yaml_myecckey" | grep "object-auth" | cut -d' ' -f2-)
252
252
253
253
setup_asan
254
254
255
- openssl dgst -provider tpm2 -provider base \
255
+ openssl dgst -provider tpm2 -provider default \
256
256
-sha1 -sign " $TPM2_PKCS11_STORE /myecckey.pem" -out ${tempdir} /sig -passin " pass:$auth_myecckey " ${tempdir} /data
257
257
258
258
openssl dgst -sha1 -verify ${tempdir} /eccpubkey.pem -signature ${tempdir} /sig ${tempdir} /data
You can’t perform that action at this time.
0 commit comments