summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorbodo <bodo>2000-03-13 19:35:36 +0000
committerbodo <bodo>2000-03-13 19:35:36 +0000
commit7ac5297d1b8c6f0e1bf1064ea1e7784b9d04bb3d (patch)
treebcbd1fb5e48bb189179dffd53dfbd945270e8ee4 /test/testssl
parentbb0fbaa67027bc35fa7fab921fd9ce0661cd360e (diff)
downloadopenssl-7ac5297d1b8c6f0e1bf1064ea1e7784b9d04bb3d.tar.gz
Corrections.
In testss, use MD5 as digest algorithm so that the resulting certificates can be used for testssl with RSA.
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index 413a14e4c..9fc9bb2de 100644
--- a/test/testssl
+++ b/test/testssl
@@ -10,7 +10,7 @@ if [ "$2" = "" ]; then
else
cert="$2"
fi
-ssltest="./ssltest -key $1 -cert $2 -c_key $1 -c_cert $2"
+ssltest="./ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
if ../apps/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key'; then
dsa_cert=YES