summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorbodo <bodo>2000-03-13 20:31:34 +0000
committerbodo <bodo>2000-03-13 20:31:34 +0000
commit40d4f3b3847b3647bd48bce84894856fa5419b3e (patch)
tree53b5fb1f5611995c2362236fb2def92489a343fb /test/testssl
parentfcde1b9edcfb9fb25f58ecb49e139fa26c5ae779 (diff)
downloadopenssl-40d4f3b3847b3647bd48bce84894856fa5419b3e.tar.gz
"openssl no-..." commands for avoiding the need to grep
"openssl list-standard-commands".
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index 873df8312..2151a6438 100644
--- a/test/testssl
+++ b/test/testssl
@@ -115,7 +115,9 @@ $ssltest -bio_pair -server_auth -client_auth $CA || exit 1
echo test tls1 with 1024bit anonymous DH, multiple handshakes
$ssltest -v -bio_pair -tls1 -cipher ADH -dhe1024dsa -num 10 -f -time || exit 1
-if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then
+if ../apps/openssl no-rsa; then
+ echo skipping RSA tests
+else
echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -no_dhe -num 10 -f -time || exit 1