summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-09-15 23:16:08 +0200
committerPeter Wu <lekensteyn@gmail.com>2013-09-15 23:16:08 +0200
commitc2967ce76c95cc8fe11bb5d5af2e64b3212446c6 (patch)
treef59408f664ec37caa31b5dfa394c4ba9e31ae054 /notes.txt
parentb299a016090248fd4220558d5fcd75516dcd5351 (diff)
downloadwireshark-notes-c2967ce76c95cc8fe11bb5d5af2e64b3212446c6.tar.gz
Add ECDH-RSA support for tools
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes.txt b/notes.txt
index ef0f7f3..dd00f24 100644
--- a/notes.txt
+++ b/notes.txt
@@ -59,7 +59,7 @@ rm ok.txt nok.txt;time while read url; do cipher="${url%%.*}";cipher="${cipher##
for url in $(cat res/ok.txt); do host="${url##*/}"; echo;echo;echo _____ $host;(printf "GET / HTTP/1.1\r\nHost: $host\r\n\r\n";sleep .2) | openssl s_client -connect "$host" -CApath /etc/nginx/certs; done 2>&1 | tee s_client-all-res-ok.txt
-The following OpenSSL cipher suites do not connect to nginx:
+The following OpenSSL cipher suites do not connect to nginx (obsolete):
EXP-EDH-DSS-DES-CBC-SHA
EXP-EDH-RSA-DES-CBC-SHA
PSK-RC4-SHA
@@ -84,7 +84,7 @@ ECDH-RSA-AES256-GCM-SHA384
Groupable to:
- EXP-EDH-{DSS,RSA}
- PSK
-- ECDH-RSA
+- ECDH-RSA (obsolete, it is supported with correct cert)
- SRP
Not supported by GnuTLS (source: