- FIX #324 (thx, @dawsonpaul

This commit is contained in:
Dirk 2016-03-21 23:03:42 +01:00
parent b5b158d5b2
commit dd30b8225e
1 changed files with 2 additions and 1 deletions

View File

@ -5462,6 +5462,7 @@ $PROG_NAME <options> URI ("$PROG_NAME URI" does everything except -E)
-F, --freak tests for FREAK vulnerability
-A, --beast tests for BEAST vulnerability
-J, --logjam tests for LOGJAM vulnerability
-D, --drown tests for DROWN vulnerability
-s, --pfs, --fs, --nsa checks (perfect) forward secrecy settings
-4, --rc4, --appelbaum which RC4 ciphers are being offered?
@ -6895,4 +6896,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.475 2016/03/19 17:15:37 dirkw Exp $
# $Id: testssl.sh,v 1.476 2016/03/21 22:03:41 dirkw Exp $