WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5a7b534

Browse files
committed
Label missing KEMs as LOW severity (3.2)
see #2960. As 3.2 is used for distributions it seems consistent if we scan for KEMs to backport this feature.
1 parent dfeb8c5 commit 5a7b534

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testssl.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11198,11 +11198,14 @@ run_fs() {
1119811198
fi
1119911199
fi
1120011200
done
11201+
pr_bold " KEMs offered "
1120111202
if [[ -n "$kems_offered" ]]; then
11202-
pr_bold " KEMs offered "
1120311203
out_row_aligned_max_width_by_entry "$kems_offered" " " $TERM_WIDTH pr_kem_param_set_quality
1120411204
outln
1120511205
fileout "${jsonID}_KEMs" "OK" "$kems_offered"
11206+
else
11207+
prln_svrty_low "None"
11208+
fileout "${jsonID}_KEMs" "LOW" "No KEMs offered"
1120611209
fi
1120711210
if [[ -n "$curves_offered" ]]; then
1120811211
pr_bold " Elliptic curves offered: "

0 commit comments

Comments
 (0)