summaryrefslogtreecommitdiff
path: root/openssl-connect
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-12-10 23:58:08 +0100
committerPeter Wu <lekensteyn@gmail.com>2013-12-10 23:58:08 +0100
commit0cac6f1f911590850e90894e14b3ecd0226cfa12 (patch)
treedf90561170f8a6db2cb7541a2c9d55c745ba7db5 /openssl-connect
parent8fc4f6c45dc802437376e49dc9c11f2a033dd4c5 (diff)
downloadwireshark-notes-0cac6f1f911590850e90894e14b3ecd0226cfa12.tar.gz
More ciphers support
* generate-wireshark-cs: fix key sizes for export ciphers * notes, openssl-{connect,listen}: support more cipher suites, including NULL.
Diffstat (limited to 'openssl-connect')
-rwxr-xr-xopenssl-connect3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl-connect b/openssl-connect
index 23ebc47..77ba857 100755
--- a/openssl-connect
+++ b/openssl-connect
@@ -78,7 +78,8 @@ s_client_client_random() {
# When stdin is a TTY, try all ciphers
if [ -t 0 ]; then
- openssl ciphers -V
+ # Use only SSLv3 and TLSv1 ciphers, do not use SSLv2
+ openssl ciphers -V -tls1 ALL:NULL
else
# otherwise if not TTY, pass-through (useful for grep)
cat