From 2362cd8745f6a13637ae2bbb2fc71ca8326be6e4 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 1 Jul 2016 12:03:46 +0200 Subject: [PATCH] wording for GOST sig algos and keys --- testssl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index 73836a5..eee727a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3913,7 +3913,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" ;; @@ -3983,7 +3983,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 @@ -8148,4 +8148,4 @@ fi exit $? -# $Id: testssl.sh,v 1.509 2016/06/28 10:21:48 dirkw Exp $ +# $Id: testssl.sh,v 1.510 2016/07/01 10:03:44 dirkw Exp $