mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
polishing output for #413
This commit is contained in:
parent
400e969585
commit
5f47359291
@ -4579,7 +4579,7 @@ run_pfs() {
|
||||
fi
|
||||
fi
|
||||
|
||||
if $ecdhe_offered; then
|
||||
if "$ecdhe_offered"; then
|
||||
# find out what elliptic curves are supported.
|
||||
curves_offered=""
|
||||
for curve in "${curves[@]}"; do
|
||||
@ -4590,7 +4590,7 @@ run_pfs() {
|
||||
done
|
||||
if [[ -n "$curves_offered" ]]; then
|
||||
pr_bold " Elliptic curves offered: "; outln "$curves_offered"
|
||||
fileout "ecdhe_curves" "INFO" "Elliptic curves offered: $curves_offered"
|
||||
fileout "ecdhe_curves" "INFO" "Elliptic curves offered $curves_offered"
|
||||
fi
|
||||
fi
|
||||
outln
|
||||
@ -8286,4 +8286,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.523 2016/07/11 14:20:35 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.524 2016/07/11 16:44:27 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user