mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
better naming of variables from previous commit
This commit is contained in:
parent
377bde14cc
commit
4eb6ab5976
@ -12890,7 +12890,7 @@ run_logjam() {
|
|||||||
local dh_p=""
|
local dh_p=""
|
||||||
local spaces=" "
|
local spaces=" "
|
||||||
local vuln_exportdh_ciphers=false
|
local vuln_exportdh_ciphers=false
|
||||||
local openssl_no_dhciphers=false
|
local openssl_no_expdhciphers=false
|
||||||
local common_primes_file="$TESTSSL_INSTALL_DIR/etc/common-primes.txt"
|
local common_primes_file="$TESTSSL_INSTALL_DIR/etc/common-primes.txt"
|
||||||
local comment="" str=""
|
local comment="" str=""
|
||||||
local -i lineno_matched=0
|
local -i lineno_matched=0
|
||||||
@ -12914,7 +12914,7 @@ run_logjam() {
|
|||||||
0) prln_local_problem "$OPENSSL doesn't have any DH EXPORT ciphers configured"
|
0) prln_local_problem "$OPENSSL doesn't have any DH EXPORT ciphers configured"
|
||||||
fileout "$jsonID" "WARN" "Not tested. $OPENSSL doesn't support any DH EXPORT ciphers" "$cve" "$cwe"
|
fileout "$jsonID" "WARN" "Not tested. $OPENSSL doesn't support any DH EXPORT ciphers" "$cve" "$cwe"
|
||||||
out "$spaces"
|
out "$spaces"
|
||||||
openssl_no_dhciphers=true
|
openssl_no_expdhciphers=true
|
||||||
;;
|
;;
|
||||||
1|2|3) addtl_warning=" ($magenta""tested w/ $nr_supported_ciphers/4 ciphers only!$off)" ;;
|
1|2|3) addtl_warning=" ($magenta""tested w/ $nr_supported_ciphers/4 ciphers only!$off)" ;;
|
||||||
4) ;;
|
4) ;;
|
||||||
@ -13062,7 +13062,7 @@ run_logjam() {
|
|||||||
out "Common prime with $len_dh_p bits detected: "; pr_italic "$comment"
|
out "Common prime with $len_dh_p bits detected: "; pr_italic "$comment"
|
||||||
fileout "$jsonID2" "INFO" "common prime \"$comment\" detected"
|
fileout "$jsonID2" "INFO" "common prime \"$comment\" detected"
|
||||||
fi
|
fi
|
||||||
if ! "$openssl_no_dhciphers"; then
|
if ! "$openssl_no_expdhciphers"; then
|
||||||
outln ","
|
outln ","
|
||||||
out "${spaces}but no DH EXPORT ciphers${addtl_warning}"
|
out "${spaces}but no DH EXPORT ciphers${addtl_warning}"
|
||||||
fileout "$jsonID" "OK" "not vulnerable, no DH EXPORT ciphers,$addtl_warning" "$cve" "$cwe"
|
fileout "$jsonID" "OK" "not vulnerable, no DH EXPORT ciphers,$addtl_warning" "$cve" "$cwe"
|
||||||
|
Loading…
Reference in New Issue
Block a user