From cfaeb51395b393f8bb95093adb85670953922f99 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 20 Dec 2016 12:59:26 -0500 Subject: [PATCH] Show "exp" bits column for export ciphers --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index e77f424..84e2f5a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -9180,6 +9180,7 @@ run_beast(){ first=false for (( i=0; i < nr_ciphers; i++ )); do if "${ciphers_found[i]}" || "$SHOW_EACH_C"; then + export="${export2[i]}" neat_list "$(tolower "${normalized_hexcode[i]}")" "${ciph[i]}" "${kx[i]}" "${enc[i]}" if "$SHOW_EACH_C"; then if "${ciphers_found[i]}"; then