Skip to content

Commit

Permalink
Merge pull request #949 from dcooper16/run_crime_ossl111
Browse files Browse the repository at this point in the history
run_crime() and OpenSSL 1.1.1
  • Loading branch information
drwetter committed Dec 25, 2017
2 parents 7a1fb66 + 581b7cf commit eeaceb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testssl.sh
Expand Up @@ -11967,6 +11967,7 @@ run_crime() {
if [[ $OSSL_VER_MAJOR.$OSSL_VER_MINOR == "1.1.0"* ]] || [[ $OSSL_VER_MAJOR.$OSSL_VER_MINOR == "1.1.1"* ]]; then
addcmd="-comp"
fi
"$HAS_TLS13" && [[ -z "$OPTIMAL_PROTO" ]] && addcmd+=" -no_tls1_3"
$OPENSSL s_client $(s_client_options "$OPTIMAL_PROTO $BUGS $addcmd $STARTTLS -connect $NODEIP:$PORT $PROXY $SNI") </dev/null &>$TMPFILE
sclient_connect_successful $? $TMPFILE
sclient_success=$?
Expand Down

0 comments on commit eeaceb2

Please sign in to comment.