diff --git a/test/Makefile b/test/Makefile index 5f977c171fedceda627721629e1540fb8120d6a1..088d0bc12689bf613b63c84a516e66cb599014cf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -287,7 +287,7 @@ test_aes: #$(AESTEST) # ../util/shlib_wrap.sh ./$(AESTEST) test_tsa: - @if ../apps/openssl no-rsa; then \ + @if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then \ echo "skipping testtsa test -- requires RSA"; \ else \ sh ./testtsa; \ diff --git a/test/testtsa b/test/testtsa index b135438b7d9d559fea935fa8621242a9ccc3d20c..746aa258d6ab360cc37e62758bf9d97592498899 100644 --- a/test/testtsa +++ b/test/testtsa @@ -11,6 +11,9 @@ export SH PATH OPENSSL_CONF="../CAtsa.cnf" export OPENSSL_CONF +OPENSSL="../util/opensslwrap.sh" +export OPENSSL + error () { echo "ERROR DURING TSA TESTS!!!!!!!!!!!!!!!!" >&2 @@ -49,7 +52,7 @@ create_tsa_cert () { INDEX=$1 EXT=$2 - openssl req -new -out tsa_req${INDEX}.pem -keyout tsa_key${INDEX}.pem <