mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Update documentation related to extended run_server_preference()
This commit is contained in:
parent
1e0ef23c81
commit
680aff48e4
@ -46,10 +46,10 @@ Any OpenSSL or LibreSSL version is needed as a helper\. Unlike previous versions
|
||||
2) standard cipher categories to give you upfront an idea for the ciphers supported
|
||||
.
|
||||
.P
|
||||
3) checks forward secrecy: ciphers and elliptical curves
|
||||
3) server's cipher preferences (server order)
|
||||
.
|
||||
.P
|
||||
4) server preferences (server order)
|
||||
4) forward secrecy: ciphers and elliptical curves
|
||||
.
|
||||
.P
|
||||
5) server defaults (certificate info, TLS extensions, session information)
|
||||
@ -61,10 +61,7 @@ Any OpenSSL or LibreSSL version is needed as a helper\. Unlike previous versions
|
||||
7) vulnerabilities
|
||||
.
|
||||
.P
|
||||
8) testing each of 370 preconfigured ciphers
|
||||
.
|
||||
.P
|
||||
9) client simulation
|
||||
8) client simulation
|
||||
.
|
||||
.SH "OPTIONS AND PARAMETERS"
|
||||
Options are either short or long options\. Any long or short option requiring a value can be called with or without an equal sign\. E\.g\. \fBtestssl\.sh \-t=smtp \-\-wide \-\-openssl=/usr/bin/openssl <URI>\fR (short options with equal sign) is equivalent to \fBtestssl\.sh \-\-starttls smtp \-\-wide \-\-openssl /usr/bin/openssl <URI>\fR (long option without equal sign)\. Some command line options can also be preset via ENV variables\. \fBWIDE=true OPENSSL=/usr/bin/openssl testssl\.sh \-\-starttls=smtp <URI>\fR would be the equivalent to the aforementioned examples\. Preference has the command line over any environment variables\.
|
||||
|
@ -123,9 +123,9 @@ linked OpenSSL binaries for major operating systems are supplied in <code>./bin/
|
||||
|
||||
<p>2) standard cipher categories to give you upfront an idea for the ciphers supported</p>
|
||||
|
||||
<p>3) checks forward secrecy: ciphers and elliptical curves</p>
|
||||
<p>3) server's cipher preferences (server order)</p>
|
||||
|
||||
<p>4) server preferences (server order)</p>
|
||||
<p>4) forward secrecy: ciphers and elliptical curves</p>
|
||||
|
||||
<p>5) server defaults (certificate info, TLS extensions, session information)</p>
|
||||
|
||||
@ -133,9 +133,7 @@ linked OpenSSL binaries for major operating systems are supplied in <code>./bin/
|
||||
|
||||
<p>7) vulnerabilities</p>
|
||||
|
||||
<p>8) testing each of 370 preconfigured ciphers</p>
|
||||
|
||||
<p>9) client simulation</p>
|
||||
<p>8) client simulation</p>
|
||||
|
||||
<h2 id="OPTIONS-AND-PARAMETERS">OPTIONS AND PARAMETERS</h2>
|
||||
|
||||
|
@ -42,9 +42,9 @@ linked OpenSSL binaries for major operating systems are supplied in `./bin/`.
|
||||
|
||||
2) standard cipher categories to give you upfront an idea for the ciphers supported
|
||||
|
||||
3) checks forward secrecy: ciphers and elliptical curves
|
||||
3) server's cipher preferences (server order?)
|
||||
|
||||
4) server preferences (server order)
|
||||
4) forward secrecy: ciphers and elliptical curves
|
||||
|
||||
5) server defaults (certificate info, TLS extensions, session information)
|
||||
|
||||
@ -52,9 +52,7 @@ linked OpenSSL binaries for major operating systems are supplied in `./bin/`.
|
||||
|
||||
7) vulnerabilities
|
||||
|
||||
8) testing each of 370 preconfigured ciphers
|
||||
|
||||
9) client simulation
|
||||
8) client simulation
|
||||
|
||||
|
||||
## OPTIONS AND PARAMETERS
|
||||
|
Loading…
Reference in New Issue
Block a user