From fdf03d4845d513d894111a27c402aa25d617e2c6 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 15 Jan 2025 14:15:57 +0100 Subject: [PATCH] tests: Removed needless repeated configuration change Signed-off-by: Jakub Jelen --- tests/timported | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/timported b/tests/timported index 20dd0720..88640ef4 100755 --- a/tests/timported +++ b/tests/timported @@ -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