summaryrefslogtreecommitdiff
path: root/tests/ssl
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-07-12 14:21:37 +1000
committerMartin Thomson <martin.thomson@gmail.com>2016-07-12 14:21:37 +1000
commit100a24be614c8c6c3bba386c5322064709006b93 (patch)
tree5fccb7bdbb96228676f34061dbc4f1fe8b28bdf6 /tests/ssl
parentadcbf89f71a852fb790e0a80e29cf1942d33c05f (diff)
downloadnss-hg-100a24be614c8c6c3bba386c5322064709006b93.tar.gz
Bug 1263841 - Adding -V option to strsclnt invocations, a=bustage
Diffstat (limited to 'tests/ssl')
-rwxr-xr-xtests/ssl/ssl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ssl/ssl.sh b/tests/ssl/ssl.sh
index 8481c9db6..c40ab3cad 100755
--- a/tests/ssl/ssl.sh
+++ b/tests/ssl/ssl.sh
@@ -607,10 +607,10 @@ ssl_stress()
fi
echo "strsclnt -q -p ${PORT} -d ${P_R_CLIENTDIR} ${CLIENT_OPTIONS} -w nss $cparam \\"
- echo " $verbose ${HOSTADDR}"
+ echo " -V ssl3:tls1.2 $verbose ${HOSTADDR}"
echo "strsclnt started at `date`"
${PROFTOOL} ${BINDIR}/strsclnt -q -p ${PORT} -d ${P_R_CLIENTDIR} ${CLIENT_OPTIONS} -w nss $cparam \
- $verbose ${HOSTADDR}
+ -V ssl3:tls1.2 $verbose ${HOSTADDR}
ret=$?
echo "strsclnt completed at `date`"
html_msg $ret $value \