mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
backing out changes until coredump of testclnt is fixed
This commit is contained in:
parent
d43da977d0
commit
a3944b022e
@ -127,7 +127,7 @@ wait_for_selfserv()
|
||||
html_failed "<TR><TD> Wait for Server "
|
||||
echo "RETRY: tstclnt -p ${PORT} -h ${HOST} -q -d . < ${REQUEST_FILE}"
|
||||
tstclnt -p ${PORT} -h ${HOST} -q -d . < ${REQUEST_FILE}
|
||||
elif [ sparam = "-c ABCDEFabcdefghijklmnvy" ] ; then # "$1" = "cov" ] ; then
|
||||
elif [ sparam = "-c ABCDEFabcdefghijklm" ] ; then # "$1" = "cov" ] ; then
|
||||
html_passed "<TR><TD> Wait for Server"
|
||||
fi
|
||||
is_selfserv_alive
|
||||
@ -180,7 +180,7 @@ ssl_cov()
|
||||
html_head "SSL Cipher Coverage"
|
||||
|
||||
testname=""
|
||||
sparam="-c ABCDEFabcdefghijklmnvy"
|
||||
sparam="-c ABCDEFabcdefghijklm"
|
||||
start_selfserv # Launch the server
|
||||
|
||||
cat ${SSLCOV} | while read tls param testname
|
||||
|
@ -35,10 +35,3 @@
|
||||
# (NULL is not enabled by default)
|
||||
TLS i TLS RSA WITH NULL MD5
|
||||
noTLS i SSL3 RSA WITH NULL MD5
|
||||
# added on nelson's request
|
||||
TLS n TLS RSA WITH RC4 128 SHA
|
||||
noTLS n SSL3 RSA WITH RC4 128 SHA
|
||||
TLS v TLS RSA WITH AES 128 CBC SHA
|
||||
noTLS v SSL3 RSA WITH AES 128 CBC SHA
|
||||
TLS y TLS RSA WITH AES 256 CBC SHA
|
||||
noTLS y SSL3 RSA WITH AES 256 CBC SHA
|
||||
|
Loading…
Reference in New Issue
Block a user