mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-05 19:42:54 +02:00
ephemeral is the word
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user