From 15cfd849fe5e79166b6a5d9d63a93d9c00bcd98e Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 9 Sep 2021 22:07:44 +0200 Subject: [PATCH] Replace --standard by --categories --- doc/testssl.1 | 2 +- doc/testssl.1.html | 2 +- doc/testssl.1.md | 2 +- testssl.sh | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/testssl.1 b/doc/testssl.1 index a0a0914..930bb19 100644 --- a/doc/testssl.1 +++ b/doc/testssl.1 @@ -196,7 +196,7 @@ Any single check switch supplied as an argument prevents testssl\.sh from doing \fB\-E, \-\-cipher\-per\-proto\fR is similar to \fB\-e, \-\-each\-cipher\fR\. It checks each of the possible ciphers, here: per protocol\. If you want to display each cipher tested you need to add \fB\-\-show\-each\fR\. The output is sorted by security strength, it lists the encryption bits though\. . .P -\fB\-s, \-\-std, \-\-standard\fR tests certain lists of cipher suites / cipher categories by strength\. Those lists are (\fBopenssl ciphers $LIST\fR, $LIST from below:) +\fB\-s, \-\-std, \-\-categories\fR tests certain lists of cipher suites / cipher categories by strength\. (\fB\-\-standard\fR is deprecated\.) Those lists are (\fBopenssl ciphers $LIST\fR, $LIST from below:) . .IP "\(bu" 4 \fBNULL encryption ciphers\fR: \'NULL:eNULL\' diff --git a/doc/testssl.1.html b/doc/testssl.1.html index e7c6455..a6ba941 100644 --- a/doc/testssl.1.html +++ b/doc/testssl.1.html @@ -236,7 +236,7 @@ containing files with a .pem extension, a single file or multiple files as a com

-E, --cipher-per-proto is similar to -e, --each-cipher. It checks each of the possible ciphers, here: per protocol. If you want to display each cipher tested you need to add --show-each. The output is sorted by security strength, it lists the encryption bits though.

-

-s, --std, --standard tests certain lists of cipher suites / cipher catagories by strength. Those lists are (openssl ciphers $LIST, $LIST from below:)

+

-s, --std, --categories tests certain lists of cipher suites / cipher catagories by strength. (--standard is deprecated.) Those lists are (openssl ciphers $LIST, $LIST from below:)