mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
polishing output for #413
This commit is contained in:
parent
400e969585
commit
5f47359291
@ -4579,7 +4579,7 @@ run_pfs() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $ecdhe_offered; then
|
if "$ecdhe_offered"; then
|
||||||
# find out what elliptic curves are supported.
|
# find out what elliptic curves are supported.
|
||||||
curves_offered=""
|
curves_offered=""
|
||||||
for curve in "${curves[@]}"; do
|
for curve in "${curves[@]}"; do
|
||||||
@ -4590,7 +4590,7 @@ run_pfs() {
|
|||||||
done
|
done
|
||||||
if [[ -n "$curves_offered" ]]; then
|
if [[ -n "$curves_offered" ]]; then
|
||||||
pr_bold " Elliptic curves offered: "; outln "$curves_offered"
|
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
|
||||||
fi
|
fi
|
||||||
outln
|
outln
|
||||||
@ -8286,4 +8286,4 @@ fi
|
|||||||
exit $?
|
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