From 9345b55865b0a0561ca16a094d677b433fb67312 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 30 Aug 2017 23:40:47 +0200 Subject: [PATCH] added ALL_CLIENTS for client siumulation --- doc/testssl.1 | 5 ++++- doc/testssl.1.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/testssl.1 b/doc/testssl.1 index bedaed6..7698741 100644 --- a/doc/testssl.1 +++ b/doc/testssl.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "TESTSSL" "1" "July 2017" "" "" +.TH "TESTSSL" "1" "August 2017" "" "" . .SH "NAME" \fBtestssl\fR @@ -454,6 +454,9 @@ italics: for strings just reflecting a value read from the server Except the environment variables mentioned above which replace command line options here a some which cannot be set otherwise\. Variables used for tuning are preset with reasonable values\. There should be no reason to change them unless you use testssl\.sh under special conditions\. . .IP "\(bu" 4 +ALL_CLIENTS runs a client simulation with all (currently) 117 clients +. +.IP "\(bu" 4 UNBRACKTD_IPV6: needs to be set to true for some versions of OpenSSL (like from Gentoo) which don\'t support [bracketed] IPv6 addresses . .IP "\(bu" 4 diff --git a/doc/testssl.1.md b/doc/testssl.1.md index 3c3033a..f9684ba 100644 --- a/doc/testssl.1.md +++ b/doc/testssl.1.md @@ -306,6 +306,7 @@ Except the environment variables mentioned above which replace command line opti [comment]: # * SHOW_SIGALGO [comment]: # * FAST [comment]: # * EXPERIMENTAL +* ALL_CLIENTS runs a client simulation with all (currently) 117 clients * UNBRACKTD_IPV6: needs to be set to true for some versions of OpenSSL (like from Gentoo) which don't support [bracketed] IPv6 addresses * HEADER_MAXSLEEP: To wait how long before killing the process to retrieve a service banner / HTTP header * MAX_WAITSOCK: It instructs testssl.sh to wait until the specified time before declaring a socket connection dead. Don't change this unless you're absolutely sure what you're doing. Value is in seconds.