summaryrefslogtreecommitdiff
path: root/openssl-connect
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-connect')
-rwxr-xr-xopenssl-connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-connect b/openssl-connect
index 77ba857..f4def7f 100755
--- a/openssl-connect
+++ b/openssl-connect
@@ -79,7 +79,7 @@ s_client_client_random() {
# When stdin is a TTY, try all ciphers
if [ -t 0 ]; then
# Use only SSLv3 and TLSv1 ciphers, do not use SSLv2
- openssl ciphers -V -tls1 ALL:NULL
+ openssl ciphers -V -tls1 ALL:COMPLEMENTOFALL
else
# otherwise if not TTY, pass-through (useful for grep)
cat