diff --git a/lib/hcrypto/test_crypto.in b/lib/hcrypto/test_crypto.in index 5b639c761..8cc779b32 100644 --- a/lib/hcrypto/test_crypto.in +++ b/lib/hcrypto/test_crypto.in @@ -45,6 +45,12 @@ ${engine} --test-random > /dev/null || { echo "missing random"; exit 77; } ${rsa} --key=${srcdir}/rsakey.der || \ { echo "rsa test failed" ; exit 1; } +${rsa} --time-key=${srcdir}/rsakey.der || \ + { echo "rsa test failed" ; exit 1; } + +${rsa} --time-key=generate || \ + { echo "rsa test failed" ; exit 1; } + ${engine} --rsa=${srcdir}/rsakey.der || \ { echo "engine test failed" ; exit 1; }