mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
- warning session tickets -> PFS
This commit is contained in:
parent
3a28349e22
commit
c272878c73
@ -2056,7 +2056,8 @@ run_server_defaults() {
|
||||
else
|
||||
lifetime=$(echo $sessticket_str | grep -a lifetime | sed 's/[A-Za-z:() ]//g')
|
||||
unit=$(echo $sessticket_str | grep -a lifetime | sed -e 's/^.*'"$lifetime"'//' -e 's/[ ()]//g')
|
||||
outln "$lifetime $unit"
|
||||
out "$lifetime $unit "
|
||||
pr_yellowln "(PFS requires session ticket keys need to be rotated <= daily)"
|
||||
fi
|
||||
|
||||
pr_bold " SSL Session ID support "
|
||||
@ -5308,4 +5309,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.415 2015/11/03 12:13:09 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.416 2015/11/03 18:51:04 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user