Replace --standard by --categories

This commit is contained in:
Dirk
2021-09-09 22:07:44 +02:00
parent 739f45015f
commit 15cfd849fe
4 changed files with 6 additions and 5 deletions

View File

@ -19467,7 +19467,7 @@ help() {
single check as <options> ("$PROG_NAME URI" does everything except -E and -g):
-e, --each-cipher checks each local cipher remotely
-E, --cipher-per-proto checks those per protocol
-s, --std, --standard tests standard cipher categories by strength
-s, --std, --categories tests standard cipher categories by strength
-f, --fs, --nsa checks forward secrecy settings
-p, --protocols checks TLS/SSL protocols (including SPDY/HTTP2)
-g, --grease tests several server implementation bugs like GREASE and size limitations
@ -22243,7 +22243,8 @@ parse_cmd_line() {
-p|--protocols)
do_protocols=true
;;
-s|--std|--standard)
-s|--std|--standard|--categories)
# --standard is deprecated
do_cipherlists=true
;;
-S|--server[-_]defaults)