Update reset_hostdepended_vars()

This commit adds several variables to reset_hostdepended_vars() that are not currently being reset for each host being tested, but that should be reset.
This commit is contained in:
David Cooper 2021-12-08 09:16:55 -05:00 committed by GitHub
parent 89bd8294e2
commit bcc6178c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20077,8 +20077,26 @@ reset_hostdepended_vars() {
PROTOS_OFFERED=""
CURVES_OFFERED=""
OPTIMAL_PROTO=""
STARTTLS_OPTIMAL_PROTO=""
ALL_FAILED_SOCKETS=true
SERVER_SIZE_LIMIT_BUG=false
NR_SOCKET_FAIL=0
NR_OSSL_FAIL=0
NR_HEADER_FAIL=0
TLS12_CIPHER_OFFERED=""
KNOWN_OSSL_PROB=false
TLS13_ONLY=false
CLIENT_AUTH=false
NO_SSL_SESSIONID=false
DH_GROUP_OFFERED=""
DH_GROUP_LEN_P=0
KEY_SHARE_EXTN_NR="33"
BAD_SERVER_HELLO_CIPHER=false
GOST_STATUS_PROBLEM=false
SERVICE=""
CERT_FINGERPRINT_SHA2=""
RSA_CERT_FINGERPRINT_SHA2=""
TLS_TIME=""
}
# Rough estimate, in the future we maybe want to make use of nano secs (%N). Note this
@ -20231,10 +20249,6 @@ lets_roll() {
calc_scantime
datebanner " Done"
# reset the failed connect counter as we are finished
NR_SOCKET_FAIL=0
NR_OSSL_FAIL=0
"$MEASURE_TIME" && printf "$1: %${COLUMNS}s\n" "$SCAN_TIME"
[[ -e "$MEASURE_TIME_FILE" ]] && echo "Total : $SCAN_TIME " >> "$MEASURE_TIME_FILE"