Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Dec 29, 2015
1 parent 3b17c9e commit b962ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4124,7 +4124,7 @@ $PROG_NAME <options> URI ("$PROG_NAME URI" does everything except -E)
-y, --spdy, --npn checks for SPDY/NPN
-Y, --http2, --alpn checks for HTTP2/ALPN
-S, --server-defaults displays the server's default picks and certificate info
-P, --preference displays the server's picks: protocol+cipher
-P, --server-preference displays the server's picks: protocol+cipher
-x, --single-cipher <pattern> tests matched <pattern> of ciphers
(if <pattern> not a number: word match)
-U, --vulnerable tests all vulnerabilities
Expand Down Expand Up @@ -5143,7 +5143,7 @@ parse_cmd_line() {
-S|--server[-_]defaults)
do_server_defaults=true
;;
-P|--server[_-]preference)
-P|--server[_-]preference|--preference)
do_server_preference=true
;;
-H|--header|--headers)
Expand Down Expand Up @@ -5480,4 +5480,4 @@ fi
exit $?


# $Id: testssl.sh,v 1.432 2015/12/27 13:51:17 dirkw Exp $
# $Id: testssl.sh,v 1.433 2015/12/29 09:05:19 dirkw Exp $

0 comments on commit b962ccd

Please sign in to comment.