From 83472301bc76d7da8cd14d40e7406f4e0c317f55 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Fri, 30 Dec 2016 11:33:27 -0500 Subject: [PATCH] Don't "echo" the prime to the terminal --- testssl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 93f99ac..aee84cd 100755 --- a/testssl.sh +++ b/testssl.sh @@ -9394,7 +9394,6 @@ run_logjam() { dh_p="$(strip_spaces "$(colon_to_spaces "$(newline_to_spaces "$dh_p")")")" [[ "${dh_p:0:2}" == "00" ]] && dh_p="${dh_p:2}" # At this point the DH key's prime has been extracted into $dh_p. Compare is against known weak primes. - echo "dh_p = $dh_p" fi tmpfile_handle $FUNCNAME.txt