From 30d571076808eaa2244a701aab7a680e7815b311 Mon Sep 17 00:00:00 2001 From: Magnus Larsen <[]> Date: Thu, 28 May 2020 21:12:14 +0200 Subject: [PATCH] ephemeral is the word --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 94b6f9f..02bb7e5 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1039,7 +1039,7 @@ set_key_str_score() { "$do_rating" || return 0 - [[ $type == DHE ]] && type_output="temporal DH key (DH parameters)" || type_output="key" + [[ $type == DHE ]] && type_output="ephemeral DH key (DH parameters)" || type_output="key" if [[ $type == EC || $type == EdDSA ]]; then if [[ $size -lt 123 ]] && [[ $KEY_EXCH_SCORE -ge 40 ]]; then