From 954022472201e9d565e7867a921469f3c78686e6 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 31 Jul 2017 12:59:36 +0200 Subject: [PATCH] adding comments for David's PR #807 and pointing to the cipher list in #806 --- etc/tls_data.txt | 2 ++ testssl.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/etc/tls_data.txt b/etc/tls_data.txt index cf3bdd4..3a73936 100755 --- a/etc/tls_data.txt +++ b/etc/tls_data.txt @@ -1,5 +1,7 @@ # data we need for socket based handshakes +# see #807 and #806 (especially +# https://github.com/drwetter/testssl.sh/issues/806#issuecomment-318686374) # 123 standard cipher + 4x GOST for TLS 1.2 and SPDY/NPN HTTP2/ALPN readonly TLS12_CIPHER=" diff --git a/testssl.sh b/testssl.sh index 9a1a7d2..0abd23e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4036,6 +4036,7 @@ run_protocols() { if [[ $ret -ne 0 ]]; then tls_sockets "03" "$TLS12_CIPHER_2ND_TRY" [[ $? -eq 0 ]] && ret=0 + # see #807 and #806 fi else run_prototest_openssl "-tls1_2"