diff --git a/Readme.md b/Readme.md index e44643d..3b16045 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ ## Intro +[![Build Status](https://travis-ci.org/drwetter/testssl.sh.svg?branch=master)](https://travis-ci.org/drwetter/testssl.sh) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drwetter/testssl.sh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) `testssl.sh` is a free command line tool which checks a server's service on diff --git a/testssl.sh b/testssl.sh index 5b7a98d..1fe9048 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3977,7 +3977,7 @@ run_client_simulation() { using_sockets=false fi - # That service should clients support for simulation? + # What service should clients support for simulation? if [[ "$SERVICE" != "" ]]; then client_service="$SERVICE" else @@ -5148,7 +5148,7 @@ certificate_info() { ;; *) out "$cert_sig_algo (" - pr_warning "FIXME: is unknown" + pr_warning "FIXME: can't tell whether this is good or not" outln ")" fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $sign_algo" ;; @@ -5218,7 +5218,7 @@ certificate_info() { fi else out "$cert_keysize bits (" - pr_warning "FIXME: can't tell whether this is good here or not" + pr_warning "FIXME: can't tell whether this is good or not" outln ")" fileout "${json_prefix}key_size" "WARN" "Server keys $cert_keysize bits (unknown signature algorithm)" fi @@ -9391,4 +9391,4 @@ fi exit $? -# $Id: testssl.sh,v 1.509 2016/06/28 10:21:48 dirkw Exp $ +# $Id: testssl.sh,v 1.511 2016/07/01 16:26:03 dirkw Exp $