added ALL_CLIENTS for client siumulation

This commit is contained in:
Dirk 2017-08-30 23:40:47 +02:00
parent 25f1293756
commit 9345b55865
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "TESTSSL" "1" "July 2017" "" "" .TH "TESTSSL" "1" "August 2017" "" ""
. .
.SH "NAME" .SH "NAME"
\fBtestssl\fR \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\. 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 .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 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 .IP "\(bu" 4

View File

@ -306,6 +306,7 @@ Except the environment variables mentioned above which replace command line opti
[comment]: # * SHOW_SIGALGO [comment]: # * SHOW_SIGALGO
[comment]: # * FAST [comment]: # * FAST
[comment]: # * EXPERIMENTAL [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 * 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 * 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. * 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.