summaryrefslogtreecommitdiffstats
path: root/test/testssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 19:35:37 +0000
committerBodo Möller <bodo@openssl.org>2000-03-13 19:35:37 +0000
commit95fabd2fbc70711c2475f3ea768b719c96eaa7ce (patch)
tree75951d4c90ebbf6e0d232d14e25735f9a9ffdb87 /test/testssl
parent7d2509b6df55006bd75ded63879bb46922088aab (diff)
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 413a14e4cb..9fc9bb2de7 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