We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49db77e commit 002b911Copy full SHA for 002b911
testssl.sh
@@ -248,7 +248,7 @@ OPENSSL2=${OPENSSL2:-/usr/bin/openssl} # This will be openssl version >=1.1.1 (
248
OPENSSL2_HAS_TLS_1_3=false # If we run with supplied binary AND $OPENSSL2 supports TLS 1.3 this will be set to true
249
OSSL_SHORTCUT=${OSSL_SHORTCUT:-true} # If you don't want automagically switch from $OPENSSL to $OPENSSL2 for TLS 1.3-only hosts, set this to false
250
OPENSSL_LOCATION=""
251
-OPENSSL_NOTIMEOUT="" # Needed for renogitiation tests
+OPENSSL_NOTIMEOUT="" # Needed for renegotiation tests
252
IKNOW_FNAME=false
253
FIRST_FINDING=true # is this the first finding we are outputting to file?
254
JSONHEADER=true # include JSON headers and footers in HTML file, if one is being created
0 commit comments