From 2e5dd0439a5b3496bb9309a80c7f0dd0cbceefd5 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 2 Mar 2018 20:57:06 +0100 Subject: [PATCH] document variable for previous commit 080840f --- doc/testssl.1 | 3 +++ doc/testssl.1.html | 1 + doc/testssl.1.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/doc/testssl.1 b/doc/testssl.1 index b7b28c7..b1e3f94 100644 --- a/doc/testssl.1 +++ b/doc/testssl.1 @@ -504,6 +504,9 @@ MAX_WAIT_TEST is the maximum time (in seconds) to wait for a single test in para .IP "\(bu" 4 CA_BUNDLES_PATH: If you have an own set of CA bundles or you want to point testssl\.sh to a specific location of a CA bundle, you can use this variable to set the directory which testssl\.sh will use\. Please note that it overrides completely the builtin path of testssl\.sh which means that you will only test against the bundles you point to\. Also you might want to use ~/utils/create_ca_hashes\.sh to create the hashes for HPKP\. . +.IP "\(bu" 4 +MAX_SOCKET_FAIL: A number which tells testssl\.sh how often a TCP socket connection may fail before the program gives up and terminates\. The default is 2\. +. .IP "" 0 . .SH "EXAMPLES" diff --git a/doc/testssl.1.html b/doc/testssl.1.html index 041b873..20faea3 100644 --- a/doc/testssl.1.html +++ b/doc/testssl.1.html @@ -439,6 +439,7 @@ The same can be achieved by setting the environment variable WARNINGSCA_BUNDLES_PATH: If you have an own set of CA bundles or you want to point testssl.sh to a specific location of a CA bundle, you can use this variable to set the directory which testssl.sh will use. Please note that it overrides completely the builtin path of testssl.sh which means that you will only test against the bundles you point to. Also you might want to use ~/utils/create_ca_hashes.sh to create the hashes for HPKP. +
  • MAX_SOCKET_FAIL: A number which tells testssl.sh how often a TCP socket connection may fail before the program gives up and terminates. The default is 2.
  • diff --git a/doc/testssl.1.md b/doc/testssl.1.md index 78faf90..6fe46c0 100644 --- a/doc/testssl.1.md +++ b/doc/testssl.1.md @@ -370,6 +370,8 @@ Except the environment variables mentioned above which replace command line opti * CA_BUNDLES_PATH: If you have an own set of CA bundles or you want to point testssl.sh to a specific location of a CA bundle, you can use this variable to set the directory which testssl.sh will use. Please note that it overrides completely the builtin path of testssl.sh which means that you will only test against the bundles you point to. Also you might want to use ~/utils/create_ca_hashes.sh to create the hashes for HPKP. +* MAX_SOCKET_FAIL: A number which tells testssl.sh how often a TCP socket connection may fail before the program gives up and terminates. The default is 2. + [comment]: # CAPATH