mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
ephemeral is the word
This commit is contained in:
parent
dca50fc49a
commit
30d5710768
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user