Skip to content

Commit

Permalink
tests: Removed needless repeated configuration change
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Jan 15, 2025
1 parent 683b8da commit fdf03d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/timported
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ ossl 'pkeyutl -verify -pubin
-sigfile ${TMPPDIR}/file.ec.sig.bin
-in ${TMPPDIR}/sha256.bin'

#After key generation force all operations to happen on the token
ORIG_OPENSSL_CONF=${OPENSSL_CONF}
sed -e "s/#MORECONF/alg_section = algorithm_sec\n\n[algorithm_sec]\ndefault_properties = ?provider=pkcs11/" \
"${OPENSSL_CONF}" > "${OPENSSL_CONF}.forcetoken"
OPENSSL_CONF=${OPENSSL_CONF}.forcetoken

title LINE "Test Signing with private RSA key imported from file"
ossl 'pkeyutl -sign
-inkey ${TMPPDIR}/file.rsa.key.pem
Expand Down

0 comments on commit fdf03d4

Please sign in to comment.