adding comments for David's PR #807 and pointing to the cipher list in #806

This commit is contained in:
Dirk 2017-07-31 12:59:36 +02:00
parent 9c1fe0589c
commit 9540224722
2 changed files with 3 additions and 0 deletions

View File

@ -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="

View File

@ -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"