From 5b44e43ec4ce1a22bc0bf1e36f430410fcbe2c97 Mon Sep 17 00:00:00 2001
From: a1346054 <36859588+a1346054@users.noreply.github.com>
Date: Sun, 2 Aug 2020 21:47:40 +0000
Subject: [PATCH 1/3] Fix grammar
---
doc/testssl.1.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/testssl.1.html b/doc/testssl.1.html
index af08013..57a89ae 100644
--- a/doc/testssl.1.html
+++ b/doc/testssl.1.html
@@ -303,7 +303,7 @@ Also for multiple server certificates are being checked for as well as for the c
--c, --client-simulation
This simulates a handshake with a number of standard clients so that you can figure out which client cannot or can connect to your site. For the latter case the protocol, cipher and curve is displayed, also if there's Forward Secrecy. testssl.sh uses a handselected set of clients which are retrieved by the SSLlabs API. The output is aligned in columns when combined with the --wide
option. If you want the full nine yards of clients displayed use the environment variable ALL_CLIENTS.
--g, --grease
checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www.ietf.org/archive/id/draft-ietf-tls-grease-01.txt . This checks doesn't run per default.
+-g, --grease
checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www.ietf.org/archive/id/draft-ietf-tls-grease-01.txt . This check doesn't run per default.
VULNERABILITIES
From e8d2992add9e0af07701c442b415415d3da179d0 Mon Sep 17 00:00:00 2001
From: a1346054 <36859588+a1346054@users.noreply.github.com>
Date: Sun, 2 Aug 2020 21:48:15 +0000
Subject: [PATCH 2/3] Fix grammar
---
doc/testssl.1.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/testssl.1.md b/doc/testssl.1.md
index 6755235..c246c7f 100644
--- a/doc/testssl.1.md
+++ b/doc/testssl.1.md
@@ -215,7 +215,7 @@ Also for multiple server certificates are being checked for as well as for the c
`--c, --client-simulation` This simulates a handshake with a number of standard clients so that you can figure out which client cannot or can connect to your site. For the latter case the protocol, cipher and curve is displayed, also if there's Forward Secrecy. testssl.sh uses a handselected set of clients which are retrieved by the SSLlabs API. The output is aligned in columns when combined with the `--wide` option. If you want the full nine yards of clients displayed use the environment variable ALL_CLIENTS.
-`-g, --grease` checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www.ietf.org/archive/id/draft-ietf-tls-grease-01.txt . This checks doesn't run per default.
+`-g, --grease` checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www.ietf.org/archive/id/draft-ietf-tls-grease-01.txt . This check doesn't run per default.
From e6c5507b20361de23ccfc901cb672149f659abcf Mon Sep 17 00:00:00 2001
From: a1346054 <36859588+a1346054@users.noreply.github.com>
Date: Sun, 2 Aug 2020 21:54:27 +0000
Subject: [PATCH 3/3] Fix grammar
---
doc/testssl.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/testssl.1 b/doc/testssl.1
index 834d339..25a4471 100644
--- a/doc/testssl.1
+++ b/doc/testssl.1
@@ -334,7 +334,7 @@ Security headers (X\-Frame\-Options, X\-XSS\-Protection, Expect\-CT,\.\.\. , CSP
\fB\-\-c, \-\-client\-simulation\fR This simulates a handshake with a number of standard clients so that you can figure out which client cannot or can connect to your site\. For the latter case the protocol, cipher and curve is displayed, also if there\'s Forward Secrecy\. testssl\.sh uses a handselected set of clients which are retrieved by the SSLlabs API\. The output is aligned in columns when combined with the \fB\-\-wide\fR option\. If you want the full nine yards of clients displayed use the environment variable ALL_CLIENTS\.
.
.P
-\fB\-g, \-\-grease\fR checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www\.ietf\.org/archive/id/draft\-ietf\-tls\-grease\-01\.txt \. This checks doesn\'t run per default\.
+\fB\-g, \-\-grease\fR checks several server implementation bugs like tolerance to size limitations and GREASE, see https://www\.ietf\.org/archive/id/draft\-ietf\-tls\-grease\-01\.txt \. This check doesn\'t run per default\.
.
.SS "VULNERABILITIES"
\fB\-U, \-\-vulnerable, \-\-vulnerabilities\fR Just tests all (of the following) vulnerabilities\. The environment variable \fBVULN_THRESHLD\fR determines after which value a separate headline for each vulnerability is being displayed\. Default is \fB1\fR which means if you check for two vulnerabilities, only the general headline for vulnerabilities section is displayed \-\- in addition to the vulnerability and the result\. Otherwise each vulnerability or vulnerability section gets its own headline in addition to the output of the name of the vulnerabilty and test result\. A vulnerability section is comprised of more than one check, e\.g\. the renegotiation vulnerability check has two checks, so has Logjam\.