From 8b2dfb81c5b5cfbeef551441fe53aba75980bd4e Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 26 Jul 2017 23:13:57 +0200 Subject: [PATCH] reflect 37c8ee8c4e99ee5aa11618703af1706abcf5db04: debug level 2 is showing only minimal information like rough status and errors --- doc/testssl.1 | 4 ++-- doc/testssl.1.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/testssl.1 b/doc/testssl.1 index 1bd6991b..bedaed68 100644 --- a/doc/testssl.1 +++ b/doc/testssl.1 @@ -325,7 +325,7 @@ Security headers (X\-Frame\-Options, X\-XSS\-Protection, \.\.\., CSP headers) .IP "" 0 . .P -\fB\-\-show\-each\fR This is an option for all wide modes \-\- i\.e\. per switch or the each cipher test: it displays all ciphers tested \-\- not only succeeded ones\. \fBSHOW_EACH_C\fR is your friend if you prefer to set this via the shell environment\. +\fB\-\-show\-each\fR This is an option for all wide modes only: it displays all ciphers tested \-\- not only succeeded ones\. \fBSHOW_EACH_C\fR is your friend if you prefer to set this via the shell environment\. . .P \fB\-\-color <0|1|2>\fR It determines the use of colors on the screen: \fB2\fR is the default and makes use of ANSI and termcap escape codes on your terminal\. \fB1\fR just uses non\-colored mark\-up like bold, italics, underline, reverse\. \fB0\fR means no mark\-up at all = no escape codes\. Setting the environment varable \fBCOLOR\fR achives the same result\. @@ -340,7 +340,7 @@ Security headers (X\-Frame\-Options, X\-XSS\-Protection, \.\.\., CSP headers) screen output normal but leaves useful debug output in \fB/tmp/testssl\.XXXXXX/\fR \. The info about the exact directory is included in the screen output\. . .IP "2." 4 -list more what\'s going on, e\.g\. lists some errors of connections and general debug statements +list more what\'s going on, status (high level) and connection errors, a few general debug output . .IP "3." 4 even slightly more info: hexdumps + other info diff --git a/doc/testssl.1.md b/doc/testssl.1.md index c6286f5b..3c3033a3 100644 --- a/doc/testssl.1.md +++ b/doc/testssl.1.md @@ -222,7 +222,7 @@ The same can be achived by setting the environment variable `WARNINGS`. * `no-rfc`: don't display the RFC cipher suite name, display OpenSSL names only. -`--show-each` This is an option for all wide modes -- i.e. per switch or the each cipher test: it displays all ciphers tested -- not only succeeded ones. `SHOW_EACH_C` is your friend if you prefer to set this via the shell environment. +`--show-each` This is an option for all wide modes only: it displays all ciphers tested -- not only succeeded ones. `SHOW_EACH_C` is your friend if you prefer to set this via the shell environment. `--color <0|1|2>` It determines the use of colors on the screen: `2` is the default and makes use of ANSI and termcap escape codes on your terminal. `1` just uses non-colored mark-up like bold, italics, underline, reverse. `0` means no mark-up at all = no escape codes. Setting the environment varable `COLOR` achives the same result. @@ -233,7 +233,7 @@ The same can be achived by setting the environment variable `WARNINGS`. `--debug <0-6>` This gives you additional output on the screen (2-6), only useful for debugging. `DEBUG` is the according enviroment variable which you can use. There are six levels (0 is the default, thus it has no effect): 1. screen output normal but leaves useful debug output in __/tmp/testssl.XXXXXX/__ . The info about the exact directory is included in the screen output. -2. list more what's going on, e.g. lists some errors of connections and general debug statements +2. list more what's going on, status (high level) and connection errors, a few general debug output 3. even slightly more info: hexdumps + other info 4. display bytes sent via sockets 5. display bytes received via sockets