From 1a7d1f73d2d6f1670ad419ee8418c1c442aebbd6 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 20 Dec 2016 13:11:03 -0500 Subject: [PATCH] Mark export ciphers in run_rc4() This PR adds ",exp" to the bits column when `run_rc4()` is run in the "--wide" mode and the cipher is an export cipher. This makes the wide mode of `run_rc4()` align with other functions, such as `run_allciphers()`. --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 322eadf..0532945 100755 --- a/testssl.sh +++ b/testssl.sh @@ -9382,6 +9382,7 @@ run_rc4() { fi if "$WIDE"; then #FIXME: JSON+CSV in wide mode is missing + export="${export2[i]}" neat_list "${normalized_hexcode[i]}" "${ciph[i]}" "${kx[i]}" "${enc[i]}" if "$SHOW_EACH_C"; then if "${ciphers_found[i]}"; then