From 72dae035b5f31dc63dc8da31dcba67aa485bf4b6 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Wed, 25 Mar 2020 16:07:22 -0400 Subject: [PATCH] Remove redundant entries This commit removes two entries from a "case" test that were already covered by a previous entry. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 03d2970..a40a1ce 100755 --- a/testssl.sh +++ b/testssl.sh @@ -5969,7 +5969,7 @@ pr_cipher_quality() { pr_svrty_high "$text" 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 pr_svrty_good "$text" return 6