mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Remove redundant entries
This commit removes two entries from a "case" test that were already covered by a previous entry.
This commit is contained in:
parent
e15aea4790
commit
72dae035b5
@ -5969,7 +5969,7 @@ pr_cipher_quality() {
|
|||||||
pr_svrty_high "$text"
|
pr_svrty_high "$text"
|
||||||
return 2
|
return 2
|
||||||
;;
|
;;
|
||||||
PSK-*GCM*|PSK-*CCM*|RSA-PSK-*GCM*|RSA-PSK-CHACHA20-POLY1305|PSK-CHACHA20-POLY1305|PSK-ARIA*-GCM-SHA*|RSA-PSK-ARIA*-GCM-SHA*)
|
PSK-*GCM*|PSK-*CCM*|RSA-PSK-*GCM*|RSA-PSK-CHACHA20-POLY1305|PSK-CHACHA20-POLY1305)
|
||||||
# PSK kx and e.g. GCM isn't certainly the best
|
# PSK kx and e.g. GCM isn't certainly the best
|
||||||
pr_svrty_good "$text"
|
pr_svrty_good "$text"
|
||||||
return 6
|
return 6
|
||||||
|
Loading…
Reference in New Issue
Block a user